Class JSR310Module

    • Constructor Detail

      • JSR310Module

        public JSR310Module()
        Deprecated.
    • Method Detail

      • setupModule

        public void setupModule​(Module.SetupContext context)
        Deprecated.
        Description copied from class: SimpleModule
        Standard implementation handles registration of all configured customizations: it is important that sub-classes call this implementation (usually before additional custom logic) if they choose to override it; otherwise customizations will not be registered.
        Overrides:
        setupModule in class SimpleModule