Interface ConfigCompiler

  • All Known Implementing Classes:
    LazyConfigCompiler

    public interface ConfigCompiler
    Interface towards compilers for compiling builders from a config class definition.
    Author:
    Ulf Lilleengen
    • Method Detail

      • compile

        CompiledBuilder compile​(com.yahoo.vespa.config.buildergen.ConfigDefinitionClass defClass)