Package io.jmix.core

Interface MetadataPostProcessor

All Known Implementing Classes:
RestDsEntityConfigurer

public interface MetadataPostProcessor
Interface to be implemented by beans in add-ons and applications for processing metadata right after it is built.

The implementation can have the Order annotation with a JmixOrder value.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Session session)
    Called by the framework right after metadata session is built and before the application start.
  • Method Details

    • process

      void process(Session session)
      Called by the framework right after metadata session is built and before the application start.