Package io.github.cdklabs.projen.web
Class ReactTypeDef
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.FileBase
-
- io.github.cdklabs.projen.web.ReactTypeDef
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.382Z") @Stability(Deprecated) @Deprecated public class ReactTypeDef extends FileBase
Deprecated.No longer used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReactTypeDef.BuilderDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description ReactTypeDef(ReactTypeScriptProject project, String filePath)Deprecated.ReactTypeDef(ReactTypeScriptProject project, String filePath, ReactTypeDefOptions options)Deprecated.protectedReactTypeDef(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)Deprecated.protectedReactTypeDef(software.amazon.jsii.JsiiObjectRef objRef)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringsynthesizeContent(IResolver __)Deprecated.-
Methods inherited from class io.github.cdklabs.projen.FileBase
getAbsolutePath, getChanged, getExecutable, getMarker, getPath, getReadonly, setExecutable, setReadonly, synthesize
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ReactTypeDef
protected ReactTypeDef(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
-
ReactTypeDef
protected ReactTypeDef(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
-
ReactTypeDef
@Stability(Deprecated) @Deprecated public ReactTypeDef(@NotNull ReactTypeScriptProject project, @NotNull String filePath, @Nullable ReactTypeDefOptions options)
Deprecated.- Parameters:
project- This parameter is required.filePath- This parameter is required.options-
-
ReactTypeDef
@Stability(Deprecated) @Deprecated public ReactTypeDef(@NotNull ReactTypeScriptProject project, @NotNull String filePath)
Deprecated.- Parameters:
project- This parameter is required.filePath- This parameter is required.
-
-
Method Detail
-
synthesizeContent
@Stability(Deprecated) @Deprecated @Nullable protected String synthesizeContent(@NotNull IResolver __)
Deprecated.(deprecated) Implemented by derived classes and returns the contents of the file to emit.- Specified by:
synthesizeContentin classFileBase- Parameters:
_- This parameter is required.- Returns:
- the content to synthesize or undefined to skip the file
-
-