com.jayway.jsonpath
Interface JsonModel.MappingModelReader

All Superinterfaces:
JsonModel.ListMappingModelReader, JsonModel.ObjectMappingModelReader
Enclosing class:
JsonModel

public static interface JsonModel.MappingModelReader
extends JsonModel.ListMappingModelReader, JsonModel.ObjectMappingModelReader

Object mapping interface used when for root object that can be either a List or a Map. It's up to the invoker to know what the conversion target can be mapped to.


Method Summary
 
Methods inherited from interface com.jayway.jsonpath.JsonModel.ListMappingModelReader
of, toList, toListOf, toSetOf
 
Methods inherited from interface com.jayway.jsonpath.JsonModel.ObjectMappingModelReader
to
 



Copyright © 2011-2012. All Rights Reserved.