Class MethodParamInfo

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

public class MethodParamInfo extends Object
Describes a method parameter.
  • Field Details

    • name

      public String name
    • imports

      public Set<String> imports
    • staticImports

      public Set<String> staticImports
    • annotations

      public Set<String> annotations
    • type

      public TypeInfo type
    • comment

      public String comment
    • nullable

      public boolean nullable
    • deprecationMessage

      public String deprecationMessage
  • Constructor Details

    • MethodParamInfo

      public MethodParamInfo()
  • Method Details

    • isDeprecated

      public boolean isDeprecated()