Interface ValueEncoderFactory<V>

    • Method Detail

      • create

        ValueEncoder<Vcreate​(java.lang.Class<V> type)
        For a given type, create an encoder.
        Parameters:
        type - type of object for which an encoder is needed
        Returns:
        the encoder for the object