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 ConstructorInjectorCdiInjectorFactory. 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 ConstructorInjectorInjectorFactoryImpl. 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 ConstructorInjectorInjectorFactory. 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 classDefaultResourceConstructorFields in org.jboss.resteasy.spi.metadata declared as ResourceConstructor Modifier and Type Field Description protected ResourceConstructorConstructorParameter. constructorprotected ResourceConstructorDefaultResourceClass. constructorMethods in org.jboss.resteasy.spi.metadata that return ResourceConstructor Modifier and Type Method Description static ResourceConstructorResourceBuilder. constructor(Class<?> annotatedResourceClass)Deprecated.ResourceConstructorDefaultResourceClass. getConstructor()ResourceConstructorResourceBuilder. getConstructor(Class<?> annotatedResourceClass)Picks a constructor from an annotated resource class based on spec rules.ResourceConstructorResourceClass. 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)
-