Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

add(Value) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
add(int, Value) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
add(Byte) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Short) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Integer) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Long) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(BigInteger) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(BigDecimal) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Float) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Double) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(String) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Boolean) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Value) - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
add(Byte) - Method in interface org.dbrain.data.ValueList.Builder
 
add(Short) - Method in interface org.dbrain.data.ValueList.Builder
 
add(Integer) - Method in interface org.dbrain.data.ValueList.Builder
 
add(Long) - Method in interface org.dbrain.data.ValueList.Builder
 
add(BigInteger) - Method in interface org.dbrain.data.ValueList.Builder
 
add(BigDecimal) - Method in interface org.dbrain.data.ValueList.Builder
 
add(Float) - Method in interface org.dbrain.data.ValueList.Builder
 
add(Double) - Method in interface org.dbrain.data.ValueList.Builder
 
add(String) - Method in interface org.dbrain.data.ValueList.Builder
 
add(Boolean) - Method in interface org.dbrain.data.ValueList.Builder
 
add(Value) - Method in interface org.dbrain.data.ValueList.Builder
 
addAll(Collection<? extends Value>) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
addAll(int, Collection<? extends Value>) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
addNull() - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
addNull() - Method in interface org.dbrain.data.ValueList.Builder
 
any() - Method in interface org.dbrain.data.FqnPattern.Builder
Match 0 to n segments, caturing a part.
any() - Method in class org.dbrain.data.impl.fqn.FqnPatternBuilderImpl
 
append(Fqn) - Method in interface org.dbrain.data.Fqn.Builder
Append all segments of another fqn.
append(Fqn) - Method in class org.dbrain.data.impl.fqn.FqnBuilderImpl
 

B

blankToNull(String) - Static method in class org.dbrain.data.util.Strings
Apply a transform that will replace blank values with null.
BoolValueImpl - Class in org.dbrain.data.impl.value
Wrap a scalar value;
BoolValueImpl(Boolean) - Constructor for class org.dbrain.data.impl.value.BoolValueImpl
 
build() - Method in interface org.dbrain.data.Fqn.Builder
 
build() - Method in interface org.dbrain.data.FqnPattern.Builder
Build the pattern.
build() - Method in class org.dbrain.data.impl.fqn.FqnBuilderImpl
 
build() - Method in class org.dbrain.data.impl.fqn.FqnPatternBuilderImpl
 
build() - Method in class org.dbrain.data.impl.value.ValueListBuilderImpl
 
build() - Method in class org.dbrain.data.impl.value.ValueMapBuilderImpl
 
build() - Method in class org.dbrain.data.Lookups.LookupBuilder
Build a lookup table.
build() - Method in interface org.dbrain.data.ValueList.Builder
 
build() - Method in interface org.dbrain.data.ValueMap.Builder
 

C

Casts - Class in org.dbrain.data
Methods used to cast values to specific types.
Casts() - Constructor for class org.dbrain.data.Casts
 
clear() - Method in class org.dbrain.data.impl.value.ListValueImpl
 
clear() - Method in class org.dbrain.data.impl.value.MapValueImpl
 
clone(T) - Static method in class org.dbrain.data.util.Serializables
Deep clone using serializable interface.
close() - Method in class org.dbrain.data.csv.CsvCursor
Close the underlying cursor.
close() - Method in class org.dbrain.data.text.ReaderCursor
Close the underlying reader.
close() - Method in class org.dbrain.data.text.TokenParser
Close the underlying stream.
compute(String, BiFunction<? super String, ? super Value, ? extends Value>) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
computeIfAbsent(String, Function<? super String, ? extends Value>) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
computeIfPresent(String, BiFunction<? super String, ? super Value, ? extends Value>) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
consume() - Method in class org.dbrain.data.text.TokenParser
Used to invalidate current token getValue and set the parsed flag to false, firing the parsing of a new token from the stream.
contains(Object) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
containsAll(Collection<?>) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
containsKey(Object) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
containsValue(Object) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
CsvCursor - Class in org.dbrain.data.csv
Tabular reader class to read CSV datasources.
CsvCursor(Reader, int, int, String[]) - Constructor for class org.dbrain.data.csv.CsvCursor
Create a new cursor to read tabular data from a text stream.
CsvCursor(Reader, int, int) - Constructor for class org.dbrain.data.csv.CsvCursor
Create a new cursor to read tabular data from a text stream.
CsvCursor(Reader, int) - Constructor for class org.dbrain.data.csv.CsvCursor
Create a new cursor to read tabular data from a text stream.

