org.skyscreamer.yoga.populator
Class FieldPopulatorSupport<M>
java.lang.Object
org.skyscreamer.yoga.populator.FieldPopulatorSupport<M>
- All Implemented Interfaces:
- FieldPopulator<M>
public abstract class FieldPopulatorSupport<M>
- extends Object
- implements FieldPopulator<M>
Created by IntelliJ IDEA.
User: corby
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldPopulatorSupport
public FieldPopulatorSupport()
addExtraFields
public void addExtraFields(Selector selector,
M model,
ResultTraverser traverser,
HierarchicalModel output)
- Specified by:
addExtraFields in interface FieldPopulator<M>
getCoreFields
public List<String> getCoreFields()
- Specified by:
getCoreFields in interface FieldPopulator<M>
getSupportedFields
public List<String> getSupportedFields()
- Specified by:
getSupportedFields in interface FieldPopulator<M>
getUriTemplate
public String getUriTemplate()
- Specified by:
getUriTemplate in interface FieldPopulator<M>
Copyright © 2011. All Rights Reserved.