Class TransformedRecordSerializerJCE.Builder<M extends Message>

  • Type Parameters:
    M - type of Message that underlying records will use
    Enclosing class:
    TransformedRecordSerializerJCE<M extends Message>

    public static class TransformedRecordSerializerJCE.Builder<M extends Message>
    extends TransformedRecordSerializer.Builder<M>
    Builder class for the TransformedRecordSerializerJCE class. The methods on this builder allows the user to specify parameters that can then be used to specify which transformations should be applied before serializing the record. It can also be used to specify parameters that will then be applied to serialized data before deserializing, though the prefix of records themselves are what specify the needed transformations.