Uses of Class
org.jboss.resteasy.spi.metadata.ResourceConstructor
-
Packages that use ResourceConstructor Package Description org.jboss.resteasy.core org.jboss.resteasy.spi org.jboss.resteasy.spi.metadata -
-
Uses of ResourceConstructor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core with parameters of type ResourceConstructor Modifier and Type Method Description ConstructorInjector
InjectorFactoryImpl. createConstructor(ResourceConstructor constructor, ResteasyProviderFactory providerFactory)
Constructors in org.jboss.resteasy.core with parameters of type ResourceConstructor Constructor Description ConstructorInjectorImpl(ResourceConstructor constructor, ResteasyProviderFactory factory)
-
Uses of ResourceConstructor in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type ResourceConstructor Modifier and Type Method Description ConstructorInjector
InjectorFactory. createConstructor(ResourceConstructor constructor, ResteasyProviderFactory providerFactory)
-
Uses of ResourceConstructor in org.jboss.resteasy.spi.metadata
Fields in org.jboss.resteasy.spi.metadata declared as ResourceConstructor Modifier and Type Field Description protected ResourceConstructor
ConstructorParameter. constructor
(package private) ResourceConstructor
ResourceBuilder.ResourceConstructorBuilder. constructor
protected ResourceConstructor
ResourceClass. constructor
Methods in org.jboss.resteasy.spi.metadata that return ResourceConstructor Modifier and Type Method Description static ResourceConstructor
ResourceBuilder. constructor(java.lang.Class<?> annotatedResourceClass)
Picks a constructor from an annotated resource class based on spec rulesResourceConstructor
ResourceClass. getConstructor()
Constructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceConstructor Constructor Description ConstructorParameter(ResourceConstructor constructor, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)
-