Package org.springdoc.core
Class RequestInfo
- java.lang.Object
-
- org.springdoc.core.RequestInfo
-
public class RequestInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RequestInfo.ParameterType
-
Constructor Summary
Constructors Constructor Description RequestInfo(RequestInfo.ParameterType paramType, String value, boolean required, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
defaultValue()
boolean
required()
String
type()
String
value()
-