com.evolveum.midpoint.prism.polystring
Interface PolyStringNormalizer
- All Known Implementing Classes:
- PrismDefaultPolyStringNormalizer
public interface PolyStringNormalizer
Normalizer for PolyStrings. Classes implementing this interface are able to take an
original string (in the PolyString sense) and return a normalized version of the
string.
- Author:
- Radovan Semancik
- See Also:
PolyString
normalize
String normalize(String orig)
- Returns a normalized version of the string.
- Returns:
- normalized version of the string
Copyright © 2013 evolveum. All Rights Reserved.