Uses of Class
org.forgerock.api.models.Parameter
Packages that use Parameter
Package
Description
ForgeRock API Descriptor models.
API Descriptor utility classes.
-
Uses of Parameter in org.forgerock.api.models
Methods in org.forgerock.api.models that return ParameterModifier 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.Methods in org.forgerock.api.models with parameters of type ParameterModifier 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.Method parameters in org.forgerock.api.models with type arguments of type ParameterModifier 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
Methods in org.forgerock.api.util that return ParameterModifier and TypeMethodDescriptionstatic Parameter[]
PathUtil.buildPathParameters
(String pathSegment) Searches for curly-braces in the givenpathSegment
, and creates a path-parameter for each that are found.Methods in org.forgerock.api.util that return types with arguments of type ParameterModifier 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.Methods in org.forgerock.api.util with parameters of type ParameterModifier 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.Method parameters in org.forgerock.api.util with type arguments of type ParameterModifier 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.