Package | Description |
---|---|
org.forgerock.api.models |
ForgeRock API Descriptor models.
|
Modifier and Type | Method and Description |
---|---|
static Resource.AnnotatedTypeVariant |
Resource.AnnotatedTypeVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resource.AnnotatedTypeVariant[] |
Resource.AnnotatedTypeVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Resource |
Resource.fromAnnotatedType(Class<?> type,
Resource.AnnotatedTypeVariant variant,
ApiDescription descriptor)
Build a
Resource from an annotated request handler. |
static Resource |
Resource.fromAnnotatedType(Class<?> type,
Resource.AnnotatedTypeVariant variant,
Items items,
ApiDescription descriptor,
Parameter... extraParameters)
Build a
Resource 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. |
Copyright 2011-2017 ForgeRock AS.