public interface CodecMetadata
Codecs implementing this interface expose their supported formats and data types. This metadata can be used for cache warming of the actual codec lookup.
PostgresTypeIdentifier,
Format,
Codec| Modifier and Type | Method and Description |
|---|---|
Iterable<PostgresTypeIdentifier> |
getDataTypes()
Returns the collection of
PostgresTypeIdentifier this codec can handle |
default Iterable<io.r2dbc.postgresql.message.Format> |
getFormats()
Returns the collection of
Format supported by this codec |
Class<?> |
type()
Returns the Java
type of this codec. |
default Iterable<io.r2dbc.postgresql.message.Format> getFormats()
Format supported by this codecIterable<PostgresTypeIdentifier> getDataTypes()
PostgresTypeIdentifier this codec can handleCopyright © 2024. All rights reserved.