public class GraphqlClientAdapterFactory extends Object implements org.apache.sling.api.adapter.AdapterFactory
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,GraphqlClient> |
clients |
protected static String |
CONFIG_NAME |
protected static String |
GRAPHQLCLIENT_CLASS_NAME |
protected static String |
RESOURCE_CLASS_NAME |
| Constructor and Description |
|---|
GraphqlClientAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindGraphqlClient(GraphqlClient graphqlClient,
Map<?,?> properties) |
<AdapterType> |
getAdapter(Object adaptable,
Class<AdapterType> type) |
protected void |
unbindGraphqlClient(GraphqlClient graphqlClient,
Map<?,?> properties) |
protected static final String RESOURCE_CLASS_NAME
protected static final String GRAPHQLCLIENT_CLASS_NAME
protected static final String CONFIG_NAME
protected Map<String,GraphqlClient> clients
protected void bindGraphqlClient(GraphqlClient graphqlClient, Map<?,?> properties)
protected void unbindGraphqlClient(GraphqlClient graphqlClient, Map<?,?> properties)
Copyright © 2021 Adobe. All rights reserved.