Uses of Interface
org.jboss.resteasy.spi.metadata.ResourceConstructor
-
Packages that use ResourceConstructor Package Description org.jboss.resteasy.spi org.jboss.resteasy.spi.metadata -
-
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)
-