Class FoundationModule

All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned, Serializable

public class FoundationModule extends SimpleModule
This class represents a FoundationModule, which is a subclass of SimpleModule. It contains methods to set up the module, add serializers and deserializers for specific classes, and add a type modifier that helps to resolve the types using Factory.
See Also: