Class PickConstructor


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

      • PickConstructor

        public PickConstructor()
    • Method Detail

      • 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