Uses of Interface
com.evolveum.axiom.api.AxiomValueFactory
Packages that use AxiomValueFactory
-
Uses of AxiomValueFactory in com.evolveum.axiom.api
Subinterfaces of AxiomValueFactory in com.evolveum.axiom.apiFields in com.evolveum.axiom.api declared as AxiomValueFactoryModifier and TypeFieldDescriptionstatic final AxiomValueFactory<Object>AxiomValueFactory.DEFAULT_FACTORYMethods in com.evolveum.axiom.api that return AxiomValueFactoryModifier and TypeMethodDescriptionstatic <V> AxiomValueFactory<V>AxiomValueFactory.defaultFactory()Methods in com.evolveum.axiom.api with parameters of type AxiomValueFactoryModifier and TypeMethodDescriptionstatic <V> AxiomValueBuilder<V>AxiomValueBuilder.create(AxiomTypeDefinition type, AxiomValueFactory<V> factory) voidAxiomValueBuilder.setFactory(AxiomValueFactory<V> factoryFor) Constructors in com.evolveum.axiom.api with parameters of type AxiomValueFactoryModifierConstructorDescriptionAxiomValueBuilder(AxiomTypeDefinition type, AxiomValueFactory<V> factory) -
Uses of AxiomValueFactory in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomValueFactoryModifier and TypeMethodDescription<V> AxiomValueFactory<V>ModelReactorContext.typeFactory(AxiomTypeDefinition statementType) Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomValueFactoryModifier and TypeMethodDescriptionvoidModelReactorContext.addStatementFactory(AxiomName statementType, AxiomValueFactory<?> factory)