@WritingConverter public static enum OtherConverters.BigIntegerToString extends Enum<OtherConverters.BigIntegerToString> implements Converter<BigInteger,String>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(BigInteger source) |
static OtherConverters.BigIntegerToString |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtherConverters.BigIntegerToString[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtherConverters.BigIntegerToString INSTANCE
public static OtherConverters.BigIntegerToString[] values()
for (OtherConverters.BigIntegerToString c : OtherConverters.BigIntegerToString.values()) System.out.println(c);
public static OtherConverters.BigIntegerToString valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String convert(BigInteger source)
convert in interface Converter<BigInteger,String>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.