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
IllegalArgumentException
Copyright © 2011–2014. All rights reserved.