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