public interface Populator
Populator interface.
| Modifier and Type | Method and Description |
|---|---|
ObjectAndType |
initProperty(Object target,
Type type,
String attr)
initProperty.
|
Object |
populate(Object target,
EntityType type,
Map<String,Object> params)
populate.
|
boolean |
populateValue(Object target,
EntityType type,
String attr,
Object value) |
boolean populateValue(Object target, EntityType type, String attr, Object value)
ObjectAndType initProperty(Object target, Type type, String attr)
initProperty.
Copyright © 2005–2018 The Beangle Software. All rights reserved.