Uses of Enum Class
com.github.cafapi.common.api.DecodeMethod
Packages that use DecodeMethod
Package
Description
-
Uses of DecodeMethod in com.github.cafapi.common.api
Methods in com.github.cafapi.common.api that return DecodeMethodModifier and TypeMethodDescriptionstatic DecodeMethod
DecodeMethod.getDefault()
static DecodeMethod
Returns the enum constant of this class with the specified name.static DecodeMethod[]
DecodeMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.cafapi.common.api with parameters of type DecodeMethodModifier and TypeMethodDescription<T> T
Codec.deserialise
(byte[] data, Class<T> clazz, DecodeMethod method) Deserialise the given data into the specified class.<T> T
Codec.deserialise
(InputStream stream, Class<T> clazz, DecodeMethod method) Deserialise the given data into the specified class using the default decode method. -
Uses of DecodeMethod in com.github.cafapi.common.codecs.json
Methods in com.github.cafapi.common.codecs.json with parameters of type DecodeMethodModifier and TypeMethodDescription<T> T
JsonCodec.deserialise
(byte[] data, Class<T> clazz, DecodeMethod method) <T> T
JsonCodec.deserialise
(InputStream stream, Class<T> clazz, DecodeMethod method) protected com.fasterxml.jackson.databind.ObjectMapper
JsonCodec.getMapper
(DecodeMethod method) -
Uses of DecodeMethod in com.github.cafapi.common.codecs.jsonlzf
Methods in com.github.cafapi.common.codecs.jsonlzf with parameters of type DecodeMethodModifier and TypeMethodDescription<T> T
JsonLzfCodec.deserialise
(byte[] data, Class<T> clazz, DecodeMethod method) <T> T
JsonLzfCodec.deserialise
(InputStream stream, Class<T> clazz, DecodeMethod method) protected com.fasterxml.jackson.databind.ObjectMapper
JsonLzfCodec.getMapper
(DecodeMethod method)