Class JsonTypeAdapterTemplate<T>

    • Constructor Detail

      • JsonTypeAdapterTemplate

        public JsonTypeAdapterTemplate()
    • Method Detail

      • getValueType

        public abstract java.lang.Class getValueType()
      • getValueTypes

        public java.util.List<java.lang.Class> getValueTypes()
        Description copied from interface: JsonTypeAdapter
        Target class. If adapter is designed to handle single class, return List with one element. If adapter is polymorfic, return list captaining all supported clazz
        Specified by:
        getValueTypes in interface JsonTypeAdapter<T>