- get(DataFetchingEnvironment) - Method in class com.daikit.graphql.datafetcher.GQLAbstractDeleteDataFetcher
-
- get(DataFetchingEnvironment) - Method in class com.daikit.graphql.datafetcher.GQLAbstractGetByIdDataFetcher
-
- get(DataFetchingEnvironment) - Method in class com.daikit.graphql.datafetcher.GQLAbstractGetListDataFetcher
-
- get(DataFetchingEnvironment) - Method in class com.daikit.graphql.datafetcher.GQLAbstractSaveDataFetcher
-
- get(DataFetchingEnvironment) - Method in class com.daikit.graphql.datafetcher.GQLConcreteSubEntityPropertyDataFetcher
-
- get(DataFetchingEnvironment) - Method in class com.daikit.graphql.datafetcher.GQLCustomMethodDataFetcher
-
- get(DataFetchingEnvironment) - Method in class com.daikit.graphql.datafetcher.GQLDynamicAttributeDataFetcher
-
- getAll(Class<?>, GQLListLoadConfig) - Method in class com.daikit.graphql.datafetcher.GQLAbstractGetListDataFetcher
-
- getAllConcretes() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getAllEmbeddedEntities() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getAllEntities() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getAllInterfaces() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getAllNonEmbeddedEntities() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getAllTypes(Function<String, T>) - Static method in class com.daikit.graphql.introspection.GQLIntrospection
-
Run get all types introspection query
- getArgs() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- getArguments() - Method in class com.daikit.graphql.meta.custommethod.GQLAbstractMethodMetaData
-
- getArgumentsForContext(Map<String, Object>, String) - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
Get arguments with given property name within parent's arguments map
- getArgumentsForContextAsList(Map<String, Object>, String) - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
Get arguments with given property name within parent's arguments map as a
List
- getArgumentValue(Field, String, Map<String, Object>) - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
Get argument by name within given query field
- getArgumentValue(DataFetchingEnvironment, GQLCustomMethodArg) - Method in class com.daikit.graphql.datafetcher.GQLCustomMethodDataFetcher
-
Get argument value from given environment
- getAttributeIdName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getAttributeIdPluralSuffix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getAttributeIdSuffix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getAttributePluralSuffix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getAttributes() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Get attributes of the entity
- getAvailableEmbeddedEntityClasses() - Method in class com.daikit.graphql.meta.GQLMetaModel
-
- getById(Class<?>, String) - Method in class com.daikit.graphql.datafetcher.GQLAbstractGetByIdDataFetcher
-
- getById(Class<?>, String) - Method in class com.daikit.graphql.datafetcher.GQLAbstractGetListDataFetcher
-
- getCache() - Method in class com.daikit.graphql.builder.GQLAbstractSchemaSubBuilder
-
- getCode() - Method in enum com.daikit.graphql.enums.GQLFilterOperatorEnum
-
- getCodeRegistryBuilder() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getConcreteEmbeddedExtendingTypeNamePrefix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getConcreteSubEntities() - Method in class com.daikit.graphql.meta.internal.GQLInterfaceEntityMetaDataInfos
-
- getConfig() - Method in class com.daikit.graphql.builder.GQLAbstractSchemaSubBuilder
-
- getConfig() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getConfig() - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
- getConfig() - Method in class com.daikit.graphql.meta.builder.GQLAbstractMetaDataBuilder
-
- getController() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- getControllers() - Method in class com.daikit.graphql.meta.GQLMetaModel
-
- getCustomMethods() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getData() - Method in class com.daikit.graphql.data.output.GQLExecutionResult
-
- getData() - Method in class com.daikit.graphql.data.output.GQLListLoadResult
-
- getDeleteResultOutputObjectType() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getDescription() - Method in enum com.daikit.graphql.enums.GQLFilterOperatorEnum
-
- getDescription() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get the description for the attribute.
- getDescription() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Get the description for the entity.
- getDirection() - Method in class com.daikit.graphql.data.output.GQLOrderByEntry
-
- getDynamicAttributeGetter() - Method in class com.daikit.graphql.data.input.GQLFilterEntry
-
- getDynamicAttributeGetter() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
If this attribute is dynamic then this method returns the getter for
computing the attribute value.
- getDynamicAttributeGetters() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getDynamicAttributeRegistry() - Method in class com.daikit.graphql.datafetcher.GQLAbstractGetListDataFetcher
-
- getDynamicAttributeRegistry() - Method in class com.daikit.graphql.datafetcher.GQLAbstractSaveDataFetcher
-
- getDynamicAttributes() - Method in class com.daikit.graphql.meta.GQLMetaModel
-
- getDynamicAttributeSetter() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
If this attribute is dynamic then this method returns the setter for
storing the attribute value.
- getDynamicAttributeSetters() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getEmbeddedConcretes() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getEmbeddedInterfaces() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getEntities() - Method in class com.daikit.graphql.meta.GQLEnumsAndEmbeddedEntities
-
- getEntity() - Method in class com.daikit.graphql.meta.internal.GQLAbstractEntityMetaDataInfos
-
- getEntityClass() - Method in class com.daikit.graphql.datafetcher.GQLPropertyDataFetcher
-
- getEntityClass() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeEntityMetaData
-
- getEntityClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodArgumentEntityMetaData
-
Get the entity class
- getEntityClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodEntityMetaData
-
- getEntityClass() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Get the entity class.
- getEntityClassByEntityName(String) - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
Get entity class by its name
- getEntityClassByEntityName(String) - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
Get entity class by its name
- getEntityClasses() - Method in class com.daikit.graphql.meta.GQLMetaModel
-
- getEntityMetaDatas() - Method in class com.daikit.graphql.meta.GQLMetaModel
-
- getEntityName(String, String) - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
Get entity by name
- getEntityPropertyName() - Method in class com.daikit.graphql.datafetcher.GQLPropertyDataFetcher
-
- getEntityType(Class<?>) - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
Get cached GraphQLObjectType by its related entity class
- getEntityType() - Method in interface com.daikit.graphql.dynamicattribute.IGQLAbstractDynamicAttribute
-
- getEntityTypeName(Class<?>) - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
Get cached entity type name by its related entity class
- getEnumClass() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeEnumMetaData
-
Get the enum class
- getEnumClass() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeListEnumMetaData
-
Get the enum class
- getEnumClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodArgumentEnumMetaData
-
Get the enumeration class
- getEnumClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListEnumMetaData
-
Get the enumeration class
- getEnumClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodEnumMetaData
-
Get the method enumeration return type
- getEnumClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodListEnumMetaData
-
Get the method enumeration return type
- getEnumClass() - Method in class com.daikit.graphql.meta.entity.GQLEnumMetaData
-
Get the enum class.
- getEnumMetaDatas() - Method in class com.daikit.graphql.meta.GQLMetaModel
-
- getEnums() - Method in class com.daikit.graphql.meta.GQLEnumsAndEmbeddedEntities
-
- getEnums() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getEnumType(Class<?>) - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
Get cached GraphQLEnumType by its related enum class
- getEnumTypes() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getErrorDetails() - Method in class com.daikit.graphql.data.output.GQLExecutionResult
-
- getErrorProcessor() - Method in class com.daikit.graphql.execution.GQLExecutor
-
- getErrors() - Method in class com.daikit.graphql.data.output.GQLExecutionResult
-
- getExtensions() - Method in class com.daikit.graphql.data.output.GQLExecutionResult
-
- getField() - Method in class com.daikit.graphql.data.output.GQLOrderByEntry
-
- getFieldName() - Method in class com.daikit.graphql.data.input.GQLFilterEntry
-
- getFilterQueryPath() - Method in class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetter
-
- getFilterQueryPath() - Method in class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetterSetter
-
- getFilterQueryPath() - Method in interface com.daikit.graphql.dynamicattribute.IGQLDynamicAttributeGetter
-
Get the exact path of the property on which the filter will be applied
- getFilters() - Method in class com.daikit.graphql.data.input.GQLListLoadConfig
-
- getForeignClass() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeListEntityMetaData
-
Get the foreign class
- getForeignClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListEntityMetaData
-
Get the foreign entity class
- getForeignClass() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodListEntityMetaData
-
Get the foreign entity method return type
- getFragments(Function<String, T>) - Static method in class com.daikit.graphql.introspection.GQLIntrospection
-
Run get all types introspection query
- getGetter(Class<?>, String) - Method in class com.daikit.graphql.datafetcher.GQLDynamicAttributeRegistry
-
- getGetterAttributeType() - Method in interface com.daikit.graphql.dynamicattribute.IGQLDynamicAttributeGetter
-
- getGraphql() - Method in class com.daikit.graphql.execution.GQLExecutor
-
- getGraphQLPropertyName() - Method in class com.daikit.graphql.datafetcher.GQLPropertyDataFetcher
-
- getId() - Method in class com.daikit.graphql.config.GQLSchemaConfig.IdType
-
- getId() - Method in class com.daikit.graphql.data.output.GQLDeleteResult
-
- getIdAttribute(GQLAbstractEntityMetaDataInfos) - Method in class com.daikit.graphql.builder.types.GQLAbstractInputOutputTypesBuilder
-
- getInputEntityType(Class<?>) - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
Get cached input save entity type name by its related entity class
- getInputEntityTypes() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getInputEnumFilterOperators() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getInputScalarFilterOperators() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getInputTypeNameSuffix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getInterfaceType(Class<?>) - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
Get cached GraphQLInterfaceType by its related entity class
- getInterfaceTypes() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getLimit() - Method in class com.daikit.graphql.data.input.GQLListLoadConfig
-
- getLimit() - Method in class com.daikit.graphql.data.output.GQLPaging
-
- getLogger() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getMessage() - Method in class com.daikit.graphql.data.output.GQLExecutionErrorDetails
-
- getMetaModel() - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
- getMetaModel() - Method in class com.daikit.graphql.execution.GQLExecutor
-
- getMethod() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- getMethod() - Method in class com.daikit.graphql.meta.custommethod.GQLAbstractMethodMetaData
-
- getMethodMetaDatas() - Method in class com.daikit.graphql.meta.GQLMetaModel
-
- getMethodReturnType() - Method in class com.daikit.graphql.meta.custommethod.GQLAbstractMethodMetaData
-
Utility method to retrieve embedded method return type
- getMutationAttributeInputDataName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getMutationDeletePrefix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getMutationDeleteResultAttributeId() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getMutationDeleteResultAttributeTypename() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getMutationSavePrefix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getMutationTypeName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getName() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- getName() - Method in class com.daikit.graphql.custommethod.GQLCustomMethodArg
-
- getName() - Method in class com.daikit.graphql.dynamicattribute.GQLAbstractDynamicAttribute
-
- getName() - Method in interface com.daikit.graphql.dynamicattribute.IGQLAbstractDynamicAttribute
-
- getName() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get the name for the attribute.
- getName() - Method in class com.daikit.graphql.meta.custommethod.GQLAbstractMethodArgumentMetaData
-
Get the name for the method.
- getName() - Method in class com.daikit.graphql.meta.custommethod.GQLAbstractMethodMetaData
-
Get the name for the method.
- getName() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Set the name for the entity.
- getName() - Method in class com.daikit.graphql.meta.entity.GQLEnumMetaData
-
Get the name for the enum.
- getNonEmbeddedConcretes() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getNonEmbeddedInterfaces() - Method in class com.daikit.graphql.meta.GQLInternalMetaModel
-
- getObjectMapper() - Method in class com.daikit.graphql.datafetcher.GQLCustomMethodDataFetcher
-
- getObjectTypes() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getOffset() - Method in class com.daikit.graphql.data.input.GQLListLoadConfig
-
- getOffset() - Method in class com.daikit.graphql.data.output.GQLPaging
-
- getOperator() - Method in class com.daikit.graphql.data.input.GQLFilterEntry
-
- getOrCreateAndSetProperties(Class<?>, GQLDynamicAttributeRegistry, Map<String, Object>) - Method in class com.daikit.graphql.datafetcher.GQLAbstractSaveDataFetcher
-
Find or create entity and set its field values from given field map.
- getOrderBy() - Method in class com.daikit.graphql.data.input.GQLListLoadConfig
-
- getOrderBy() - Method in class com.daikit.graphql.data.output.GQLListLoadResult
-
- getOrderByDirectionEnumType() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getOrderByInputObjectType() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getOrderByOutputObjectType() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getOutputDeleteResultTypeNamePrefix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getOutputType() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- getOutputTypeNameSuffix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getPaging() - Method in class com.daikit.graphql.data.output.GQLListLoadResult
-
- getPagingInputObjectType() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getPagingOutputObjectType() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getQueryGetByIdPrefix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListAttributeOutputDataName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeOperatorName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeOperatorTypeNamePrefix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeOrderByDirectionDefaultValue() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeOrderByDirectionName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeOrderByFieldName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeOrderByName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterAttributeValueName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListFilterEntityTypeNameSuffix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListOutputTypeNameSuffix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListPagingAttributeLimitDefaultValue() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListPagingAttributeLimitName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListPagingAttributeName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListPagingAttributeOffsetName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListPagingAttributeTotalLengthName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryGetListPrefix() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getQueryTypeName() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
- getRequestProvidedVariableNames() - Method in class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
Get provided variable names for the request
- getScalarType(String) - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
Get cached GraphQLScalarType by its related scalar type code
- getScalarType(String) - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
Get GraphQLScalarType from its related scalar type code
- getScalarType() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeListScalarMetaData
-
Get the scalar type code
- getScalarType() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeScalarMetaData
-
Get the scalar type code
- getScalarType() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListScalarMetaData
-
Get the scalar type
- getScalarType() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodArgumentScalarMetaData
-
Get the scalar type
- getScalarType() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodListScalarMetaData
-
Get the method scalar return type
- getScalarType() - Method in class com.daikit.graphql.meta.custommethod.GQLMethodScalarMetaData
-
Get the method scalar return type
- getScalarTypeClasses() - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
Scalar type classes
- getScalarTypeCodeFromClass(Class<?>) - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
Get scalar type code from class
- getScalarTypeFromClass(Class<?>) - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
Get GraphQLScalarType from given scalar class
- getSchema() - Method in class com.daikit.graphql.execution.GQLExecutor
-
- getSetter(Class<?>, String) - Method in class com.daikit.graphql.datafetcher.GQLDynamicAttributeRegistry
-
- getSetterAttributeType() - Method in interface com.daikit.graphql.dynamicattribute.IGQLDynamicAttributeSetter
-
- getSuperEntity() - Method in class com.daikit.graphql.meta.internal.GQLAbstractEntityMetaDataInfos
-
- getSuperEntityClass() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Get the super class for the entity.
- getSuperInterfaces() - Method in class com.daikit.graphql.meta.internal.GQLAbstractEntityMetaDataInfos
-
- getTotalLength() - Method in class com.daikit.graphql.data.output.GQLPaging
-
- getType() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- getType() - Method in class com.daikit.graphql.custommethod.GQLCustomMethodArg
-
- getType() - Method in class com.daikit.graphql.data.output.GQLExecutionErrorDetails
-
- getTypename() - Method in class com.daikit.graphql.data.output.GQLDeleteResult
-
- getTypeReferences() - Method in class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
- getValue() - Method in class com.daikit.graphql.data.input.GQLFilterEntry
-
- getValue(ENTITY_TYPE) - Method in interface com.daikit.graphql.dynamicattribute.IGQLDynamicAttributeGetter
-
Get dynamic value computed from given input object
- getWrappedException() - Method in class com.daikit.graphql.data.output.GQLExecutionErrorDetails
-
- GQLAbstractAttributeMetaData - Class in com.daikit.graphql.meta.attribute
-
Abstract super class for GraphQL entity/data attribute meta data
- GQLAbstractAttributeMetaData() - Constructor for class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Default constructor
- GQLAbstractAttributeMetaData(String) - Constructor for class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Constructor passing name and keeping default values for other attributes.
- GQLAbstractDataFetcher<FETCHED_DATA_TYPE> - Class in com.daikit.graphql.datafetcher
-
Abstract super class for all data fetchers
- GQLAbstractDataFetcher() - Constructor for class com.daikit.graphql.datafetcher.GQLAbstractDataFetcher
-
- GQLAbstractDeleteDataFetcher - Class in com.daikit.graphql.datafetcher
-
Abstract super class that may be overridden to provide "delete entity" data
fetcher by ID to the schema building.
- GQLAbstractDeleteDataFetcher() - Constructor for class com.daikit.graphql.datafetcher.GQLAbstractDeleteDataFetcher
-
- GQLAbstractDynamicAttribute<ENTITY_TYPE> - Class in com.daikit.graphql.dynamicattribute
-
- GQLAbstractDynamicAttribute() - Constructor for class com.daikit.graphql.dynamicattribute.GQLAbstractDynamicAttribute
-
Constructor
- GQLAbstractDynamicAttribute(String) - Constructor for class com.daikit.graphql.dynamicattribute.GQLAbstractDynamicAttribute
-
Constructor
- GQLAbstractEntityMetaDataInfos - Class in com.daikit.graphql.meta.internal
-
- GQLAbstractEntityMetaDataInfos(GQLEntityMetaData) - Constructor for class com.daikit.graphql.meta.internal.GQLAbstractEntityMetaDataInfos
-
Constructor
- GQLAbstractGetByIdDataFetcher - Class in com.daikit.graphql.datafetcher
-
Abstract super class that may be overridden to provide "getById" data fetcher
by ID to the schema building.
- GQLAbstractGetByIdDataFetcher() - Constructor for class com.daikit.graphql.datafetcher.GQLAbstractGetByIdDataFetcher
-
- GQLAbstractGetListDataFetcher - Class in com.daikit.graphql.datafetcher
-
Abstract super class that may be overridden to provide "get list" fetcher to
the schema building.
- GQLAbstractGetListDataFetcher() - Constructor for class com.daikit.graphql.datafetcher.GQLAbstractGetListDataFetcher
-
- GQLAbstractInputOutputTypesBuilder - Class in com.daikit.graphql.builder.types
-
Abstract input/output types builder , super class for mutation and query
types builders
- GQLAbstractInputOutputTypesBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLAbstractInputOutputTypesBuilder
-
Constructor
- GQLAbstractMetaData - Class in com.daikit.graphql.meta
-
Abstract super class for all GQL meta data
- GQLAbstractMetaData() - Constructor for class com.daikit.graphql.meta.GQLAbstractMetaData
-
- GQLAbstractMetaDataBuilder - Class in com.daikit.graphql.meta.builder
-
Abstract super class for all meta data builders
- GQLAbstractMetaDataBuilder(GQLSchemaConfig) - Constructor for class com.daikit.graphql.meta.builder.GQLAbstractMetaDataBuilder
-
Constructor
- GQLAbstractMethodArgumentMetaData - Class in com.daikit.graphql.meta.custommethod
-
Abstract super class for method arguments
- GQLAbstractMethodArgumentMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLAbstractMethodArgumentMetaData
-
Default constructor
- GQLAbstractMethodArgumentMetaData(String) - Constructor for class com.daikit.graphql.meta.custommethod.GQLAbstractMethodArgumentMetaData
-
Constructor passing name and keeping default values for other attributes.
- GQLAbstractMethodMetaData - Class in com.daikit.graphql.meta.custommethod
-
Dynamic method meta data
- GQLAbstractMethodMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLAbstractMethodMetaData
-
Default constructor
- GQLAbstractMethodMetaData(GQLCustomMethod) - Constructor for class com.daikit.graphql.meta.custommethod.GQLAbstractMethodMetaData
-
Constructor passing name, whether this is a mutation or a query, and
method
- GQLAbstractSaveDataFetcher<SUPER_ENTITY_TYPE> - Class in com.daikit.graphql.datafetcher
-
Abstract super class that may be overridden to provide "save entity" data
fetcher to the schema building.
- GQLAbstractSaveDataFetcher() - Constructor for class com.daikit.graphql.datafetcher.GQLAbstractSaveDataFetcher
-
- GQLAbstractSchemaSubBuilder - Class in com.daikit.graphql.builder
-
Abstract super class for all schema fragment builders
- GQLAbstractSchemaSubBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.GQLAbstractSchemaSubBuilder
-
Constructor
- GQLAbstractTypesBuilder - Class in com.daikit.graphql.builder.types
-
Abstract super class for schema types builders
- GQLAbstractTypesBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLAbstractTypesBuilder
-
Constructor
- GQLAttribute - Annotation Type in com.daikit.graphql.meta
-
Annotation for entity attribute for customizing CRUD, nullable and filtering
- GQLAttributeEntityMetaData - Class in com.daikit.graphql.meta.attribute
-
GraphQL attribute entity meta data
- GQLAttributeEntityMetaData() - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeEntityMetaData
-
Default constructor
- GQLAttributeEntityMetaData(String, Class<?>) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeEntityMetaData
-
Constructor passing name and entity class and keeping default values for
other attributes.
- GQLAttributeEnumMetaData - Class in com.daikit.graphql.meta.attribute
-
GraphQL attribute enum meta data
- GQLAttributeEnumMetaData() - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeEnumMetaData
-
Default constructor
- GQLAttributeEnumMetaData(String, Class<? extends Enum<?>>) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeEnumMetaData
-
Constructor passing name and enum class and keeping default values for
other attributes.
- GQLAttributeListEntityMetaData - Class in com.daikit.graphql.meta.attribute
-
GraphQL list attribute meta data
- GQLAttributeListEntityMetaData() - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeListEntityMetaData
-
Default constructor
- GQLAttributeListEntityMetaData(String, Class<?>) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeListEntityMetaData
-
Constructor passing name and foreign entity class and keeping default
values for other attributes.
- GQLAttributeListEnumMetaData - Class in com.daikit.graphql.meta.attribute
-
GraphQL list attribute meta data for enumeration
- GQLAttributeListEnumMetaData() - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeListEnumMetaData
-
Default constructor
- GQLAttributeListEnumMetaData(String, Class<? extends Enum<?>>) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeListEnumMetaData
-
Constructor passing name and enum class and keeping default values for
other attributes.
- GQLAttributeListScalarMetaData - Class in com.daikit.graphql.meta.attribute
-
GraphQL list attribute meta data for scalar type
- GQLAttributeListScalarMetaData() - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeListScalarMetaData
-
Default constructor
- GQLAttributeListScalarMetaData(String, String) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeListScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLAttributeListScalarMetaData(String, GQLScalarTypeEnum) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeListScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLAttributeScalarMetaData - Class in com.daikit.graphql.meta.attribute
-
GraphQL Scalar attribute meta data
- GQLAttributeScalarMetaData() - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeScalarMetaData
-
Default constructor
- GQLAttributeScalarMetaData(String, String) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLAttributeScalarMetaData(String, GQLScalarTypeEnum) - Constructor for class com.daikit.graphql.meta.attribute.GQLAttributeScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLConcreteEntityMetaDataInfos - Class in com.daikit.graphql.meta.internal
-
- GQLConcreteEntityMetaDataInfos(GQLEntityMetaData) - Constructor for class com.daikit.graphql.meta.internal.GQLConcreteEntityMetaDataInfos
-
Constructor
- GQLConcreteSubEntityPropertyDataFetcher - Class in com.daikit.graphql.datafetcher
-
Concrete sub entity data fetcher for a property referencing its abstract
super class
- GQLConcreteSubEntityPropertyDataFetcher(Class<?>) - Constructor for class com.daikit.graphql.datafetcher.GQLConcreteSubEntityPropertyDataFetcher
-
Constructor
- GQLController - Annotation Type in com.daikit.graphql.meta
-
Annotation for controller class holding methods that should be provided in
GQL Schema.
- GQLControllerMethodCollector - Class in com.daikit.graphql.meta.builder
-
Collector for GQL Controller methods
- GQLControllerMethodCollector() - Constructor for class com.daikit.graphql.meta.builder.GQLControllerMethodCollector
-
- GQLCustomMethod - Class in com.daikit.graphql.custommethod
-
- GQLCustomMethod() - Constructor for class com.daikit.graphql.custommethod.GQLCustomMethod
-
- GQLCustomMethodArg - Class in com.daikit.graphql.custommethod
-
Method argument
- GQLCustomMethodArg() - Constructor for class com.daikit.graphql.custommethod.GQLCustomMethodArg
-
- GQLCustomMethodArgumentBuilder - Class in com.daikit.graphql.builder.custommethod
-
Query/Mutation method argument builder
- GQLCustomMethodArgumentBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.custommethod.GQLCustomMethodArgumentBuilder
-
Constructor
- GQLCustomMethodBuilder - Class in com.daikit.graphql.builder.custommethod
-
Query methods builder
- GQLCustomMethodBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.custommethod.GQLCustomMethodBuilder
-
Constructor
- GQLCustomMethodDataFetcher - Class in com.daikit.graphql.datafetcher
-
Class that may be overridden (or used as is) to provide "custom method" data
fetcher to the schema building.
- GQLCustomMethodDataFetcher() - Constructor for class com.daikit.graphql.datafetcher.GQLCustomMethodDataFetcher
-
- GQLDeleteResult - Class in com.daikit.graphql.data.output
-
Result for delete method
- GQLDeleteResult() - Constructor for class com.daikit.graphql.data.output.GQLDeleteResult
-
Default constructor
- GQLDeleteResult(String, String) - Constructor for class com.daikit.graphql.data.output.GQLDeleteResult
-
Constructor
- GQLDynamicAttributeDataFetcher - Class in com.daikit.graphql.datafetcher
-
Dynamic property data fetcher.
- GQLDynamicAttributeDataFetcher(String, IGQLDynamicAttributeGetter<?, ?>) - Constructor for class com.daikit.graphql.datafetcher.GQLDynamicAttributeDataFetcher
-
Constructor
- GQLDynamicAttributeGetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE> - Class in com.daikit.graphql.dynamicattribute
-
Dynamic attribute getter
- GQLDynamicAttributeGetter() - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetter
-
Constructor
- GQLDynamicAttributeGetter(String) - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetter
-
Constructor
- GQLDynamicAttributeGetter(String, String) - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetter
-
Constructor
- GQLDynamicAttributeGetterSetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE,SETTER_ATTRIBUTE_TYPE> - Class in com.daikit.graphql.dynamicattribute
-
Dynamic attribute getter and setter
- GQLDynamicAttributeGetterSetter() - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetterSetter
-
Constructor
- GQLDynamicAttributeGetterSetter(String) - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetterSetter
-
Constructor
- GQLDynamicAttributeGetterSetter(String, String) - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeGetterSetter
-
Constructor
- GQLDynamicAttributeMetaDataBuilder - Class in com.daikit.graphql.meta.builder
-
- GQLDynamicAttributeMetaDataBuilder(GQLSchemaConfig) - Constructor for class com.daikit.graphql.meta.builder.GQLDynamicAttributeMetaDataBuilder
-
Constructor
- GQLDynamicAttributeRegistry - Class in com.daikit.graphql.datafetcher
-
- GQLDynamicAttributeRegistry(GQLInternalMetaModel) - Constructor for class com.daikit.graphql.datafetcher.GQLDynamicAttributeRegistry
-
Constructor
- GQLDynamicAttributeSetter<ENTITY_TYPE,SETTER_ATTRIBUTE_TYPE> - Class in com.daikit.graphql.dynamicattribute
-
Dynamic attribute setter
- GQLDynamicAttributeSetter() - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeSetter
-
Constructor
- GQLDynamicAttributeSetter(String) - Constructor for class com.daikit.graphql.dynamicattribute.GQLDynamicAttributeSetter
-
Constructor
- GQLEntity - Annotation Type in com.daikit.graphql.meta
-
Annotation for entity attribute for customizing CRUD
- GQLEntityMetaData - Class in com.daikit.graphql.meta.entity
-
Abstract super class for all entity meta datas (concrete, abstract, embedded
and abstract embedded)
- GQLEntityMetaData() - Constructor for class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Default constructor
- GQLEntityMetaData(String, Class<?>) - Constructor for class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Constructor passing name and entity class.
- GQLEntityMetaData(String, Class<?>, boolean) - Constructor for class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Constructor passing name and entity class.
- GQLEntityMetaData(String, Class<?>, Class<?>) - Constructor for class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Constructor passing name, entity class and super entity class and keeping
default values for other attributes.
- GQLEntityMetaData(String, Class<?>, Class<?>, boolean) - Constructor for class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Constructor passing name, entity class and super entity class and keeping
default values for other attributes.
- GQLEntityMetaDataBuilder - Class in com.daikit.graphql.meta.builder
-
Build for entity meta data from its class
- GQLEntityMetaDataBuilder(GQLSchemaConfig, Collection<Class<?>>, Collection<Class<?>>, Collection<Class<? extends Enum<?>>>) - Constructor for class com.daikit.graphql.meta.builder.GQLEntityMetaDataBuilder
-
Constructor
- GQLEntityTypesBuilder - Class in com.daikit.graphql.builder.types
-
Type builder for entities
- GQLEntityTypesBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLEntityTypesBuilder
-
Constructor
- GQLEnumMetaData - Class in com.daikit.graphql.meta.entity
-
GraphQL Enumeration meta data
- GQLEnumMetaData() - Constructor for class com.daikit.graphql.meta.entity.GQLEnumMetaData
-
Default constructor
- GQLEnumMetaData(String, Class<? extends Enum<?>>) - Constructor for class com.daikit.graphql.meta.entity.GQLEnumMetaData
-
Constructor passing name and enumeration class.
- GQLEnumMetaDataBuilder - Class in com.daikit.graphql.meta.builder
-
Builder for enum meta data from its class
- GQLEnumMetaDataBuilder(GQLSchemaConfig) - Constructor for class com.daikit.graphql.meta.builder.GQLEnumMetaDataBuilder
-
Constructor
- GQLEnumsAndEmbeddedEntities - Class in com.daikit.graphql.meta
-
- GQLEnumsAndEmbeddedEntities() - Constructor for class com.daikit.graphql.meta.GQLEnumsAndEmbeddedEntities
-
- GQLEnumsAndEmbeddedEntitiesCollector - Class in com.daikit.graphql.meta
-
Collectors for all entities and enumerations that will need to be put as meta
data in meta model
- GQLEnumsAndEmbeddedEntitiesCollector(GQLSchemaConfig) - Constructor for class com.daikit.graphql.meta.GQLEnumsAndEmbeddedEntitiesCollector
-
Constructor
- GQLEnumTypesBuilder - Class in com.daikit.graphql.builder.types
-
Type builder for enumerations
- GQLEnumTypesBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLEnumTypesBuilder
-
Constructor
- GQLErrorProcessor - Class in com.daikit.graphql.execution
-
- GQLErrorProcessor() - Constructor for class com.daikit.graphql.execution.GQLErrorProcessor
-
- GQLException - Exception in com.daikit.graphql.exception
-
Exception that are thrown from GraphQL module.
- GQLException() - Constructor for exception com.daikit.graphql.exception.GQLException
-
Deprecated.
- GQLException(String) - Constructor for exception com.daikit.graphql.exception.GQLException
-
- GQLException(String, Throwable) - Constructor for exception com.daikit.graphql.exception.GQLException
-
- GQLExecutionErrorDetails - Class in com.daikit.graphql.data.output
-
GraphQL execution result error details
- GQLExecutionErrorDetails() - Constructor for class com.daikit.graphql.data.output.GQLExecutionErrorDetails
-
- GQLExecutionResult - Class in com.daikit.graphql.data.output
-
GRaphQL execution result data
- GQLExecutionResult(GQLExecutionErrorDetails) - Constructor for class com.daikit.graphql.data.output.GQLExecutionResult
-
Constructor for execution error
- GQLExecutionResult(ExecutionResult, GQLExecutionErrorDetails) - Constructor for class com.daikit.graphql.data.output.GQLExecutionResult
-
Constructor
- GQLExecutor - Class in com.daikit.graphql.execution
-
Executor for GraphQL requests.
- GQLExecutor(GQLSchemaConfig, GQLMetaModel, IGQLErrorProcessor, DataFetcher<?>, DataFetcher<GQLListLoadResult>, DataFetcher<?>, DataFetcher<GQLDeleteResult>, DataFetcher<?>, List<GQLPropertyDataFetcher<?>>) - Constructor for class com.daikit.graphql.execution.GQLExecutor
-
Initialize GraphQL executorManualMetaModel from given
GQLMetaModel with no callback
- GQLExecutor(GQLSchemaConfig, GQLMetaModel, IGQLErrorProcessor, IGQLExecutorCallback, DataFetcher<?>, DataFetcher<GQLListLoadResult>, DataFetcher<?>, DataFetcher<GQLDeleteResult>, DataFetcher<?>, List<GQLPropertyDataFetcher<?>>) - Constructor for class com.daikit.graphql.execution.GQLExecutor
-
- GQLFilterEntry - Class in com.daikit.graphql.data.input
-
- GQLFilterEntry(String, GQLFilterOperatorEnum, Object) - Constructor for class com.daikit.graphql.data.input.GQLFilterEntry
-
Constructor
- GQLFilterEntry(String, GQLFilterOperatorEnum, Object, IGQLDynamicAttributeGetter<?, ?>) - Constructor for class com.daikit.graphql.data.input.GQLFilterEntry
-
Constructor
- GQLFilterOperatorEnum - Enum in com.daikit.graphql.enums
-
Filter operator
- GQLInputEntityTypesBuilder - Class in com.daikit.graphql.builder.types
-
Type builder for entities in save inputs
- GQLInputEntityTypesBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLInputEntityTypesBuilder
-
Constructor
- GQLInterfaceEntityMetaDataInfos - Class in com.daikit.graphql.meta.internal
-
- GQLInterfaceEntityMetaDataInfos(GQLEntityMetaData) - Constructor for class com.daikit.graphql.meta.internal.GQLInterfaceEntityMetaDataInfos
-
Constructor
- GQLInterfaceTypesBuilder - Class in com.daikit.graphql.builder.types
-
Type builder for entity abstract super classes
- GQLInterfaceTypesBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLInterfaceTypesBuilder
-
Constructor
- GQLInternalMetaModel - Class in com.daikit.graphql.meta
-
Internal meta model initialized from input meta model with some pre
processing.
- GQLInternalMetaModel(GQLSchemaConfig, GQLMetaModel) - Constructor for class com.daikit.graphql.meta.GQLInternalMetaModel
-
- GQLIntrospection - Class in com.daikit.graphql.introspection
-
Introspection methods
- GQLIntrospection() - Constructor for class com.daikit.graphql.introspection.GQLIntrospection
-
- GQLIntrospectionFragmentsQuery - Interface in com.daikit.graphql.introspection
-
Introspection fragments query
- GQLJavaScalars - Class in com.daikit.graphql.config
-
Custom scalar special for java
- GQLJavaScalars() - Constructor for class com.daikit.graphql.config.GQLJavaScalars
-
- GQLListLoadConfig - Class in com.daikit.graphql.data.input
-
List load schemaConfig for "get list" method
- GQLListLoadConfig() - Constructor for class com.daikit.graphql.data.input.GQLListLoadConfig
-
- GQLListLoadResult - Class in com.daikit.graphql.data.output
-
GraphQL list load result wrapper
- GQLListLoadResult() - Constructor for class com.daikit.graphql.data.output.GQLListLoadResult
-
- GQLMetaModel - Class in com.daikit.graphql.meta
-
Class holding meta data model.
- GQLMethod - Annotation Type in com.daikit.graphql.meta
-
- GQLMethodArgumentEntityMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method argument entity meta data
- GQLMethodArgumentEntityMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentEntityMetaData
-
Default constructor
- GQLMethodArgumentEntityMetaData(String, Class<?>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentEntityMetaData
-
Constructor passing name and entity class and keeping default values for
other attributes.
- GQLMethodArgumentEnumMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method argument entity meta data
- GQLMethodArgumentEnumMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentEnumMetaData
-
Default constructor
- GQLMethodArgumentEnumMetaData(String, Class<? extends Enum<?>>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentEnumMetaData
-
Constructor passing name and entity class and keeping default values for
other attributes.
- GQLMethodArgumentListEntityMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method argument
List of entities meta data
- GQLMethodArgumentListEntityMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListEntityMetaData
-
Default constructor
- GQLMethodArgumentListEntityMetaData(String, Class<?>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListEntityMetaData
-
Constructor passing name and foreign entity class and keeping default
values for other attributes.
- GQLMethodArgumentListEnumMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method argument
List of entities meta data
- GQLMethodArgumentListEnumMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListEnumMetaData
-
Default constructor
- GQLMethodArgumentListEnumMetaData(String, Class<? extends Enum<?>>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListEnumMetaData
-
Constructor passing name and entity class and keeping default values for
other attributes.
- GQLMethodArgumentListScalarMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method argument
List of entities meta data
- GQLMethodArgumentListScalarMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListScalarMetaData
-
Default constructor
- GQLMethodArgumentListScalarMetaData(String, String) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLMethodArgumentListScalarMetaData(String, GQLScalarTypeEnum) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentListScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLMethodArgumentScalarMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method argument scalar meta data
- GQLMethodArgumentScalarMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentScalarMetaData
-
Default constructor
- GQLMethodArgumentScalarMetaData(String, String) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLMethodArgumentScalarMetaData(String, GQLScalarTypeEnum) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodArgumentScalarMetaData
-
Constructor passing name and scalar type and keeping default values for
other attributes.
- GQLMethodEntityMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method returning an embedded entity meta data
- GQLMethodEntityMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodEntityMetaData
-
Default constructor
- GQLMethodEntityMetaData(GQLCustomMethod, Class<?>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodEntityMetaData
-
Constructor passing name, whether this is a mutation or a query, method
and return type
- GQLMethodEnumMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method returning an entity meta data
- GQLMethodEnumMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodEnumMetaData
-
Default constructor
- GQLMethodEnumMetaData(GQLCustomMethod, Class<? extends Enum<?>>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodEnumMetaData
-
Constructor passing name, whether this is a mutation or a query, method
and return type
- GQLMethodListEntityMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method returning a
List of entities meta data
- GQLMethodListEntityMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodListEntityMetaData
-
Default constructor
- GQLMethodListEntityMetaData(GQLCustomMethod, Class<?>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodListEntityMetaData
-
Constructor passing name, whether this is a mutation or a query, method
and return foreign entity type
- GQLMethodListEnumMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method returning a
List of entities meta data
- GQLMethodListEnumMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodListEnumMetaData
-
Default constructor
- GQLMethodListEnumMetaData(GQLCustomMethod, Class<? extends Enum<?>>) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodListEnumMetaData
-
Constructor passing name, whether this is a mutation or a query, method
and return type
- GQLMethodListScalarMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method returning a
List of entities meta data
- GQLMethodListScalarMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodListScalarMetaData
-
Default constructor
- GQLMethodListScalarMetaData(GQLCustomMethod, String) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodListScalarMetaData
-
Constructor passing name, whether this is a mutation or a query, method
and return type
- GQLMethodMetaDataBuilder - Class in com.daikit.graphql.meta.builder
-
- GQLMethodMetaDataBuilder(GQLSchemaConfig) - Constructor for class com.daikit.graphql.meta.builder.GQLMethodMetaDataBuilder
-
Constructor
- GQLMethodScalarMetaData - Class in com.daikit.graphql.meta.custommethod
-
GraphQL dynamic method returning a scalar meta data
- GQLMethodScalarMetaData() - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodScalarMetaData
-
Default constructor
- GQLMethodScalarMetaData(GQLCustomMethod, String) - Constructor for class com.daikit.graphql.meta.custommethod.GQLMethodScalarMetaData
-
Constructor passing name, whether this is a mutation or a query, method
and return type
- GQLMethodType - Enum in com.daikit.graphql.enums
-
GQL method type
- GQLMutationDeleteResultOutputTypeBuilder - Class in com.daikit.graphql.builder.types
-
GQL delete entity mutation output type
- GQLMutationDeleteResultOutputTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLMutationDeleteResultOutputTypeBuilder
-
Constructor
- GQLMutationTypeBuilder - Class in com.daikit.graphql.builder.types
-
Type builder for mutations
- GQLMutationTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLMutationTypeBuilder
-
Constructor
- GQLOrderByDirectionEnum - Enum in com.daikit.graphql.enums
-
Order by direction
- GQLOrderByEntry - Class in com.daikit.graphql.data.output
-
Order by
- GQLOrderByEntry() - Constructor for class com.daikit.graphql.data.output.GQLOrderByEntry
-
Default constructor
- GQLOrderByEntry(String, GQLOrderByDirectionEnum) - Constructor for class com.daikit.graphql.data.output.GQLOrderByEntry
-
Constructor
- GQLPaging - Class in com.daikit.graphql.data.output
-
Paging meta informations for output
- GQLPaging() - Constructor for class com.daikit.graphql.data.output.GQLPaging
-
Default constructor
- GQLPaging(int, int, int) - Constructor for class com.daikit.graphql.data.output.GQLPaging
-
Constructor
- GQLParam - Annotation Type in com.daikit.graphql.meta
-
- GQLPropertyDataFetcher<PROPERTY_TYPE> - Class in com.daikit.graphql.datafetcher
-
GraphQL property data fetcher
- GQLPropertyDataFetcher(Class<?>, String, String) - Constructor for class com.daikit.graphql.datafetcher.GQLPropertyDataFetcher
-
Build a PropertyDataFetcher for given Entity class and property
with propertyName name within this entity
- GQLQueryFilterOperatorsInputTypeBuilder - Class in com.daikit.graphql.builder.types
-
Builder for filter operators
- GQLQueryFilterOperatorsInputTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLQueryFilterOperatorsInputTypeBuilder
-
Constructor
- GQLQueryOrderByDirectionTypeBuilder - Class in com.daikit.graphql.builder.types
-
GQL query order by direction type builder
- GQLQueryOrderByDirectionTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLQueryOrderByDirectionTypeBuilder
-
Constructor
- GQLQueryOrderByInputTypeBuilder - Class in com.daikit.graphql.builder.types
-
GQL query order by input type builder
- GQLQueryOrderByInputTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLQueryOrderByInputTypeBuilder
-
Constructor
- GQLQueryOrderByOutputTypeBuilder - Class in com.daikit.graphql.builder.types
-
GQL query order by output type builder
- GQLQueryOrderByOutputTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLQueryOrderByOutputTypeBuilder
-
Constructor
- GQLQueryPagingInputTypeBuilder - Class in com.daikit.graphql.builder.types
-
GQL query paging output type builder
- GQLQueryPagingInputTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLQueryPagingInputTypeBuilder
-
Constructor
- GQLQueryPagingOutputTypeBuilder - Class in com.daikit.graphql.builder.types
-
GQL Query paging output type builder
- GQLQueryPagingOutputTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLQueryPagingOutputTypeBuilder
-
Constructor
- GQLQueryTypeBuilder - Class in com.daikit.graphql.builder.types
-
Type builder for queries
- GQLQueryTypeBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLQueryTypeBuilder
-
Constructor
- GQLReferencesBuilder - Class in com.daikit.graphql.builder.types
-
Entity and Interface reference map builder
- GQLReferencesBuilder(GQLSchemaBuilderCache) - Constructor for class com.daikit.graphql.builder.types.GQLReferencesBuilder
-
Constructor
- GQLScalarTypeEnum - Enum in com.daikit.graphql.enums
-
GraphQL Scalar types
- GQLSchemaBuilder - Class in com.daikit.graphql.builder
-
Graph QL schema initializer from data meta model
- GQLSchemaBuilder() - Constructor for class com.daikit.graphql.builder.GQLSchemaBuilder
-
- GQLSchemaBuilderCache - Class in com.daikit.graphql.builder
-
Schema builder cache shared by all schema fragment builders
- GQLSchemaBuilderCache(GQLSchemaConfig) - Constructor for class com.daikit.graphql.builder.GQLSchemaBuilderCache
-
Constructor
- GQLSchemaBuilderUtils - Class in com.daikit.graphql.builder
-
Utility class for GraphQL builders
- GQLSchemaBuilderUtils() - Constructor for class com.daikit.graphql.builder.GQLSchemaBuilderUtils
-
- GQLSchemaConfig - Class in com.daikit.graphql.config
-
Schema configuration allowing to choose prefixes, suffixes, attribute and
type names for generated schema items.
- GQLSchemaConfig() - Constructor for class com.daikit.graphql.config.GQLSchemaConfig
-
Constructor
- GQLSchemaConfig.IdType - Class in com.daikit.graphql.config
-
Type ID
- GraphQLDate - Static variable in class com.daikit.graphql.config.GQLJavaScalars
-
- GraphQLFile - Static variable in class com.daikit.graphql.config.GQLJavaScalars
-
GraphQL type for Upload multipart file
- GraphQLInstant - Static variable in class com.daikit.graphql.config.GQLJavaScalars
-
- GraphQLLocalDate - Static variable in class com.daikit.graphql.config.GQLJavaScalars
-
- GraphQLLocalDateTime - Static variable in class com.daikit.graphql.config.GQLJavaScalars
-
- IdType() - Constructor for class com.daikit.graphql.config.GQLSchemaConfig.IdType
-
- IGQLAbstractDynamicAttribute<ENTITY_TYPE> - Interface in com.daikit.graphql.dynamicattribute
-
Abstract super interface for dynamic attributes
- IGQLDynamicAttributeGetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE> - Interface in com.daikit.graphql.dynamicattribute
-
Interface for dynamic attribute getters
- IGQLDynamicAttributeGetterSetter<ENTITY_TYPE,GETTER_ATTRIBUTE_TYPE,SETTER_ATTRIBUTE_TYPE> - Interface in com.daikit.graphql.dynamicattribute
-
Dynamic attribute getter and setter
- IGQLDynamicAttributeSetter<ENTITY_TYPE,SETTER_ATTRIBUTE_TYPE> - Interface in com.daikit.graphql.dynamicattribute
-
Interface for dynamic attribute setters
- IGQLErrorProcessor - Interface in com.daikit.graphql.execution
-
Error processor for GraphQL requests
- IGQLExecutorCallback - Interface in com.daikit.graphql.execution
-
Callback that may be registered on
GQLExecutor to provide hooks
before and after a query/mutation execution
- INTROSPECTION_FRAGMENTS_QUERY - Static variable in interface com.daikit.graphql.introspection.GQLIntrospectionFragmentsQuery
-
Introspection fragments query
- isByteArray(Class<?>) - Method in class com.daikit.graphql.meta.builder.GQLAbstractMetaDataBuilder
-
- isCascadeSave() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeListEntityMetaData
-
Set whether save has to be cascaded to foreign entities when executing
save mutation
- isConcrete() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
Get whether the entity is a concrete class (true) or
abstract class (false).
- isConcrete() - Method in class com.daikit.graphql.meta.internal.GQLAbstractEntityMetaDataInfos
-
- isDataPresent() - Method in class com.daikit.graphql.data.output.GQLExecutionResult
-
- isDeletable() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
- isDynamic() - Method in class com.daikit.graphql.data.input.GQLFilterEntry
-
- isDynamic() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute is dynamic, which means that either a
dynamicAttributeGetter or a dynamicAttributeSetter (or both) is/are set.
- isDynamicAttributeGetter() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute is a dynamic attribute getter, which means
that a dynamicAttributeGetter is set
- isDynamicAttributeSetter() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute is a dynamic attribute setter, which means
that a dynamicAttributeSetter is set
- isEmbedded() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeEntityMetaData
-
- isEmbedded() - Method in class com.daikit.graphql.meta.attribute.GQLAttributeListEntityMetaData
-
- isEmbedded() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
- isEntity(Collection<GQLEntityMetaData>, Class<?>) - Method in class com.daikit.graphql.meta.builder.GQLAbstractMetaDataBuilder
-
- isEnum(Collection<GQLEnumMetaData>, Class<?>) - Method in class com.daikit.graphql.meta.builder.GQLAbstractMetaDataBuilder
-
- isFilterable() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute will be available in schema queries filters
for retrieving this attribute parent entity.
- isFiltered() - Method in class com.daikit.graphql.data.input.GQLListLoadConfig
-
Get whether this configuration contains at least a filter configuration
- isMandatory() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute must be provided during save.
- isMandatoryForCreate() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute must be provided during parent entity
creation.
- isMandatoryForUpdate() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute must be provided during parent entity update.
- isMutation() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- isMutation() - Method in class com.daikit.graphql.meta.custommethod.GQLAbstractMethodMetaData
-
Get whether this is a mutation (true) or a query
(false)
- isNullable() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute can be null.
- isNullableForCreate() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute can be null at parent entity creation time.
- isNullableForUpdate() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute can be null at parent entity creation time.
- isOrdered() - Method in class com.daikit.graphql.data.input.GQLListLoadConfig
-
Get whether this configuration contains at least an orderBy configuration
- isPaged() - Method in class com.daikit.graphql.data.input.GQLListLoadConfig
-
Get whether this configuration contains paging configuration
- isQuery() - Method in class com.daikit.graphql.custommethod.GQLCustomMethod
-
- isReadable() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute will be available in schema queries for
retrieving this attribute parent entity.
- isReadable() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
- isSaveable() - Method in class com.daikit.graphql.meta.attribute.GQLAbstractAttributeMetaData
-
Get whether this attribute will be available in schema mutations for
saving this attribute parent entity.
- isSaveable() - Method in class com.daikit.graphql.meta.entity.GQLEntityMetaData
-
- isScalarType(Class<?>) - Method in class com.daikit.graphql.config.GQLSchemaConfig
-
Get whether the given class corresponds to a scalar type