Class ConfigurationJsonSchemaValidatorCliBootstrap

java.lang.Object
io.micronaut.jsonschema.configuration.validator.cli.ConfigurationJsonSchemaValidatorCliBootstrap

@Internal public final class ConfigurationJsonSchemaValidatorCliBootstrap extends Object
Minimal-classpath entry point that bootstraps ConfigurationJsonSchemaValidatorCli using a dedicated classloader.

This is intended to allow invoking the CLI with a classpath that initially contains only the micronaut-json-schema-configuration-validator module, while providing the full runtime classpath (including transitive dependencies) via --classpath.

  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Bootstrap entry point.
      Parameters:
      args - CLI args (must include --classpath)
      Throws:
      Exception