Class PropertyInfo

java.lang.Object
io.github.torand.openapi2java.model.PropertyInfo

public class PropertyInfo extends Object
  • Field Details

    • name

      public String name
    • type

      public TypeInfo type
    • required

      public boolean required
    • imports

      public Set<String> imports
    • annotations

      public Set<String> annotations
    • deprecationMessage

      public String deprecationMessage
  • Constructor Details

    • PropertyInfo

      public PropertyInfo()
  • Method Details

    • isDeprecated

      public boolean isDeprecated()