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