D

DataCoercionException - Exception in org.dbrain.data
Occurs when a value cannot be coerced to another value.
DataCoercionException(String) - Constructor for exception org.dbrain.data.DataCoercionException
 
DataCoercionException(Throwable) - Constructor for exception org.dbrain.data.DataCoercionException
 
DataTruncationException - Exception in org.dbrain.data
Created with IntelliJ IDEA.
DataTruncationException() - Constructor for exception org.dbrain.data.DataTruncationException
 
deserialize(JsonParser, DeserializationContext) - Method in class org.dbrain.data.impl.json.jackson.JsonValueDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.dbrain.data.impl.json.jackson.JsonValueListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.dbrain.data.impl.json.jackson.JsonValueMapDeserializer
 

E

empty() - Static method in interface org.dbrain.data.Fqn
 
EMPTY_NAME - Static variable in class org.dbrain.data.impl.fqn.FqnImpl
 
EMPTY_PATTERN - Static variable in class org.dbrain.data.impl.fqn.FqnPatternImpl
 
entrySet() - Method in class org.dbrain.data.impl.value.MapValueImpl
 
eof() - Method in interface org.dbrain.data.access.ForwardCursor
 
eof() - Method in class org.dbrain.data.csv.CsvCursor
Retrieve the End of File status.
equals(Object) - Method in class org.dbrain.data.impl.fqn.FqnImpl
 
equals(Object) - Method in class org.dbrain.data.impl.value.BoolValueImpl
 
equals(Object) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
equals(Object) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
equals(Object) - Method in class org.dbrain.data.impl.value.NullValueImpl
 
equals(Object) - Method in class org.dbrain.data.impl.value.NumberValueImpl
 
equals(Object) - Method in class org.dbrain.data.impl.value.StringValueImpl
 
ERR_EXPECTED_NUMERIC - Static variable in class org.dbrain.data.text.TokenParser
 
ERR_EXPECTED_TOKEN - Static variable in class org.dbrain.data.text.TokenParser
 
ERR_EXPECTING_EOF - Static variable in class org.dbrain.data.text.TokenParser
 
ERR_INVALID_CHARACTER - Static variable in class org.dbrain.data.text.TokenParser
 
ERR_READER_NULL - Static variable in class org.dbrain.data.text.TokenParser
 
ERR_UNEXPECTED_EOS - Static variable in class org.dbrain.data.text.TokenParser
 
ERR_WRONG_QUOTE - Static variable in class org.dbrain.data.text.TokenParser
 
error(String, Throwable) - Method in class org.dbrain.data.text.ReaderCursor
An exception with the specified message.
error(String) - Method in class org.dbrain.data.text.ReaderCursor
An exception with the specified message.

F

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.

G

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
 

H

hashCode() - Method in class org.dbrain.data.impl.fqn.FqnImpl
 
hashCode() - Method in class org.dbrain.data.impl.value.BoolValueImpl
 
hashCode() - Method in class org.dbrain.data.impl.value.ListValueImpl
 
hashCode() - Method in class org.dbrain.data.impl.value.MapValueImpl
 
hashCode() - Method in class org.dbrain.data.impl.value.NullValueImpl
 
hashCode() - Method in class org.dbrain.data.impl.value.NumberValueImpl
 
hashCode() - Method in class org.dbrain.data.impl.value.StringValueImpl
 
hashSerializable(Serializable, String) - Static method in class org.dbrain.data.util.Serializables
Retrieve a hash getValue for the provided Serializable type.
hashSerializableAsString(Serializable, String) - Static method in class org.dbrain.data.util.Serializables
Retrieve a hash getValue for the provided Serializable type.

