Package | Description |
---|---|
io.picodata.driver.mappers |
Contains converters and mappers that map Java object and MessagePack
|
io.picodata.driver.mappers.factories |
Contains factories for mappers and mappers stacks
|
Modifier and Type | Method and Description |
---|---|
DefaultMessagePackMapper |
DefaultMessagePackMapper.Builder.build() |
Constructor and Description |
---|
Builder(DefaultMessagePackMapper mapper)
Basic constructor, initialized with the specified mapper
|
DefaultMessagePackMapper(DefaultMessagePackMapper mapper)
Copying constructor
|
Modifier and Type | Method and Description |
---|---|
DefaultMessagePackMapper |
DefaultMessagePackMapperFactory.copyOf(DefaultMessagePackMapper mapper)
Get modification-safe instance of the given mapper (shallow copy).
|
DefaultMessagePackMapper |
DefaultMessagePackMapperFactory.defaultComplexTypesMapper()
Get modification-safe instance of the mapper.
|
DefaultMessagePackMapper |
DefaultMessagePackMapperFactory.defaultSimpleTypeMapper()
Get modification-safe instance of the mapper.
|
DefaultMessagePackMapper |
DefaultMessagePackMapperFactory.emptyMapper()
Get new empty mapper.
|
Modifier and Type | Method and Description |
---|---|
DefaultMessagePackMapper |
DefaultMessagePackMapperFactory.copyOf(DefaultMessagePackMapper mapper)
Get modification-safe instance of the given mapper (shallow copy).
|
Copyright © 2025 Picodata. All rights reserved.