Introspection.enabledJvmWide(boolean)
can be used instead@PublicApi @Deprecated public class NoIntrospectionGraphqlFieldVisibility extends java.lang.Object implements GraphqlFieldVisibility
| Modifier and Type | Field and Description |
|---|---|
static NoIntrospectionGraphqlFieldVisibility |
NO_INTROSPECTION_FIELD_VISIBILITY
Deprecated.
|
| Constructor and Description |
|---|
NoIntrospectionGraphqlFieldVisibility()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQLFieldDefinition |
getFieldDefinition(GraphQLFieldsContainer fieldsContainer,
java.lang.String fieldName)
Deprecated.
Called to get a named field from an object type or interface
|
java.util.List<GraphQLFieldDefinition> |
getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)
Deprecated.
Called to get the list of fields from an object type or interface
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFieldDefinition, getFieldDefinitions@Deprecated public static NoIntrospectionGraphqlFieldVisibility NO_INTROSPECTION_FIELD_VISIBILITY
public NoIntrospectionGraphqlFieldVisibility()
public java.util.List<GraphQLFieldDefinition> getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)
GraphqlFieldVisibilitygetFieldDefinitions in interface GraphqlFieldVisibilityfieldsContainer - the type in playGraphQLFieldDefinitionspublic GraphQLFieldDefinition getFieldDefinition(GraphQLFieldsContainer fieldsContainer, java.lang.String fieldName)
GraphqlFieldVisibilitygetFieldDefinition in interface GraphqlFieldVisibilityfieldsContainer - the type in playfieldName - the name of the desired fieldGraphQLFieldDefinition or null if it's not visible