Package com.evolveum.axiom.spi.codec
Interface ValueDecoder<I,O>
- All Known Subinterfaces:
AntlrDecoder<O>
,AxiomPathValueDecoder<I>
,ValueDecoder.NamespaceIngoring<I,
O>
public interface ValueDecoder<I,O>
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
ValueDecoder.Factory<D extends ValueDecoder<?,
?>> static interface
-
Method Summary
Modifier and TypeMethodDescriptiondecode
(I input, AxiomNameResolver localResolver, SourceLocation location) default ValueDecoder<I,
O> onNullThrow
(ValueDecoder.ExceptionFactory<I> factory)
-
Method Details
-
decode
-
onNullThrow
-