Class ParameterMapping

java.lang.Object
io.micronaut.maven.openapi.ParameterMapping

public final class ParameterMapping extends Object
A class used to specify parameter mapping. Parameter mapping would map a given parameter to a specific type and name.
  • Constructor Details

    • ParameterMapping

      public ParameterMapping()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLocation

      public ParameterMapping.ParameterLocation getLocation()
    • setLocation

      public void setLocation(ParameterMapping.ParameterLocation location)
    • getMappedType

      public String getMappedType()
    • setMappedType

      public void setMappedType(String mappedType)
    • getMappedName

      public String getMappedName()
    • setMappedName

      public void setMappedName(String mappedName)
    • isValidated

      public boolean isValidated()
    • setValidated

      public void setValidated(boolean validated)