- NotationAccessor - Class in io.whitfin.dottie.segment
-
Segment class to represent a notation accessor.
- NotationException - Exception in io.whitfin.dottie.exception
-
Exception class to be raised on all errors parsing notation.
- NotationException(String) - Constructor for exception io.whitfin.dottie.exception.NotationException
-
Creates a new exception from a raw message.
- NotationException(String, char, int) - Constructor for exception io.whitfin.dottie.exception.NotationException
-
Creates a new exception using positional arguments.
- NotationIndex - Class in io.whitfin.dottie.segment
-
Segment class to represent a notation index.
- NotationJoiner - Class in io.whitfin.dottie.joiner
-
Joining class for notation, to allow joining many property keys
efficiently and fluently.
- NotationJoiner() - Constructor for class io.whitfin.dottie.joiner.NotationJoiner
-
Initializes the internal builder.
- NotationParser - Class in io.whitfin.dottie.parser
-
Parsing class to deal with all regex required to read back properties.
- NotationParser() - Constructor for class io.whitfin.dottie.parser.NotationParser
-
- NotationProperty - Class in io.whitfin.dottie.segment
-
Segment class to represent a notation property.
- NotationSegment<T> - Class in io.whitfin.dottie.segment
-
Parent segment to be used to represent notation values of
various types.
- NotationSplitter - Class in io.whitfin.dottie.splitter
-
A splitting class to allow splitting previously joined notation
back into a list of
NotationSegment instances.
- NotationSplitter() - Constructor for class io.whitfin.dottie.splitter.NotationSplitter
-