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 O
decode(I input, AxiomNameResolver localResolver, SourceLocation location)
O
decode(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:
decode
in interfaceValueDecoder<I,O>
-
decode
O decode(I input, SourceLocation location)
-
-