| Package | Description |
|---|---|
| net.jazdw.rql.converter |
| Modifier and Type | Field and Description |
|---|---|
static ValueConverter |
Converter.BOOLEAN
Converter for booleans
|
static ValueConverter |
Converter.DATE
Converter for ISO 8601 formatted dates/times.
|
static ValueConverter |
Converter.EPOCH
Converter for epoch millisecond timestamps
|
static ValueConverter |
Converter.GLOB |
static ValueConverter |
Converter.ISODATE
Converter for ISO 8601 formatted dates/times.
|
static ValueConverter |
Converter.NUMBER
Converter for numbers
|
static ValueConverter |
Converter.REGEX
Converts a string to a case sensitive regex Pattern
|
static ValueConverter |
Converter.REGEX_I
Converts a string to a case insensitive regex Pattern
|
static ValueConverter |
Converter.STRING
String converter
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,ValueConverter> |
Converter.CONVERTERS
The default type to value converter map
|
| Constructor and Description |
|---|
Converter(ValueConverter defaultConverter)
Creates a new converter using the given value converter as default
|
Converter(ValueConverter defaultConverter,
Map<String,ValueConverter> converterMap)
Creates a new converter with the given default value converter and type conversion map
|
| Constructor and Description |
|---|
Converter(Map<String,ValueConverter> converterMap)
Creates a new converter using the auto value converter as default and the given type conversion map
|
Converter(ValueConverter defaultConverter,
Map<String,ValueConverter> converterMap)
Creates a new converter with the given default value converter and type conversion map
|
Copyright © 2016 Jared Wiltshire. All rights reserved.