Interface ValueEncoderSource

    • Method Detail

      • getValueEncoder

        <T> ValueEncoder<T> getValueEncoder​(java.lang.Class<T> type)
        Gets or creates a value encoder for the indicated type. ValueEncoders are cached.
        Parameters:
        type - type of value to be encoded and decoded
        Returns:
        the value encoder