public final class StandardMemberCopier extends Object
Constructor | Description |
---|---|
StandardMemberCopier() |
Modifier and Type | Method | Description |
---|---|---|
static InputStream |
copy(InputStream is) |
|
static Boolean |
copy(Boolean b) |
|
static Double |
copy(Double d) |
|
static Float |
copy(Float f) |
|
static Integer |
copy(Integer i) |
|
static Long |
copy(Long l) |
|
static Short |
copy(Short s) |
|
static String |
copy(String s) |
|
static BigDecimal |
copy(BigDecimal bd) |
|
static ByteBuffer |
copy(ByteBuffer bb) |
|
static Date |
copy(Date d) |
public static BigDecimal copy(BigDecimal bd)
public static InputStream copy(InputStream is)
public static ByteBuffer copy(ByteBuffer bb)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.