Class ListDef
java.lang.Object
dev.quantumfusion.hyphen.codegen.def.MethodDef
dev.quantumfusion.hyphen.codegen.def.IndexedDef
dev.quantumfusion.hyphen.codegen.def.ListDef
- All Implemented Interfaces:
SerializerDef
-
Field Summary
Fields inherited from class dev.quantumfusion.hyphen.codegen.def.IndexedDef
component, componentDef, getterFunc, lengthFunc -
Constructor Summary
ConstructorsConstructorDescriptionListDef(SerializerHandler<?,?> handler, Clazz clazz, Clazz component)ListDef(SerializerHandler<?,?> handler, ParaClazz clazz) -
Method Summary
Methods inherited from class dev.quantumfusion.hyphen.codegen.def.IndexedDef
getStaticSize, hasDynamicSize, loopArray, scan, writeMethodGet, writeMethodMeasure, writeMethodPutMethods inherited from class dev.quantumfusion.hyphen.codegen.def.MethodDef
writeGet, writeMeasure, writeMethods, writePut
-
Constructor Details
-
ListDef
-
ListDef
-
-
Method Details
-
writeGetConverter
- Specified by:
writeGetConverterin classIndexedDef
-