public static enum PropertiesConverter.IdemConverter extends Enum<PropertiesConverter.IdemConverter> implements PropertiesConverter<Properties>
PropertiesConverter.IdemConverter, PropertiesConverter.MapPropertiesConverter
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Properties |
marshal(Properties value) |
Properties |
unmarshal(Properties properties) |
static PropertiesConverter.IdemConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesConverter.IdemConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertiesConverter.IdemConverter INSTANCE
public static PropertiesConverter.IdemConverter[] values()
for (PropertiesConverter.IdemConverter c : PropertiesConverter.IdemConverter.values()) System.out.println(c);
public static PropertiesConverter.IdemConverter 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 null@Nonnull public Properties marshal(@Nonnull Properties value)
marshal
in interface PropertiesConverter<Properties>
@Nonnull public Properties unmarshal(@Nonnull Properties properties)
unmarshal
in interface PropertiesConverter<Properties>
Copyright © 2020. All Rights Reserved.