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 BigDecimalValueUtils.getValueAsBigDecimal(Object value) Type-safely make a BigDecimal from any Object.static IntegerValueUtils.getValueAsInteger(Object value) Type-safely make an Integer from any Object.static LocalDateValueUtils.getValueAsLocalDate(Object value) Type-safely make a LocalDate from any Object.static LocalDateTimeValueUtils.getValueAsLocalDateTime(Object value) Type-safely make a LocalDateTime from any Object.static LongValueUtils.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 IntegerQJavalinUtils.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 IntegerQJavalinUtils.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 booleanQJavalinUtils.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".