Package | Description |
---|---|
org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
Modifier and Type | Method and Description |
---|---|
ConverterBuilder.ConverterAware |
ConverterBuilder.WritingConverterBuilder.andReading(Function<? super T,? extends S> function)
Creates a new
ConverterBuilder.ConverterAware by registering the given Function to add a write converter. |
ConverterBuilder.ConverterAware |
ConverterBuilder.ReadingConverterBuilder.andWriting(Function<? super S,? extends T> function)
Creates a new
ConverterBuilder.ConverterAware by registering the given Function to add a write converter. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.