Uses of Enum Class
io.micronaut.maven.openapi.ParameterMapping.ParameterLocation
Packages that use ParameterMapping.ParameterLocation
-
Uses of ParameterMapping.ParameterLocation in io.micronaut.maven.openapi
Subclasses with type arguments of type ParameterMapping.ParameterLocation in io.micronaut.maven.openapiModifier and TypeClassDescriptionstatic enumThe location of the parameter to be mapped.Methods in io.micronaut.maven.openapi that return ParameterMapping.ParameterLocationModifier and TypeMethodDescriptionParameterMapping.getLocation()Returns the enum constant of this class with the specified name.static ParameterMapping.ParameterLocation[]ParameterMapping.ParameterLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.micronaut.maven.openapi with parameters of type ParameterMapping.ParameterLocationModifier and TypeMethodDescriptionvoidParameterMapping.setLocation(ParameterMapping.ParameterLocation location)