public static enum DefaultConverterFactory.InstantiationStrategy extends Enum<DefaultConverterFactory.InstantiationStrategy>
Enum Constant and Description |
---|
USING_MAPPER |
USING_XSTREAM |
Modifier and Type | Method and Description |
---|---|
static DefaultConverterFactory.InstantiationStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultConverterFactory.InstantiationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultConverterFactory.InstantiationStrategy USING_XSTREAM
public static final DefaultConverterFactory.InstantiationStrategy USING_MAPPER
public static DefaultConverterFactory.InstantiationStrategy[] values()
for (DefaultConverterFactory.InstantiationStrategy c : DefaultConverterFactory.InstantiationStrategy.values()) System.out.println(c);
public static DefaultConverterFactory.InstantiationStrategy 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 nullCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.