- maximumValueConverter(Converter<? extends T>, T, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is less than, or optionally equal to,
the given maximum value.
- maximumValueConverter(Comparator<? super T>, Converter<? extends T>, T, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is less than, or optionally equal to,
the given maximum value.
- maximumValueStringConverter(Converter<? extends T>, String, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is less than, or optionally equal to,
the given maximum value (in string form).
- maximumValueStringConverter(Comparator<? super T>, Converter<? extends T>, String, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is less than, or optionally equal to,
the given maximum value (in string form).
- minimumValueConverter(Converter<? extends T>, T, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is greater than, or optionally equal to,
the given minimum value.
- minimumValueConverter(Comparator<? super T>, Converter<? extends T>, T, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is greater than, or optionally equal to,
the given minimum value.
- minimumValueStringConverter(Converter<? extends T>, String, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is greater than, or optionally equal to,
the given minimum value (in string form).
- minimumValueStringConverter(Comparator<? super T>, Converter<? extends T>, String, boolean) - Static method in class io.smallrye.config.Converters
-
Get a wrapping converter which verifies that the configuration value is greater than, or optionally equal to,
the given minimum value (in string form).