Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceConstructor
-
Packages that use ResourceConstructor Package Description org.jboss.resteasy.cdi org.jboss.resteasy.core org.jboss.resteasy.spi org.jboss.resteasy.spi.metadata -
-
Uses of ResourceConstructor in org.jboss.resteasy.cdi
Methods in org.jboss.resteasy.cdi with parameters of type ResourceConstructor Modifier and Type Method Description ConstructorInjector
CdiInjectorFactory. createConstructor(ResourceConstructor constructor, ResteasyProviderFactory providerFactory)
-
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
Classes in org.jboss.resteasy.spi.metadata that implement ResourceConstructor Modifier and Type Class Description class
DefaultResourceConstructor
Fields in org.jboss.resteasy.spi.metadata declared as ResourceConstructor Modifier and Type Field Description protected ResourceConstructor
ConstructorParameter. constructor
protected ResourceConstructor
DefaultResourceClass. constructor
Methods in org.jboss.resteasy.spi.metadata that return ResourceConstructor Modifier and Type Method Description static ResourceConstructor
ResourceBuilder. constructor(Class<?> annotatedResourceClass)
Deprecated.ResourceConstructor
DefaultResourceClass. getConstructor()
ResourceConstructor
ResourceBuilder. getConstructor(Class<?> annotatedResourceClass)
Picks a constructor from an annotated resource class based on spec rules.ResourceConstructor
ResourceClass. getConstructor()
Constructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceConstructor Constructor Description ConstructorParameter(ResourceConstructor constructor, String name, Class<?> type, Type genericType, Annotation[] annotations)
-