Class XmlNormalizer
java.lang.Object
com.evolveum.midpoint.prism.impl.polystring.BaseStringNormalizer
com.evolveum.midpoint.prism.impl.polystring.XmlNormalizer
- All Implemented Interfaces:
Normalizer<String>,StringNormalizer
Normalizer for XML values.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull QNamegetName()Returns the qualified name identifying this normalizer.static @NotNull XmlNormalizerinstance()booleanMatches two values.booleanmatchRegex(String a, String regex) Matches a value against regular expression (if supported).Returns a normalized version of the value.Methods inherited from class com.evolveum.midpoint.prism.impl.polystring.BaseStringNormalizer
isIdentity, poly, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.normalization.Normalizer
normalizeString
-
Field Details
-
LOGGER
-
-
Constructor Details
-
XmlNormalizer
public XmlNormalizer()
-
-
Method Details
-
match
Description copied from interface:NormalizerMatches two values. -
matchRegex
Description copied from interface:NormalizerMatches a value against regular expression (if supported). -
normalize
Description copied from interface:NormalizerReturns a normalized version of the value. -
getName
Description copied from interface:NormalizerReturns the qualified name identifying this normalizer. -
instance
-