- FALSE - Static variable in class org.dbrain.data.impl.value.BoolValueImpl
-
- FieldAccessors - Interface in org.dbrain.data.access
-
Denote a container of a single field value.
- forEach(BiConsumer<? super String, ? super Value>) - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- Format<T> - Interface in org.dbrain.data.text
-
A format can produce a textual representation of an entity and also, create an entity from a textual representation.
- format(T) - Method in interface org.dbrain.data.text.Formatter
-
- format(LocalDate) - Method in class org.dbrain.data.text.LocalDateFormat
-
- FormatException - Exception in org.dbrain.data.text
-
- FormatException() - Constructor for exception org.dbrain.data.text.FormatException
-
- FormatException(String) - Constructor for exception org.dbrain.data.text.FormatException
-
- FormatException(String, Throwable) - Constructor for exception org.dbrain.data.text.FormatException
-
- FormatException(Throwable) - Constructor for exception org.dbrain.data.text.FormatException
-
- Formatter<T> - Interface in org.dbrain.data.text
-
Simple contract that provide a String representation from a T value.
- ForwardCursor - Interface in org.dbrain.data.access
-
Allows to read tabular data in a Forward-only manner.
- Fqn - Interface in org.dbrain.data
-
Describe a fully qualified name.
- Fqn.Builder - Interface in org.dbrain.data
-
Builder interface for the Fqn.
- FQN_PATTERN_RESERVED_CHARS - Static variable in class org.dbrain.data.impl.fqn.FqnUtils
-
- FQN_RESERVED_CHARS - Static variable in class org.dbrain.data.impl.fqn.FqnUtils
-
- FqnBuilderImpl - Class in org.dbrain.data.impl.fqn
-
Builder implementation of Fully Qualified Names.
- FqnBuilderImpl() - Constructor for class org.dbrain.data.impl.fqn.FqnBuilderImpl
-
- FqnImpl - Class in org.dbrain.data.impl.fqn
-
Implements the Fqn.
- FqnImpl(List<String>) - Constructor for class org.dbrain.data.impl.fqn.FqnImpl
-
Use the of(xxx) factory.
- FqnPattern - Interface in org.dbrain.data
-
Pattern to match a Fqn.
- FqnPattern.Builder - Interface in org.dbrain.data
-
Allows to build Fqn Patterns.
- FqnPattern.MatchResult - Interface in org.dbrain.data
-
Match result of a pattern matching.
- FqnPattern.Specs - Interface in org.dbrain.data
-
Specifications of this pattern.
- FqnPattern.Type - Enum in org.dbrain.data
-
Define the type of pattern.
- FqnPatternBuilderImpl - Class in org.dbrain.data.impl.fqn
-
Implementation of the Pattern Builder.
- FqnPatternBuilderImpl() - Constructor for class org.dbrain.data.impl.fqn.FqnPatternBuilderImpl
-
- FqnPatternImpl - Class in org.dbrain.data.impl.fqn
-
Implementation of the Fqn Pattern.
- FqnPatternImpl(FqnPatternImpl.Node, int) - Constructor for class org.dbrain.data.impl.fqn.FqnPatternImpl
-
- FqnPatternImpl.ManyNode - Class in org.dbrain.data.impl.fqn
-
- FqnPatternImpl.Node - Class in org.dbrain.data.impl.fqn
-
- FqnPatternImpl.OneNode - Class in org.dbrain.data.impl.fqn
-
- FqnPatternImpl.PartMatchingNode - Interface in org.dbrain.data.impl.fqn
-
Denote a node that returns a part in the match result.
- FqnPatternImpl.SpecificNode - Class in org.dbrain.data.impl.fqn
-
- FqnUtils - Class in org.dbrain.data.impl.fqn
-
Implements parsing of Fully Qualified Name and Patterns.
- FqnUtils() - Constructor for class org.dbrain.data.impl.fqn.FqnUtils
-
- from(Fqn) - Static method in interface org.dbrain.data.Fqn
-
Start building a Fqn from another name.
- fromSegment(String) - Static method in interface org.dbrain.data.Fqn
-
Start building a Fqn from an initial segment.
- get(int) - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- get(Object) - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- get() - Static method in interface org.dbrain.data.json.JsonBridge
-
- get() - Method in class org.dbrain.data.text.LineCursor
-
The the line currently loaded in the cursor.
- get() - Method in class org.dbrain.data.text.ReaderCursor
-
- get(Token) - Method in class org.dbrain.data.text.TokenParser
-
- get(Token, Token) - Method in class org.dbrain.data.text.TokenParser
-
- get(Token, Token, Token) - Method in class org.dbrain.data.text.TokenParser
-
- getAs(Function<Object, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
- getAs(int, Function<Object, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getAs(String, Function<Object, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
- getBoolean() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getBoolean(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getBoolean(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getBoolean() - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- getBoolean() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getBooleanAs(Function<? super Boolean, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getBooleanAs(int, Function<? super Boolean, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getBooleanAs(String, Function<? super Boolean, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getByte() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getByte(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getByte(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getByte() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getByteAs(Function<? super Byte, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
- getByteAs(int, Function<? super Byte, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getByteAs(String, Function<? super Byte, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
- getDouble() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getDouble(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getDouble(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getDouble() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getDoubleAs(Function<? super Double, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getDoubleAs(int, Function<? super Double, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getDoubleAs(String, Function<? super Double, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getFloat() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getFloat(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getFloat(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getFloat() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getFloatAs(Function<? super Float, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getFloatAs(int, Function<? super Float, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getFloatAs(String, Function<? super Float, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getIdentifier() - Method in class org.dbrain.data.text.TokenParser
-
Read the identifier getValue from the parser.
- getInt() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getInt(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getInt(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getInt() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getIntAs(Function<? super Integer, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
- getIntAs(int, Function<? super Integer, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getIntAs(String, Function<? super Integer, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
- getKeyword() - Method in class org.dbrain.data.text.TokenParser
-
Read the keyword from the parser.
- getList() - Method in class org.dbrain.data.impl.value.BoolValueImpl
-
- getList() - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- getList() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getList() - Method in class org.dbrain.data.impl.value.NullValueImpl
-
- getList() - Method in class org.dbrain.data.impl.value.NumberValueImpl
-
- getList() - Method in class org.dbrain.data.impl.value.StringValueImpl
-
- getList() - Method in interface org.dbrain.data.Value
-
- getLong() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getLong(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getLong(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getLong() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getLongAs(Function<? super Long, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getLongAs(int, Function<? super Long, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getLongAs(String, Function<? super Long, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getMap() - Method in class org.dbrain.data.impl.value.BoolValueImpl
-
- getMap() - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- getMap() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getMap() - Method in class org.dbrain.data.impl.value.NullValueImpl
-
- getMap() - Method in class org.dbrain.data.impl.value.NumberValueImpl
-
- getMap() - Method in class org.dbrain.data.impl.value.StringValueImpl
-
- getMap() - Method in interface org.dbrain.data.Value
-
- getModuleName() - Method in class org.dbrain.data.impl.json.jackson.JsonModule
-
- getNext() - Method in class org.dbrain.data.text.LineCursor
-
- getNext() - Method in class org.dbrain.data.text.ReaderCursor
-
Move cursor forward one position and get the character.
- getNumeric() - Method in class org.dbrain.data.text.TokenParser
-
Read the numeric getValue from the parser.
- getObject() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field value as raw java object.
- getObject(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the raw field value at the specified index.
- getObject(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getObject(int) - Method in class org.dbrain.data.csv.CsvCursor
-
Read the field value.
- getObject(String) - Method in class org.dbrain.data.csv.CsvCursor
-
Get the value of the field or null.
- getObject() - Method in class org.dbrain.data.impl.value.BoolValueImpl
-
- getObject() - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- getObject(int) - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- getObject() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getObject(String) - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getObject() - Method in class org.dbrain.data.impl.value.NullValueImpl
-
- getObject() - Method in class org.dbrain.data.impl.value.NumberValueImpl
-
- getObject() - Method in class org.dbrain.data.impl.value.StringValueImpl
-
- getOrDefault(Object, Value) - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getPart(int) - Method in interface org.dbrain.data.FqnPattern.MatchResult
-
- getSegment() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl.SpecificNode
-
- getShort() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getShort(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getShort(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getShort() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getShortAs(Function<? super Short, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
- getShortAs(int, Function<? super Short, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getShortAs(String, Function<? super Short, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
- getSpecs() - Method in interface org.dbrain.data.FqnPattern
-
- getSpecs() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl
-
- getString() - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getString(int) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getString(String) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getString() - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- getString() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- getString() - Method in class org.dbrain.data.text.TokenParser
-
Read the string getValue from the parser.
- getStringAs(Function<? super String, T>) - Method in interface org.dbrain.data.access.FieldAccessors
-
Read the field.
- getStringAs(int, Function<? super String, T>) - Method in interface org.dbrain.data.access.IndexedFieldAccessors
-
Read the field at the specified index.
- getStringAs(String, Function<? super String, T>) - Method in interface org.dbrain.data.access.NamedFieldAccessors
-
Read the field having the specified name.
- getToken() - Method in class org.dbrain.data.text.TokenParser
-
Get the available token in the stream.
- getType() - Method in interface org.dbrain.data.FqnPattern.Specs
-
- getValidToken(Token) - Method in class org.dbrain.data.text.TokenParser
-
- getValidToken(Token, Token) - Method in class org.dbrain.data.text.TokenParser
-
- getValidToken(Token, Token, Token) - Method in class org.dbrain.data.text.TokenParser
-