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

A

add(JsonValue) - Method in class org.dbrain.data.json.JsonList
 
add(int, JsonValue) - Method in class org.dbrain.data.json.JsonList
 
addAll(Collection<? extends JsonValue>) - Method in class org.dbrain.data.json.JsonList
 
addAll(int, Collection<? extends JsonValue>) - Method in class org.dbrain.data.json.JsonList
 
asBoolean() - Method in class org.dbrain.data.json.JsonList
 
asBoolean() - Method in class org.dbrain.data.json.JsonMap
 
asBoolean() - Method in class org.dbrain.data.json.JsonValue
 
asBoolean() - Method in class org.dbrain.data.json.JsonValue.JsonBoolean
 
asBoolean() - Method in class org.dbrain.data.json.JsonValue.JsonDouble
 
asBoolean() - Method in class org.dbrain.data.json.JsonValue.JsonString
 
asDouble() - Method in class org.dbrain.data.json.JsonList
 
asDouble() - Method in class org.dbrain.data.json.JsonMap
 
asDouble() - Method in class org.dbrain.data.json.JsonValue
 
asDouble() - Method in class org.dbrain.data.json.JsonValue.JsonBoolean
 
asDouble() - Method in class org.dbrain.data.json.JsonValue.JsonDouble
 
asDouble() - Method in class org.dbrain.data.json.JsonValue.JsonString
 
asList() - Method in class org.dbrain.data.json.JsonList
 
asList() - Method in class org.dbrain.data.json.JsonMap
 
asList() - Method in class org.dbrain.data.json.JsonValue
 
asList() - Method in class org.dbrain.data.json.JsonValue.JsonBoolean
 
asList() - Method in class org.dbrain.data.json.JsonValue.JsonDouble
 
asList() - Method in class org.dbrain.data.json.JsonValue.JsonString
 
asMap() - Method in class org.dbrain.data.json.JsonList
 
asMap() - Method in class org.dbrain.data.json.JsonMap
 
asMap() - Method in class org.dbrain.data.json.JsonValue
 
asMap() - Method in class org.dbrain.data.json.JsonValue.JsonBoolean
 
asMap() - Method in class org.dbrain.data.json.JsonValue.JsonDouble
 
asMap() - Method in class org.dbrain.data.json.JsonValue.JsonString
 
asString() - Method in class org.dbrain.data.json.JsonList
 
asString() - Method in class org.dbrain.data.json.JsonMap
 
asString() - Method in class org.dbrain.data.json.JsonValue
 
asString() - Method in class org.dbrain.data.json.JsonValue.JsonBoolean
 
asString() - Method in class org.dbrain.data.json.JsonValue.JsonDouble
 
asString() - Method in class org.dbrain.data.json.JsonValue.JsonString
 

B

blankToNull(String) - Static method in class org.dbrain.data.util.Strings
Apply a transform that will replace blank values with null.
build() - Method in class org.dbrain.data.Lookups.LookupBuilder
Build a lookup table.

C

Casts - Class in org.dbrain.data
Methods used to coerce values to specific types.
Casts() - Constructor for class org.dbrain.data.Casts
 
clear() - Method in class org.dbrain.data.json.JsonList
 
clear() - Method in class org.dbrain.data.json.JsonMap
 
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.parsing.InputStreamCursor
Close the underlying reader.
close() - Method in class org.dbrain.data.parsing.ReaderCursor
Close the underlying reader.
close() - Method in class org.dbrain.data.parsing.TokenParser
Close the underlying stream.
compose(Function<FROM, ? extends MIDDLE>, Function<MIDDLE, TO>) - Static method in class org.dbrain.data.util.Functions
Plugs two adapters together to make a single combined adapter.
compose(Function<FROM, ? extends MIDDLE1>, Function<MIDDLE1, ? extends MIDDLE2>, Function<MIDDLE2, TO>) - Static method in class org.dbrain.data.util.Functions
Combine three adapters together to make a single adapter.
compose(Function<FROM, ? extends MIDDLE1>, Function<MIDDLE1, ? extends MIDDLE2>, Function<MIDDLE2, ? extends MIDDLE3>, Function<MIDDLE3, TO>) - Static method in class org.dbrain.data.util.Functions
Combine four adapters together to make a single adapter.
composeAlike(Function<T, T>, Function<T, T>) - Static method in class org.dbrain.data.util.Functions
Combine 2 adapters that process the same type.
composeAlike(Function<T, T>, Function<T, T>, Function<T, T>) - Static method in class org.dbrain.data.util.Functions
 
