Class IntegerProperty

java.lang.Object
com.mysql.cj.conf.AbstractRuntimeProperty<java.lang.Integer>
com.mysql.cj.conf.IntegerProperty
All Implemented Interfaces:
RuntimeProperty<java.lang.Integer>, java.io.Serializable
Direct Known Subclasses:
MemorySizeProperty

public class IntegerProperty
extends AbstractRuntimeProperty<java.lang.Integer>
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • checkRange

      protected void checkRange​(java.lang.Integer val, java.lang.String valueAsString, ExceptionInterceptor exceptionInterceptor)
      Description copied from class: AbstractRuntimeProperty
      For range-based property, checks that value fit into range given by PropertyDefinition.
      Overrides:
      checkRange in class AbstractRuntimeProperty<java.lang.Integer>
      Parameters:
      val - value
      valueAsString - value represented by String
      exceptionInterceptor - exception interceptor