Uses of Class
org.forgerock.api.annotations.Query
-
Packages that use Query 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 Query in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return Query Modifier and Type Method Description Query[]
value()
The queries. -
Uses of Query in org.forgerock.api.models
Methods in org.forgerock.api.models with parameters of type Query Modifier and Type Method Description static Query
Query. fromAnnotation(Query query, Method annotated, ApiDescription descriptor, Class<?> relativeType)
Builds a Query object from the data stored in the annotation.
-