Uses of Interface
com.evolveum.axiom.spi.codec.ValueDecoder
Packages that use ValueDecoder
-
Uses of ValueDecoder in com.evolveum.axiom.lang.antlr
Subinterfaces of ValueDecoder in com.evolveum.axiom.lang.antlrMethods in com.evolveum.axiom.lang.antlr that return ValueDecoderMethods in com.evolveum.axiom.lang.antlr that return types with arguments of type ValueDecoderModifier and TypeMethodDescriptionOptional<? extends ValueDecoder<V,?>> AxiomDecoderContext.get(AxiomTypeDefinition typeDefinition) Methods in com.evolveum.axiom.lang.antlr with parameters of type ValueDecoderModifier and TypeMethodDescriptionstatic <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 ValueDecoderModifier and TypeInterfaceDescriptionstatic interfaceValueDecoder.Factory<D extends ValueDecoder<?,?>> Subinterfaces of ValueDecoder in com.evolveum.axiom.spi.codecModifier and TypeInterfaceDescriptioninterfacestatic interfaceMethods in com.evolveum.axiom.spi.codec that return ValueDecoderModifier and TypeMethodDescriptiondefault ValueDecoder<I,O> ValueDecoder.onNullThrow(ValueDecoder.ExceptionFactory<I> factory)