org.skyscreamer.yoga.selector
Class CompositeSelector
java.lang.Object
org.skyscreamer.yoga.selector.CompositeSelector
- All Implemented Interfaces:
- Selector
public class CompositeSelector
- extends Object
- implements Selector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeSelector
public CompositeSelector(Selector coreSelector,
Selector fieldSelector)
getChildSelector
public Selector getChildSelector(Class<?> instanceType,
String fieldName)
- Specified by:
getChildSelector in interface Selector
containsField
public boolean containsField(Class<?> instanceType,
String property)
- Specified by:
containsField in interface Selector
getSelectedFields
public Collection<Property> getSelectedFields(Class<?> instanceType,
Object instance)
- Specified by:
getSelectedFields 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.