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 ResourceConstructorConstructorParameter.constructor(package private) ResourceConstructorResourceBuilder.ResourceConstructorBuilder.constructorprotected ResourceConstructorResourceClass.constructorMethods in org.jboss.resteasy.spi.metadata that return ResourceConstructorModifier and TypeMethodDescriptionstatic ResourceConstructorResourceBuilder.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 ResourceConstructorModifierConstructorDescriptionprotectedConstructorParameter(ResourceConstructor constructor, Class<?> type, Type genericType, Annotation[] annotations)