map_list_dot library
Classes
JsonNode
interpret a json acccess demand with several notation
classical : json"and"
"there"
dotted : json.here.and10
.there
Level
Level s to control logging output. Logging can be enabled to include all
levels above certain Level . Level s are ordered using an integer
value Level.value . The predefined Level constants below are sorted as
follows (in descending order): Level.SHOUT , Level.SEVERE ,
Level.WARNING , Level.INFO , Level.CONFIG , Level.FINE , Level.FINER ,
Level.FINEST , and Level.ALL .
Logger
Use a Logger to log debug messages.
LogRecord
A log entry representation used to propagate information from Logger to
individual handlers.
MapList
MapList storage is a simple Wrapper on any structure made of
Lists, Maps and leaf Values of any type, as or like a json structure
MapList allows access by a dot notation in code and with script
MapListList
extends MapList to wrap List methods
MapListListIterator
override Iterator to return MapList that allows .notation downstream
MapListMap
extends MapList to offer Map methods