Interface InternalDataAccessor


public interface InternalDataAccessor
This interface is an internal detail of the SPI and should never be used. It will be changed without notification.
  • Method Details

    • getBooleanValue

      default boolean getBooleanValue()
    • getDoubleValue

      default double getDoubleValue()
    • getLongValue

      default long getLongValue()
    • getObjectValue

      default Object getObjectValue()