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 Summary
Nested Classes Modifier and Type Interface Description static interfaceValueDecoder.ExceptionFactory<I>static interfaceValueDecoder.Factory<D extends ValueDecoder<?,?>>static interfaceValueDecoder.NamespaceIngoring<I,O> 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Odecode(I input, AxiomNameResolver localResolver, SourceLocation location)default ValueDecoder<I,O>onNullThrow(ValueDecoder.ExceptionFactory<I> factory) 
 - 
 
- 
- 
Method Detail
- 
decode
O decode(I input, AxiomNameResolver localResolver, SourceLocation location)
 
- 
onNullThrow
default ValueDecoder<I,O> onNullThrow(ValueDecoder.ExceptionFactory<I> factory)
 
 - 
 
 -