org.skyscreamer.yoga.selector
Class MapSelector
java.lang.Object
org.skyscreamer.yoga.selector.MapSelector
- All Implemented Interfaces:
- Selector
- Direct Known Subclasses:
- CoreSelector
public abstract class MapSelector
- extends Object
- implements Selector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptors
protected Map<Class<?>,Collection<Property>> descriptors
MapSelector
public MapSelector()
containsField
public boolean containsField(Class<?> instanceType,
String property)
- Specified by:
containsField in interface Selector
getFieldCollection
protected Collection<Property> getFieldCollection(Class<?> instanceType)
getSelectedFields
public Collection<Property> getSelectedFields(Class<?> instanceType,
Object instance)
- Specified by:
getSelectedFields in interface Selector
getChildSelector
public Selector getChildSelector(Class<?> instanceType,
String fieldName)
- Specified by:
getChildSelector in interface Selector
getAllPossibleFields
public Collection<Property> getAllPossibleFields(Class<?> instanceType)
- Specified by:
getAllPossibleFields in interface Selector
isInfluencedExternally
public boolean isInfluencedExternally()
- Specified by:
isInfluencedExternally in interface Selector
Copyright © 2012. All Rights Reserved.