I

identity(T) - Static method in class org.dbrain.data.Casts
 
IndexedFieldAccessors - Interface in org.dbrain.data.access
Denote a container of fields accessible by indexes.
indexOf(Object) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
INSTANCE - Static variable in interface org.dbrain.data.json.JsonBridge
 
inverse(Lookup<FROM, TO>) - Static method in class org.dbrain.data.Lookups
Inverse an existing lookup table.
isBlank(CharSequence) - Static method in class org.dbrain.data.util.Strings
Verify that the string contains all blank characters or is null.
isEmpty() - Method in class org.dbrain.data.impl.value.ListValueImpl
 
isEmpty() - Method in class org.dbrain.data.impl.value.MapValueImpl
 
isEOF(int) - Static method in class org.dbrain.data.text.ParserUtils
The character represent a end of file as returned by cursor.
isEOL(int) - Static method in class org.dbrain.data.text.ParserUtils
Return true if the specified character is an end of line character.
isNull() - Method in class org.dbrain.data.impl.value.BoolValueImpl
 
isNull() - Method in class org.dbrain.data.impl.value.ListValueImpl
 
isNull() - Method in class org.dbrain.data.impl.value.MapValueImpl
 
isNull() - Method in class org.dbrain.data.impl.value.NullValueImpl
 
isNull() - Method in class org.dbrain.data.impl.value.NumberValueImpl
 
isNull() - Method in class org.dbrain.data.impl.value.StringValueImpl
 
isNull() - Method in interface org.dbrain.data.Value
 
isSpace(int) - Static method in class org.dbrain.data.text.ParserUtils
Return true if the specified character is a space character.
isToken(Token) - Method in class org.dbrain.data.text.TokenParser
 
isToken(Token, Token) - Method in class org.dbrain.data.text.TokenParser
 
isToken(Token, Token, Token) - Method in class org.dbrain.data.text.TokenParser
 
iterator() - Method in class org.dbrain.data.impl.value.ListValueImpl
 

J

JacksonJsonBridge - Class in org.dbrain.data.impl.json.jackson
Reader and writer for Value to JSON format.
JacksonJsonBridge() - Constructor for class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
 
JsonBridge - Interface in org.dbrain.data.json
Simple bridge to JSON format.
JsonModule - Class in org.dbrain.data.impl.json.jackson
Created by epoitras on 07/01/15.
JsonModule() - Constructor for class org.dbrain.data.impl.json.jackson.JsonModule
 
JsonValueDeserializer - Class in org.dbrain.data.impl.json.jackson
Parse a Json value.
JsonValueDeserializer() - Constructor for class org.dbrain.data.impl.json.jackson.JsonValueDeserializer
 
JsonValueListDeserializer - Class in org.dbrain.data.impl.json.jackson
Parse a Json value.
JsonValueListDeserializer() - Constructor for class org.dbrain.data.impl.json.jackson.JsonValueListDeserializer
 
JsonValueMapDeserializer - Class in org.dbrain.data.impl.json.jackson
Parse a Json value.
JsonValueMapDeserializer() - Constructor for class org.dbrain.data.impl.json.jackson.JsonValueMapDeserializer
 
JsonValueParser - Class in org.dbrain.data.impl.json.jackson
Created by epoitras on 08/01/15.
JsonValueParser() - Constructor for class org.dbrain.data.impl.json.jackson.JsonValueParser
 
JsonValueSerializer - Class in org.dbrain.data.impl.json.jackson
Created by epoitras on 08/01/15.
JsonValueSerializer() - Constructor for class org.dbrain.data.impl.json.jackson.JsonValueSerializer
 

K

keySet() - Method in class org.dbrain.data.impl.value.MapValueImpl
 
keySet() - Method in interface org.dbrain.data.Lookup
List possible values this lookup can map.

L

lastIndexOf(Object) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
LineCursor - Class in org.dbrain.data.text
Created with IntelliJ IDEA.
LineCursor(Reader) - Constructor for class org.dbrain.data.text.LineCursor
 
