@FunctionalInterface public static interface ReferenceResolver.MongoEntityReader
source object into a mapped object.| Modifier and Type | Method and Description |
|---|---|
Object |
read(Object source,
org.springframework.data.util.TypeInformation<?> typeInformation)
Read values from the given source into an object defined via the given
TypeInformation. |
Object read(Object source, org.springframework.data.util.TypeInformation<?> typeInformation)
TypeInformation.source - never null.typeInformation - information about the desired target type.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.