public enum SnapshotOutputFormatter extends java.lang.Enum<SnapshotOutputFormatter>
| Modifier and Type | Method and Description |
|---|---|
abstract SnapshotRecordResult |
format(java.util.List<StubMapping> stubMappings) |
static SnapshotOutputFormatter |
fromString(java.lang.String value) |
static SnapshotOutputFormatter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotOutputFormatter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotOutputFormatter FULL
public static final SnapshotOutputFormatter IDS
public static SnapshotOutputFormatter[] values()
for (SnapshotOutputFormatter c : SnapshotOutputFormatter.values()) System.out.println(c);
public static SnapshotOutputFormatter valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract SnapshotRecordResult format(java.util.List<StubMapping> stubMappings)
public static SnapshotOutputFormatter fromString(java.lang.String value)