public interface PropertiesConverter<T>
Modifier and Type | Interface and Description |
---|---|
static class |
PropertiesConverter.IdemConverter |
static class |
PropertiesConverter.MapPropertiesConverter |
Modifier and Type | Method and Description |
---|---|
Properties |
marshal(T value) |
T |
unmarshal(Properties properties) |
@Nonnull Properties marshal(@Nonnull T value)
@Nonnull T unmarshal(@Nonnull Properties properties)
Copyright © 2020. All Rights Reserved.