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 StringfieldNameprotected StringvalueTypeId
-
Constructor Summary
Constructors Constructor Description DynamicFieldDataFetcher(String fieldName, String valueTypeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()StringgetValueTypeId()protected ObjectinflateType(Object propertyValue)
-