org.skyscreamer.yoga.selector
Class CombinedSelector
java.lang.Object
org.skyscreamer.yoga.selector.CombinedSelector
- All Implemented Interfaces:
- Selector
public class CombinedSelector
- extends Object
- implements Selector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedSelector
public CombinedSelector(Selector... selectors)
CombinedSelector
public CombinedSelector(Iterable<Selector> selectors)
getField
public Selector getField(PropertyDescriptor propertyDescriptor)
- Specified by:
getField in interface Selector
getField
public Selector getField(String fieldName)
- Specified by:
getField in interface Selector
containsField
public boolean containsField(PropertyDescriptor property,
FieldPopulator<?> fieldPopulator)
- Specified by:
containsField in interface Selector
containsField
public boolean containsField(String property)
- Specified by:
containsField in interface Selector
getFieldNames
public Set<String> getFieldNames()
- Specified by:
getFieldNames in interface Selector
Copyright © 2011. All Rights Reserved.