Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceConstructor
Package
Description
-
Uses of ResourceConstructor in org.jboss.resteasy.cdi
Modifier and TypeMethodDescriptionCdiInjectorFactory.createConstructor
(ResourceConstructor constructor, ResteasyProviderFactory providerFactory) -
Uses of ResourceConstructor in org.jboss.resteasy.core
Modifier and TypeMethodDescriptionInjectorFactoryImpl.createConstructor
(ResourceConstructor constructor, ResteasyProviderFactory providerFactory) ModifierConstructorDescriptionConstructorInjectorImpl
(ResourceConstructor constructor, ResteasyProviderFactory factory) -
Uses of ResourceConstructor in org.jboss.resteasy.spi
Modifier and TypeMethodDescriptionInjectorFactory.createConstructor
(ResourceConstructor constructor, ResteasyProviderFactory providerFactory) -
Uses of ResourceConstructor in org.jboss.resteasy.spi.metadata
Modifier and TypeFieldDescriptionprotected ResourceConstructor
ConstructorParameter.constructor
protected ResourceConstructor
DefaultResourceClass.constructor
Modifier 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()
ModifierConstructorDescriptionprotected
ConstructorParameter
(ResourceConstructor constructor, String name, Class<?> type, Type genericType, Annotation[] annotations)