Package com.jsoniter.output
Class CodegenImplMap
- java.lang.Object
-
- com.jsoniter.output.CodegenImplMap
-
class CodegenImplMap extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CodegenImplMap()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CodegenResult
genMap(java.lang.String cacheKey, ClassInfo classInfo)
private static void
genWriteMapKey(CodegenResult ctx, java.lang.reflect.Type keyType, boolean noIndention)
-
-
-
Method Detail
-
genMap
public static CodegenResult genMap(java.lang.String cacheKey, ClassInfo classInfo)
-
genWriteMapKey
private static void genWriteMapKey(CodegenResult ctx, java.lang.reflect.Type keyType, boolean noIndention)
-
-