Package com.jsoniter

Class CodegenImplArray

java.lang.Object
com.jsoniter.CodegenImplArray

class CodegenImplArray extends Object
  • Field Details

    • WITH_CAPACITY_COLLECTION_CLASSES

      static final Set<Class> WITH_CAPACITY_COLLECTION_CLASSES
  • Constructor Details

    • CodegenImplArray

      CodegenImplArray()
  • Method Details

    • genArray

      public static String genArray(ClassInfo classInfo)
    • genCollection

      public static String genCollection(ClassInfo classInfo)
    • genCollectionWithCapacity

      private static String genCollectionWithCapacity(Class clazz, Type compType)
    • genCollectionWithoutCapacity

      private static String genCollectionWithoutCapacity(Class clazz, Type compType)
    • append

      private static void append(StringBuilder lines, String str)