Uses of Interface
com.evolveum.axiom.spi.codec.ValueDecoder
-
Uses of ValueDecoder in com.evolveum.axiom.lang.antlr
Modifier and TypeMethodDescriptionOptional<? extends ValueDecoder<V,
?>> AxiomDecoderContext.get
(AxiomTypeDefinition typeDefinition) Modifier and TypeMethodDescriptionstatic <O> AntlrDecoder<O>
AntlrDecoder.create
(ValueDecoder<AxiomParser.ArgumentContext, O> decoder) -
Uses of ValueDecoder in com.evolveum.axiom.spi.codec
Modifier and TypeInterfaceDescriptionstatic interface
ValueDecoder.Factory<D extends ValueDecoder<?,
?>> Modifier and TypeInterfaceDescriptioninterface
static interface
Modifier and TypeMethodDescriptiondefault ValueDecoder<I,
O> ValueDecoder.onNullThrow
(ValueDecoder.ExceptionFactory<I> factory)