Uses of Class
cool.scx.web.parameter_handler.exception.ParamConvertException
Packages that use ParamConvertException
Package
Description
-
Uses of ParamConvertException in cool.scx.web.parameter_handler.from_body
Methods in cool.scx.web.parameter_handler.from_body that throw ParamConvertExceptionModifier and TypeMethodDescriptionstatic ObjectFromBodyParameterHandler.getValueFromBody(String name, boolean useAllBody, boolean required, cool.scx.reflect.TypeInfo javaType, RequestInfo info) -
Uses of ParamConvertException in cool.scx.web.parameter_handler.from_path
Methods in cool.scx.web.parameter_handler.from_path that throw ParamConvertExceptionModifier and TypeMethodDescriptionstatic ObjectFromPathParameterHandler.getValueFromPath(String name, boolean merge, boolean required, cool.scx.reflect.TypeInfo javaType, RequestInfo info) -
Uses of ParamConvertException in cool.scx.web.parameter_handler.from_query
Methods in cool.scx.web.parameter_handler.from_query that throw ParamConvertExceptionModifier and TypeMethodDescriptionstatic ObjectFromQueryParameterHandler.getValueFromQuery(String name, boolean merge, boolean required, cool.scx.reflect.TypeInfo javaType, RequestInfo info)