Class PickConstructor

java.lang.Object
org.jboss.resteasy.spi.util.PickConstructor

public final class PickConstructor extends Object
Pick
Version:
$Revision: 1 $
Author:
Bill Burke
  • Constructor Details

    • PickConstructor

      public PickConstructor()
  • Method Details

    • 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 - class
      Returns:
      constructor
    • 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 - class
      Returns:
      constructor