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. generatedSourcesMethods in com.jsoniter.output that return CodegenResult Modifier and Type Method Description static CodegenResultCodegenImplArray. genArray(java.lang.String cacheKey, ClassInfo classInfo)static CodegenResultCodegenImplArray. genCollection(java.lang.String cacheKey, ClassInfo classInfo)private static CodegenResultCodegenImplArray. genCollection(java.lang.String cacheKey, java.lang.Class clazz, java.lang.reflect.Type compType)static CodegenResultCodegenImplNative. genEnum(java.lang.Class clazz)private static CodegenResultCodegenImplArray. genList(java.lang.String cacheKey, java.lang.Class clazz, java.lang.reflect.Type compType)static CodegenResultCodegenImplMap. genMap(java.lang.String cacheKey, ClassInfo classInfo)static CodegenResultCodegenImplObject. genObject(ClassInfo classInfo)private static CodegenResultCodegen. genSource(java.lang.String cacheKey, ClassInfo classInfo)static CodegenResultCodegen. getGeneratedSource(java.lang.String cacheKey)Methods in com.jsoniter.output with parameters of type CodegenResult Modifier and Type Method Description private static intCodegenImplObject. appendComma(CodegenResult ctx, int notFirst)static EncoderDynamicCodegen. gen(java.lang.Class clazz, java.lang.String cacheKey, CodegenResult source)private static intCodegenImplObject. genField(CodegenResult ctx, Binding binding, java.lang.String toName, int notFirst)private static voidCodegenImplMap. genWriteMapKey(CodegenResult ctx, java.lang.reflect.Type keyType, boolean noIndention)static voidCodegenImplNative. genWriteOp(CodegenResult ctx, java.lang.String code, java.lang.reflect.Type valueType, boolean isNullable)static voidCodegenImplNative. genWriteOp(CodegenResult ctx, java.lang.String code, java.lang.reflect.Type valueType, boolean isNullable, boolean isCollectionValueNullable)private static voidCodegen. staticGen(java.lang.Class clazz, java.lang.String cacheKey, CodegenResult source)private static voidCodegen. staticGen(java.lang.Class clazz, java.lang.String cacheKey, java.io.OutputStreamWriter writer, CodegenResult source)
-