public interface ResultConverter<T,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResultConverter.ResultConverterAdapter<T,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
convert(T value,
Class<R> type) |
R |
convert(T value,
Class<R> type,
MappingPolicy mappingPolicy) |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.