Class StringConcat

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.StringConcat
All Implemented Interfaces:
IFragmentConcatenator, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:01.664Z") @Stability(Stable) public class StringConcat extends software.amazon.jsii.JsiiObject implements IFragmentConcatenator
Converts all fragments to strings and concats those.

Drops 'undefined's.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.*;
 StringConcat stringConcat = new StringConcat();
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IFragmentConcatenator

    IFragmentConcatenator.Jsii$Default, IFragmentConcatenator.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    StringConcat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    StringConcat(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    join(Object left, Object right)
    Join the fragment on the left and on the right.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • StringConcat

      protected StringConcat(software.amazon.jsii.JsiiObjectRef objRef)
    • StringConcat

      protected StringConcat(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • StringConcat

      @Stability(Stable) public StringConcat()
  • Method Details

    • join

      @Stability(Stable) @NotNull public Object join(@NotNull Object left, @NotNull Object right)
      Join the fragment on the left and on the right.

      Specified by:
      join in interface IFragmentConcatenator
      Parameters:
      left - This parameter is required.
      right - This parameter is required.