Uses of Class
com.jsoniter.output.CodegenResult
-
Packages that use CodegenResult Package Description com.jsoniter.output -
-
Uses of CodegenResult in com.jsoniter.output
Fields in com.jsoniter.output with type parameters of type CodegenResult Modifier and Type Field Description private static java.util.Map<java.lang.String,CodegenResult>
Codegen. generatedSources
Methods in com.jsoniter.output that return CodegenResult Modifier and Type Method Description static CodegenResult
CodegenImplArray. genArray(java.lang.String cacheKey, ClassInfo classInfo)
static CodegenResult
CodegenImplArray. genCollection(java.lang.String cacheKey, ClassInfo classInfo)
private static CodegenResult
CodegenImplArray. genCollection(java.lang.String cacheKey, java.lang.Class clazz, java.lang.reflect.Type compType)
static CodegenResult
CodegenImplNative. genEnum(java.lang.Class clazz)
private static CodegenResult
CodegenImplArray. genList(java.lang.String cacheKey, java.lang.Class clazz, java.lang.reflect.Type compType)
static CodegenResult
CodegenImplMap. genMap(java.lang.String cacheKey, ClassInfo classInfo)
static CodegenResult
CodegenImplObject. genObject(ClassInfo classInfo)
private static CodegenResult
Codegen. genSource(java.lang.String cacheKey, ClassInfo classInfo)
static CodegenResult
Codegen. getGeneratedSource(java.lang.String cacheKey)
Methods in com.jsoniter.output with parameters of type CodegenResult Modifier and Type Method Description private static int
CodegenImplObject. appendComma(CodegenResult ctx, int notFirst)
static Encoder
DynamicCodegen. gen(java.lang.Class clazz, java.lang.String cacheKey, CodegenResult source)
private static int
CodegenImplObject. genField(CodegenResult ctx, Binding binding, java.lang.String toName, int notFirst)
private static void
CodegenImplMap. genWriteMapKey(CodegenResult ctx, java.lang.reflect.Type keyType, boolean noIndention)
static void
CodegenImplNative. genWriteOp(CodegenResult ctx, java.lang.String code, java.lang.reflect.Type valueType, boolean isNullable)
static void
CodegenImplNative. genWriteOp(CodegenResult ctx, java.lang.String code, java.lang.reflect.Type valueType, boolean isNullable, boolean isCollectionValueNullable)
private static void
Codegen. staticGen(java.lang.Class clazz, java.lang.String cacheKey, CodegenResult source)
private static void
Codegen. staticGen(java.lang.Class clazz, java.lang.String cacheKey, java.io.OutputStreamWriter writer, CodegenResult source)
-