Class StandardMemberCopier
- java.lang.Object
-
- software.amazon.awssdk.core.adapter.StandardMemberCopier
-
@SdkProtectedApi public final class StandardMemberCopier extends Object
Used in combination with the generated member copiers to implement deep copies of shape members.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStreamcopy(InputStream is)static Booleancopy(Boolean b)static Doublecopy(Double d)static Floatcopy(Float f)static Integercopy(Integer i)static Longcopy(Long l)static Shortcopy(Short s)static Stringcopy(String s)static BigDecimalcopy(BigDecimal bd)static ByteBuffercopy(ByteBuffer bb)static Instantcopy(Instant i)static SdkBytescopy(SdkBytes bytes)
-
-
-
Method Detail
-
copy
public static BigDecimal copy(BigDecimal bd)
-
copy
public static InputStream copy(InputStream is)
-
copy
public static ByteBuffer copy(ByteBuffer bb)
-
-