com.jayway.jsonpath
Interface JsonModel.ObjectMappingModelReader

All Known Subinterfaces:
JsonModel.MappingModelReader
Enclosing class:
JsonModel

public static interface JsonModel.ObjectMappingModelReader

Converts a JsonModel to an Object


Method Summary
<T> T
to(Class<T> targetClass)
          Converts this JsonModel to the specified class using the configured MappingProvider
 

Method Detail

to

<T> T to(Class<T> targetClass)
Converts this JsonModel to the specified class using the configured MappingProvider

Type Parameters:
T - template class
Parameters:
targetClass - class to convert the JsonModel to
Returns:
the mapped model
See Also:
MappingProviderFactory


Copyright © 2011-2012. All Rights Reserved.