org.skyscreamer.yoga.selector
Class CoreSelector

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

public class CoreSelector
extends Object
implements Selector


Constructor Summary
CoreSelector()
           
 
Method Summary
 boolean containsField(PropertyDescriptor property, FieldPopulator<?> fieldPopulator)
           
 boolean containsField(String property)
           
 Selector getField(PropertyDescriptor property)
           
 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

CoreSelector

public CoreSelector()
Method Detail

getField

public Selector getField(PropertyDescriptor property)
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.