Uses of Interface
com.evolveum.axiom.api.AxiomValueFactory
-
Packages that use AxiomValueFactory Package Description com.evolveum.axiom.api com.evolveum.axiom.lang.impl -
-
Uses of AxiomValueFactory in com.evolveum.axiom.api
Subinterfaces of AxiomValueFactory in com.evolveum.axiom.api Modifier and Type Interface Description static interface
AxiomStructuredValue.Factory
Fields in com.evolveum.axiom.api declared as AxiomValueFactory Modifier and Type Field Description static AxiomValueFactory<Object>
AxiomValueFactory. DEFAULT_FACTORY
Methods in com.evolveum.axiom.api that return AxiomValueFactory Modifier and Type Method Description static <V> AxiomValueFactory<V>
AxiomValueFactory. defaultFactory()
Methods in com.evolveum.axiom.api with parameters of type AxiomValueFactory Modifier and Type Method Description static <V> AxiomValueBuilder<V>
AxiomValueBuilder. create(AxiomTypeDefinition type, AxiomValueFactory<V> factory)
void
AxiomValueBuilder. setFactory(AxiomValueFactory<V> factoryFor)
Constructors in com.evolveum.axiom.api with parameters of type AxiomValueFactory Constructor Description AxiomValueBuilder(AxiomTypeDefinition type, AxiomValueFactory<V> factory)
-
Uses of AxiomValueFactory in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomValueFactory Modifier and Type Method Description <V> AxiomValueFactory<V>
ModelReactorContext. typeFactory(AxiomTypeDefinition statementType)
Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomValueFactory Modifier and Type Method Description void
ModelReactorContext. addStatementFactory(AxiomName statementType, AxiomValueFactory<?> factory)
-