public enum XStreamProvider extends Enum<XStreamProvider>
| Modifier and Type | Class and Description |
|---|---|
static class |
XStreamProvider.MyPrettyWriter |
| Enum Constant and Description |
|---|
GET |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlias(String alias,
Class<?> type) |
com.thoughtworks.xstream.XStream |
createPreConfiguredXStream() |
static XStreamProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XStreamProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XStreamProvider GET
public static XStreamProvider[] values()
for (XStreamProvider c : XStreamProvider.values()) System.out.println(c);
public static XStreamProvider 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 com.thoughtworks.xstream.XStream createPreConfiguredXStream()
Copyright © 2016. All rights reserved.