Uses of Class
net.oneandone.neberus.annotation.ApiParameter.Type
-
Packages that use ApiParameter.Type Package Description net.oneandone.neberus.annotation -
-
Uses of ApiParameter.Type in net.oneandone.neberus.annotation
Methods in net.oneandone.neberus.annotation that return ApiParameter.Type Modifier and Type Method Description ApiParameter.Typetype()Define the type such as "path", "query" or "header".static ApiParameter.TypeApiParameter.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApiParameter.Type[]ApiParameter.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-