T - The target type for the conversion.@ConsumerType
public class TypeReference<T>
extends java.lang.Object
List<String> result = converter.convert(Arrays.asList(1, 2, 3))
.to(new TypeReference<List<String>>() {});
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Type |
getType()
Return the actual type of this Type Reference
|
Copyright © 2010 - 2023 Adobe. All Rights Reserved