org.jboss.resteasy.util
Class PickConstructor
java.lang.Object
org.jboss.resteasy.util.PickConstructor
public class PickConstructor
- extends Object
Pick
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PickConstructor
public PickConstructor()
pickSingletonConstructor
public static Constructor pickSingletonConstructor(Class clazz)
- Pick best constructor for a provider or resource class
Picks constructor with most parameters. Will ignore constructors that have parameters with no @Context annotation
- Parameters:
clazz
-
- Returns:
pickPerRequestConstructor
public static Constructor pickPerRequestConstructor(Class clazz)
- Pick best constructor for a provider or resource class
Picks constructor with most parameters. Will ignore constructors that have parameters with no @Context annotation
- Parameters:
clazz
-
- Returns:
Copyright © 2012. All Rights Reserved.