Package com.evolveum.axiom.api
Interface AxiomValue.Factory<V,T extends AxiomValue<V>>
-
- All Superinterfaces:
AxiomInfraValue.Factory<T>
- Enclosing interface:
- AxiomValue<V>
public static interface AxiomValue.Factory<V,T extends AxiomValue<V>> extends AxiomInfraValue.Factory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description T
create(AxiomTypeDefinition type, V value, Map<AxiomName,AxiomItem<?>> infraItems)
default T
create(Map<AxiomName,AxiomItem<?>> infraItems)
-