Package com.evolveum.axiom.spi.codec
Interface AxiomPathValueDecoder<I>
-
- All Superinterfaces:
ValueDecoder<I,AxiomPath>
public interface AxiomPathValueDecoder<I> extends ValueDecoder<I,AxiomPath>
-
-
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 Default Methods Modifier and Type Method Description default AxiomPath
decode(I input, AxiomNameResolver localResolver, SourceLocation location)
-
Methods inherited from interface com.evolveum.axiom.spi.codec.ValueDecoder
onNullThrow
-
-
-
-
Method Detail
-
decode
default AxiomPath decode(I input, AxiomNameResolver localResolver, SourceLocation location)
- Specified by:
decode
in interfaceValueDecoder<I,AxiomPath>
-
-