Uses of Interface
org.exoplatform.services.rest.resource.ResourceMethodDescriptor
Packages that use ResourceMethodDescriptor
Package
Description
-
Uses of ResourceMethodDescriptor in org.exoplatform.services.rest.impl.resource
Classes in org.exoplatform.services.rest.impl.resource that implement ResourceMethodDescriptorModifier and TypeClassDescriptionfinal classclassclassMethods in org.exoplatform.services.rest.impl.resource with type parameters of type ResourceMethodDescriptorModifier and TypeMethodDescriptionprotected <T extends ResourceMethodDescriptor>
ResourceMethodDescriptorAbstractResourceDescriptorImpl.findMethodResourceMediaType(List<T> rmds, List<javax.ws.rs.core.MediaType> consumes, List<javax.ws.rs.core.MediaType> produces) Check is collection ofResourceMethodDescriptoralready contains ResourceMethodDescriptor with the same media types.Methods in org.exoplatform.services.rest.impl.resource that return ResourceMethodDescriptorModifier and TypeMethodDescriptionprotected <T extends ResourceMethodDescriptor>
ResourceMethodDescriptorAbstractResourceDescriptorImpl.findMethodResourceMediaType(List<T> rmds, List<javax.ws.rs.core.MediaType> consumes, List<javax.ws.rs.core.MediaType> produces) Check is collection ofResourceMethodDescriptoralready contains ResourceMethodDescriptor with the same media types.Methods in org.exoplatform.services.rest.impl.resource that return types with arguments of type ResourceMethodDescriptorMethods in org.exoplatform.services.rest.impl.resource with parameters of type ResourceMethodDescriptorModifier and TypeMethodDescriptionvoidResourceDescriptorValidator.visitResourceMethodDescriptor(ResourceMethodDescriptor rmd) Validate ResourceMethodDescriptor. -
Uses of ResourceMethodDescriptor in org.exoplatform.services.rest.resource
Classes in org.exoplatform.services.rest.resource with type parameters of type ResourceMethodDescriptorSubinterfaces of ResourceMethodDescriptor in org.exoplatform.services.rest.resourceModifier and TypeInterfaceDescriptioninterfaceDescribe sub-resource method.Methods in org.exoplatform.services.rest.resource that return types with arguments of type ResourceMethodDescriptorMethods in org.exoplatform.services.rest.resource with parameters of type ResourceMethodDescriptorModifier and TypeMethodDescriptionvoidResourceDescriptorVisitor.visitResourceMethodDescriptor(ResourceMethodDescriptor rmd) -
Uses of ResourceMethodDescriptor in org.exoplatform.services.rest.wadl
Methods in org.exoplatform.services.rest.wadl with parameters of type ResourceMethodDescriptorModifier and TypeMethodDescriptionBaseWadlGeneratorImpl.createMethod(ResourceMethodDescriptor rmd) WadlGenerator.createMethod(ResourceMethodDescriptor md)