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 DecodeMethodDecodeMethod.getDefault()static DecodeMethodReturns 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> TCodec.deserialise(byte[] data, Class<T> clazz, DecodeMethod method) Deserialise the given data into the specified class.<T> TCodec.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> TJsonCodec.deserialise(byte[] data, Class<T> clazz, DecodeMethod method) <T> TJsonCodec.deserialise(InputStream stream, Class<T> clazz, DecodeMethod method) protected com.fasterxml.jackson.databind.ObjectMapperJsonCodec.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> TJsonLzfCodec.deserialise(byte[] data, Class<T> clazz, DecodeMethod method) <T> TJsonLzfCodec.deserialise(InputStream stream, Class<T> clazz, DecodeMethod method) protected com.fasterxml.jackson.databind.ObjectMapperJsonLzfCodec.getMapper(DecodeMethod method)