Uses of Interface
com.evolveum.midpoint.prism.PrismParser
-
-
Uses of PrismParser in com.evolveum.midpoint.common.rest
Methods in com.evolveum.midpoint.common.rest that return PrismParser Modifier and Type Method Description protected 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.prism Modifier and Type Interface Description interfacePrismParserNoIOThe same as PrismParser but has no IOException on parseXYZ methods.Methods in com.evolveum.midpoint.prism that return PrismParser Modifier and Type Method Description @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.PrismParserPrismParser. convertMissingTypes()@NotNull PrismParserPrismParser. definition(ItemDefinition<?> itemDefinition)Tells parser which definition to use when parsing item (or an item value).@NotNull PrismParserPrismParser. json()Sets the language of the parser to be JSON.@NotNull PrismParserPrismParser. language(@Nullable String language)For string inputs: sets the data language that the parser will try to parse; null means auto-detect.@NotNull PrismParserPrismParser. name(QName itemName)Tells parser what name to use for parsed item.@NotNull PrismParserPrismContext. parserFor(@NotNull File file)Creates 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. strict()Switches the parser into "strict" parsing mode.@NotNull PrismParserPrismParser. type(Class<?> typeClass)Tells parser what data type to expect.@NotNull PrismParserPrismParser. type(QName typeName)Tells 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. -
Uses of PrismParser in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return PrismParser Modifier and Type Method Description @NotNull PrismParserPrismContextImpl. parserFor(@NotNull File file)@NotNull PrismParserPrismContextImpl. parserFor(@NotNull InputStream stream) -
Uses of PrismParser in com.evolveum.midpoint.prism.impl.marshaller
Classes in com.evolveum.midpoint.prism.impl.marshaller that implement PrismParser Modifier and Type Class Description classPrismParserImplIOclassPrismParserImplNoIO -
Uses of PrismParser in com.evolveum.midpoint.rest.impl
Methods in com.evolveum.midpoint.rest.impl that return PrismParser Modifier and Type Method Description protected abstract PrismParserMidpointAbstractHttpMessageConverter. getParser(InputStream entityStream)protected PrismParserMidpointJsonHttpMessageConverter. getParser(InputStream entityStream)protected PrismParserMidpointXmlHttpMessageConverter. getParser(InputStream entityStream)protected PrismParserMidpointYamlHttpMessageConverter. getParser(InputStream entityStream)
-