public interface Selector
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsField(Class<?> instanceType,
String fieldName) |
<T> Map<String,Property<T>> |
getAllPossibleFieldMap(Class<T> instanceType) |
Selector |
getChildSelector(Class<?> instanceType,
String fieldName) |
<T> Property<T> |
getProperty(Class<T> instanceType,
String fieldName) |
<T> Collection<Property<T>> |
getSelectedFields(Class<T> instanceType) |
boolean |
isInfluencedExternally() |
<T> Collection<Property<T>> getSelectedFields(Class<T> instanceType)
boolean isInfluencedExternally()
Copyright © 2014. All Rights Reserved.