Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceMethod
-
Packages that use ResourceMethod Package Description org.jboss.resteasy.core org.jboss.resteasy.spi.metadata -
-
Uses of ResourceMethod in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceMethod Modifier and Type Field Description protected ResourceMethod
ResourceMethodInvoker. method
Constructors in org.jboss.resteasy.core with parameters of type ResourceMethod Constructor Description ResourceMethodInvoker(ResourceMethod method, InjectorFactory injector, ResourceFactory resource, ResteasyProviderFactory providerFactory)
-
Uses of ResourceMethod in org.jboss.resteasy.spi.metadata
Classes in org.jboss.resteasy.spi.metadata that implement ResourceMethod Modifier and Type Class Description class
DefaultResourceMethod
Fields in org.jboss.resteasy.spi.metadata declared as ResourceMethod Modifier and Type Field Description protected ResourceMethod[]
DefaultResourceClass. resourceMethods
Methods in org.jboss.resteasy.spi.metadata that return ResourceMethod Modifier and Type Method Description ResourceMethod[]
DefaultResourceClass. getResourceMethods()
ResourceMethod[]
ResourceClass. getResourceMethods()
-