public final class StandardMemberCopier extends Object
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
copy(BigDecimal bd) |
static Boolean |
copy(Boolean b) |
static ByteBuffer |
copy(ByteBuffer bb) |
static Double |
copy(Double d) |
static Float |
copy(Float f) |
static InputStream |
copy(InputStream is) |
static Instant |
copy(Instant i) |
static Integer |
copy(Integer i) |
static Long |
copy(Long l) |
static SdkBytes |
copy(SdkBytes bytes) |
static Short |
copy(Short s) |
static String |
copy(String s) |
public static BigDecimal copy(BigDecimal bd)
public static InputStream copy(InputStream is)
public static ByteBuffer copy(ByteBuffer bb)
Copyright © 2020. All rights reserved.