Interface DefinitionFeatureParser.Marker<X>
- All Superinterfaces:
DefinitionFeatureParser<Boolean,
X>
- Enclosing interface:
- DefinitionFeatureParser<V,
S>
public static interface DefinitionFeatureParser.Marker<X>
extends DefinitionFeatureParser<Boolean,X>
Special parser for "marker" boolean values, like `a:container`.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.schema.DefinitionFeatureParser
DefinitionFeatureParser.Marker<X>, DefinitionFeatureParser.NonNull<V,
X> -
Method Summary
Methods inherited from interface com.evolveum.midpoint.prism.schema.DefinitionFeatureParser
applicableTo, getValue, getValueIfApplicable, restrictToSource
-
Method Details
-
hasMark
Returns true if the source has the mark, false otherwise. So, it's not nullable.
-