- classForType(Type) - Static method in class blue.endless.jankson.magic.TypeMagic
-
This is a surprisingly intractable problem in Java: "Type" pretty much represents all possible states of reified
and unreified type information, and each kind of Type has different, mutually exclusive, and often unintended
ways of uncovering its (un-reified) class.
- clear() - Method in class blue.endless.jankson.JsonArray
-
- clear() - Method in class blue.endless.jankson.JsonObject
-
- clone() - Method in class blue.endless.jankson.JsonArray
-
- clone() - Method in class blue.endless.jankson.JsonElement
-
- clone() - Method in class blue.endless.jankson.JsonNull
-
- clone() - Method in class blue.endless.jankson.JsonObject
-
- clone() - Method in class blue.endless.jankson.JsonPrimitive
-
- Comment - Annotation Type in blue.endless.jankson
-
- comment - Variable in class blue.endless.jankson.impl.AnnotatedElement
-
- CommentParserContext - Class in blue.endless.jankson.impl
-
- CommentParserContext(int) - Constructor for class blue.endless.jankson.impl.CommentParserContext
-
- consume(int, Jankson) - Method in class blue.endless.jankson.impl.ArrayParserContext
-
- consume(int, Jankson) - Method in class blue.endless.jankson.impl.CommentParserContext
-
- consume(int, Jankson) - Method in class blue.endless.jankson.impl.ElementParserContext
-
- consume(int, Jankson) - Method in class blue.endless.jankson.impl.NumberParserContext
-
- consume(int, Jankson) - Method in class blue.endless.jankson.impl.ObjectParserContext
-
- consume(int, Jankson) - Method in interface blue.endless.jankson.impl.ParserContext
-
Consume one codepoint from the stream, and either use it to continue composing the result or to discover that
the result is complete and processing should stop.
- consume(int, Jankson) - Method in class blue.endless.jankson.impl.StringParserContext
-
- consume(int, Jankson) - Method in class blue.endless.jankson.impl.TokenParserContext
-
- contains(Object) - Method in class blue.endless.jankson.JsonArray
-
- containsAll(Collection<?>) - Method in class blue.endless.jankson.JsonArray
-
- containsKey(Object) - Method in class blue.endless.jankson.JsonObject
-
- containsValue(Object) - Method in class blue.endless.jankson.JsonObject
-
- createAndCast(Type) - Static method in class blue.endless.jankson.magic.TypeMagic
-
Attempts to create a new instance of type t, and (unsafely) cast it to the target type U.
- createAndCast(Class<U>) - Static method in class blue.endless.jankson.magic.TypeMagic
-
Attempts to create a new instance of the specified class using its no-arg constructor, if it has one.