Uses of Class
com.norconex.importer.handler.transformer.impl.CharacterCaseTransformerConfig
Packages that use CharacterCaseTransformerConfig
-
Uses of CharacterCaseTransformerConfig in com.norconex.importer.handler.transformer.impl
Methods in com.norconex.importer.handler.transformer.impl that return CharacterCaseTransformerConfigModifier and TypeMethodDescriptionCharacterCaseTransformer.getConfiguration()CharacterCaseTransformerConfig.setApplyTo(String applyTo) Whether to apply the case transformation to fields, values, or both.CharacterCaseTransformerConfig.setCaseType(String caseType) The type of character case transformation.CharacterCaseTransformerConfig.setFieldMatcher(TextMatcher fieldMatcher) Optional matcher of fields to apply transformation to.