Class UuidNormalizer
java.lang.Object
com.evolveum.midpoint.prism.impl.polystring.BaseStringNormalizer
com.evolveum.midpoint.prism.impl.polystring.UuidNormalizer
- All Implemented Interfaces:
Normalizer<String>,StringNormalizer
Normalizer for UUID values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull QNamegetName()Returns the qualified name identifying this normalizer.static @NotNull UuidNormalizerinstance()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
-
Constructor Details
-
UuidNormalizer
public UuidNormalizer()
-
-
Method Details
-
normalize
Description copied from interface:NormalizerReturns a normalized version of the value. -
match
Description copied from interface:NormalizerMatches two values. -
matchRegex
Description copied from interface:NormalizerMatches a value against regular expression (if supported). -
getName
Description copied from interface:NormalizerReturns the qualified name identifying this normalizer. -
instance
-