Interface GeneralCreatorResponse

All Superinterfaces:
GeneralCodeGenNames
All Known Subinterfaces:
ActivatorCreatorResponse, ApplicationCreatorResponse, ExternalModuleCreatorResponse

public interface GeneralCreatorResponse extends GeneralCodeGenNames
General base interface for any codegen-related create activity.
  • Method Details

    • success

      boolean success()
      Flag to indicate a success or failure.
      Returns:
      success flag
    • error

      Any error that was caught during processing.
      Returns:
      any error that was thrown
    • serviceTypeNames

      List<TypeName> serviceTypeNames()
      The services that were generated.
      Returns:
      the services that were generated
    • serviceTypeDetails

      Map<TypeName,? extends GeneralCodeGenDetail> serviceTypeDetails()
      The detailed information generated for those service type involved in code generation.
      Returns:
      map of service type names to generated details
    • metaInfServices

      Map<String,List<String>> metaInfServices()
      The META-INF services entries.
      Returns:
      the META-INF services entries