Uses of Class
com.jsoniter.output.CodegenResult
Packages that use CodegenResult
-
Uses of CodegenResult in com.jsoniter.output
Fields in com.jsoniter.output with type parameters of type CodegenResultModifier and TypeFieldDescriptionprivate static final Map
<String, CodegenResult> Codegen.generatedSources
Methods in com.jsoniter.output that return CodegenResultModifier and TypeMethodDescriptionstatic CodegenResult
static CodegenResult
CodegenImplArray.genCollection
(String cacheKey, ClassInfo classInfo) private static CodegenResult
CodegenImplArray.genCollection
(String cacheKey, Class clazz, Type compType) static CodegenResult
private static CodegenResult
static CodegenResult
static CodegenResult
private static CodegenResult
static CodegenResult
Codegen.getGeneratedSource
(String cacheKey) Methods in com.jsoniter.output with parameters of type CodegenResultModifier and TypeMethodDescriptionprivate static int
CodegenImplObject.appendComma
(CodegenResult ctx, int notFirst) static Encoder
DynamicCodegen.gen
(Class clazz, String cacheKey, CodegenResult source) private static int
CodegenImplObject.genField
(CodegenResult ctx, Binding binding, String toName, int notFirst) private static void
CodegenImplMap.genWriteMapKey
(CodegenResult ctx, Type keyType, boolean noIndention) static void
CodegenImplNative.genWriteOp
(CodegenResult ctx, String code, Type valueType, boolean isNullable) static void
CodegenImplNative.genWriteOp
(CodegenResult ctx, String code, Type valueType, boolean isNullable, boolean isCollectionValueNullable) private static void
Codegen.staticGen
(Class clazz, String cacheKey, CodegenResult source) private static void
Codegen.staticGen
(Class clazz, String cacheKey, OutputStreamWriter writer, CodegenResult source)