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