org.skyscreamer.yoga.demo.dto
Class UserFieldPopulator
java.lang.Object
org.skyscreamer.yoga.populator.AbstractFieldPopulator<User>
org.skyscreamer.yoga.demo.dto.UserFieldPopulator
- All Implemented Interfaces:
- FieldPopulator<User>
@Component(value="userFieldPopulator")
public class UserFieldPopulator
- extends AbstractFieldPopulator<User>
Created by IntelliJ IDEA.
User: corby
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserFieldPopulator
public UserFieldPopulator()
getCoreFieldNames
protected Collection<String> getCoreFieldNames()
- Specified by:
getCoreFieldNames in class AbstractFieldPopulator<User>
getModelFieldNames
protected Collection<String> getModelFieldNames()
- Specified by:
getModelFieldNames in class AbstractFieldPopulator<User>
constructFieldValue
protected Object constructFieldValue(String fieldName,
User user,
Selector selector)
- Specified by:
constructFieldValue in class AbstractFieldPopulator<User>
Copyright © 2011. All Rights Reserved.