Uses of Interface
net.jazdw.rql.converter.ValueConverter
Packages that use ValueConverter
-
Uses of ValueConverter in net.jazdw.rql.converter
Classes in net.jazdw.rql.converter that implement ValueConverterModifier and TypeClassDescriptionclassUsed to convert parts of the RQL query string into Java objectsstatic classDefaultValueConverter for booleans, case-insensitive.static classConverts a string to a case-insensitive regex Patternstatic classDefaultValueConverter for epoch millisecond timestampsstatic classTries to convert to ZonedDateTime, then LocalDateTime, then finally LocalDate.static classDefaultValueConverter for ISO 8601 formatted local date (with no time), no zone or offset is specified.static classDefaultValueConverter for ISO 8601 formatted local date-time, no zone or offset is specified.static classDefaultValueConverter for numbers, can return integers, floats,BigDecimaletc.static classConverts a string to a case-sensitive regex Patternstatic classString converterstatic classDefaultValueConverter for ISO 8601 formatted date-time with a zone/offset.Fields in net.jazdw.rql.converter with type parameters of type ValueConverterModifier and TypeFieldDescriptionstatic final Map<String, ValueConverter<?>> DefaultValueConverter.CONVERTERSThe default type to value converter mapConstructors in net.jazdw.rql.converter with parameters of type ValueConverterModifierConstructorDescriptionDefaultValueConverter(ValueConverter<?> defaultConverter) Creates a new converter using the given value converter as defaultDefaultValueConverter(ValueConverter<?> defaultConverter, Map<String, ValueConverter<?>> converterMap) Creates a new converter with the given default value converter and type conversion mapConstructor parameters in net.jazdw.rql.converter with type arguments of type ValueConverterModifierConstructorDescriptionDefaultValueConverter(Map<String, ValueConverter<?>> converterMap) Creates a new converter using the auto value converter as default and the given type conversion mapDefaultValueConverter(ValueConverter<?> defaultConverter, Map<String, ValueConverter<?>> converterMap) Creates a new converter with the given default value converter and type conversion map -
Uses of ValueConverter in net.jazdw.rql.parser
Constructors in net.jazdw.rql.parser with parameters of type ValueConverter -
Uses of ValueConverter in net.jazdw.rql.visitor
Constructors in net.jazdw.rql.visitor with parameters of type ValueConverterModifierConstructorDescriptionASTGenerator(ValueConverter<Object> converter) ASTGenerator(TextDecoder decoder, ValueConverter<Object> converter) ValueVisitor(ValueConverter<Object> converter) ValueVisitor(TextDecoder decoder, ValueConverter<Object> converter)