Class SchemaCompatibiltyUtility.Initializer

  • All Implemented Interfaces:
    org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
    Enclosing class:
    SchemaCompatibiltyUtility

    public static class SchemaCompatibiltyUtility.Initializer
    extends Object
    implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
    Spring environment initializer. This is most useful as a context initializer for integration tests, which are the most common vehicle for consuming this utility.
    • Constructor Detail

      • Initializer

        public Initializer()
    • Method Detail

      • initialize

        public void initialize​(@NonNull
                               org.springframework.context.ConfigurableApplicationContext configurableApplicationContext)
        Specified by:
        initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>