Class ConstraintMapping


  • @Deprecated(since="2021-05-27")
    public class ConstraintMapping
    extends java.lang.Object
    Deprecated.
    • 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 java.lang.String getMethod()
        Deprecated.
        Returns:
        Returns the method.
      • setMethod

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

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

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

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

        public java.lang.String[] getMethodOmissions()
        Deprecated.