Class DynamicFieldDataFetcher<T>
- java.lang.Object
-
- org.apache.unomi.graphql.fetchers.DynamicFieldDataFetcher<T>
-
- All Implemented Interfaces:
graphql.schema.DataFetcher<T>
- Direct Known Subclasses:
CustomerPropertyDataFetcher
,CustomEventOrSetPropertyDataFetcher
public abstract class DynamicFieldDataFetcher<T> extends Object implements graphql.schema.DataFetcher<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
fieldName
protected String
valueTypeId
-
Constructor Summary
Constructors Constructor Description DynamicFieldDataFetcher(String fieldName, String valueTypeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldName()
String
getValueTypeId()
protected Object
inflateType(Object propertyValue)
-