Package dev.drtheo.autojson.util
Class ClassAdapter.Num<T extends Number,Array>
java.lang.Object
dev.drtheo.autojson.util.ClassAdapter.Primitive<T,Array>
dev.drtheo.autojson.util.ClassAdapter.Wrapped<T,Array,Number>
dev.drtheo.autojson.util.ClassAdapter.Num<T,Array>
- All Implemented Interfaces:
ClassAdapter<T,Array>
- Direct Known Subclasses:
PrimByteClassAdapter,PrimDoubleClassAdapter,PrimFloatClassAdapter,PrimIntClassAdapter,PrimLongClassAdapter,PrimShortClassAdapter
- Enclosing interface:
- ClassAdapter<T,
Array>
public abstract static class ClassAdapter.Num<T extends Number,Array>
extends ClassAdapter.Wrapped<T,Array,Number>
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.drtheo.autojson.util.ClassAdapter
ClassAdapter.Num<T extends Number,Array>, ClassAdapter.Primitive<T, Array>, ClassAdapter.Wrapped<T, Array, B> -
Field Summary
Fields inherited from class dev.drtheo.autojson.util.ClassAdapter.Wrapped
base -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.drtheo.autojson.util.ClassAdapter.Wrapped
set, set, unwrapMethods inherited from class dev.drtheo.autojson.util.ClassAdapter.Primitive
get, set0, set0Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.drtheo.autojson.util.ClassAdapter
castArray, get, getArray, getArrayLength, getLength, setArray
-
Constructor Details
-
Num
-