listIterator() - Method in class org.dbrain.data.impl.value.ListValueImpl
 
listIterator(int) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
ListValueImpl - Class in org.dbrain.data.impl.value
A list of simple values.
ListValueImpl() - Constructor for class org.dbrain.data.impl.value.ListValueImpl
 
LocalDateFormat - Class in org.dbrain.data.text
Formatter for LocalDate.
LocalDateFormat(String, Locale) - Constructor for class org.dbrain.data.text.LocalDateFormat
 
Lookup<FROM,TO> - Interface in org.dbrain.data
Lookup table to transform an element of type FROM to an element of type TO.
LookupBuilder() - Constructor for class org.dbrain.data.Lookups.LookupBuilder
 
Lookups - Class in org.dbrain.data
Created by epoitras on 03/06/14.
Lookups() - Constructor for class org.dbrain.data.Lookups
 
Lookups.LookupBuilder<FROM,TO> - Class in org.dbrain.data
Builder for Lookup.
lowercase(String, Locale) - Static method in class org.dbrain.data.util.Strings
Apply a lowercase transform to the string.
ltrim(String) - Static method in class org.dbrain.data.util.Strings
 

M

ManyNode() - Constructor for class org.dbrain.data.impl.fqn.FqnPatternImpl.ManyNode
 
map(FROM, TO) - Method in class org.dbrain.data.Lookups.LookupBuilder
Map a value to another.
map(FROM, TO) - Static method in class org.dbrain.data.Lookups
Build a lookup table, providing initial values.
MapValueImpl - Class in org.dbrain.data.impl.value
Implementation of the Value.Map.
MapValueImpl(HashMap<String, Value>) - Constructor for class org.dbrain.data.impl.value.MapValueImpl
 
MapValueImpl() - Constructor for class org.dbrain.data.impl.value.MapValueImpl
 
match(Fqn) - Method in interface org.dbrain.data.FqnPattern
Match a pattern against a name.
match(Fqn) - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl
 
matched() - Method in interface org.dbrain.data.FqnPattern.MatchResult
 
maxLength(String, int) - Static method in class org.dbrain.data.util.Strings
Apply a constraint over string length.
merge(String, Value, BiFunction<? super Value, ? super Value, ? extends Value>) - Method in class org.dbrain.data.impl.value.MapValueImpl
 

N

NamedFieldAccessors - Interface in org.dbrain.data.access
Denote a container of fields accessible by names.
NATURAL_ORDER - Static variable in class org.dbrain.data.util.Strings
Natural order for strings.
newBuilder() - Static method in interface org.dbrain.data.Fqn
 
newBuilder() - Static method in interface org.dbrain.data.FqnPattern
 
newBuilder() - Static method in interface org.dbrain.data.ValueList
Create a new builder.
newBuilder() - Static method in interface org.dbrain.data.ValueMap
Create a new builder.
newInstance() - Static method in interface org.dbrain.data.ValueList
Create a new empty list.
newInstance() - Static method in interface org.dbrain.data.ValueMap
Create a new empty map.
next() - Method in interface org.dbrain.data.access.ForwardCursor
Move the cursor to the next row in the resultset.
next() - Method in class org.dbrain.data.csv.CsvCursor
Read the next line of data.
next - Variable in class org.dbrain.data.impl.fqn.FqnPatternImpl.Node
 
nextToker(JsonParser) - Static method in class org.dbrain.data.impl.json.jackson.JsonValueParser
 
Node() - Constructor for class org.dbrain.data.impl.fqn.FqnPatternImpl.Node
 
NULL - Static variable in class org.dbrain.data.impl.value.NullValueImpl
 
nullToBlank(String) - Static method in class org.dbrain.data.util.Strings
Apply a transform that will replace null values with blank.
nullValue() - Static method in interface org.dbrain.data.Value
 
NullValueImpl - Class in org.dbrain.data.impl.value
Wrap a scalar value;
numberParser(NumberFormat) - Static method in class org.dbrain.data.util.Numbers
Convert a string to a number using a NumberFormat.
Numbers - Class in org.dbrain.data.util
Created with IntelliJ IDEA.
Numbers() - Constructor for class org.dbrain.data.util.Numbers
 
