Class RestServicesConfiguration.RestMethodParamInfo

java.lang.Object
io.jmix.rest.impl.config.RestServicesConfiguration.RestMethodParamInfo
Enclosing class:
RestServicesConfiguration

public static class RestServicesConfiguration.RestMethodParamInfo extends Object
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • required

      protected boolean required
  • Constructor Details

    • RestMethodParamInfo

      public RestMethodParamInfo(String name, String type, boolean required)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isRequired

      public boolean isRequired()
    • setRequired

      public void setRequired(boolean required)