org.skyscreamer.yoga.selector
Class CoreSelector
java.lang.Object
org.skyscreamer.yoga.selector.MapSelector
org.skyscreamer.yoga.selector.CoreSelector
- All Implemented Interfaces:
- Selector
public class CoreSelector
- extends MapSelector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreSelector
public CoreSelector(FieldPopulatorRegistry populatorRegistry)
CoreSelector
public CoreSelector()
setPopulatorRegistry
public void setPopulatorRegistry(FieldPopulatorRegistry populatorRegistry)
getFieldCollection
protected Collection<Property> getFieldCollection(Class<?> instanceType)
- Overrides:
getFieldCollection in class MapSelector
getAllowedCoreFields
protected Collection<String> getAllowedCoreFields(Class<?> instanceType)
getAllPossibleFields
public Collection<Property> getAllPossibleFields(Class<?> instanceType)
- Specified by:
getAllPossibleFields in interface Selector- Overrides:
getAllPossibleFields in class MapSelector
Copyright © 2012. All Rights Reserved.