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
Modifier and TypeClassDescriptionstatic enum
The location of the parameter to be mapped. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
void
setMappedName
(String mappedName) void
setMappedType
(String mappedType) void
void
setValidated
(boolean validated)
-
Constructor Details
-
ParameterMapping
public ParameterMapping()
-
-
Method Details
-
getName
-
setName
-
getLocation
-
setLocation
-
getMappedType
-
setMappedType
-
getMappedName
-
setMappedName
-
isValidated
-
setValidated
-