Class ConstraintMapping

    • Constructor Detail

      • ConstraintMapping

        public ConstraintMapping()
        Deprecated.
    • Method Detail

      • getConstraint

        public Constraint getConstraint()
        Deprecated.
        Returns:
        Returns the constraint.
      • setConstraint

        public void setConstraint​(Constraint constraint)
        Deprecated.
        Parameters:
        constraint - The constraint to set.
      • getMethod

        public String getMethod()
        Deprecated.
        Returns:
        Returns the method.
      • setMethod

        public void setMethod​(String method)
        Deprecated.
        Parameters:
        method - The method to set.
      • getPathSpec

        public String getPathSpec()
        Deprecated.
        Returns:
        Returns the pathSpec.
      • setPathSpec

        public void setPathSpec​(String pathSpec)
        Deprecated.
        Parameters:
        pathSpec - The pathSpec to set.
      • setMethodOmissions

        public void setMethodOmissions​(String[] omissions)
        Deprecated.
        Parameters:
        omissions - The http-method-omission
      • getMethodOmissions

        public String[] getMethodOmissions()
        Deprecated.