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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static <V> AxiomValueBuilder<V>
create
(AxiomTypeDefinition type, AxiomValueFactory<V> factory) static <V> AxiomValueBuilder<V>
from
(AxiomTypeDefinition type) get()
getValue()
void
setFactory
(AxiomValueFactory<V> factoryFor) void
setType
(AxiomTypeDefinition type) void
type()
-
Constructor Details
-
AxiomValueBuilder
-
-
Method Details
-
from
-
getValue
-
setValue
-
add
-
get
-
get
-
getInfra
-
get
-
create
public static <V> AxiomValueBuilder<V> create(AxiomTypeDefinition type, AxiomValueFactory<V> factory) -
setFactory
-
type
-
setType
-