Package io.micronaut.maven.openapi
Class ParameterMapping
java.lang.Object
io.micronaut.maven.openapi.ParameterMapping
A class used to specify parameter mapping.
Parameter mapping would map a given parameter to a specific type and name.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe location of the parameter to be mapped. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidvoidsetMappedName(String mappedName) voidsetMappedType(String mappedType) voidvoidsetValidated(boolean validated)
-
Constructor Details
-
ParameterMapping
public ParameterMapping()
-
-
Method Details
-
getName
-
setName
-
getLocation
-
setLocation
-
getMappedType
-
setMappedType
-
getMappedName
-
setMappedName
-
isValidated
-
setValidated
-