Uses of Class
org.forgerock.api.annotations.Schema
-
Packages that use Schema 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 Schema in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return Schema Modifier and Type Method Description Schema
detailSchema()
The schema for the error detail, if relevant.Schema
request()
Describe the schema of the request payload.Schema
resourceSchema()
The schema for all the standard resource operations (CRUDPQ) on this endpoint.Schema
response()
Describe the schema of the response payload. -
Uses of Schema in org.forgerock.api.models
Methods in org.forgerock.api.models with parameters of type Schema Modifier and Type Method Description static Schema
Schema. fromAnnotation(Schema schema, ApiDescription descriptor, Class<?> relativeType)
Builds Schema object from the data in the annotation parameter.
-