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 classRequestInfo.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 StringdefaultValue()booleanrequired()Stringtype()Stringvalue()
-