Package com.evolveum.axiom.spi.codec
Interface ValueDecoder<I,O> 
- All Known Subinterfaces:
- AntlrDecoder<O>,- AxiomPathValueDecoder<I>,- ValueDecoder.NamespaceIngoring<I,- O> 
public interface ValueDecoder<I,O> 
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceValueDecoder.Factory<D extends ValueDecoder<?,?>> static interface
- 
Method SummaryModifier and TypeMethodDescriptiondecode(I input, AxiomNameResolver localResolver, SourceLocation location) default ValueDecoder<I,O> onNullThrow(ValueDecoder.ExceptionFactory<I> factory) 
- 
Method Details- 
decode
- 
onNullThrow
 
-