public abstract class DynamicFieldDataFetcher<T> extends Object implements graphql.schema.DataFetcher<T>
Modifier and Type | Field and Description |
---|---|
protected String |
fieldName |
protected String |
valueTypeId |
Constructor and Description |
---|
DynamicFieldDataFetcher(String fieldName,
String valueTypeId) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
String |
getValueTypeId() |
protected Object |
inflateType(Object propertyValue) |
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.