Class ProfileMatchesDataFetcher
- java.lang.Object
-
- org.apache.unomi.graphql.fetchers.profile.ProfileMatchesDataFetcher
-
- All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPFilterMatch>>
public class ProfileMatchesDataFetcher extends Object implements graphql.schema.DataFetcher<List<CDPFilterMatch>>
-
-
Constructor Summary
Constructors Constructor Description ProfileMatchesDataFetcher(Profile profile, List<CDPNamedFilterInput> namedFilters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPFilterMatch>
get(graphql.schema.DataFetchingEnvironment environment)
-
-
-
Constructor Detail
-
ProfileMatchesDataFetcher
public ProfileMatchesDataFetcher(Profile profile, List<CDPNamedFilterInput> namedFilters)
-
-
Method Detail
-
get
public List<CDPFilterMatch> get(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
get
in interfacegraphql.schema.DataFetcher<List<CDPFilterMatch>>
- Throws:
Exception
-
-