Uses of Class
org.jboss.resteasy.spi.metadata.ResourceConstructor
Packages that use ResourceConstructor
-
Uses of ResourceConstructor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core with parameters of type ResourceConstructorModifier and TypeMethodDescriptionInjectorFactoryImpl.createConstructor
(ResourceConstructor constructor, ResteasyProviderFactory providerFactory) Constructors in org.jboss.resteasy.core with parameters of type ResourceConstructorModifierConstructorDescriptionConstructorInjectorImpl
(ResourceConstructor constructor, ResteasyProviderFactory factory) -
Uses of ResourceConstructor in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type ResourceConstructorModifier and TypeMethodDescriptionInjectorFactory.createConstructor
(ResourceConstructor constructor, ResteasyProviderFactory providerFactory) -
Uses of ResourceConstructor in org.jboss.resteasy.spi.metadata
Fields in org.jboss.resteasy.spi.metadata declared as ResourceConstructorModifier and TypeFieldDescriptionprotected ResourceConstructor
ConstructorParameter.constructor
(package private) ResourceConstructor
ResourceBuilder.ResourceConstructorBuilder.constructor
protected ResourceConstructor
ResourceClass.constructor
Methods in org.jboss.resteasy.spi.metadata that return ResourceConstructorModifier and TypeMethodDescriptionstatic ResourceConstructor
ResourceBuilder.constructor
(Class<?> annotatedResourceClass) Picks a constructor from an annotated resource class based on spec rulesResourceClass.getConstructor()
Constructors in org.jboss.resteasy.spi.metadata with parameters of type ResourceConstructorModifierConstructorDescriptionprotected
ConstructorParameter
(ResourceConstructor constructor, Class<?> type, Type genericType, Annotation[] annotations)