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 SummaryMethods inherited from interface com.evolveum.midpoint.prism.normalization.NormalizergetName, isIdentity, match, matchRegex, normalize, normalizeString
- 
Method Details- 
polyCreates aPolyStringfrom given "orig"String.- Throws:
- SchemaException
 
 
-