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 D
create(AxiomTypeDefinition type, AxiomSchemaContext context)
-
-
-
Method Detail
-
create
D create(AxiomTypeDefinition type, AxiomSchemaContext context)
-
-