Uses of Class
org.springdoc.core.RequestInfo.ParameterType
-
Packages that use RequestInfo.ParameterType Package Description org.springdoc.core -
-
Uses of RequestInfo.ParameterType in org.springdoc.core
Methods in org.springdoc.core that return RequestInfo.ParameterType Modifier and Type Method Description static RequestInfo.ParameterTypeRequestInfo.ParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestInfo.ParameterType[]RequestInfo.ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.springdoc.core with parameters of type RequestInfo.ParameterType Constructor Description RequestInfo(RequestInfo.ParameterType paramType, String value, boolean required, String defaultValue)
-