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