org.skyscreamer.yoga.selector
Class CoreSelector
java.lang.Object
org.skyscreamer.yoga.selector.CoreSelector
- All Implemented Interfaces:
- Selector
public class CoreSelector
- extends Object
- implements Selector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreSelector
public CoreSelector()
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.