Uses of Interface
com.evolveum.midpoint.prism.normalization.Normalizer
Packages that use Normalizer
Package
Description
- 
Uses of Normalizer in com.evolveum.midpoint.prismMethods in com.evolveum.midpoint.prism that return NormalizerModifier and TypeMethodDescription<T> @NotNull Normalizer<T>PrismContext.getNoOpNormalizer()TODOdefault @NotNull Normalizer<T>PrismItemMatchingDefinition.getNormalizer()Returns the normalizer that is to be applied when the normalized form of this property is to be computed.default @NotNull Normalizer<String>PrismItemMatchingDefinition.getStringNormalizerForPolyStringProperty()Returns the normalizer that is to be applied forPolyStringproperties.default @Nullable Normalizer<String>PrismItemMatchingDefinition.getStringNormalizerIfApplicable()
- 
Uses of Normalizer in com.evolveum.midpoint.prism.matchMethods in com.evolveum.midpoint.prism.match that return NormalizerModifier and TypeMethodDescription@NotNull Normalizer<T>MatchingRule.getNormalizer()Returns the normalizer corresponding to this rule.
- 
Uses of Normalizer in com.evolveum.midpoint.prism.normalizationSubinterfaces of Normalizer in com.evolveum.midpoint.prism.normalization
- 
Uses of Normalizer in com.evolveum.midpoint.prism.polystringSubinterfaces of Normalizer in com.evolveum.midpoint.prism.polystringModifier and TypeInterfaceDescriptioninterfaceNormalizer for strings, usually connected withPolyString.Methods in com.evolveum.midpoint.prism.polystring that return NormalizerModifier and TypeMethodDescription<T> @Nullable Normalizer<T>NormalizerRegistry.getNormalizer(@NotNull QName name) default <T> @NotNull Normalizer<T>NormalizerRegistry.getNormalizerRequired(@NotNull QName name) Methods in com.evolveum.midpoint.prism.polystring with parameters of type NormalizerModifier and TypeMethodDescriptionPolyString.copyApplyingNormalization(@NotNull Normalizer<String> normalizer) voidNormalizerRegistry.registerNormalizer(@NotNull Normalizer<?> normalizer) 
- 
Uses of Normalizer in com.evolveum.midpoint.schema.processorMethods in com.evolveum.midpoint.schema.processor that return NormalizerModifier and TypeMethodDescription@NotNull Normalizer<String>NormalizationAwareResourceAttributeDefinition.getStringNormalizerForPolyStringProperty()