NumberValueImpl - Class in org.dbrain.data.impl.value
Wrap a number value;
NumberValueImpl(Byte) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 
NumberValueImpl(Short) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 
NumberValueImpl(Integer) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 
NumberValueImpl(Long) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 
NumberValueImpl(BigInteger) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 
NumberValueImpl(BigDecimal) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 
NumberValueImpl(float) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 
NumberValueImpl(double) - Constructor for class org.dbrain.data.impl.value.NumberValueImpl
 

O

objectToValue(Object) - Method in class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
Convert object to value.
objectToValue(Object) - Method in interface org.dbrain.data.json.JsonBridge
 
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(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
 
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
 
OneNode() - Constructor for class org.dbrain.data.impl.fqn.FqnPatternImpl.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.json.jackson - package org.dbrain.data.impl.json.jackson
 
org.dbrain.data.impl.value - package org.dbrain.data.impl.value
 
org.dbrain.data.json - package org.dbrain.data.json
 
org.dbrain.data.text - package org.dbrain.data.text
 
org.dbrain.data.util - package org.dbrain.data.util
 

P

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.FqnUtils
Create a fully qualified name from a ReaderCursor.
parseFqn(String) - Static method in class org.dbrain.data.impl.fqn.FqnUtils
Create a new Fully Qualified Name from a String.
parseFqnPattern(ReaderCursor) - Static method in class org.dbrain.data.impl.fqn.FqnUtils
Create a fully qualified name pattern from a ReaderCursor.
parseFqnPattern(String) - Static method in class org.dbrain.data.impl.fqn.FqnUtils
Create a new Fully Qualified Name from a String.
parseObject(JsonParser, Class<T>) - Method in class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
Read Object from parser.
parseObject(String, Class<T>) - Method in class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
Read Json from parser.
parseObject(String, Class<T>) - Method in interface org.dbrain.data.json.JsonBridge
 
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(String) - Method in class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
Parse a value from string.
parseValue(Reader) - Method in class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
Parse a value from a reader.
parseValue(JsonParser) - Method in class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
Parse a value from a json parser.
parseValue(JsonParser) - Static method in class org.dbrain.data.impl.json.jackson.JsonValueParser
 
parseValue(String) - Method in interface org.dbrain.data.json.JsonBridge
 
parseValue(Reader) - Method in interface org.dbrain.data.json.JsonBridge
 
partCount() - Method in interface org.dbrain.data.FqnPattern.MatchResult
 
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
 

R

raiseError(String) - Method in class org.dbrain.data.text.TokenParser
Throw a ParseException.
raiseExpectedTokenError(Token, Token...) - Method in class org.dbrain.data.text.TokenParser
 
read() - Method in class org.dbrain.data.text.LineCursor
Read the current line and move to the next.
read() - Method in class org.dbrain.data.text.ReaderCursor
 
read(int) - Method in class org.dbrain.data.text.ReaderCursor
 
read(Token) - Method in class org.dbrain.data.text.TokenParser
 
read(Token, Token) - Method in class org.dbrain.data.text.TokenParser
 
read(Token, Token, Token) - Method in class org.dbrain.data.text.TokenParser
 
ReaderCursor - Class in org.dbrain.data.text
Helper class to build recursive parsing routines.
ReaderCursor(Reader) - Constructor for class org.dbrain.data.text.ReaderCursor
Creates a new instance of ReaderCursor using the underlying Reader as it's datasource.
ReaderCursor(String) - Constructor for class org.dbrain.data.text.ReaderCursor
Create a cursor from a string.
readIdentifier() - Method in class org.dbrain.data.text.TokenParser
Read the identifier getValue from the parser.
readKeyword() - Method in class org.dbrain.data.text.TokenParser
Read the keyword from the parser.
readNumeric() - Method in class org.dbrain.data.text.TokenParser
Read the numeric getValue from the parser.
readString() - Method in class org.dbrain.data.text.TokenParser
Read the string getValue from the parser.
remove(Object) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
remove(int) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
remove(Object) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
remove(Object, Object) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
removeAll(Collection<?>) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
replace(String, Value, Value) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
replace(String, Value) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
replaceAll(BiFunction<? super String, ? super Value, ? extends Value>) - Method in class org.dbrain.data.impl.value.MapValueImpl
 
retainAll(Collection<?>) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
rtrim(String) - Static method in class org.dbrain.data.util.Strings
Trim trailing spaces.

S

scope() - Method in interface org.dbrain.data.FqnPattern.Specs
Return the contextual name of this pattern.
segment(String) - Method in interface org.dbrain.data.Fqn.Builder
Add a segment to the fqn.
segment(int) - Method in interface org.dbrain.data.Fqn
 
segment(String) - Method in interface org.dbrain.data.FqnPattern.Builder
Match a specific segment.
segment(String) - Method in class org.dbrain.data.impl.fqn.FqnBuilderImpl
 
segment(int) - Method in class org.dbrain.data.impl.fqn.FqnImpl
Retrieve the decoded segment.
segment(String) - Method in class org.dbrain.data.impl.fqn.FqnPatternBuilderImpl
 
Serializables - Class in org.dbrain.data.util
Created by epoitras on 03/06/14.
Serializables() - Constructor for class org.dbrain.data.util.Serializables
 
serialize(Value, JsonGenerator, SerializerProvider) - Method in class org.dbrain.data.impl.json.jackson.JsonValueSerializer
 
set(int, Value) - Method in class org.dbrain.data.impl.value.ListValueImpl
 
setDecimalParameters(int, int, RoundingMode) - Static method in class org.dbrain.data.util.Numbers
 
setPartIdx(int) - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl.ManyNode
 
setPartIdx(int) - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl.OneNode
 
setPartIdx(int) - Method in interface org.dbrain.data.impl.fqn.FqnPatternImpl.PartMatchingNode
 
setupModule(Module.SetupContext) - Method in class org.dbrain.data.impl.json.jackson.JsonModule
 
size() - Method in interface org.dbrain.data.Fqn
 
size() - Method in class org.dbrain.data.impl.fqn.FqnImpl
 
size() - Method in class org.dbrain.data.impl.value.ListValueImpl
 
size() - Method in class org.dbrain.data.impl.value.MapValueImpl
 
SpecificNode(String) - Constructor for class org.dbrain.data.impl.fqn.FqnPatternImpl.SpecificNode
 
startsWith(Fqn) - Method in interface org.dbrain.data.Fqn
 
startsWith(Fqn) - Method in class org.dbrain.data.impl.fqn.FqnImpl
Validate that the current Fqn starts with the other Fqn.
Strings - Class in org.dbrain.data.util
Contains static methods to manipulate strings.
Strings() - Constructor for class org.dbrain.data.util.Strings
 
StringValueImpl - Class in org.dbrain.data.impl.value
Wrap a scalar value;
StringValueImpl(String) - Constructor for class org.dbrain.data.impl.value.StringValueImpl
 
subList(int, int) - Method in class org.dbrain.data.impl.value.ListValueImpl
 

T

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
 
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.
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
 
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.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
 

U

uppercase(String, Locale) - Static method in class org.dbrain.data.util.Strings
Apply an uppercase transform to the string.

V

Value - Interface in org.dbrain.data
A simple value that can only contains primitive values.
ValueList - Interface in org.dbrain.data
An ordered list of value.
ValueList.Builder - Interface in org.dbrain.data
Fluid builder interface for list.
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.
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.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.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.impl.json.jackson.JsonModule
 

W

writeToString(Object) - Method in class org.dbrain.data.impl.json.jackson.JacksonJsonBridge
Convert an object to Json
writeToString(Object) - Method in interface org.dbrain.data.json.JsonBridge
 
writeValue(Value, JsonGenerator) - Method in class org.dbrain.data.impl.json.jackson.JsonValueSerializer
Write a value to a generator.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.