public abstract class JsonTypeAdapterTemplate<T> extends Object implements JsonTypeAdapter<T>
| Constructor and Description |
|---|
JsonTypeAdapterTemplate() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class |
getValueType() |
List<Class> |
getValueTypes()
Target classes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromJson, toJsonpublic abstract Class getValueType()
public List<Class> getValueTypes()
JsonTypeAdaptergetValueTypes in interface JsonTypeAdapter<T>Copyright © 2014. All rights reserved.