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.
PostgresqlObjectId
,
Format
,
Codec
Modifier and Type | Method and Description |
---|---|
Iterable<PostgresqlObjectId> |
getDataTypes()
Returns the collection of
PostgresqlObjectId 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<PostgresqlObjectId> getDataTypes()
PostgresqlObjectId
this codec can handleCopyright © 2022. All rights reserved.