Class NoOpNormalizer<T>
java.lang.Object
com.evolveum.midpoint.prism.impl.polystring.NoOpNormalizer<T>
- All Implemented Interfaces:
- Normalizer<T>
The default ("no-op") normalizer that preserves the original value unchanged.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@NotNull QNamegetName()Returns the qualified name identifying this normalizer.static <T> @NotNull NoOpNormalizer<T>instance()boolean`true` if the normalizer is known to be the default one, i.e., one that does no transformations.booleanMatches two values.booleanmatchRegex(T a, String regex) Matches a value against regular expression (if supported).Returns a normalized version of the value.toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.normalization.NormalizernormalizeString
- 
Constructor Details- 
NoOpNormalizerpublic NoOpNormalizer()
 
- 
- 
Method Details- 
normalizeDescription copied from interface:NormalizerReturns a normalized version of the value.- Specified by:
- normalizein interface- Normalizer<T>
- Throws:
- SchemaException
 
- 
matchDescription copied from interface:NormalizerMatches two values.- Specified by:
- matchin interface- Normalizer<T>
- Throws:
- SchemaException
 
- 
matchRegexDescription copied from interface:NormalizerMatches a value against regular expression (if supported).- Specified by:
- matchRegexin interface- Normalizer<T>
 
- 
getNameDescription copied from interface:NormalizerReturns the qualified name identifying this normalizer.- Specified by:
- getNamein interface- Normalizer<T>
 
- 
isIdentitypublic boolean isIdentity()Description copied from interface:Normalizer`true` if the normalizer is known to be the default one, i.e., one that does no transformations.- Specified by:
- isIdentityin interface- Normalizer<T>
 
- 
instance
- 
toString
 
-