org.skyscreamer.yoga.demo.dto
Class UserFieldPopulator

java.lang.Object
  extended by org.skyscreamer.yoga.populator.AbstractFieldPopulator<User>
      extended by 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


Constructor Summary
UserFieldPopulator()
           
 
Method Summary
protected  Object constructFieldValue(String fieldName, User user, Selector selector)
           
protected  Collection<String> getCoreFieldNames()
           
protected  Collection<String> getModelFieldNames()
           
 
Methods inherited from class org.skyscreamer.yoga.populator.AbstractFieldPopulator
populateListFields, populateObjectFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserFieldPopulator

public UserFieldPopulator()
Method Detail

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.