Package com.evolveum.axiom.spi.codec
Interface ValueDecoder.Factory<D extends ValueDecoder<?,?>>
- 
- Enclosing interface:
 - ValueDecoder<I,O>
 
public static interface ValueDecoder.Factory<D extends ValueDecoder<?,?>> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dcreate(AxiomTypeDefinition type, AxiomSchemaContext context) 
 - 
 
- 
- 
Method Detail
- 
create
D create(AxiomTypeDefinition type, AxiomSchemaContext context)
 
 - 
 
 -