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.generatedSourcesMethods in com.jsoniter.output that return CodegenResultModifier and TypeMethodDescriptionstatic CodegenResultstatic CodegenResultCodegenImplArray.genCollection(String cacheKey, ClassInfo classInfo) private static CodegenResultCodegenImplArray.genCollection(String cacheKey, Class clazz, Type compType) static CodegenResultprivate static CodegenResultstatic CodegenResultstatic CodegenResultprivate static CodegenResultstatic CodegenResultCodegen.getGeneratedSource(String cacheKey) Methods in com.jsoniter.output with parameters of type CodegenResultModifier and TypeMethodDescriptionprivate static intCodegenImplObject.appendComma(CodegenResult ctx, int notFirst) static EncoderDynamicCodegen.gen(Class clazz, String cacheKey, CodegenResult source) private static intCodegenImplObject.genField(CodegenResult ctx, Binding binding, String toName, int notFirst) private static voidCodegenImplMap.genWriteMapKey(CodegenResult ctx, Type keyType, boolean noIndention) static voidCodegenImplNative.genWriteOp(CodegenResult ctx, String code, Type valueType, boolean isNullable) static voidCodegenImplNative.genWriteOp(CodegenResult ctx, String code, Type valueType, boolean isNullable, boolean isCollectionValueNullable) private static voidCodegen.staticGen(Class clazz, String cacheKey, CodegenResult source) private static voidCodegen.staticGen(Class clazz, String cacheKey, OutputStreamWriter writer, CodegenResult source)