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