- 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.
- FqnBuilderImpl - Class in org.dbrain.data.impl.fqn
-
Builder implementation of Fully Qualified Names.
- FqnBuilderImpl() - Constructor for class org.dbrain.data.impl.fqn.FqnBuilderImpl
-
- FqnDeserializer - Class in org.dbrain.data.jackson.serializers
-
Created by epoitras on 12/09/15.
- FqnDeserializer() - Constructor for class org.dbrain.data.jackson.serializers.FqnDeserializer
-
- 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.
- FqnParseUtils - Class in org.dbrain.data.impl.fqn
-
Implements parsing of Fully Qualified Name and Patterns.
- FqnParseUtils() - Constructor for class org.dbrain.data.impl.fqn.FqnParseUtils
-
- 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
-
- FqnPatternParseUtils - Class in org.dbrain.data.impl.fqn
-
Created by epoitras on 9/4/15.
- FqnPatternParseUtils() - Constructor for class org.dbrain.data.impl.fqn.FqnPatternParseUtils
-
- FqnSerializer - Class in org.dbrain.data.jackson.serializers
-
Created by epoitras on 12/09/15.
- FqnSerializer() - Constructor for class org.dbrain.data.jackson.serializers.FqnSerializer
-
- from(Fqn) - Static method in interface org.dbrain.data.Fqn
-
Start building a Fqn from another name.
- from(Path) - Static method in interface org.dbrain.data.Path
-
Start building a Path from another name.
- from(Path, int, int) - Static method in interface org.dbrain.data.Path
-
Start building a Path from another name.
- fromAttr(String) - Static method in interface org.dbrain.data.Path
-
Start building a Path from an initial attribute.
- 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() - Method in class org.dbrain.data.text.LineCursor
-
The the line currently loaded in the cursor.
- 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
-
- getAttr() - Method in class org.dbrain.data.impl.path.PathPatternImpl.SpecificAttribute
-
- getBaseClass() - Method in class org.dbrain.data.TypeRegistry
-
- 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
-
- getClass(String) - Method in class org.dbrain.data.TypeRegistry
-
- 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.
- getIndex() - Method in class org.dbrain.data.impl.path.PathPatternImpl.SpecificIndex
-
- 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.jackson.modules.StandardModule
-
- getName(Class<?>) - Method in class org.dbrain.data.TypeRegistry
-
- getNext() - Method in class org.dbrain.data.text.LineCursor
-
- 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
-
- getPart(int) - Method in interface org.dbrain.data.PathPattern.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
-
- getSpecs() - Method in class org.dbrain.data.impl.path.PathPatternImpl
-
- getSpecs() - Method in interface org.dbrain.data.PathPattern
-
- 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(JsonParser) - Static method in class org.dbrain.data.jackson.serializers.JacksonSerializationUtils
-
Helper method to ensure to get the current token.
- 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
-
- getType() - Method in interface org.dbrain.data.PathPattern.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
-
- of(ReaderCursor) - Static method in interface org.dbrain.data.Fqn
-
Create a fully qualified name from a ReaderCursor.
- of(String) - Static method in interface org.dbrain.data.Fqn
-
Create a new Fully Qualified Name from a String.
- of(String) - Static method in interface org.dbrain.data.FqnPattern
-
Create a new Fully Qualified Name Pattern from a String.
- of(ReaderCursor) - Static method in interface org.dbrain.data.Path
-
Create a path from a ReaderCursor.
- of(String) - Static method in interface org.dbrain.data.Path
-
Create a new path from a String.
- of(String) - Static method in interface org.dbrain.data.PathPattern
-
Create a new Path Pattern from a String.
- of(String) - Static method in interface org.dbrain.data.Value
-
- of(CharSequence) - Static method in interface org.dbrain.data.Value
-
- of(Byte) - Static method in interface org.dbrain.data.Value
-
- of(Short) - Static method in interface org.dbrain.data.Value
-
- of(Integer) - Static method in interface org.dbrain.data.Value
-
- of(Long) - Static method in interface org.dbrain.data.Value
-
- of(BigInteger) - Static method in interface org.dbrain.data.Value
-
- of(BigDecimal) - Static method in interface org.dbrain.data.Value
-
- of(Float) - Static method in interface org.dbrain.data.Value
-
- of(Double) - Static method in interface org.dbrain.data.Value
-
- of(Boolean) - Static method in interface org.dbrain.data.Value
-
- of(Value) - Static method in interface org.dbrain.data.Value
-
Make sure Value is not null.
- of(Object, Function<Object, Value>) - Static method in interface org.dbrain.data.Value
-
Cast of one of the primitive type.
- of(Object) - Static method in interface org.dbrain.data.Value
-
- of(T[]) - Static method in interface org.dbrain.data.ValueList
-
List from array.
- of(Iterable<Object>) - Static method in interface org.dbrain.data.ValueList
-
Create a ValueList from a generic list.
- of(Map<String, ?>) - Static method in interface org.dbrain.data.ValueMap
-
From a map of strings.
- of(Map<?, ?>, Function<Object, String>) - Static method in interface org.dbrain.data.ValueMap
-
Convert a Map to a value map using a key mapper.
- ofAttr(String) - Static method in interface org.dbrain.data.Path
-
Create a new path from the specific attribute.
- ofSegment(String) - Static method in interface org.dbrain.data.Fqn
-
- one() - Method in interface org.dbrain.data.FqnPattern.Builder
-
Match exactly one segment, capture a part.
- one() - Method in class org.dbrain.data.impl.fqn.FqnPatternBuilderImpl
-
- one() - Method in class org.dbrain.data.impl.path.PathPatternBuilderImpl
-
- one() - Method in interface org.dbrain.data.PathPattern.Builder
-
Match exactly one node, capture a part.
- OneNode() - Constructor for class org.dbrain.data.impl.fqn.FqnPatternImpl.OneNode
-
- OneNode() - Constructor for class org.dbrain.data.impl.path.PathPatternImpl.OneNode
-
- org.dbrain.data - package org.dbrain.data
-
- org.dbrain.data.access - package org.dbrain.data.access
-
- org.dbrain.data.csv - package org.dbrain.data.csv
-
- org.dbrain.data.impl.fqn - package org.dbrain.data.impl.fqn
-
Implementation of Fully Qualified Name.
- org.dbrain.data.impl.path - package org.dbrain.data.impl.path
-
Implementation of Paths.
- org.dbrain.data.impl.value - package org.dbrain.data.impl.value
-
- org.dbrain.data.jackson - package org.dbrain.data.jackson
-
- org.dbrain.data.jackson.modules - package org.dbrain.data.jackson.modules
-
- org.dbrain.data.jackson.serializers - package org.dbrain.data.jackson.serializers
-
- org.dbrain.data.jaxrs - package org.dbrain.data.jaxrs
-
- org.dbrain.data.text - package org.dbrain.data.text
-
- org.dbrain.data.util - package org.dbrain.data.util
-
- parse(String) - Method in class org.dbrain.data.text.LocalDateFormat
-
- parse(String) - Method in interface org.dbrain.data.text.Parser
-
Parse a string value and return an instance of value T.
- ParseException - Exception in org.dbrain.data.text
-
- ParseException() - Constructor for exception org.dbrain.data.text.ParseException
-
- ParseException(String) - Constructor for exception org.dbrain.data.text.ParseException
-
- ParseException(String, Throwable) - Constructor for exception org.dbrain.data.text.ParseException
-
- ParseException(Throwable) - Constructor for exception org.dbrain.data.text.ParseException
-
- parseFqn(ReaderCursor) - Static method in class org.dbrain.data.impl.fqn.FqnParseUtils
-
Create a fully qualified name from a ReaderCursor.
- parseFqn(String) - Static method in class org.dbrain.data.impl.fqn.FqnParseUtils
-
Create a new Fully Qualified Name from a String.
- parseFqnPattern(String) - Static method in class org.dbrain.data.impl.fqn.FqnParseUtils
-
Create a new Fully Qualified Name from a String.
- parseFqnPattern(ReaderCursor) - Static method in class org.dbrain.data.impl.fqn.FqnPatternParseUtils
-
Create a fully qualified name pattern from a ReaderCursor.
- parsePath(ReaderCursor) - Static method in class org.dbrain.data.impl.path.PathParseUtils
-
Create a fully qualified name from a ReaderCursor.
- parsePath(String) - Static method in class org.dbrain.data.impl.path.PathParseUtils
-
Create a new Path from a String.
- parsePathPattern(ReaderCursor) - Static method in class org.dbrain.data.impl.path.PathPatternParseUtils
-
Create a fully qualified name pattern from a ReaderCursor.
- parsePathPattern(String) - Static method in class org.dbrain.data.impl.path.PathPatternParseUtils
-
Create a new Fully Qualified Name from a String.
- Parser<T> - Interface in org.dbrain.data.text
-
Simple contract that allows to convert a string representation to a T value.
- ParserUtils - Class in org.dbrain.data.text
-
Created by epoitras on 06/11/14.
- ParserUtils() - Constructor for class org.dbrain.data.text.ParserUtils
-
- parseValue(JsonParser, DeserializationContext) - Static method in class org.dbrain.data.jackson.serializers.JacksonSerializationUtils
-
- partCount() - Method in interface org.dbrain.data.FqnPattern.MatchResult
-
- partCount() - Method in interface org.dbrain.data.PathPattern.MatchResult
-
- Path - Interface in org.dbrain.data
-
Describe a data path.
- Path.Builder - Interface in org.dbrain.data
-
Builder interface for the Path.
- Path.NodeType - Enum in org.dbrain.data
-
Describe the node type.
- PathBuilderImpl - Class in org.dbrain.data.impl.path
-
Builder implementation of Paths.
- PathBuilderImpl() - Constructor for class org.dbrain.data.impl.path.PathBuilderImpl
-
- PathDeserializer - Class in org.dbrain.data.jackson.serializers
-
Created by epoitras on 12/09/15.
- PathDeserializer() - Constructor for class org.dbrain.data.jackson.serializers.PathDeserializer
-
- PathImpl - Class in org.dbrain.data.impl.path
-
Implements the Fqn.
- PathImpl(List<Object>) - Constructor for class org.dbrain.data.impl.path.PathImpl
-
Use the of(xxx) factory.
- PathParseUtils - Class in org.dbrain.data.impl.path
-
Implements parsing of Paths.
- PathParseUtils() - Constructor for class org.dbrain.data.impl.path.PathParseUtils
-
- PathPattern - Interface in org.dbrain.data
-
Pattern to match a Path.
- PathPattern.Builder - Interface in org.dbrain.data
-
Allows to build Path Patterns.
- PathPattern.MatchResult - Interface in org.dbrain.data
-
Match result of a pattern matching.
- PathPattern.Specs - Interface in org.dbrain.data
-
Specifications of this pattern.
- PathPattern.Type - Enum in org.dbrain.data
-
Define the type of pattern.
- PathPatternBuilderImpl - Class in org.dbrain.data.impl.path
-
Implementation of the Pattern Builder.
- PathPatternBuilderImpl() - Constructor for class org.dbrain.data.impl.path.PathPatternBuilderImpl
-
- PathPatternImpl - Class in org.dbrain.data.impl.path
-
Implementation of the Path Pattern.
- PathPatternImpl(PathPatternImpl.Node, int) - Constructor for class org.dbrain.data.impl.path.PathPatternImpl
-
- PathPatternImpl.ManyNode - Class in org.dbrain.data.impl.path
-
- PathPatternImpl.Node - Class in org.dbrain.data.impl.path
-
- PathPatternImpl.OneNode - Class in org.dbrain.data.impl.path
-
- PathPatternImpl.PartMatchingNode - Interface in org.dbrain.data.impl.path
-
Denote a node that returns a part in the match result.
- PathPatternImpl.SpecificAttribute - Class in org.dbrain.data.impl.path
-
- PathPatternImpl.SpecificIndex - Class in org.dbrain.data.impl.path
-
- PathPatternParseUtils - Class in org.dbrain.data.impl.path
-
Created by epoitras on 9/3/15.
- PathPatternParseUtils() - Constructor for class org.dbrain.data.impl.path.PathPatternParseUtils
-
- PathSerializer - Class in org.dbrain.data.jackson.serializers
-
Created by epoitras on 12/09/15.
- PathSerializer() - Constructor for class org.dbrain.data.jackson.serializers.PathSerializer
-
- preventNullMapping() - Method in class org.dbrain.data.Lookups.LookupBuilder
-
Prevent the default mapping of null to null.
- put(String, Value) - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- put(String, Byte) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Short) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Integer) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Long) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, BigInteger) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, BigDecimal) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Float) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Double) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, String) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Boolean) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Value) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- put(String, Byte) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, Short) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, Integer) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, Long) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, BigInteger) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, BigDecimal) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, Float) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, Double) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, String) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, Boolean) - Method in interface org.dbrain.data.ValueMap.Builder
-
- put(String, Value) - Method in interface org.dbrain.data.ValueMap.Builder
-
- putAll(Map<? extends String, ? extends Value>) - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- putIfAbsent(String, Value) - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- putNull(String) - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- putNull(String) - Method in interface org.dbrain.data.ValueMap.Builder
-
- tail(int) - Method in interface org.dbrain.data.Fqn
-
- tail(int) - Method in class org.dbrain.data.impl.fqn.FqnImpl
-
- tail(int) - Method in class org.dbrain.data.impl.path.PathImpl
-
- tail(int) - Method in interface org.dbrain.data.Path
-
- tailFrom(int) - Method in interface org.dbrain.data.Fqn
-
- tailFrom(int) - Method in class org.dbrain.data.impl.fqn.FqnImpl
-
- tailFrom(int) - Method in class org.dbrain.data.impl.path.PathImpl
-
- tailFrom(int) - Method in interface org.dbrain.data.Path
-
- TextSerializer - Interface in org.dbrain.data
-
TextSerializer interface.
- toArray() - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- toArray(T[]) - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- toBigDecimal(String) - Static method in class org.dbrain.data.Casts
-
Cast string to BigDecimal.
- toBigDecimal(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to BigDecimal.
- toBigInteger(String) - Static method in class org.dbrain.data.Casts
-
Cast String to BigInteger.
- toBigInteger(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to BigInteger.
- toBoolean(String) - Static method in class org.dbrain.data.Casts
-
Cast string to boolean.
- toBoolean(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to Boolean.
- toByte(BigDecimal) - Static method in class org.dbrain.data.Casts
-
Cast BigDecimal to byte.
- toByte(String) - Static method in class org.dbrain.data.Casts
-
Cast string to byte.
- toByte(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to byte.
- toDate(DateFormat, String) - Static method in class org.dbrain.data.Casts
-
Convert a string to a date supporting blank values as null date.
- toDouble(String) - Static method in class org.dbrain.data.Casts
-
Cast String to double.
- toDouble(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to Double.
- toEnum(Class<T>, String) - Static method in class org.dbrain.data.Casts
-
Cast a name to an enum.
- toEnumName(Enum) - Static method in class org.dbrain.data.Casts
-
Cast an enum to enum name, null safe.
- toFloat(String) - Static method in class org.dbrain.data.Casts
-
Cast String to float.
- toFloat(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to Float.
- toInteger(BigDecimal) - Static method in class org.dbrain.data.Casts
-
Cast BigDecimal to integer.
- toInteger(String) - Static method in class org.dbrain.data.Casts
-
Cast string to integer.
- toInteger(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to integer.
- Token - Enum in org.dbrain.data.text
-
Token class.
- TokenParser - Class in org.dbrain.data.text
-
This class allow sequential parsing of text stream to extract tokens.
- TokenParser(Reader) - Constructor for class org.dbrain.data.text.TokenParser
-
Create a new Parser.
- TokenParser(String) - Constructor for class org.dbrain.data.text.TokenParser
-
Create a new Parser having a string as it's source.
- toLocalDate(Date, ZoneId) - Static method in class org.dbrain.data.Casts
-
Convert a date to LocalDate.
- toLocalDate(Date) - Static method in class org.dbrain.data.Casts
-
Convert a date to local date using system's timezone.
- toLong(BigDecimal) - Static method in class org.dbrain.data.Casts
-
Cast BigDecimal to Long.
- toLong(String) - Static method in class org.dbrain.data.Casts
-
Cast object to long.
- toLong(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to long.
- toObject(Value) - Static method in interface org.dbrain.data.Value
-
- toShort(BigDecimal) - Static method in class org.dbrain.data.Casts
-
Cast BigDecimal to short.
- toShort(String) - Static method in class org.dbrain.data.Casts
-
cast string to short.
- toShort(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to Short.
- toSqlDate(DateFormat, String) - Static method in class org.dbrain.data.Casts
-
Convert a string to a sql date supporting blank values as null date.
- toSqlDate(Date) - Static method in class org.dbrain.data.Casts
-
Cast date to sql date.
- toSqlDate(LocalDate) - Static method in class org.dbrain.data.Casts
-
Cast date to sql date.
- toSqlTime(Date) - Static method in class org.dbrain.data.Casts
-
Cast date to sql time.
- toSqlTime(DateFormat, String) - Static method in class org.dbrain.data.Casts
-
Cast string to sql time.
- toSqlTimestamp(Date) - Static method in class org.dbrain.data.Casts
-
Cast date to sql timestamp.
- toString(Object) - Static method in class org.dbrain.data.Casts
-
Cast object to String (null-safe).
- toString() - Method in class org.dbrain.data.impl.fqn.FqnImpl
-
- toString() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl.ManyNode
-
- toString() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl.OneNode
-
- toString() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl.SpecificNode
-
- toString() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl
-
- toString() - Method in class org.dbrain.data.impl.path.PathImpl
-
- toString(int) - Method in class org.dbrain.data.impl.path.PathPatternImpl.ManyNode
-
- toString() - Method in class org.dbrain.data.impl.path.PathPatternImpl.Node
-
- toString(int) - Method in class org.dbrain.data.impl.path.PathPatternImpl.OneNode
-
- toString(int) - Method in class org.dbrain.data.impl.path.PathPatternImpl.SpecificAttribute
-
- toString(int) - Method in class org.dbrain.data.impl.path.PathPatternImpl.SpecificIndex
-
- toString() - Method in class org.dbrain.data.impl.path.PathPatternImpl
-
- toString() - Method in class org.dbrain.data.impl.value.BoolValueImpl
-
- toString() - Method in class org.dbrain.data.impl.value.ListValueImpl
-
- toString() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- toString() - Method in class org.dbrain.data.impl.value.NullValueImpl
-
- toString() - Method in class org.dbrain.data.impl.value.NumberValueImpl
-
- toString() - Method in class org.dbrain.data.impl.value.StringValueImpl
-
- toString() - Method in class org.dbrain.data.text.ReaderCursor
-
- trim(String) - Static method in class org.dbrain.data.util.Strings
-
Null-safe trim.
- TRUE - Static variable in class org.dbrain.data.impl.value.BoolValueImpl
-
- TypeRegistry - Class in org.dbrain.data
-
A registry of association of ids and types.
- TypeRegistry.Builder - Class in org.dbrain.data
-
Builder for a type registry.
- Value - Interface in org.dbrain.data
-
A simple value that can only contains primitive values.
- ValueBodyReader - Class in org.dbrain.data.jaxrs
-
Simple body writer that stream the element to the entity,
- ValueBodyReader(TextSerializer) - Constructor for class org.dbrain.data.jaxrs.ValueBodyReader
-
- ValueList - Interface in org.dbrain.data
-
An ordered list of value.
- ValueList.Builder - Interface in org.dbrain.data
-
Fluid builder interface for list.
- ValueListBodyReader - Class in org.dbrain.data.jaxrs
-
Simple body writer that stream the element to the entity,
- ValueListBodyReader(TextSerializer) - Constructor for class org.dbrain.data.jaxrs.ValueListBodyReader
-
- ValueListBuilderImpl - Class in org.dbrain.data.impl.value
-
- ValueListBuilderImpl() - Constructor for class org.dbrain.data.impl.value.ValueListBuilderImpl
-
- ValueMap - Interface in org.dbrain.data
-
An map of value.
- ValueMap.Builder - Interface in org.dbrain.data
-
Fluid builder interface for map.
- ValueMapBodyReader - Class in org.dbrain.data.jaxrs
-
Simple body writer that stream the element to the entity,
- ValueMapBodyReader(TextSerializer) - Constructor for class org.dbrain.data.jaxrs.ValueMapBodyReader
-
- ValueMapBuilderImpl - Class in org.dbrain.data.impl.value
-
- ValueMapBuilderImpl() - Constructor for class org.dbrain.data.impl.value.ValueMapBuilderImpl
-
- valueOf(String) - Static method in enum org.dbrain.data.FqnPattern.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dbrain.data.Path.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dbrain.data.PathPattern.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dbrain.data.text.Token
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.dbrain.data.FqnPattern.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.dbrain.data.impl.value.MapValueImpl
-
- values() - Static method in enum org.dbrain.data.Path.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dbrain.data.PathPattern.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.dbrain.data.text.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in class org.dbrain.data.jackson.modules.StandardModule
-