Class TreeMapTypeAdapterFactory
- java.lang.Object
-
- org.apache.synapse.commons.emulator.TreeMapTypeAdapterFactory
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
public class TreeMapTypeAdapterFactory extends Object implements com.google.gson.TypeAdapterFactory
Class responsible for holding the JSON data as a tree-map.
-
-
Constructor Summary
Constructors Constructor Description TreeMapTypeAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.gson.TypeAdapter<T>
create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
-