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 TypeClassDescriptionclass
class
class
class
-
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 RootXNodeImpl
LexicalProcessor.read
(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull List<RootXNodeImpl>
LexicalProcessor.readObjects
(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) void
LexicalProcessor.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 RootXNodeImpl
DomLexicalProcessor.read
(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull List<RootXNodeImpl>
DomLexicalProcessor.readObjects
(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) void
DomLexicalProcessor.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 RootXNodeImpl
DelegatingLexicalProcessor.read
(@NotNull ParserSource source, @NotNull ParsingContext parsingContext) @NotNull RootXNodeImpl
NullLexicalProcessor.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) void
DelegatingLexicalProcessor.readObjectsIteratively
(@NotNull ParserSource source, @NotNull ParsingContext parsingContext, LexicalProcessor.RootXNodeHandler handler) void
NullLexicalProcessor.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 RootXNodeImpl
AbstractReader.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).void
AbstractReader.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)