org.skyscreamer.yoga.selector
Class CombinedSelector

java.lang.Object
  extended by org.skyscreamer.yoga.selector.CombinedSelector
All Implemented Interfaces:
Selector

public class CombinedSelector
extends Object
implements Selector


Constructor Summary
CombinedSelector(Iterable<Selector> selectors)
           
CombinedSelector(Selector... selectors)
           
 
Method Summary
 boolean containsField(PropertyDescriptor property, FieldPopulator<?> fieldPopulator)
           
 boolean containsField(String property)
           
 Selector getField(PropertyDescriptor propertyDescriptor)
           
 Selector getField(String fieldName)
           
 Set<String> getFieldNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedSelector

public CombinedSelector(Selector... selectors)

CombinedSelector

public CombinedSelector(Iterable<Selector> selectors)
Method Detail

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 © 2012. All Rights Reserved.