Class ApiModelProperties
- java.lang.Object
-
- springfox.documentation.swagger.schema.ApiModelProperties
-
public final class ApiModelProperties extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AllowableValues
allowableValueFromString(java.lang.String allowableValueString)
static java.util.Optional<io.swagger.annotations.ApiModelProperty>
findApiModePropertyAnnotation(java.lang.reflect.AnnotatedElement annotated)
-
-
-
Method Detail
-
allowableValueFromString
public static AllowableValues allowableValueFromString(java.lang.String allowableValueString)
-
findApiModePropertyAnnotation
public static java.util.Optional<io.swagger.annotations.ApiModelProperty> findApiModePropertyAnnotation(java.lang.reflect.AnnotatedElement annotated)
-
-