Uses of Interface
com.evolveum.midpoint.prism.PrismParser
-
Uses of PrismParser in com.evolveum.midpoint.common.rest
Modifier and TypeMethodDescriptionprotected abstract PrismParser
MidpointAbstractProvider.getParser
(InputStream entityStream) protected PrismParser
MidpointJsonProvider.getParser
(InputStream entityStream) protected PrismParser
MidpointXmlProvider.getParser
(InputStream entityStream) protected PrismParser
MidpointYamlProvider.getParser
(InputStream entityStream) -
Uses of PrismParser in com.evolveum.midpoint.prism
Modifier and TypeInterfaceDescriptioninterface
The same as PrismParser but has no IOException on parseXYZ methods.Modifier and TypeMethodDescription@NotNull PrismParser
PrismParser.compat()
Switches the parser into "compatibility" (or relaxed) parsing mode.@NotNull PrismParser
PrismParser.context
(@NotNull ParsingContext context) Provides a parsing context for the parser.PrismParser.convertMissingTypes()
@NotNull PrismParser
PrismParser.definition
(ItemDefinition<?> itemDefinition) Tells parser which definition to use when parsing item (or an item value).@NotNull PrismParser
PrismParser.fastAddOperations()
Does not check for existing values during parsing.@NotNull PrismParser
PrismParser.json()
Sets the language of the parser to be JSON.@NotNull PrismParser
For string inputs: sets the data language that the parser will try to parse; null means auto-detect.@NotNull PrismParser
Tells parser what name to use for parsed item.@NotNull PrismParser
Creates a parser ready to process the given file.@NotNull PrismParser
PrismContext.parserFor
(@NotNull InputStream stream) Creates a parser ready to process data from the given input stream.@NotNull PrismParser
PrismParser.strict()
Switches the parser into "strict" parsing mode.@NotNull PrismParser
Tells parser what data type to expect.@NotNull PrismParser
Tells parser what data type to expect.@NotNull PrismParser
PrismParser.xml()
Sets the language of the parser to be XML.@NotNull PrismParser
PrismParser.yaml()
Sets the language of the parser to be YAML.