Package com.evolveum.axiom.api
Class AxiomValueBuilder<V>
java.lang.Object
com.evolveum.axiom.api.AxiomValueBuilder<V>
- All Implemented Interfaces:
- Lazy.Supplier<AxiomValue<V>>,- Supplier<AxiomValue<V>>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidstatic <V> AxiomValueBuilder<V>create(AxiomTypeDefinition type, AxiomValueFactory<V> factory) static <V> AxiomValueBuilder<V>from(AxiomTypeDefinition type) get()getValue()voidsetFactory(AxiomValueFactory<V> factoryFor) voidsetType(AxiomTypeDefinition type) voidtype()
- 
Constructor Details- 
AxiomValueBuilder
 
- 
- 
Method Details- 
from
- 
getValue
- 
setValue
- 
add
- 
get
- 
get
- 
getInfra
- 
get
- 
createpublic static <V> AxiomValueBuilder<V> create(AxiomTypeDefinition type, AxiomValueFactory<V> factory) 
- 
setFactory
- 
type
- 
setType
 
-