Package dev.drtheo.autojson.util
Class ClassAdapter.Wrapped
-
- All Implemented Interfaces:
-
dev.drtheo.autojson.util.ClassAdapter
public abstract class ClassAdapter.Wrapped<T, Array, B> extends ClassAdapter.Primitive<T, Array>
-
-
Field Summary
Fields Modifier and Type Field Description public final static ClassAdapter<Boolean, Array<boolean>>BOOLpublic final static ClassAdapter<Character, Array<char>>CHARpublic final static ClassAdapter<Byte, Array<byte>>BYTEpublic final static ClassAdapter<Short, Array<short>>SHORTpublic final static ClassAdapter<Integer, Array<int>>INTpublic final static ClassAdapter<Float, Array<float>>FLOATpublic final static ClassAdapter<Double, Array<double>>DOUBLEpublic final static ClassAdapter<Long, Array<long>>LONGpublic final static ClassAdapter<Object, Array<Object>>OBJECT
-
Method Summary
Modifier and Type Method Description abstract Tunwrap(B b)voidset(Unsafe unsafe, Object obj, long address, T value)voidset(Array ts, int index, T value)-
Methods inherited from class dev.drtheo.autojson.util.ClassAdapter.Primitive
get -
Methods inherited from class dev.drtheo.autojson.util.ClassAdapter
castArray, get, getArray, getArrayLength, getLength, match, matchUnboxed, setArray -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-