Class MatchingTypeValue

java.lang.Object
org.springframework.cloud.contract.spec.internal.MatchingTypeValue
Direct Known Subclasses:
RegexMatchingTypeValue

public class MatchingTypeValue extends Object
Matching type with corresponding values.
  • Method Details

    • getType

      public MatchingType getType()
    • setType

      public void setType(MatchingType type)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getMinTypeOccurrence

      public Integer getMinTypeOccurrence()
    • setMinTypeOccurrence

      public void setMinTypeOccurrence(Integer minTypeOccurrence)
    • getMaxTypeOccurrence

      public Integer getMaxTypeOccurrence()
    • setMaxTypeOccurrence

      public void setMaxTypeOccurrence(Integer maxTypeOccurrence)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object