Uses of Interface
de.cxp.ocs.conf.converter.ConfigureableField
Packages that use ConfigureableField
-
Uses of ConfigureableField in de.cxp.ocs.conf.converter
Classes in de.cxp.ocs.conf.converter that implement ConfigureableFieldModifier and TypeClassDescriptionclass
ConfigureableField
implementations that holds all information needed by theRemoveValuesDataProcessor
.class
ConfigureableField
implementations that holds all information needed by theReplacePatternInValuesDataProcessor
.class
ConfigureableField
implementations that holds all information needed by theSplitValueDataProcessor
. -
Uses of ConfigureableField in de.cxp.ocs.preprocessor
Classes in de.cxp.ocs.preprocessor with type parameters of type ConfigureableFieldModifier and TypeClassDescriptionclass
ConfigureableDataprocessor<T extends ConfigureableField>
Abstract class which handles reading and initializingDocumentPreProcessor
implementations which need further configuration.