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 |
---|---|
static <S,T> ConverterBuilder.WritingConverterBuilder<S,T> |
ConverterBuilder.writing(Class<S> source,
Class<T> target,
Function<? super S,? extends T> function)
Creates a new
ConverterBuilder.WritingConverterBuilder to produce a converter to write values of the given source (the
domain type) into the given target (the store type). |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.