public interface Config
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_VISIBILITY_DEFAULT |
static String |
FIELD_VISIBILITY_NO_INTROSPECTION |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
getConfigValue(String key,
Class<T> type,
T defaultValue) |
default String |
getDefaultErrorMessage() |
default String |
getFieldVisibility() |
default Optional<List<String>> |
getHideErrorMessageList() |
default Optional<List<String>> |
getShowErrorMessageList() |
default boolean |
isAllowGet() |
default boolean |
isEventsEnabled() |
default boolean |
isIncludeDirectivesInSchema() |
default boolean |
isIncludeIntrospectionTypesInSchema() |
default boolean |
isIncludeScalarsInSchema() |
default boolean |
isIncludeSchemaDefinitionInSchema() |
default boolean |
isMetricsEnabled() |
default boolean |
isPrintDataFetcherException() |
default boolean |
isTracingEnabled() |
default boolean |
isValidationEnabled() |
default boolean |
logPayload() |
default boolean |
shouldEmitEvents() |
static final String FIELD_VISIBILITY_DEFAULT
static final String FIELD_VISIBILITY_NO_INTROSPECTION
default String getDefaultErrorMessage()
default boolean isPrintDataFetcherException()
default boolean isAllowGet()
default boolean isIncludeScalarsInSchema()
default boolean isIncludeDirectivesInSchema()
default boolean isIncludeSchemaDefinitionInSchema()
default boolean isIncludeIntrospectionTypesInSchema()
default boolean isTracingEnabled()
default boolean isMetricsEnabled()
default boolean isValidationEnabled()
default boolean isEventsEnabled()
default boolean shouldEmitEvents()
default boolean logPayload()
default String getFieldVisibility()
Copyright © 2018–2020. All rights reserved.