Uses of Class
io.smallrye.openapi.jaxrs.JaxRsParameter
-
-
Uses of JaxRsParameter in io.smallrye.openapi.jaxrs
Methods in io.smallrye.openapi.jaxrs that return JaxRsParameter Modifier and Type Method Description static JaxRsParameterJaxRsParameter. valueOf(String name)Returns the enum constant of this type with the specified name.static JaxRsParameter[]JaxRsParameter. values()Returns an array containing the constants of this enum type, in the order they are declared.
-