Class HadoopFileSystemModule

All Implemented Interfaces:
Versioned, Serializable

@AutoService(com.fasterxml.jackson.databind.Module.class) public class HadoopFileSystemModule extends SimpleModule
A Jackson Module that registers a JsonSerializer and JsonDeserializer for a Hadoop Configuration. The serialized representation is that of a JSON map.

Note that the serialization of the Hadoop Configuration only keeps the keys and their values dropping any configuration hierarchy and source information.

See Also:
  • Constructor Details

    • HadoopFileSystemModule

      public HadoopFileSystemModule()