Uses of Interface
com.evolveum.midpoint.prism.ParserSource
-
-
Uses of ParserSource in com.evolveum.midpoint.prism
Classes in com.evolveum.midpoint.prism that implement ParserSource Modifier and Type Class Description class
ParserFileSource
class
ParserInputStreamSource
class
ParserStringSource
class
ParserXNodeSource
-
Uses of ParserSource in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement ParserSource Modifier and Type Class Description class
ParserElementSource
-
Uses of ParserSource in com.evolveum.midpoint.prism.impl.lex
Methods in com.evolveum.midpoint.prism.impl.lex with parameters of type ParserSource Modifier and Type Method Description @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 ParserSource Modifier and Type Method Description @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 ParserSource Modifier and Type Method Description @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 ParserSource Modifier and Type Method Description @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 ParserSource Constructor Description PrismParserImplIO(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)
-