Uses of Interface
com.evolveum.axiom.spi.codec.ValueDecoder
-
Packages that use ValueDecoder Package Description com.evolveum.axiom.lang.antlr com.evolveum.axiom.spi.codec -
-
Uses of ValueDecoder in com.evolveum.axiom.lang.antlr
Subinterfaces of ValueDecoder in com.evolveum.axiom.lang.antlr Modifier and Type Interface Description interface
AntlrDecoder<O>
Methods in com.evolveum.axiom.lang.antlr that return ValueDecoder Modifier and Type Method Description ValueDecoder<AxiomParser.PrefixedNameContext,AxiomName>
AntlrDecoderContext. itemName()
ValueDecoder<I,AxiomName>
AxiomDecoderContext. itemName()
Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type ValueDecoder Modifier and Type Method Description Optional<? extends ValueDecoder<V,?>>
AxiomDecoderContext. get(AxiomTypeDefinition typeDefinition)
Methods in com.evolveum.axiom.lang.antlr with parameters of type ValueDecoder Modifier and Type Method Description static <O> AntlrDecoder<O>
AntlrDecoder. create(ValueDecoder<AxiomParser.ArgumentContext,O> decoder)
-
Uses of ValueDecoder in com.evolveum.axiom.spi.codec
Classes in com.evolveum.axiom.spi.codec with type parameters of type ValueDecoder Modifier and Type Interface Description static interface
ValueDecoder.Factory<D extends ValueDecoder<?,?>>
Subinterfaces of ValueDecoder in com.evolveum.axiom.spi.codec Modifier and Type Interface Description interface
AxiomPathValueDecoder<I>
static interface
ValueDecoder.NamespaceIngoring<I,O>
Methods in com.evolveum.axiom.spi.codec that return ValueDecoder Modifier and Type Method Description default ValueDecoder<I,O>
ValueDecoder. onNullThrow(ValueDecoder.ExceptionFactory<I> factory)
-