Class OpenApiGatewayJavaProject

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable
    Direct Known Subclasses:
    SmithyApiGatewayJavaProject

    @Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)",
               date="2023-08-09T23:59:30.261Z")
    @Stability(Deprecated)
    @Deprecated
    public class OpenApiGatewayJavaProject
    extends io.github.cdklabs.projen.java.JavaProject
    Deprecated.
    Please use TypeSafeApiProject instead. This will be removed in the PDK GA 1.0 release.
    (deprecated) Synthesizes a Java Project with an OpenAPI spec, generated clients, a CDK construct for deploying the API with API Gateway, and generated lambda handler wrappers for type-safe handling of requests.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OpenApiGatewayJavaProject.Builder
      Deprecated.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Field Summary

      • Fields inherited from class io.github.cdklabs.projen.Project

        DEFAULT_TASK
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      String getApiSrcDir()
      Deprecated.
      Boolean getForceGenerateCodeAndDocs()
      Deprecated.
      Map<String,​io.github.cdklabs.projen.Project> getGeneratedClients()
      Deprecated.
      String getGeneratedCodeDir()
      Deprecated.
      io.github.cdklabs.projen.java.JavaProject getGeneratedJavaClient()
      Deprecated.
      String getSpecDir()
      Deprecated.
      String getSpecFileName()
      Deprecated.
      protected OpenApiGatewayJavaProjectOptions preConstruct​(OpenApiGatewayJavaProjectOptions options)
      Deprecated.
      • Methods inherited from class io.github.cdklabs.projen.java.JavaProject

        addDependency, addPlugin, addPlugin, addTestDependency, getCompile, getDistdir, getJunit, getPackaging, getPom, getProjenrc
      • Methods inherited from class io.github.cdklabs.projen.github.GitHubProject

        annotateGenerated, getAutoApprove, getDevContainer, getGithub, getGitpod, getProjectType, getVscode
      • Methods inherited from class io.github.cdklabs.projen.Project

        addExcludeFromCleanup, addGitIgnore, addPackageIgnore, addTask, addTask, addTip, getBuildTask, getCommitGenerated, getCompileTask, getComponents, getDefaultTask, getDeps, getEjected, getFiles, getGitattributes, getGitignore, getInitProject, getLogger, getName, getOutdir, getPackageTask, getParent, getPostCompileTask, getPreCompileTask, getProjectBuild, getProjenCommand, getRoot, getSubprojects, getTasks, getTestTask, postSynthesize, preSynthesize, removeTask, runTaskCommand, synth, tryFindFile, tryFindJsonFile, tryFindObjectFile, tryRemoveFile
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • OpenApiGatewayJavaProject

        protected OpenApiGatewayJavaProject​(software.amazon.jsii.JsiiObjectRef objRef)
        Deprecated.
      • OpenApiGatewayJavaProject

        protected OpenApiGatewayJavaProject​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
        Deprecated.
      • OpenApiGatewayJavaProject

        @Stability(Deprecated)
        @Deprecated
        public OpenApiGatewayJavaProject​(@NotNull
                                         OpenApiGatewayJavaProjectOptions projectOptions)
        Deprecated.
        Parameters:
        projectOptions - This parameter is required.
    • Method Detail

      • preConstruct

        @Stability(Deprecated)
        @Deprecated
        @NotNull
        protected OpenApiGatewayJavaProjectOptions preConstruct​(@NotNull
                                                                OpenApiGatewayJavaProjectOptions options)
        Deprecated.
        (deprecated) This method provides inheritors a chance to synthesize extra resources prior to those created by this project.

        Return any options you wish to change, other than java project options.

        Parameters:
        options - This parameter is required.
      • getApiSrcDir

        @Stability(Deprecated)
        @Deprecated
        @NotNull
        public String getApiSrcDir()
        Deprecated.
        (deprecated) The directory in which the api generated code will reside, relative to the project srcdir.

        This will also be used as the package for the api project.

      • getGeneratedClients

        @Stability(Deprecated)
        @Deprecated
        @NotNull
        public Map<String,​io.github.cdklabs.projen.Project> getGeneratedClients()
        Deprecated.
        (deprecated) References to the client projects that were generated, keyed by language.
      • getGeneratedCodeDir

        @Stability(Deprecated)
        @Deprecated
        @NotNull
        public String getGeneratedCodeDir()
        Deprecated.
        (deprecated) The directory in which generated client code will be generated, relative to the outdir of this project.
      • getGeneratedJavaClient

        @Stability(Deprecated)
        @Deprecated
        @NotNull
        public io.github.cdklabs.projen.java.JavaProject getGeneratedJavaClient()
        Deprecated.
        (deprecated) A reference to the generated java client.
      • getSpecDir

        @Stability(Deprecated)
        @Deprecated
        @NotNull
        public String getSpecDir()
        Deprecated.
        (deprecated) The directory in which the OpenAPI spec file(s) reside, relative to the project srcdir.
      • getSpecFileName

        @Stability(Deprecated)
        @Deprecated
        @NotNull
        public String getSpecFileName()
        Deprecated.
        (deprecated) The name of the spec file.
      • getForceGenerateCodeAndDocs

        @Stability(Deprecated)
        @Deprecated
        @Nullable
        public Boolean getForceGenerateCodeAndDocs()
        Deprecated.
        (deprecated) Force to generate code and docs even if there were no changes in spec.