Uses of Interface
com.evolveum.midpoint.prism.normalization.Normalizer
Packages that use Normalizer
Package
Description
-
Uses of Normalizer in com.evolveum.midpoint.prism
Methods 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 forPolyString
properties.default @Nullable Normalizer<String>
PrismItemMatchingDefinition.getStringNormalizerIfApplicable()
-
Uses of Normalizer in com.evolveum.midpoint.prism.match
Methods 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.normalization
Subinterfaces of Normalizer in com.evolveum.midpoint.prism.normalization -
Uses of Normalizer in com.evolveum.midpoint.prism.polystring
Subinterfaces of Normalizer in com.evolveum.midpoint.prism.polystringModifier and TypeInterfaceDescriptioninterface
Normalizer 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) void
NormalizerRegistry.registerNormalizer
(@NotNull Normalizer<?> normalizer) -
Uses of Normalizer in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return NormalizerModifier and TypeMethodDescription@NotNull Normalizer<String>
NormalizationAwareResourceAttributeDefinition.getStringNormalizerForPolyStringProperty()