Uses of Class
org.aksw.shellgebra.registry.codec.CodecVariant
Packages that use CodecVariant
-
Uses of CodecVariant in org.aksw.shellgebra.registry.codec
Methods in org.aksw.shellgebra.registry.codec that return CodecVariantMethods in org.aksw.shellgebra.registry.codec that return types with arguments of type CodecVariantModifier and TypeMethodDescriptionCodecRegistry.getDecoders(String name) CodecSpec.getDecoderVariants()CodecRegistry.getEncoders(String name) CodecSpec.getEncoderVariants()Methods in org.aksw.shellgebra.registry.codec with parameters of type CodecVariantModifier and TypeMethodDescriptionCodecSpec.Builder.addDecoderVariant(CodecVariant codecVariant) CodecSpec.Builder.addEncoderVariant(CodecVariant codecVariant) Method parameters in org.aksw.shellgebra.registry.codec with type arguments of type CodecVariantModifier and TypeMethodDescriptionCodecSpec.Builder.addDecoderVariants(Collection<CodecVariant> codecVariants) CodecSpec.Builder.addEncoderVariants(Collection<CodecVariant> codecVariants)