public static interface JsonModel.ObjectMappingModelReader
JsonModel to an Object| Modifier and Type | Method and Description |
|---|---|
<T> T |
to(Class<T> targetClass)
Converts this JsonModel to the specified class using the configured
MappingProvider |
<T> T to(Class<T> targetClass)
MappingProviderT - template classtargetClass - class to convert the JsonModel toMappingProviderFactoryCopyright © 2011–2013. All rights reserved.