Class AvroContentCanonicalizer

  • All Implemented Interfaces:
    ContentCanonicalizer

    public class AvroContentCanonicalizer
    extends Object
    implements ContentCanonicalizer
    An Avro implementation of a content Canonicalizer. This will use Jackson to remove any formatting that is not needed (i.e. whitespace). It will also order the list of fields, since that is not important.
    Author:
    eric.wittmann@gmail.com