Package com.evolveum.axiom.spi.codec
Interface ValueDecoder.NamespaceIngoring<I,O>
- All Superinterfaces:
ValueDecoder<I,
O>
- Enclosing interface:
- 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
Modifier and TypeMethodDescriptiondefault O
decode
(I input, AxiomNameResolver localResolver, SourceLocation location) decode
(I input, SourceLocation location) Methods inherited from interface com.evolveum.axiom.spi.codec.ValueDecoder
onNullThrow
-
Method Details
-
decode
- Specified by:
decode
in interfaceValueDecoder<I,
O>
-
decode
-