Interface RawFacade<J>
- All Known Subinterfaces:
Facade<J>
public interface RawFacade<J>
Facade is a type class that describes how Jawn should construct
JSON AST elements of type J.
Facade[J] also uses FContext[J] instances, so implementors will usually want to define both.
-
Method Summary
Modifier and TypeMethodDescriptionarrayContext(int index) jfalse(int index) jnull(int index) jnum(CharSequence s, int decIndex, int expIndex, int index) jstring(CharSequence s, int index) jtrue(int index) objectContext(int index) singleContext(int index)
-
Method Details
-
arrayContext
-
jfalse
-
jnull
-
jnum
-
jstring
-
jtrue
-
objectContext
-
singleContext
-