Class PoolProperties.InterceptorProperty

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PoolProperties

    public static class PoolProperties.InterceptorProperty
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • InterceptorProperty

        public InterceptorProperty​(java.lang.String name,
                                   java.lang.String value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()
      • getValueAsBoolean

        public boolean getValueAsBoolean​(boolean def)
      • getValueAsInt

        public int getValueAsInt​(int def)
      • getValueAsLong

        public long getValueAsLong​(long def)
      • getValueAsByte

        public byte getValueAsByte​(byte def)
      • getValueAsShort

        public short getValueAsShort​(short def)
      • getValueAsFloat

        public float getValueAsFloat​(float def)
      • getValueAsDouble

        public double getValueAsDouble​(double def)
      • getValueAschar

        public char getValueAschar​(char def)
      • hashCode

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object