<S> Codec<S> |
PropertyCodecRegistryImpl.get(TypeWithTypeParameters<S> type) |
<S> Codec<S> |
FallbackPropertyCodecProvider.get(TypeWithTypeParameters<S> type,
PropertyCodecRegistry propertyCodecRegistry) |
<T> Codec<T> |
PropertyCodecRegistry.get(TypeWithTypeParameters<T> type)
Gets a Codec for the given Class.
|
<T> Codec<T> |
PropertyCodecProvider.get(TypeWithTypeParameters<T> type,
PropertyCodecRegistry registry)
Get a Codec using the given context, which includes, most importantly, the class and bound type parameters
for which a Codec is required.
|
<T> Codec<T> |
EnumPropertyCodecProvider.get(TypeWithTypeParameters<T> type,
PropertyCodecRegistry propertyCodecRegistry) |
<T> Codec<T> |
CollectionPropertyCodecProvider.get(TypeWithTypeParameters<T> type,
PropertyCodecRegistry registry) |
<T> Codec<T> |
MapPropertyCodecProvider.get(TypeWithTypeParameters<T> type,
PropertyCodecRegistry registry) |