Interface ReadableTypedValue<V>

    • Method Detail

      • getValueClass

        Class<V> getValueClass()
        Returns:
        the Class reflecting the type of values that can be stored by this property. Even if the value is null the property must support returning the property class.