Uses of Interface
com.evolveum.axiom.lang.antlr.AntlrDecoder
Packages that use AntlrDecoder
-
Uses of AntlrDecoder in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AntlrDecoderModifier and TypeMethodDescriptionstatic <O> AntlrDecoder<O>AntlrDecoder.create(ValueDecoder<AxiomParser.ArgumentContext, O> decoder) static <O> AntlrDecoder<O>AntlrDecoder.from(ValueDecoder.NamespaceIngoring<AxiomParser.ArgumentContext, O> decoder) Methods in com.evolveum.axiom.lang.antlr that return types with arguments of type AntlrDecoderModifier and TypeMethodDescriptionOptional<AntlrDecoder<?>>AntlrDecoderContext.get(AxiomTypeDefinition typeDef)