Package com.evolveum.axiom.lang.antlr
Interface AntlrDecoder<O>
- All Superinterfaces:
ValueDecoder<AxiomParser.ArgumentContext,
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 TypeMethodDescriptionstatic <O> AntlrDecoder<O>
create
(ValueDecoder<AxiomParser.ArgumentContext, O> decoder) static <O> AntlrDecoder<O>
Methods inherited from interface com.evolveum.axiom.spi.codec.ValueDecoder
decode, onNullThrow
-
Method Details
-
from
static <O> AntlrDecoder<O> from(ValueDecoder.NamespaceIngoring<AxiomParser.ArgumentContext, O> decoder) -
create
-