Package com.evolveum.axiom.spi.codec
Interface ValueDecoder.NamespaceIngoring<I,O>
- 
- All Superinterfaces:
 ValueDecoder<I,O>
- Enclosing interface:
 - ValueDecoder<I,O>
 
public static interface ValueDecoder.NamespaceIngoring<I,O> extends ValueDecoder<I,O>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.evolveum.axiom.spi.codec.ValueDecoder
ValueDecoder.ExceptionFactory<I>, ValueDecoder.Factory<D extends ValueDecoder<?,?>>, ValueDecoder.NamespaceIngoring<I,O> 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Odecode(I input, AxiomNameResolver localResolver, SourceLocation location)Odecode(I input, SourceLocation location)- 
Methods inherited from interface com.evolveum.axiom.spi.codec.ValueDecoder
onNullThrow 
 - 
 
 - 
 
- 
- 
Method Detail
- 
decode
default O decode(I input, AxiomNameResolver localResolver, SourceLocation location)
- Specified by:
 decodein interfaceValueDecoder<I,O>
 
- 
decode
O decode(I input, SourceLocation location)
 
 - 
 
 -