JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Package
com.blackrook.json.struct
Packages that use
com.blackrook.json.struct
Package
Description
com.blackrook.json.struct
Additional helper data structures.
Classes in
com.blackrook.json.struct
used by
com.blackrook.json.struct
Class
Description
Lexer
Breaks up a stream of characters into lexicographical tokens.
Lexer.Kernel
This is a info kernel that tells a
Lexer
how to interpret certain characters and identifiers.
Lexer.ReaderStack.Stream
Stream encapsulation of a single named Reader.
Lexer.Token
Lexer token object.
TypeProfileFactory.MemberPolicy
An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).
TypeProfileFactory.Profile
Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.
TypeProfileFactory.Profile.FieldInfo
Field information.
TypeProfileFactory.Profile.MethodInfo
Method signature.