Uses of Class
org.antublue.map.accessor.util.RuntimeExceptionSupplier
-
-
Uses of RuntimeExceptionSupplier in org.antublue.map.accessor.function.conversion
Constructors in org.antublue.map.accessor.function.conversion with parameters of type RuntimeExceptionSupplier Constructor Description ToBoolean(RuntimeExceptionSupplier runtimeExceptionSupplier)ToDate(RuntimeExceptionSupplier runtimeExceptionSupplier)ToDouble(RuntimeExceptionSupplier runtimeExceptionSupplier)ToFloat(RuntimeExceptionSupplier runtimeExceptionSupplier)ToInteger(RuntimeExceptionSupplier runtimeExceptionSupplier)ToLong(RuntimeExceptionSupplier runtimeExceptionSupplier)ToLowerCase(Locale locale, RuntimeExceptionSupplier runtimeExceptionSupplier)ToLowerCase(RuntimeExceptionSupplier runtimeExceptionSupplier)ToShort(RuntimeExceptionSupplier runtimeExceptionSupplier)ToURL(RuntimeExceptionSupplier runtimeExceptionSupplier) -
Uses of RuntimeExceptionSupplier in org.antublue.map.accessor.function.type
Constructors in org.antublue.map.accessor.function.type with parameters of type RuntimeExceptionSupplier Constructor Description IsString(RuntimeExceptionSupplier runtimeExceptionSupplier) -
Uses of RuntimeExceptionSupplier in org.antublue.map.accessor.function.validation
Constructors in org.antublue.map.accessor.function.validation with parameters of type RuntimeExceptionSupplier Constructor Description IsHostname(RuntimeExceptionSupplier runtimeExceptionSupplier)IsHostnameOrIPAddress(RuntimeExceptionSupplier runtimeExceptionSupplier)IsInCollection(Collection<T> collection, RuntimeExceptionSupplier runtimeExceptionSupplier)IsInRange(T minimum, T maximum, RuntimeExceptionSupplier runtimeExceptionSupplier)IsIPAddress(RuntimeExceptionSupplier runtimeExceptionSupplier)IsStringNotBlank(RuntimeExceptionSupplier runtimeExceptionSupplier) -
Uses of RuntimeExceptionSupplier in org.antublue.map.accessor.util
Methods in org.antublue.map.accessor.util that return RuntimeExceptionSupplier Modifier and Type Method Description static RuntimeExceptionSupplierRuntimeExceptionSupplier. of(Class<? extends RuntimeException> clazz, String message)
-