Uses of Interface
com.github.cafapi.common.api.Decoder
Packages that use Decoder
Package
Description
-
Uses of Decoder in com.github.cafapi.common.api
Subinterfaces of Decoder in com.github.cafapi.common.apiModifier and TypeInterfaceDescriptioninterfaceA Codec specifies methods to serialise data from a Java object to byte format, and deserialise data from byte format back into a specified Java class.Methods in com.github.cafapi.common.api that return DecoderModifier and TypeMethodDescriptionConfigurationDecoderProvider.getDecoder(BootstrapConfiguration bootstrap, Decoder defaultDecoder) Returns the Decoder that should be used to interpret the configuration files.Methods in com.github.cafapi.common.api with parameters of type DecoderModifier and TypeMethodDescriptionConfigurationSourceProvider.getConfigurationSource(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Acquire a ConfigurationSource implementation.ConfigurationDecoderProvider.getDecoder(BootstrapConfiguration bootstrap, Decoder defaultDecoder) Returns the Decoder that should be used to interpret the configuration files. -
Uses of Decoder in com.github.cafapi.common.codecs.json
Classes in com.github.cafapi.common.codecs.json that implement DecoderModifier and TypeClassDescriptionclassImplementation of Codec that supports serialisation and deserialisation to and form JSON format. -
Uses of Decoder in com.github.cafapi.common.codecs.jsonlzf
Classes in com.github.cafapi.common.codecs.jsonlzf that implement DecoderModifier and TypeClassDescriptionclassImplementation of Codec that supports serialisation and deserialisation to and form JSON format that itself is compressed with a high-speed LZF algorithm. -
Uses of Decoder in com.github.cafapi.common.config.decoder
Methods in com.github.cafapi.common.config.decoder that return DecoderModifier and TypeMethodDescriptionCafConfigurationDecoderProvider.getDecoder(BootstrapConfiguration bootstrap, Decoder defaultDecoder) Returns the Decoder that should be used to interpret the configuration files.Methods in com.github.cafapi.common.config.decoder with parameters of type DecoderModifier and TypeMethodDescriptionCafConfigurationDecoderProvider.getDecoder(BootstrapConfiguration bootstrap, Decoder defaultDecoder) Returns the Decoder that should be used to interpret the configuration files. -
Uses of Decoder in com.github.cafapi.common.config.source
Constructors in com.github.cafapi.common.config.source with parameters of type DecoderModifierConstructorDescriptionCafConfigurationSource(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Each ConfigurationProvider itself takes some initial source of configuration which it may or may not use to initialise itself. -
Uses of Decoder in com.github.cafapi.common.config.sources.file
Methods in com.github.cafapi.common.config.sources.file with parameters of type DecoderModifier and TypeMethodDescriptionFileConfigurationSourceProvider.getConfigurationSource(BootstrapConfiguration bootstrapProvider, Cipher cipher, ServicePath servicePath, Decoder decoder) Constructors in com.github.cafapi.common.config.sources.file with parameters of type DecoderModifierConstructorDescriptionFileConfigurationSource(BootstrapConfiguration bootstrap, Cipher cipher, ServicePath servicePath, Decoder decoder) -
Uses of Decoder in com.github.cafapi.common.decoders.js
Classes in com.github.cafapi.common.decoders.js that implement DecoderModifier and TypeClassDescriptionclassDecoder implementation that supports building objects from JavaScript.