Uses of Interface
com.evolveum.midpoint.prism.schema.DefinitionFeatureParser
Packages that use DefinitionFeatureParser
-
Uses of DefinitionFeatureParser in com.evolveum.midpoint.prism.schema
Subinterfaces of DefinitionFeatureParser in com.evolveum.midpoint.prism.schemaModifier and TypeInterfaceDescriptionstatic interfaceSpecial parser for "marker" boolean values, like `a:container`.static interfaceMarks the parser as always returning a value, and provides appropriate getter method.Methods in com.evolveum.midpoint.prism.schema that return DefinitionFeatureParserModifier and TypeMethodDescriptiondefault <RS> @NotNull DefinitionFeatureParser<V,RS> DefinitionFeatureParser.restrictToSource(Class<RS> restrictedSourceType) Returns this parser, but restricted to a more specific source type.@NotNull DefinitionFeatureParser<V,XC> DefinitionFeature.DefaultImpl.xsomParser()@NotNull DefinitionFeatureParser<V,XC> DefinitionFeature.xsomParser()Methods in com.evolveum.midpoint.prism.schema with parameters of type DefinitionFeatureParserModifier and TypeMethodDescriptionstatic <V,DB, XC, SD>
DefinitionFeature<V,DB, XC, SD> DefinitionFeature.of(@NotNull Class<V> valueType, @NotNull Class<DB> setterInterface, @NotNull BiConsumer<DB, V> setterMethod, @NotNull DefinitionFeatureParser<V, XC> processor) static <V,DB, XC, SD>
DefinitionFeature<V,DB, XC, SD> DefinitionFeature.of(@NotNull Class<V> valueType, @NotNull Class<DB> setterInterface, @NotNull BiConsumer<DB, V> setterMethod, @NotNull DefinitionFeatureParser<V, XC> parser, @NotNull Class<SD> serializableDefinitionType, @NotNull Function<SD, V> getterMethod, @NotNull DefinitionFeatureSerializer<V> serializer) Constructors in com.evolveum.midpoint.prism.schema with parameters of type DefinitionFeatureParserModifierConstructorDescriptionDefaultImpl(@NotNull Class<V> valueType, @NotNull Class<DB> definitionBuilderType, @NotNull BiConsumer<DB, V> setterMethod, @NotNull DefinitionFeatureParser<V, XC> xsomParser, @Nullable Class<SD> serializableDefinitionType, @Nullable Function<SD, V> getterMethod, @Nullable DefinitionFeatureSerializer<V> serializer)