Uses of Class
cool.scx.web.parameter_handler.exception.ParamConvertException
Packages that use ParamConvertException
-
Uses of ParamConvertException in cool.scx.web.parameter_handler
Methods in cool.scx.web.parameter_handler that throw ParamConvertExceptionModifier and TypeMethodDescriptionstatic ObjectFromBodyParameterHandler.getValueFromBody(String name, boolean useAllBody, boolean required, com.fasterxml.jackson.databind.JavaType javaType, RequestInfo info) static ObjectFromPathParameterHandler.getValueFromPath(String name, boolean merge, boolean required, com.fasterxml.jackson.databind.JavaType javaType, RequestInfo info) static ObjectFromQueryParameterHandler.getValueFromQuery(String name, boolean merge, boolean required, com.fasterxml.jackson.databind.JavaType javaType, RequestInfo info)