Interface ValueWrapper<T>

  • All Known Implementing Classes:
    SpecialValueDecimal

    public interface ValueWrapper<T>
    Provides the access to the original encapsulated value obtained for example from JDBC.
    Author:
    Jiri Pechanec
    • Method Detail

      • getWrappedValue

        T getWrappedValue()