Uses of Class
org.forgerock.api.annotations.Parameter
-
Packages that use Parameter Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Parameter in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return Parameter Modifier and Type Method Description Parameter[]
parameters()
Parameters on service paths and/or endpoints.Parameter[]
parameters()
Parameters on operation paths and/or endpoints.Parameter
pathParam()
The name of the path parameter to use in the path descriptors. -
Uses of Parameter in org.forgerock.api.models
Methods in org.forgerock.api.models with parameters of type Parameter Modifier and Type Method Description static Parameter
Parameter. fromAnnotation(Class<?> type, Parameter parameter)
Builds a Parameter object from the data in the annotation.
-