Uses of Class
de.cxp.ocs.conf.converter.PatternConfiguration
-
Packages that use PatternConfiguration Package Description de.cxp.ocs.conf.converter de.cxp.ocs.preprocessor.impl -
-
Uses of PatternConfiguration in de.cxp.ocs.conf.converter
Subclasses of PatternConfiguration in de.cxp.ocs.conf.converter Modifier and Type Class Description classPatternWithReplacementConfigurationConfigureableFieldimplementations that holds all information needed by theReplacePatternInValuesDataProcessor. -
Uses of PatternConfiguration in de.cxp.ocs.preprocessor.impl
Methods in de.cxp.ocs.preprocessor.impl that return PatternConfiguration Modifier and Type Method Description protected PatternConfigurationRemoveValuesDataProcessor. getPatternConfiguration(String key, String value, Map<String,String> confMap)Methods in de.cxp.ocs.preprocessor.impl that return types with arguments of type PatternConfiguration Modifier and Type Method Description protected BiConsumer<PatternConfiguration,Object>RemoveValuesDataProcessor. getProcessConsumer(Document sourceData, boolean visible)
-