Package com.jsoniter.output
Class CodegenAccess
java.lang.Object
com.jsoniter.output.CodegenAccess
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
staticGenEncoders
(TypeLiteral[] typeLiterals, CodegenAccess.StaticCodegenTarget staticCodegenTarget) static Any
static void
writeMapKey
(String cacheKey, Object mapKey, JsonStream stream) static void
writeStringWithoutQuote
(String obj, JsonStream stream) static void
writeVal
(String cacheKey, boolean obj, JsonStream stream) static void
writeVal
(String cacheKey, byte obj, JsonStream stream) static void
writeVal
(String cacheKey, char obj, JsonStream stream) static void
writeVal
(String cacheKey, double obj, JsonStream stream) static void
writeVal
(String cacheKey, float obj, JsonStream stream) static void
writeVal
(String cacheKey, int obj, JsonStream stream) static void
writeVal
(String cacheKey, long obj, JsonStream stream) static void
writeVal
(String cacheKey, short obj, JsonStream stream) static void
writeVal
(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
-