Interface ActivatorCreatorResponse

All Superinterfaces:
GeneralCodeGenNames, GeneralCreatorResponse

public interface ActivatorCreatorResponse extends GeneralCreatorResponse
The result of calling ActivatorCreator assuming no errors are thrown.
  • Method Details

    • getConfigOptions

      ActivatorCreatorConfigOptions getConfigOptions()
      The configuration options that were applied.
      Returns:
      config options
    • serviceTypeInterceptorPlans

      Map<TypeName,InterceptionPlan> serviceTypeInterceptorPlans()
      return The interceptors that were generated.
      Returns:
      interceptors generated
    • moduleDetail

      Optional<ModuleDetail> moduleDetail()
      The module-info detail, if a module was created.
      Returns:
      any module-info detail created
    • applicationTypeName

      Optional<TypeName> applicationTypeName()
      Set if the application stub was requested to have been created.
      Returns:
      the application name that was created