Uses of Class
org.forgerock.api.models.Parameter
Package
Description
ForgeRock API Descriptor models.
API Descriptor utility classes.
-
Uses of Parameter in org.forgerock.api.models
Modifier and TypeMethodDescriptionParameter.Builder.build()
Builds the Parameter.static Parameter
Parameter.fromAnnotation
(Class<?> type, Parameter parameter) Builds a Parameter object from the data in the annotation.Operation.getParameters()
Getter of the parameters array.Resource.getParameters()
Getter of the parameters array.Items.getPathParameter()
Get the path parameter.Modifier and TypeMethodDescriptionstatic Resource
Resource.fromAnnotatedType
(Class<?> type, Resource.AnnotatedTypeVariant variant, Items items, ApiDescription descriptor, Parameter... extraParameters) Build aResource
from an annotated request handler.static Resource
Resource.fromAnnotatedType
(Class<?> type, Resource.AnnotatedTypeVariant variant, SubResources subResources, ApiDescription descriptor, Parameter... extraParameters) Build aResource
from an annotated request handler.Sets a single supported parameters.Sets a single supported parameter.Items.Builder.pathParameter
(Parameter pathParameter) Sets the path parameter for this resource.Modifier and TypeMethodDescriptionOperation.Builder.parameters
(List<Parameter> parameters) Set multiple supported parameters.Resource.Builder.parameters
(List<Parameter> parameters) Set multiple supported parameters. -
Uses of Parameter in org.forgerock.api.util
Modifier and TypeMethodDescriptionstatic Parameter[]
PathUtil.buildPathParameters
(String pathSegment) Searches for curly-braces in the givenpathSegment
, and creates a path-parameter for each that are found.Modifier and TypeMethodDescriptionPathUtil.mergeParameters
(List<Parameter> parameterList, Parameter... parameters) MergesParameter
values into the givenparameterList
, where conflictingparameter-names
will be replaced, and new parameters will otherwise be added.Modifier and TypeMethodDescriptionPathUtil.mergeParameters
(List<Parameter> parameterList, Parameter... parameters) MergesParameter
values into the givenparameterList
, where conflictingparameter-names
will be replaced, and new parameters will otherwise be added.Modifier and TypeMethodDescriptionPathUtil.mergeParameters
(List<Parameter> parameterList, Parameter... parameters) MergesParameter
values into the givenparameterList
, where conflictingparameter-names
will be replaced, and new parameters will otherwise be added.