public class PropertyFetchingImpl
extends java.lang.Object
| Constructor and Description |
|---|
PropertyFetchingImpl(java.lang.Class<?> singleArgumentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearReflectionCache() |
java.lang.Object |
getPropertyValue(java.lang.String propertyName,
java.lang.Object object,
GraphQLType graphQLType) |
java.lang.Object |
getPropertyValue(java.lang.String propertyName,
java.lang.Object object,
GraphQLType graphQLType,
java.lang.Object singleArgumentValue) |
boolean |
setUseNegativeCache(boolean flag) |
boolean |
setUseSetAccessible(boolean flag) |
public PropertyFetchingImpl(java.lang.Class<?> singleArgumentType)
public java.lang.Object getPropertyValue(java.lang.String propertyName,
java.lang.Object object,
GraphQLType graphQLType)
public java.lang.Object getPropertyValue(java.lang.String propertyName,
java.lang.Object object,
GraphQLType graphQLType,
java.lang.Object singleArgumentValue)
public void clearReflectionCache()
public boolean setUseSetAccessible(boolean flag)
public boolean setUseNegativeCache(boolean flag)