Package com.jsoniter
Class CodegenImplArray
java.lang.Object
com.jsoniter.CodegenImplArray
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
append
(StringBuilder lines, String str) static String
static String
genCollection
(ClassInfo classInfo) private static String
genCollectionWithCapacity
(Class clazz, Type compType) private static String
genCollectionWithoutCapacity
(Class clazz, Type compType)
-
Field Details
-
WITH_CAPACITY_COLLECTION_CLASSES
-
-
Constructor Details
-
CodegenImplArray
CodegenImplArray()
-
-
Method Details
-
genArray
-
genCollection
-
genCollectionWithCapacity
-
genCollectionWithoutCapacity
-
append
-