Uses of Enum Class
org.forgerock.api.models.Resource.AnnotatedTypeVariant
Packages that use Resource.AnnotatedTypeVariant
-
Uses of Resource.AnnotatedTypeVariant in org.forgerock.api.models
Methods in org.forgerock.api.models that return Resource.AnnotatedTypeVariantModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Resource.AnnotatedTypeVariant[]Resource.AnnotatedTypeVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.api.models with parameters of type Resource.AnnotatedTypeVariantModifier and TypeMethodDescriptionstatic ResourceResource.fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, ApiDescription descriptor) Build aResourcefrom an annotated request handler.static ResourceResource.fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, Items items, ApiDescription descriptor, Parameter... extraParameters) Build aResourcefrom an annotated request handler.static ResourceResource.fromAnnotatedType(Class<?> type, Resource.AnnotatedTypeVariant variant, SubResources subResources, ApiDescription descriptor, Parameter... extraParameters) Build aResourcefrom an annotated request handler.