public interface MappingProvider
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convertValue(Object fromValue,
Class<T> toValueType) |
<T extends Collection<E>,E> |
convertValue(Object fromValue,
Class<T> collectionType,
Class<E> elementType) |
<T> T convertValue(Object fromValue, Class<T> toValueType) throws IllegalArgumentException
IllegalArgumentException<T extends Collection<E>,E> T convertValue(Object fromValue, Class<T> collectionType, Class<E> elementType) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2011–2013. All rights reserved.