Uses of Interface
com.evolveum.axiom.api.schema.AxiomSchemaContext
-
Packages that use AxiomSchemaContext Package Description com.evolveum.axiom.api.stream com.evolveum.axiom.lang.impl com.evolveum.axiom.spi.codec -
-
Uses of AxiomSchemaContext in com.evolveum.axiom.api.stream
Methods in com.evolveum.axiom.api.stream with parameters of type AxiomSchemaContext Modifier and Type Method Description static AxiomTypeDefinition
VirtualRootType. from(AxiomSchemaContext context2)
Constructors in com.evolveum.axiom.api.stream with parameters of type AxiomSchemaContext Constructor Description AxiomItemTarget(AxiomSchemaContext context)
VirtualRootType(AxiomSchemaContext context2)
-
Uses of AxiomSchemaContext in com.evolveum.axiom.lang.impl
Classes in com.evolveum.axiom.lang.impl that implement AxiomSchemaContext Modifier and Type Class Description class
AxiomSchemaContextImpl
Fields in com.evolveum.axiom.lang.impl with type parameters of type AxiomSchemaContext Modifier and Type Field Description static Lazy<AxiomSchemaContext>
ModelReactorContext. BASE_LANGUAGE
Methods in com.evolveum.axiom.lang.impl that return AxiomSchemaContext Modifier and Type Method Description static AxiomSchemaContext
AxiomSchemaContextImpl. baseLanguageContext()
AxiomSchemaContext
ModelReactorContext. computeSchemaContext()
Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomSchemaContext Modifier and Type Method Description static ModelReactorContext
ModelReactorContext. reactor(AxiomSchemaContext context)
Constructors in com.evolveum.axiom.lang.impl with parameters of type AxiomSchemaContext Constructor Description ModelReactorContext(AxiomSchemaContext boostrapContext)
-
Uses of AxiomSchemaContext in com.evolveum.axiom.spi.codec
Methods in com.evolveum.axiom.spi.codec with parameters of type AxiomSchemaContext Modifier and Type Method Description D
ValueDecoder.Factory. create(AxiomTypeDefinition type, AxiomSchemaContext context)
-