Uses of Interface
com.evolveum.axiom.api.AxiomStructuredValue
-
Packages that use AxiomStructuredValue Package Description com.evolveum.axiom.api com.evolveum.axiom.api.schema com.evolveum.axiom.lang.impl com.evolveum.axiom.lang.spi -
-
Uses of AxiomStructuredValue in com.evolveum.axiom.api
Classes in com.evolveum.axiom.api that implement AxiomStructuredValue Modifier and Type Class Description class
StructuredValueImpl
Methods in com.evolveum.axiom.api that return AxiomStructuredValue Modifier and Type Method Description AxiomStructuredValue
AxiomValueFactory. createComplex(AxiomTypeDefinition def, Map<AxiomName,AxiomItem<?>> items, Map<AxiomName,AxiomItem<?>> infraItems)
Methods in com.evolveum.axiom.api that return types with arguments of type AxiomStructuredValue Modifier and Type Method Description default Optional<? extends AxiomStructuredValue>
AxiomStructured. asComplex()
default Optional<? extends AxiomStructuredValue>
AxiomValue. metadata()
-
Uses of AxiomStructuredValue in com.evolveum.axiom.api.schema
Subinterfaces of AxiomStructuredValue in com.evolveum.axiom.api.schema Modifier and Type Interface Description interface
AxiomIdentifierDefinition
-
Uses of AxiomStructuredValue in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomStructuredValue Modifier and Type Method Description static void
BasicStatementRule. addFromType(AxiomStructuredValue source, AxiomValueContext<?> target, boolean inheritance)
-
Uses of AxiomStructuredValue in com.evolveum.axiom.lang.spi
Classes in com.evolveum.axiom.lang.spi that implement AxiomStructuredValue Modifier and Type Class Description class
AbstractBaseDefinition
class
AxiomIdentifierDefinitionImpl
class
AxiomItemDefinitionImpl
class
AxiomTypeDefinitionImpl
Methods in com.evolveum.axiom.lang.spi with parameters of type AxiomStructuredValue Modifier and Type Method Description static AxiomTypeDefinition
AxiomTypeDefinitionImpl. from(AxiomStructuredValue value)
-