Package com.evolveum.axiom.lang.antlr
Interface AntlrDecoder<O>
- All Superinterfaces:
- ValueDecoder<AxiomParser.ArgumentContext,- O> 
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.axiom.spi.codec.ValueDecoderValueDecoder.ExceptionFactory<I>, ValueDecoder.Factory<D extends ValueDecoder<?,?>>, ValueDecoder.NamespaceIngoring<I, O> 
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic <O> AntlrDecoder<O>create(ValueDecoder<AxiomParser.ArgumentContext, O> decoder) static <O> AntlrDecoder<O>Methods inherited from interface com.evolveum.axiom.spi.codec.ValueDecoderdecode, onNullThrow
- 
Method Details- 
fromstatic <O> AntlrDecoder<O> from(ValueDecoder.NamespaceIngoring<AxiomParser.ArgumentContext, O> decoder) 
- 
create
 
-