public class GenderfluidMapConverter extends Object implements MapConverter
This makes heavy use of reflection to access provided setters and getters and will no doubt throw exceptions if you mess it up. :)
| Constructor and Description |
|---|
GenderfluidMapConverter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDeserialisedKeys() |
List<String> |
getDeserialisedValues() |
@NotNull List<Object> |
getKeys() |
@NotNull List<Object> |
getValues() |
boolean |
retrieve(Object object,
Method keySet,
Method valueSet) |
public List<String> getDeserialisedKeys()
getDeserialisedKeys in interface MapConverter@NotNull public @NotNull List<Object> getKeys()
getKeys in interface MapConverterpublic List<String> getDeserialisedValues()
getDeserialisedValues in interface MapConverter@NotNull public @NotNull List<Object> getValues()
getValues in interface MapConverterCopyright © 2020. All rights reserved.