Uses of Class
org.forgerock.api.models.Resource.AnnotatedTypeVariant
-
Packages that use Resource.AnnotatedTypeVariant Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Resource.AnnotatedTypeVariant in org.forgerock.api.models
Methods in org.forgerock.api.models that return Resource.AnnotatedTypeVariant Modifier and Type Method 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.Methods in org.forgerock.api.models with parameters of type Resource.AnnotatedTypeVariant Modifier and Type Method Description static Resource
Resource. fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, ApiDescription descriptor)
Build aResource
from an annotated request handler.static 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.
-