Uses of Interface
com.evolveum.midpoint.prism.ParsingContext
Package
Description
Copyright (c) 2010-2019 Evolveum and contributors
This work is dual-licensed under the Apache License 2.0
and European Union Public License.
-
Uses of ParsingContext in com.evolveum.midpoint.prism
Modifier and TypeMethodDescriptionParsingContext.clone()
ParsingContext.compat()
ParsingContext.convertUnknownTypes
(boolean value) PrismContext.createParsingContextForAllowMissingRefTypes()
PrismContext.createParsingContextForCompatibilityMode()
ParsingContext.fastAddOperations()
PrismContext.getDefaultParsingContext()
ParsingContext.strict()
Modifier and TypeMethodDescription@NotNull PrismParser
PrismParser.context
(@NotNull ParsingContext context) Provides a parsing context for the parser.@NotNull PrismParserNoIO
PrismParserNoIO.context
(@NotNull ParsingContext context) <T> void
Hacks.parseProtectedType
(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc) -
Uses of ParsingContext in com.evolveum.midpoint.prism.marshaller
Modifier and TypeMethodDescription<T> T
ParsingMigrator.tryParsingPrimitiveAsBean
(PrimitiveXNode<T> primitive, Class<T> beanClass, ParsingContext pc) Tries to unmarshal primitive value into a given bean (if standard ways fail). -
Uses of ParsingContext in com.evolveum.midpoint.prism.query
Modifier and TypeMethodDescriptionvoid
QueryConverter.parseFilterPreliminarily
(MapXNode xfilter, ParsingContext pc) Tries to parse as much from filter as possible, without knowing the definition of object(s) to which the filter will be applied. -
Uses of ParsingContext in com.evolveum.midpoint.prism.util
Modifier and TypeMethodDescriptionstatic ParsingContext
PrismTestUtil.createDefaultParsingContext()
-
Uses of ParsingContext in com.evolveum.midpoint.schema
Modifier and TypeMethodDescription<T> T
MidpointParsingMigrator.tryParsingPrimitiveAsBean
(PrimitiveXNode<T> primitive, Class<T> beanClass, ParsingContext pc) -
Uses of ParsingContext in com.evolveum.prism.xml.ns._public.query_3
Modifier and TypeMethodDescriptionstatic SearchFilterType
SearchFilterType.createFromParsedXNode
(XNode xnode, ParsingContext pc, PrismContext prismContext) void
SearchFilterType.parseFromXNode
(XNode xnode, ParsingContext pc, PrismContext prismContext)