Uses of Interface
com.evolveum.midpoint.prism.ParserSource
Packages that use ParserSource
Package
Description
-
Uses of ParserSource in com.evolveum.midpoint.prism
Classes in com.evolveum.midpoint.prism that implement ParserSourceModifier and TypeClassDescriptionclassclassclassclass -
Uses of ParserSource in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement ParserSource -
Uses of ParserSource in com.evolveum.midpoint.prism.impl.lex
Methods in com.evolveum.midpoint.prism.impl.lex with parameters of type ParserSourceModifier and TypeMethodDescription@NotNull LexicalProcessor<?>LexicalProcessorRegistry.findProcessor(@NotNull ParserSource source) @NotNull RootXNodeImplLexicalProcessor.read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull List<RootXNodeImpl>LexicalProcessor.readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) voidLexicalProcessor.readObjectsIteratively(@NotNull ParserSource source, @NotNull ParsingContext parsingContext, LexicalProcessor.RootXNodeHandler handler) -
Uses of ParserSource in com.evolveum.midpoint.prism.impl.lex.dom
Methods in com.evolveum.midpoint.prism.impl.lex.dom with parameters of type ParserSourceModifier and TypeMethodDescription@NotNull RootXNodeImplDomLexicalProcessor.read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull List<RootXNodeImpl>DomLexicalProcessor.readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) voidDomLexicalProcessor.readObjectsIteratively(@NotNull ParserSource source, @NotNull ParsingContext parsingContext, LexicalProcessor.RootXNodeHandler handler) -
Uses of ParserSource in com.evolveum.midpoint.prism.impl.lex.json
Methods in com.evolveum.midpoint.prism.impl.lex.json with parameters of type ParserSourceModifier and TypeMethodDescription@NotNull RootXNodeImplDelegatingLexicalProcessor.read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull RootXNodeImplNullLexicalProcessor.read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull List<RootXNodeImpl>DelegatingLexicalProcessor.readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull List<RootXNodeImpl>NullLexicalProcessor.readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) voidDelegatingLexicalProcessor.readObjectsIteratively(@NotNull ParserSource source, @NotNull ParsingContext parsingContext, LexicalProcessor.RootXNodeHandler handler) voidNullLexicalProcessor.readObjectsIteratively(@NotNull ParserSource source, @NotNull ParsingContext parsingContext, LexicalProcessor.RootXNodeHandler handler) -
Uses of ParserSource in com.evolveum.midpoint.prism.impl.lex.json.reader
Methods in com.evolveum.midpoint.prism.impl.lex.json.reader with parameters of type ParserSourceModifier and TypeMethodDescription@NotNull RootXNodeImplAbstractReader.read(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull List<RootXNodeImpl>AbstractReader.readObjects(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) Honors multi-document files and multiple objects in a single document (list-as-root mechanisms).voidAbstractReader.readObjectsIteratively(@NotNull ParserSource source, @NotNull ParsingContext parsingContext, LexicalProcessor.RootXNodeHandler handler) -
Uses of ParserSource in com.evolveum.midpoint.prism.impl.marshaller
Constructors in com.evolveum.midpoint.prism.impl.marshaller with parameters of type ParserSourceModifierConstructorDescriptionPrismParserImplIO(ParserSource source, String language, ParsingContext context, PrismContextImpl prismContext, ItemDefinition<?> itemDefinition, QName itemName, QName typeName, Class<?> typeClass) PrismParserImplNoIO(ParserSource source, String language, ParsingContext context, PrismContextImpl prismContext, ItemDefinition<?> itemDefinition, QName itemName, QName dataType, Class<?> dataClass)