Class CodegenAccess
java.lang.Object
com.jsoniter.output.CodegenAccess
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstaticGenEncoders(TypeLiteral[] typeLiterals, CodegenAccess.StaticCodegenTarget staticCodegenTarget) static Anystatic voidwriteMapKey(String cacheKey, Object mapKey, JsonStream stream) static voidwriteStringWithoutQuote(String obj, JsonStream stream) static voidwriteVal(String cacheKey, boolean obj, JsonStream stream) static voidwriteVal(String cacheKey, byte obj, JsonStream stream) static voidwriteVal(String cacheKey, char obj, JsonStream stream) static voidwriteVal(String cacheKey, double obj, JsonStream stream) static voidwriteVal(String cacheKey, float obj, JsonStream stream) static voidwriteVal(String cacheKey, int obj, JsonStream stream) static voidwriteVal(String cacheKey, long obj, JsonStream stream) static voidwriteVal(String cacheKey, short obj, JsonStream stream) static voidwriteVal(String cacheKey, Object obj, JsonStream stream)
-
Constructor Details
-
CodegenAccess
public CodegenAccess()
-
-
Method Details
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeVal
- Throws:
IOException
-
writeMapKey
public static void writeMapKey(String cacheKey, Object mapKey, JsonStream stream) throws IOException - Throws:
IOException
-
writeStringWithoutQuote
- Throws:
IOException
-
staticGenEncoders
public static void staticGenEncoders(TypeLiteral[] typeLiterals, CodegenAccess.StaticCodegenTarget staticCodegenTarget) -
wrap
-