Package | Description |
---|---|
org.forgerock.api.models |
ForgeRock API Descriptor models.
|
Modifier and Type | Method and Description |
---|---|
SubResources |
SubResources.Builder.build()
Builds the
SubResources instance. |
SubResources |
Resource.getSubresources()
Getter of sub-resources.
|
SubResources |
Items.getSubresources()
Getter of sub-resources.
|
Modifier and Type | Method and Description |
---|---|
static Items |
Items.fromAnnotatedType(Class<?> type,
ApiDescription descriptor,
SubResources subResources)
Build an
Items from an annotated request handler. |
static Resource |
Resource.fromAnnotatedType(Class<?> type,
Resource.AnnotatedTypeVariant variant,
SubResources subResources,
ApiDescription descriptor,
Parameter... extraParameters)
Build a
Resource from an annotated request handler. |
Resource.Builder |
Resource.Builder.subresources(SubResources subresources)
Sets the sub-resources for this resource.
|
Items.Builder |
Items.Builder.subresources(SubResources subresources)
Sets the sub-resources for this resource.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.