Class ApiModelProperties


  • public final class ApiModelProperties
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static springfox.documentation.service.AllowableValues allowableValueFromString​(java.lang.String allowableValueString)  
      static java.util.Optional<io.swagger.annotations.ApiModelProperty> findApiModePropertyAnnotation​(java.lang.reflect.AnnotatedElement annotated)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • allowableValueFromString

        public static springfox.documentation.service.AllowableValues allowableValueFromString​(java.lang.String allowableValueString)
      • findApiModePropertyAnnotation

        public static java.util.Optional<io.swagger.annotations.ApiModelProperty> findApiModePropertyAnnotation​(java.lang.reflect.AnnotatedElement annotated)