Uses of Interface
org.apache.directory.api.ldap.model.schema.PreparedNormalizer
-
Packages that use PreparedNormalizer Package Description org.apache.directory.api.ldap.model.schema.normalizers -
-
Uses of PreparedNormalizer in org.apache.directory.api.ldap.model.schema.normalizers
Classes in org.apache.directory.api.ldap.model.schema.normalizers that implement PreparedNormalizer Modifier and Type Class Description classDeepTrimNormalizerNormalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.classDeepTrimToLowerNormalizerNormalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.classNumericNormalizerNormalize Numeric Strings
-