Uses of Interface
com.evolveum.midpoint.prism.PrismParser
Packages that use PrismParser
-
Uses of PrismParser in com.evolveum.midpoint.common.rest
Methods in com.evolveum.midpoint.common.rest that return PrismParserModifier and TypeMethodDescriptionprotected abstract PrismParserMidpointAbstractProvider.getParser(InputStream entityStream) protected PrismParserMidpointJsonProvider.getParser(InputStream entityStream) protected PrismParserMidpointXmlProvider.getParser(InputStream entityStream) protected PrismParserMidpointYamlProvider.getParser(InputStream entityStream) -
Uses of PrismParser in com.evolveum.midpoint.prism
Subinterfaces of PrismParser in com.evolveum.midpoint.prismModifier and TypeInterfaceDescriptioninterfaceThe same as PrismParser but has no IOException on parseXYZ methods.Methods in com.evolveum.midpoint.prism that return PrismParserModifier and TypeMethodDescription@NotNull PrismParserPrismParser.compat()Switches the parser into "compatibility" (or relaxed) parsing mode.@NotNull PrismParserPrismParser.context(@NotNull ParsingContext context) Provides a parsing context for the parser.PrismParser.convertMissingTypes()@NotNull PrismParserPrismParser.definition(ItemDefinition<?> itemDefinition) Tells parser which definition to use when parsing item (or an item value).@NotNull PrismParserPrismParser.fastAddOperations()Does not check for existing values during parsing.@NotNull PrismParserPrismParser.json()Sets the language of the parser to be JSON.@NotNull PrismParserFor string inputs: sets the data language that the parser will try to parse; null means auto-detect.@NotNull PrismParserTells parser what name to use for parsed item.@NotNull PrismParserCreates a parser ready to process the given file.@NotNull PrismParserPrismContext.parserFor(@NotNull InputStream stream) Creates a parser ready to process data from the given input stream.@NotNull PrismParserPrismParser.preserveNamespaceContext()Preserves namespace context during parsing.@NotNull PrismParserPrismParser.strict()Switches the parser into "strict" parsing mode.@NotNull PrismParserTells parser what data type to expect.@NotNull PrismParserTells parser what data type to expect.@NotNull PrismParserPrismParser.xml()Sets the language of the parser to be XML.@NotNull PrismParserPrismParser.yaml()Sets the language of the parser to be YAML.