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 Tcreate(AxiomTypeDefinition type, V value, Map<AxiomName,AxiomItem<?>> infraItems)default Tcreate(Map<AxiomName,AxiomItem<?>> infraItems) 
 -