Class MinMaxValidated

java.lang.Object
io.quarkus.deployment.configuration.type.ConverterType
io.quarkus.deployment.configuration.type.MinMaxValidated

public final class MinMaxValidated extends ConverterType
  • Constructor Details

    • MinMaxValidated

      public MinMaxValidated(ConverterType type, String min, boolean minInclusive, String max, boolean maxInclusive)
  • Method Details

    • getNestedType

      public ConverterType getNestedType()
    • getMin

      public String getMin()
    • isMinInclusive

      public boolean isMinInclusive()
    • getMax

      public String getMax()
    • isMaxInclusive

      public boolean isMaxInclusive()
    • getLeafType

      public Class<?> getLeafType()
      Specified by:
      getLeafType in class ConverterType
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(MinMaxValidated obj)