Uses of Class
com.kingsrook.qqq.backend.core.exceptions.QValueException
Packages that use QValueException
-
Uses of QValueException in com.kingsrook.qqq.backend.core.utils
Methods in com.kingsrook.qqq.backend.core.utils that throw QValueExceptionModifier and TypeMethodDescriptionstatic BigDecimal
ValueUtils.getValueAsBigDecimal
(Object value) Type-safely make a BigDecimal from any Object.static Integer
ValueUtils.getValueAsInteger
(Object value) Type-safely make an Integer from any Object.static LocalDate
ValueUtils.getValueAsLocalDate
(Object value) Type-safely make a LocalDate from any Object.static LocalDateTime
ValueUtils.getValueAsLocalDateTime
(Object value) Type-safely make a LocalDateTime from any Object.static Long
ValueUtils.getValueAsLong
(Object value) Type-safely make an Long from any Object. -
Uses of QValueException in com.kingsrook.qqq.backend.javalin
Methods in com.kingsrook.qqq.backend.javalin that throw QValueExceptionModifier and TypeMethodDescriptionstatic Integer
QJavalinUtils.integerFormParam
(io.javalin.http.Context context, String name) Returns Integer if context has a valid int form parameter by the given name, Returns null if no param (or empty value).static Integer
QJavalinUtils.integerQueryParam
(io.javalin.http.Context context, String name) Returns Integer if context has a valid int query parameter by the given name, Returns null if no param (or empty value).static boolean
QJavalinUtils.queryParamIsTrue
(io.javalin.http.Context context, String name) Returns true iff context has a valid query parameter by the given name, with a value of "true".