Class HandlerConstructor

    • Method Detail

      • getConstructor

        public Constructor<?> getConstructor()
        Get the underlying java constructor.
        Returns:
        underlying java constructor.
      • getParameters

        public List<Parameter> getParameters()
        Description copied from interface: Parameterized
        Provides access to all parameters associated with given Parameterized instance.
        Specified by:
        getParameters in interface Parameterized
        Returns:
        list of actual parameters
      • requiresEntity

        public boolean requiresEntity()
        Description copied from interface: Parameterized
        Provides information on presence of an entity parameter.
        Specified by:
        requiresEntity in interface Parameterized
        Returns:
        true if entity parameter is present, false otherwise