Class ApiSerializerModuleFactory


  • @Internal
    public class ApiSerializerModuleFactory
    extends Object
    Create a serializer module factory to allow api model objects to be serialized.

    Not actually wired up with spring - this just allows us to test our model objects, and encapsulates the serializer implementations behind this facade.

    • Constructor Detail

      • ApiSerializerModuleFactory

        public ApiSerializerModuleFactory()
    • Method Detail

      • create

        public static org.codehaus.jackson.map.Module create()