Uses of Interface
com.datastax.astra.internal.serdes.collections.DocumentMapper
Packages that use DocumentMapper
Package
Description
Custom Serializers to work with Collections.
-
Uses of DocumentMapper in com.datastax.astra.internal.serdes.collections
Methods in com.datastax.astra.internal.serdes.collections that return DocumentMapperModifier and TypeMethodDescriptiondefault DocumentMapperDocumentMapper.andThen(DocumentMapper after) Returns a mapper that applies this mapper followed by the after mapper.static DocumentMapperDocumentMapper.identity()Returns an identity mapper that returns the document unchanged.Methods in com.datastax.astra.internal.serdes.collections with parameters of type DocumentMapperModifier and TypeMethodDescriptiondefault DocumentMapperDocumentMapper.andThen(DocumentMapper after) Returns a mapper that applies this mapper followed by the after mapper.