composeAlike(Function<T, T>, Function<T, T>, Function<T, T>, Function<T, T>) - Static method in class org.dbrain.data.util.Functions
 
compute(String, BiFunction<? super String, ? super JsonValue, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
 
computeIfAbsent(String, Function<? super String, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
 
computeIfPresent(String, BiFunction<? super String, ? super JsonValue, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
 
consume() - Method in class org.dbrain.data.parsing.InputStreamCursor
Invalidate current character without reading the next one.
consume() - Method in class org.dbrain.data.parsing.ReaderCursor
Invalidate current character without reading the next one.
consume() - Method in class org.dbrain.data.parsing.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.json.JsonList
 
containsAll(Collection<?>) - Method in class org.dbrain.data.json.JsonList
 
containsKey(Object) - Method in class org.dbrain.data.json.JsonMap
 
containsValue(Object) - Method in class org.dbrain.data.json.JsonMap
 
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.
current() - Method in class org.dbrain.data.parsing.InputStreamCursor
 
current() - Method in class org.dbrain.data.parsing.ReaderCursor
 
CursorStatus - Enum in org.dbrain.data.parsing
Created with IntelliJ IDEA.

D

DataCoercionException - Exception in org.dbrain.data
Created by epoitras on 30/10/14.
DataCoercionException() - Constructor for exception org.dbrain.data.DataCoercionException
 
DataCoercionException(String) - Constructor for exception org.dbrain.data.DataCoercionException
 
DataCoercionException(String, Throwable) - Constructor for exception org.dbrain.data.DataCoercionException
 
DataCoercionException(Throwable) - Constructor for exception org.dbrain.data.DataCoercionException
 
DataCoercionException(String, Throwable, boolean, boolean) - 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
 

E

encodeSegment(String) - Static method in class org.dbrain.data.Fqns
 
entrySet() - Method in class org.dbrain.data.json.JsonMap
 
eof() - Method in class org.dbrain.data.csv.CsvCursor
Retrieve the End of File status.
eof() - Method in interface org.dbrain.data.ForwardCursor
 
equals(Object) - Method in class org.dbrain.data.json.JsonList
 
equals(Object) - Method in class org.dbrain.data.json.JsonMap
 
ERR_EXPECTED_NUMERIC - Static variable in class org.dbrain.data.parsing.TokenParser
 
ERR_EXPECTED_TOKEN - Static variable in class org.dbrain.data.parsing.TokenParser
 
ERR_EXPECTING_EOF - Static variable in class org.dbrain.data.parsing.TokenParser
 
ERR_INVALID_CHARACTER - Static variable in class org.dbrain.data.parsing.TokenParser
 
ERR_READER_NULL - Static variable in class org.dbrain.data.parsing.TokenParser
 
ERR_UNEXPECTED_EOS - Static variable in class org.dbrain.data.parsing.TokenParser
 
ERR_WRONG_QUOTE - Static variable in class org.dbrain.data.parsing.TokenParser
 
error(String) - Method in class org.dbrain.data.json.JsonParser
 
error(String, Throwable) - Method in class org.dbrain.data.parsing.InputStreamCursor
An exception with the specified message.
error(String) - Method in class org.dbrain.data.parsing.InputStreamCursor
An exception with the specified message.
error(String, Throwable) - Method in class org.dbrain.data.parsing.ReaderCursor
An exception with the specified message.
error(String) - Method in class org.dbrain.data.parsing.ReaderCursor
An exception with the specified message.

F

forEach(Consumer<? super JsonValue>) - Method in class org.dbrain.data.json.JsonList
 
forEach(BiConsumer<? super String, ? super JsonValue>) - Method in class org.dbrain.data.json.JsonMap
 
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
Allows to read tabular data in a Forward-only manner.
Fqn - Class in org.dbrain.data
Describe a fully qualified name.
Fqn(List<String>) - Constructor for class org.dbrain.data.Fqn
 
Fqns - Class in org.dbrain.data
Created by epoitras on 09/10/14.
Fqns() - Constructor for class org.dbrain.data.Fqns
 
Functions - Class in org.dbrain.data.util
Classes that contains static methods to manipulate adapters.
Functions() - Constructor for class org.dbrain.data.util.Functions
 

G

get(int) - Method in class org.dbrain.data.csv.CsvCursor
Read the field value.
get(String) - Method in class org.dbrain.data.csv.CsvCursor
Get the value of the field or null.
get(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
get(int) - Method in class org.dbrain.data.json.JsonList
 
get(Object) - Method in class org.dbrain.data.json.JsonMap
 
get() - Method in class org.dbrain.data.json.JsonValue.JsonBoolean
 
get() - Method in class org.dbrain.data.json.JsonValue.JsonString
 
get(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
get(Token) - Method in class org.dbrain.data.parsing.TokenParser
 
get(Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 
get(Token, Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 
getAs(int, Function<Object, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getAs(Function<String, T>) - Method in class org.dbrain.data.json.JsonValue.JsonString
 
getAs(String, Function<Object, T>) - Method in interface org.dbrain.data.NamedFields
 
getBoolean(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getBoolean(int) - Method in class org.dbrain.data.json.JsonList
 
getBoolean(String) - Method in class org.dbrain.data.json.JsonMap
 
getBoolean(String, Function<? super Boolean, T>) - Method in class org.dbrain.data.json.JsonMap
 
getBoolean(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getBooleanAs(int, Function<? super Boolean, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getBooleanAs(int, Function<Boolean, T>) - Method in class org.dbrain.data.json.JsonList
 
getBooleanAs(String, Function<? super Boolean, T>) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getByte(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getByte(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getByteAs(int, Function<? super Byte, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getByteAs(String, Function<? super Byte, T>) - Method in interface org.dbrain.data.NamedFields
 
getCurrent() - Method in class org.dbrain.data.parsing.LineCursor
The the line currently loaded in the cursor.
getDouble(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getDouble(int) - Method in class org.dbrain.data.json.JsonList
 
getDouble(String) - Method in class org.dbrain.data.json.JsonMap
 
getDouble(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getDoubleAs(int, Function<? super Double, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getDoubleAs(int, Function<Double, T>) - Method in class org.dbrain.data.json.JsonList
 
getDoubleAs(String, Function<? super Double, T>) - Method in class org.dbrain.data.json.JsonMap
 
getDoubleAs(String, Function<? super Double, T>) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getFloat(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getFloat(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getFloatAs(int, Function<? super Float, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getFloatAs(String, Function<? super Float, T>) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getIdentifier() - Method in class org.dbrain.data.parsing.TokenParser
Read the identifier getValue from the parser.
getInt(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getInt(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getIntAs(int, Function<? super Integer, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getIntAs(String, Function<? super Integer, T>) - Method in interface org.dbrain.data.NamedFields
 
getKeyword() - Method in class org.dbrain.data.parsing.TokenParser
Read the keyword from the parser.
getList(String) - Method in class org.dbrain.data.json.JsonMap
 
getLong(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getLong(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getLongAs(int, Function<? super Long, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getLongAs(String, Function<? super Long, T>) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getMap(String) - Method in class org.dbrain.data.json.JsonMap
 
getNext() - Method in class org.dbrain.data.parsing.LineCursor
 
getNumeric() - Method in class org.dbrain.data.parsing.TokenParser
Read the numeric getValue from the parser.
getOrDefault(Object, JsonValue) - Method in class org.dbrain.data.json.JsonMap
 
getSegment(int) - Method in class org.dbrain.data.Fqn
 
getShort(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getShort(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getShortAs(int, Function<? super Short, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getShortAs(String, Function<? super Short, T>) - Method in interface org.dbrain.data.NamedFields
 
getSize() - Method in class org.dbrain.data.Fqn
 
getStatus() - Method in class org.dbrain.data.parsing.LineCursor
 
getString(int) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getString(int) - Method in class org.dbrain.data.json.JsonList
 
getString(String) - Method in class org.dbrain.data.json.JsonMap
 
getString(String) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getString() - Method in class org.dbrain.data.parsing.TokenParser
Read the string getValue from the parser.
getStringAs(int, Function<? super String, T>) - Method in interface org.dbrain.data.IndexedFields
Read the field at the specified index.
getStringAs(int, Function<String, T>) - Method in class org.dbrain.data.json.JsonList
 
getStringAs(String, Function<? super String, T>) - Method in class org.dbrain.data.json.JsonMap
 
getStringAs(String, Function<? super String, T>) - Method in interface org.dbrain.data.NamedFields
Read the field having the specified name.
getToken() - Method in class org.dbrain.data.json.JsonParser
 
getToken() - Method in class org.dbrain.data.parsing.TokenParser
Get the available token in the stream.
getValidToken(Token) - Method in class org.dbrain.data.parsing.TokenParser
 
getValidToken(Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 
getValidToken(Token, Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 

H

hashCode() - Method in class org.dbrain.data.json.JsonList
 
hashCode() - Method in class org.dbrain.data.json.JsonMap
 
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
 
IndexedFields - Interface in org.dbrain.data
Denote a container of fields accessible by indexes.
indexOf(Object) - Method in class org.dbrain.data.json.JsonList
 
InputStreamCursor - Class in org.dbrain.data.parsing
Helper class to build recursive parsing routines.
InputStreamCursor(InputStream) - Constructor for class org.dbrain.data.parsing.InputStreamCursor
Creates a new instance of ReaderCursor using the underlying InputStream as it's datasource.
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.json.JsonList
 
isEmpty() - Method in class org.dbrain.data.json.JsonMap
 
isToken(Token) - Method in class org.dbrain.data.parsing.TokenParser
 
isToken(Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 
isToken(Token, Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 
iterator() - Method in class org.dbrain.data.json.JsonList
 

J

JsonList - Class in org.dbrain.data.json
Created by epoitras on 26/06/14.
JsonMap - Class in org.dbrain.data.json
Created by epoitras on 26/06/14.
JsonMap() - Constructor for class org.dbrain.data.json.JsonMap
 
JsonParser - Class in org.dbrain.data.json
Created by epoitras on 27/06/14.
JsonParser(Reader) - Constructor for class org.dbrain.data.json.JsonParser
 
JsonParser.Token - Enum in org.dbrain.data.json
 
JsonValue - Class in org.dbrain.data.json
Created by epoitras on 26/06/14.
JsonValue() - Constructor for class org.dbrain.data.json.JsonValue
 
JsonValue.JsonBoolean - Class in org.dbrain.data.json
Wrap a boolean value;
JsonValue.JsonDouble - Class in org.dbrain.data.json
Wrap a double value.
JsonValue.JsonString - Class in org.dbrain.data.json
Wrap a string value.

K

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

L

lastIndexOf(Object) - Method in class org.dbrain.data.json.JsonList
 
LineCursor - Class in org.dbrain.data.parsing
Created with IntelliJ IDEA.
LineCursor(Reader) - Constructor for class org.dbrain.data.parsing.LineCursor
 
listIterator() - Method in class org.dbrain.data.json.JsonList
 
listIterator(int) - Method in class org.dbrain.data.json.JsonList
 
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

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.
maxLength(String, int) - Static method in class org.dbrain.data.util.Strings
Apply a constraint over string length.
merge(String, JsonValue, BiFunction<? super JsonValue, ? super JsonValue, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
 

N

NamedFields - Interface in org.dbrain.data
Denote a container of fields accessible by names.
NATURAL_ORDER - Static variable in class org.dbrain.data.util.Strings
Natural order for strings.
next() - Method in class org.dbrain.data.csv.CsvCursor
Read the next line of data.
next() - Method in interface org.dbrain.data.ForwardCursor
Move the cursor to the next row in the resultset.
next() - Method in class org.dbrain.data.parsing.InputStreamCursor
Consume the current character and return the next available.
next() - Method in class org.dbrain.data.parsing.LineCursor
Move to the next line and return true if cursor is not at eof.
next() - Method in class org.dbrain.data.parsing.ReaderCursor
Consume the current character and return the next available.
next(int) - Method in class org.dbrain.data.parsing.ReaderCursor
 
nullToBlank(String) - Static method in class org.dbrain.data.util.Strings
Apply a transform that will replace null values with blank.
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
 

O

of(String) - Static method in class org.dbrain.data.json.JsonValue
 
of(Double) - Static method in class org.dbrain.data.json.JsonValue
 
of(Boolean) - Static method in class org.dbrain.data.json.JsonValue
 
ofJson(String) - Static method in class org.dbrain.data.json.JsonValue
 
ofJson(Reader) - Static method in class org.dbrain.data.json.JsonValue
 
ofJson(JsonParser) - Static method in class org.dbrain.data.json.JsonValue
 
ofJson(JsonParser, boolean) - Static method in class org.dbrain.data.json.JsonValue
 
org.dbrain.data - package org.dbrain.data
 
org.dbrain.data.csv - package org.dbrain.data.csv
 
org.dbrain.data.json - package org.dbrain.data.json
 
org.dbrain.data.parsing - package org.dbrain.data.parsing
 
org.dbrain.data.text - package org.dbrain.data.text
 
org.dbrain.data.util - package org.dbrain.data.util
 

P

parallelStream() - Method in class org.dbrain.data.json.JsonList
 
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
 
Parser<T> - Interface in org.dbrain.data.text
Simple contract that allows to convert a string representation to a T value.
preventNullMapping() - Method in class org.dbrain.data.Lookups.LookupBuilder
Prevent the default mapping of null to null.
put(String, JsonValue) - Method in class org.dbrain.data.json.JsonMap
 
putAll(Map<? extends String, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
 
putIfAbsent(String, JsonValue) - Method in class org.dbrain.data.json.JsonMap
 

R

raiseError(String) - Method in class org.dbrain.data.parsing.TokenParser
Throw a ParseException.
raiseExpectedTokenError(Token, Token...) - Method in class org.dbrain.data.parsing.TokenParser
 
read(Token) - Method in class org.dbrain.data.parsing.TokenParser
 
read(Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 
read(Token, Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
 
readBoolean() - Method in class org.dbrain.data.json.JsonParser
 
readDouble() - Method in class org.dbrain.data.json.JsonParser
 
ReaderCursor - Class in org.dbrain.data.parsing
Helper class to build recursive parsing routines.
ReaderCursor(Reader) - Constructor for class org.dbrain.data.parsing.ReaderCursor
Creates a new instance of ReaderCursor using the underlying Reader as it's datasource.
readIdentifier() - Method in class org.dbrain.data.parsing.TokenParser
Read the identifier getValue from the parser.
readKeyword() - Method in class org.dbrain.data.parsing.TokenParser
Read the keyword from the parser.
readNumeric() - Method in class org.dbrain.data.parsing.TokenParser
Read the numeric getValue from the parser.
readString() - Method in class org.dbrain.data.json.JsonParser
 
readString() - Method in class org.dbrain.data.parsing.TokenParser
Read the string getValue from the parser.
readToken(JsonParser.Token) - Method in class org.dbrain.data.json.JsonParser
 
remove(Object) - Method in class org.dbrain.data.json.JsonList
 
remove(int) - Method in class org.dbrain.data.json.JsonList
 
remove(Object) - Method in class org.dbrain.data.json.JsonMap
 
remove(Object, Object) - Method in class org.dbrain.data.json.JsonMap
 
removeAll(Collection<?>) - Method in class org.dbrain.data.json.JsonList
 
removeIf(Predicate<? super JsonValue>) - Method in class org.dbrain.data.json.JsonList
 
replace(String, JsonValue, JsonValue) - Method in class org.dbrain.data.json.JsonMap
 
replace(String, JsonValue) - Method in class org.dbrain.data.json.JsonMap
 
replaceAll(UnaryOperator<JsonValue>) - Method in class org.dbrain.data.json.JsonList
 
replaceAll(BiFunction<? super String, ? super JsonValue, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
 
retainAll(Collection<?>) - Method in class org.dbrain.data.json.JsonList
 
rtrim(String) - Static method in class org.dbrain.data.util.Strings
Trim trailing spaces.

S

Serializables - Class in org.dbrain.data.util
Created by epoitras on 03/06/14.
Serializables() - Constructor for class org.dbrain.data.util.Serializables
 
set(int, JsonValue) - Method in class org.dbrain.data.json.JsonList
 
setDecimalParameters(int, int, RoundingMode) - Static method in class org.dbrain.data.util.Numbers
 
size() - Method in class org.dbrain.data.json.JsonList
 
size() - Method in class org.dbrain.data.json.JsonMap
 
skip() - Method in class org.dbrain.data.json.JsonParser
 
sort(Comparator<? super JsonValue>) - Method in class org.dbrain.data.json.JsonList
 
spliterator() - Method in class org.dbrain.data.json.JsonList
 
stream() - Method in class org.dbrain.data.json.JsonList
 
Strings - Class in org.dbrain.data.util
Contains static methods to manipulate strings.
Strings() - Constructor for class org.dbrain.data.util.Strings
 
subList(int, int) - Method in class org.dbrain.data.json.JsonList
 

T

toArray() - Method in class org.dbrain.data.json.JsonList
 
toArray(T[]) - Method in class org.dbrain.data.json.JsonList
 
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(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(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.parsing
Token class.
TokenParser - Class in org.dbrain.data.parsing
This class allow sequential parsing of text stream to extract tokens.
TokenParser(Reader) - Constructor for class org.dbrain.data.parsing.TokenParser
Create a new Parser.
TokenParser(String) - Constructor for class org.dbrain.data.parsing.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(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(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.Fqn
 
trim(String) - Static method in class org.dbrain.data.util.Strings
Null-safe trim.

U

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

V

valueOf(String) - Static method in enum org.dbrain.data.json.JsonParser.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dbrain.data.parsing.CursorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dbrain.data.parsing.Token
Returns the enum constant of this type with the specified name.
values() - Method in class org.dbrain.data.json.JsonMap
 
values() - Static method in enum org.dbrain.data.json.JsonParser.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dbrain.data.parsing.CursorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dbrain.data.parsing.Token
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links

Copyright © 2014. All rights reserved.