private static enum ConfigurationMapper.PropertyWriter extends java.lang.Enum<ConfigurationMapper.PropertyWriter>
Enum Constant and Description |
---|
ArrayWriter |
EnumWriter |
StringWriter |
Modifier and Type | Method and Description |
---|---|
private static ConfigurationMapper.PropertyWriter |
forProperty(java.beans.PropertyDescriptor pd) |
static ConfigurationMapper.PropertyWriter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationMapper.PropertyWriter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
(package private) abstract void |
writeProperty(java.beans.PropertyDescriptor propertyDescriptor,
java.lang.Object target,
java.lang.String value) |
public static final ConfigurationMapper.PropertyWriter ArrayWriter
public static final ConfigurationMapper.PropertyWriter StringWriter
public static final ConfigurationMapper.PropertyWriter EnumWriter
public static ConfigurationMapper.PropertyWriter[] values()
for (ConfigurationMapper.PropertyWriter c : ConfigurationMapper.PropertyWriter.values()) System.out.println(c);
public static ConfigurationMapper.PropertyWriter 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 nullprivate static ConfigurationMapper.PropertyWriter forProperty(java.beans.PropertyDescriptor pd)
abstract void writeProperty(java.beans.PropertyDescriptor propertyDescriptor, java.lang.Object target, java.lang.String value)