Interface ApplicationCreatorRequest

All Superinterfaces:
GeneralCodeGenNames, GeneralCreatorRequest

public interface ApplicationCreatorRequest extends GeneralCreatorRequest
Defines the request that will be passed to the ApplicationCreator in order to produce the codegen artifacts.
  • Method Details

    • codeGen

      Mandatory, qualifies what specifically should be generated.
      Returns:
      data specific requests for what is generated
    • configOptions

      Optionally, the config options and directives that applies to the request.
      Returns:
      configuration options and directives
    • messager

      Optional<Messager> messager()
      Optionally, the messager to use.
      Returns:
      messager