Search in sources :

Example 1 with BlueprintParsers

use of com.predic8.membrane.annot.generator.BlueprintParsers in project service-proxy by membrane.

the class SpringConfigurationXSDGeneratingAnnotationProcessor method process.

public void process(Model m) throws IOException {
    new Schemas(processingEnv).writeXSD(m);
    new KubernetesBootstrapper(processingEnv).boot(m);
    new Parsers(processingEnv).writeParsers(m);
    new Parsers(processingEnv).writeParserDefinitior(m);
    new HelpReference(processingEnv).writeHelp(m);
    new NamespaceInfo(processingEnv).writeInfo(m);
    if (processingEnv.getElementUtils().getTypeElement("org.apache.aries.blueprint.ParserContext") != null) {
        new BlueprintParsers(processingEnv).writeParserDefinitior(m);
        new BlueprintParsers(processingEnv).writeParsers(m);
    }
}
Also used : KubernetesBootstrapper(com.predic8.membrane.annot.generator.kubernetes.KubernetesBootstrapper)

Aggregations

KubernetesBootstrapper (com.predic8.membrane.annot.generator.kubernetes.KubernetesBootstrapper)1