com.jayway.jsonpath.spi
Interface MappingProvider

All Known Implementing Classes:
JacksonProvider

public interface MappingProvider

Author:
Kalle Stenflo

Method Summary
<T> T
convertValue(Object fromValue, Class<T> toValueType)
           
<T extends Collection<E>,E>
T
convertValue(Object fromValue, Class<T> collectionType, Class<E> elementType)
           
 

Method Detail

convertValue

<T> T convertValue(Object fromValue,
                   Class<T> toValueType)
               throws IllegalArgumentException
Throws:
IllegalArgumentException

convertValue

<T extends Collection<E>,E> T convertValue(Object fromValue,
                                           Class<T> collectionType,
                                           Class<E> elementType)
                                     throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2011-2012. All Rights Reserved.