Module com.cryptoalgo.oursql.oursql
Package com.cryptoalgo.codable
Interface Decoder<T extends Enum<T>>
- Type Parameters:
T
- Enum of keys to key data with
- All Known Implementing Classes:
PreferencesDecoder
public interface Decoder<T extends Enum<T>>
An interface that will be implemented by a
decoder to allow decoding
Decodable
classes.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve an instance of aKeyedDecodingContainer
to decode keyed data
-
Method Details
-
container
KeyedDecodingContainer<T> container()Retrieve an instance of aKeyedDecodingContainer
to decode keyed data- Returns:
- An instance of a
KeyedDecodingContainer
-