public class PropertyAccessor extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyAccessor.Converter |
static class |
PropertyAccessor.UUIDConverter |
| Constructor and Description |
|---|
PropertyAccessor() |
PropertyAccessor(List<PropertyAccessor.Converter> converters) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Object bean,
Method readMethod,
Class<T> c) |
void |
set(Object bean,
Method writeMethod,
Object value) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.