Package | Description |
---|---|
io.picodata.driver.api |
Contains interfaces and classes essential for end-user driver API
|
io.picodata.driver.core |
Driver core classes
|
io.picodata.driver.mappers |
Contains converters and mappers that map Java object and MessagePack
|
Modifier and Type | Method and Description |
---|---|
MessagePackMapperBuilder |
MessagePackMapperBuilder.withDefaultArrayValueConverter()
Configure the mapper with default
MP_ARRAY entity to List converter |
MessagePackMapperBuilder |
MessagePackMapperBuilder.withDefaultCollectionObjectConverter()
Configure the mapper with default
Collection to MP_ARRAY entity converter |
MessagePackMapperBuilder |
MessagePackMapperBuilder.withDefaultListObjectConverter()
Configure the mapper with default
List to MP_ARRAY entity converter |
MessagePackMapperBuilder |
MessagePackMapperBuilder.withDefaultMapObjectConverter()
Configure the mapper with default
Map to MP_MAP entity converter |
MessagePackMapperBuilder |
MessagePackMapperBuilder.withDefaultMapValueConverter()
Configure the mapper with default
MP_MAP entity to Map converter |
<V extends org.msgpack.value.Value,O> |
MessagePackMapperBuilder.withObjectConverter(Class<O> objectClass,
Class<V> valueClass,
ObjectConverter<O,V> converter)
Configure the mapper with a specified MessagePack object-to-entity converter
|
<V extends org.msgpack.value.Value,O> |
MessagePackMapperBuilder.withObjectConverter(Class<O> objectClass,
ObjectConverter<O,V> converter)
Configure the mapper with a specified MessagePack object-to-entity converter
|
<V extends org.msgpack.value.Value,O> |
MessagePackMapperBuilder.withObjectConverter(ObjectConverter<O,V> converter)
Configure the mapper with a specified MessagePack object-to-entity converter
|
<V extends org.msgpack.value.Value,O> |
MessagePackMapperBuilder.withValueConverter(org.msgpack.value.ValueType valueType,
Class<O> objectClass,
ValueConverter<V,O> converter)
Configure the mapper with a specified MessagePack entity-to-object converter
|
<V extends org.msgpack.value.Value,O> |
MessagePackMapperBuilder.withValueConverter(org.msgpack.value.ValueType valueType,
ValueConverter<V,O> converter)
Configure the mapper with a specified MessagePack entity-to-object converter
|
Modifier and Type | Method and Description |
---|---|
TarantoolClientBuilder |
TarantoolClientBuilder.withDefaultMessagePackMapperConfiguration(UnaryOperator<MessagePackMapperBuilder> mapperBuilder)
Specify a configuration for mapping between Java objects and MessagePack entities.
|
Modifier and Type | Method and Description |
---|---|
TarantoolClientBuilder |
TarantoolClientBuilderImpl.withDefaultMessagePackMapperConfiguration(UnaryOperator<MessagePackMapperBuilder> mapperBuilder) |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultMessagePackMapper.Builder
Builder for
DefaultMessagePackMapper |
Copyright © 2025 Picodata. All rights reserved.