Interface ValueEncoderSource

All Known Implementing Classes:
ValueEncoderSourceImpl

A source for value encoders based on a property type.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> ValueEncoder<T>
    Gets or creates a value encoder for the indicated type.
  • Method Details

    • getValueEncoder

      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