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