Class SmithyApiGatewayJavaProject
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.Project
-
- io.github.cdklabs.projen.github.GitHubProject
-
- io.github.cdklabs.projen.java.JavaProject
-
- software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayJavaProject
-
- software.aws.awsprototypingsdk.openapigateway.SmithyApiGatewayJavaProject
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-01T04:12:25.117Z") @Stability(Experimental) public class SmithyApiGatewayJavaProject extends OpenApiGatewayJavaProject
(experimental) Synthesizes a Java Project with a Smithy model, 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 classSmithyApiGatewayJavaProject.Builder(experimental) A fluent builder forSmithyApiGatewayJavaProject.
-
Constructor Summary
Constructors Modifier Constructor Description protectedSmithyApiGatewayJavaProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSmithyApiGatewayJavaProject(software.amazon.jsii.JsiiObjectRef objRef)SmithyApiGatewayJavaProject(SmithyApiGatewayJavaProjectOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModelDir()(experimental) The directory in which the smithy model files reside.protected OpenApiGatewayJavaProjectOptionspreConstruct(OpenApiGatewayJavaProjectOptions options)(experimental) This method provides inheritors a chance to synthesize extra resources prior to those created by this project.-
Methods inherited from class software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayJavaProject
getApiSrcDir, getForceGenerateCodeAndDocs, getGeneratedClients, getGeneratedCodeDir, getGeneratedJavaClient, getSpecDir, getSpecFileName
-
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, 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
-
-
-
-
Constructor Detail
-
SmithyApiGatewayJavaProject
protected SmithyApiGatewayJavaProject(software.amazon.jsii.JsiiObjectRef objRef)
-
SmithyApiGatewayJavaProject
protected SmithyApiGatewayJavaProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SmithyApiGatewayJavaProject
@Stability(Experimental) public SmithyApiGatewayJavaProject(@NotNull SmithyApiGatewayJavaProjectOptions options)- Parameters:
options- This parameter is required.
-
-
Method Detail
-
preConstruct
@Stability(Experimental) @NotNull protected OpenApiGatewayJavaProjectOptions preConstruct(@NotNull OpenApiGatewayJavaProjectOptions options)
(experimental) 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.
- Overrides:
preConstructin classOpenApiGatewayJavaProject- Parameters:
options- This parameter is required.
-
getModelDir
@Stability(Experimental) @NotNull public String getModelDir()
(experimental) The directory in which the smithy model files reside.
-
-