public interface TypeCoercerFactory
Modifier and Type | Method and Description |
---|---|
<T extends DataTransferObject> |
getConstructorArgDescriptor(Class<T> dtoType)
Returns an unpopulated DTO object, and the build method which must be called with it when it is
finished being populated.
|
<T> TypeCoercer<?,T> |
typeCoercerForType(com.google.common.reflect.TypeToken<T> type) |
<T> TypeCoercer<?,T> typeCoercerForType(com.google.common.reflect.TypeToken<T> type)
<T extends DataTransferObject> DataTransferObjectDescriptor<T> getConstructorArgDescriptor(Class<T> dtoType)