Interface StringNormalizer
- All Superinterfaces:
Normalizer<String>
- All Known Subinterfaces:
PolyStringNormalizer
A
Normalizer
that operates on String
instances.
This is a special case, used because the majority of normalization is currently supported only for strings.
(Maybe a temporary workaround. We will see.)-
Method Summary
Methods inherited from interface com.evolveum.midpoint.prism.normalization.Normalizer
getName, isIdentity, match, matchRegex, normalize, normalizeString
-
Method Details
-
poly
Creates aPolyString
from given "orig"String
.- Throws:
SchemaException
-