- d - Property in CommonTypes
-
- data service delete reflected in domain API count() - Method in CrossLayerMultiDataSourceSpec
-
- data service save visible through domain API() - Method in CrossLayerMultiDataSourceSpec
-
- DATA_BINDER_BEAN_NAME - Field in DataBindingUtils
-
- data - Property in Event
-
The data of the event
- DATA - Field in JsonApiDataBindingSourceCreator
-
- DATA_SERVICE_ORDER - Field in GroovyTransformOrder
-
Implements a Data Service
- DATA_SOURCE_NAME_KEY - Property in PluginConstants
-
- DATA_SOURCE_SETTING - Field in ChainedTransactionManagerPostProcessor
-
- DATA_SOURCES - Field in HibernateDatastoreSpringInitializer
-
- DATA_SOURCES_PREFIX - Field in ChainedTransactionManagerPostProcessor
-
- DATA_SOURCES_SETTING - Field in ChainedTransactionManagerPostProcessor
-
- database - Property in GroovyChange
-
- database - Property in GroovyPrecondition
-
- database - Property in MongoCollection
-
The database to use
- DATABASE - Enum Constant in MultiTenancySettings.MultiTenancyMode
-
A single database per tenant
- database - Field in NoopVisitor
-
- DatabaseChangeLogBuilder - Class in org.grails.plugins.databasemigration.liquibase
- DatabaseChangeLogBuilder() - Constructor in DatabaseChangeLogBuilder
-
- databaseChangeLogLockTableName - Property in GrailsLiquibase
-
- databaseChangeLogTableName - Property in GrailsLiquibase
-
- DatabaseCleaner - Trait in org.apache.grails.testing.cleanup.core
SPI interface for database-specific cleanup implementations.
- DatabaseCleanup - Annotation Type in org.apache.grails.testing.cleanup.core
Annotation to indicate that database tables should be truncated after test execution.
- DatabaseCleanupContext - Class in org.apache.grails.testing.cleanup.core
Context that holds the discovered
DatabaseCleaner implementations and
provides access to the application's data sources for cleanup operations.
- DatabaseCleanupContext(List<DatabaseCleaner>) - Constructor in DatabaseCleanupContext
-
- DatabaseCleanupExtension - Class in org.apache.grails.testing.cleanup.core
- DatabaseCleanupExtension() - Constructor in DatabaseCleanupExtension
-
- DatabaseCleanupInterceptor - Class in org.apache.grails.testing.cleanup.core
Spock method interceptor that performs database cleanup after tests annotated
with
DatabaseCleanup.
- DatabaseCleanupInterceptor(org.apache.grails.testing.cleanup.core.DatabaseCleanupContext, boolean, boolean, org.apache.grails.testing.cleanup.core.DatasourceCleanupMapping, org.apache.grails.testing.cleanup.core.ApplicationContextResolver) - Constructor in DatabaseCleanupInterceptor
-
- Parameters:
context - the cleanup context containing the cleaners and configuration
- DatabaseCleanupStats - Class in org.apache.grails.testing.cleanup.core
Captures statistics from a single datasource cleanup operation, including which
tables were truncated and how many rows were in each table before truncation.
- DatabaseCleanupStats() - Constructor in DatabaseCleanupStats
-
- DatabaseDriver - Enum in org.grails.datastore.gorm.jdbc
Enumeration of common database drivers.
- DatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
- DatabaseMigrationException - Class in org.grails.plugins.databasemigration
- DatabaseMigrationException() - Constructor in DatabaseMigrationException
-
- DatabaseMigrationGrailsPlugin - Class in org.grails.plugins.databasemigration
- DatabaseMigrationGrailsPlugin() - Constructor in DatabaseMigrationGrailsPlugin
-
- DatabaseMigrationTransactionManager - Class in org.grails.plugins.databasemigration
Created by Jim on 7/15/2016.
- DatabaseMigrationTransactionManager(org.springframework.context.ApplicationContext, java.lang.String) - Constructor in DatabaseMigrationTransactionManager
-
- databaseName - Property in AbstractMongoConnectionSourceSettings
-
The default database name
- databaseName - Property in MongoClientOptionsBuilder
-
- databaseName - Field in MongoDbDataStoreSpringInitializer
-
- databaseType() - Method in DatabaseCleaner
-
Returns the database type that this cleaner supports (e.g., "h2", "mysql",
"postgresql").
- databaseType - Property in DatasourceCleanupMapping.Entry
-
- databaseType() - Method in H2DatabaseCleaner
-
- databaseType() - Method in PostgresDatabaseCleaner
-
- DataBinder - Trait in grails.web.databinding
Methods added to enable binding data (typically incoming request parameters) to objects and collections
- dataBinder - Property in CreateEntityDataFetcher
-
- dataBinder - Property in UpdateEntityDataFetcher
-
- dataBinderManager - Property in Schema
-
- DataBinderNotFoundException - Class in org.grails.gorm.graphql.binding
- DataBinderNotFoundException(java.lang.Class) - Constructor in DataBinderNotFoundException
-
- dataBinders - Field in DefaultGraphQLDataBinderManager
-
- DataBindingConfiguration - Class in org.grails.plugins.databinding
- DataBindingConfiguration(org.grails.plugins.databinding.DataBindingConfigurationProperties) - Constructor in DataBindingConfiguration
-
- DataBindingConfigurationProperties - Class in org.grails.plugins.databinding
Data binding configuration.
- DataBindingEventMulticastListener - Class in org.grails.web.databinding
- DataBindingEventMulticastListener(List<DataBindingListener>) - Constructor in DataBindingEventMulticastListener
-
- DataBindingGrailsPlugin - Class in org.grails.plugins.databinding
Plugin for configuring the data binding features of Grails
- DataBindingGrailsPlugin() - Constructor in DataBindingGrailsPlugin
-
- DataBindingLazyMetaPropertyMap - Class in org.grails.web.databinding
Extends the default implementation and does data binding.
- DataBindingLazyMetaPropertyMap(java.lang.Object) - Constructor in DataBindingLazyMetaPropertyMap
-
Constructs the map
- DataBindingListener - Interface in grails.databinding.events
A listener which will be notified of events generated during data binding.
- DataBindingListenerAdapter - Class in grails.databinding.events
- DataBindingSource - Interface in grails.databinding
A DataBindingSource is a lot like a Map but is read-only and is
tailored to support data binding.
- DataBindingSourceCreationException - Class in org.grails.databinding.bindingsource
Thrown if an unrecoverable problem occurs creating a DataBindingSource.
- DataBindingSourceCreationException(java.lang.Throwable) - Constructor in DataBindingSourceCreationException
-
- DataBindingSourceCreator - Interface in org.grails.databinding.bindingsource
A factory for DataBindingSource instances
- DataBindingSourceRegistry - Interface in org.grails.web.databinding.bindingsource
Responsible for locating DataBindingSourceCreator instances and
using them to create DataBindingSource instances
- dataBindingSourceRegistry(org.grails.databinding.bindingsource.DataBindingSourceCreator) - Method in DataBindingConfiguration
-
- dataBindingSourceRegistry - Property in HalJsonRenderer
-
- dataBindingSources - Field in GPathResultCollectionDataBindingSource
-
- DataBindingUtils - Class in grails.web.databinding
Utility methods to perform data binding from Grails objects.
- dataDefinitionCausesTransactionCommit() - Method in HibernateConnectionMetadata
-
- dataDefinitionIgnoredInTransactions() - Method in HibernateConnectionMetadata
-
- dataFetcher(groovy.lang.Closure) - Method in CustomGraphQLProperty
-
- dataFetcher - Property in CustomOperation
-
- dataFetcher - Property in GraphQLPropertyMapping
-
The fetcher to retrieve the property
- dataFetcher - Property in PersistentGraphQLProperty
-
- dataFetcherManager - Property in Schema
-
- DataFetcherNotFoundException - Class in org.grails.gorm.graphql.fetcher
- DataFetcherNotFoundException(java.lang.Class, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Constructor in DataFetcherNotFoundException
-
- dataFetchers - Field in DefaultGraphQLDataFetcherManager
-
- dataLoaderRegistry - Property in MockDataFetchingEnvironment
-
- DataServiceConnectionRoutingSpec - Class in org.apache.grails.data.testing.tck.tests
- DataServiceConnectionRoutingSpec() - Constructor in DataServiceConnectionRoutingSpec
-
- DataServiceMultiTenantConnectionRoutingSpec - Class in org.apache.grails.data.testing.tck.tests
- DataServiceMultiTenantConnectionRoutingSpec() - Constructor in DataServiceMultiTenantConnectionRoutingSpec
-
- DataServiceRoutingMetric - Class in org.apache.grails.data.testing.tck.domains
- DataServiceRoutingMetric() - Constructor in DataServiceRoutingMetric
-
- DataServiceRoutingMetricService - Class in org.apache.grails.data.testing.tck.domains
- DataServiceRoutingMetricService() - Constructor in DataServiceRoutingMetricService
-
- DataServiceRoutingProduct - Class in org.apache.grails.data.testing.tck.domains
- DataServiceRoutingProduct() - Constructor in DataServiceRoutingProduct
-
- DataServiceRoutingProductDataService - Interface in org.apache.grails.data.testing.tck.domains
- DataServiceRoutingProductService - Class in org.apache.grails.data.testing.tck.domains
- DataServiceRoutingProductService() - Constructor in DataServiceRoutingProductService
-
- dataSource - Property in DatabaseMigrationCommand
-
- dataSource - Property in DatabaseMigrationTransactionManager
-
- datasource(java.lang.String) - Method in Entity
-
Sets the datastore to use
- dataSource - Field in GrailsHibernateTemplate
-
- dataSource - Field in HibernateConnectionSource
-
- dataSource - Property in HibernateConnectionSourceSettings
-
Settings for the dataSource
- dataSource - Property in HibernateGormAutoConfiguration
-
- datasource(java.lang.String) - Method in HibernateMappingBuilder
-
- DATASOURCE - Enum Constant in HibernateMappingKeyword
-
- dataSourceAware - Property in SimpleMapDataBindingSource
-
- DataSourceBuilder - Class in org.grails.datastore.gorm.jdbc
NOTE: Forked from Spring Boot logic to avoid hard dependency on Boot.
- DataSourceBuilder.ReadOnlyDriverManagerDataSource - Class in org.grails.datastore.gorm.jdbc
- DataSourceBuilder(java.lang.ClassLoader) - Constructor in DataSourceBuilder
-
- DatasourceCleanupMapping - Class in org.apache.grails.testing.cleanup.core
Represents the parsed mapping entries from a
DatabaseCleanup annotation's
value() attribute.
- DatasourceCleanupMapping.Entry - Class in org.apache.grails.testing.cleanup.core
A single parsed entry from the annotation value.
- DataSourceConnectionSource - Class in org.grails.datastore.gorm.jdbc.connections
- DataSourceConnectionSource(java.lang.String, javax.sql.DataSource, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Constructor in DataSourceConnectionSource
-
- DataSourceConnectionSourceFactory - Class in org.grails.datastore.gorm.jdbc.connections
- dataSourceConnectionSourceFactory - Field in AbstractHibernateConnectionSourceFactory
-
- DataSourceConnectionSourcesFactoryBean - Class in org.grails.plugins.datasource
A factory bean for creating the data sources
- DataSourceConnectionSourcesFactoryBean(org.springframework.core.env.PropertyResolver) - Constructor in DataSourceConnectionSourcesFactoryBean
-
- DataSourceFactoryBean - Class in org.grails.orm.hibernate.support
A factory class to retrieve a javax.sql.DataSource from the Hibernate datastore
- DataSourceFactoryBean(org.grails.orm.hibernate.AbstractHibernateDatastore, java.lang.String) - Constructor in DataSourceFactoryBean
-
- DataSourceGrailsPlugin - Class in org.grails.plugins.datasource
Handles the configuration of a DataSource within Grails.
- DataSourceGrailsPlugin() - Constructor in DataSourceGrailsPlugin
-
- dataSourceName - Field in AbstractHibernateDatastore
-
- dataSourceName - Property in DatabaseChangeLogBuilder
-
- datasourceName - Property in DatabaseCleanupStats
-
The name of the datasource bean that was cleaned up (e.g., "dataSource").
- datasourceName - Property in DatasourceCleanupMapping.Entry
-
- dataSourceName - Field in GrailsDomainBinder
-
- dataSourceName - Property in GrailsLiquibase
-
- dataSourceName - Property in GroovyChange
-
- dataSourceName - Field in HibernateMappingContextConfiguration
-
- dataSourceName - Field in HibernateMappingContextSessionFactoryBean
-
- dataSourceNames - Property in HibernateDatastoreConnectionSourcesRegistrar
-
- dataSourceNames - Property in HibernateGrailsPlugin
-
- datasources - Property in Entity
-
Get the datasource names that this domain class works with.
- dataSources - Property in HibernateDatastoreSpringInitializer
-
- datasources(List<String>) - Method in HibernateMappingBuilder
-
- DATASOURCES - Enum Constant in HibernateMappingKeyword
-
- DataSourceSettings - Class in org.grails.datastore.gorm.jdbc.connections
DataSource settings
- DataSourceSettings() - Constructor in DataSourceSettings
-
- DataSourceSettingsBuilder - Class in org.grails.datastore.gorm.jdbc.connections
- DataSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, java.lang.Object) - Constructor in DataSourceSettingsBuilder
-
- dataSourcesToExclude - Field in TenantDataSourceConfig
-
- DataSourceUtils - Class in org.grails.plugins.datasource
- DataSourceUtils() - Constructor in DataSourceUtils
-
- Datastore - Interface in org.grails.datastore.mapping.core
The
Datastore interface is the basic common denominator all NoSQL databases should support:
- Storing data
- Retrieving one or more elements at a time, identified by their keys
- Deleting one or more elements
- datastore - Field in AbstractDatastoreApi
-
- datastore - Field in AbstractDatastorePersistenceContextInterceptor
-
- datastore - Field in AbstractFinder
-
- datastore - Field in AbstractHibernateCriteriaBuilder
-
- datastore - Field in AbstractHibernateGormValidationApi
-
- datastore - Field in AbstractHibernateSession
-
- datastore - Field in AbstractPersistenceEventListener
-
- datastore() - Method in AbstractServiceImplementer
-
- Returns:
- The datastore expression
- datastore - Field in ClosureEventTriggeringInterceptor
-
- datastore - Field in CurrentTenant
-
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
- datastore - Property in DataSourceFactoryBean
-
- datastore - Property in DefaultServiceRegistry
-
The datastore this service relates to
- datastore - Property in DirtyCheckingAfterListenerSpec
-
- datastore - Property in GormEnhancer
-
- datastore - Field in MultiTenantEventListener
-
- datastore - Field in ReadOnly
-
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
- datastore - Property in ServiceRegistryFactoryBean
-
- datastore - Property in SimpleMapEntityPersister
-
- datastore - Property in SimpleMapQuery
-
- datastore - Field in Tenant
-
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
- datastore - Property in TenantDelegatingGormOperations
-
- datastore - Field in Transactional
-
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
- DATASTORE_TYPE - Field in MongoDbDataStoreSpringInitializer
-
- datastore - Field in WithoutTenant
-
If you are using multiple GORM implementations and wish to create a transaction for a specific implementation then use this.
- DatastoreAware - Interface in org.grails.datastore.mapping.core
An interface for classes to implement that want access to the Datastore
- DatastoreConfigurationException - Class in org.grails.datastore.mapping.model
Exception thrown when something goes wrong configuring a datastore.
- DatastoreConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in DatastoreConfigurationException
-
- DatastoreEnvironment - Class in org.grails.datastore.mapping.config
An environment for GORM
- DatastoreEnvironment() - Constructor in DatastoreEnvironment
-
- DatastoreException - Class in org.grails.datastore.mapping.core
General exception for errors related to the configuration
of the Datastore
- DatastoreException(java.lang.String, java.lang.Throwable) - Constructor in DatastoreException
-
- DatastoreInitializedEvent - Class in org.grails.datastore.mapping.engine.event
Fired when the datastore is initialised
- DatastoreInitializedEvent(java.lang.Object) - Constructor in DatastoreInitializedEvent
-
- DatastorePersistenceContextInterceptor - Class in org.grails.datastore.gorm.support
- DatastorePersistenceContextInterceptor(org.grails.datastore.mapping.core.Datastore) - Constructor in DatastorePersistenceContextInterceptor
-
- datastores - Property in GormDispatcherRegistrar
-
- datastoresByConnectionSource - Field in HibernateDatastore
-
- datastoresByConnectionSource - Field in MongoDatastore
-
- datastoresByConnectionSource - Field in SimpleMapDatastore
-
- DatastoreServiceMethodInvokingFactoryBean - Class in org.grails.datastore.mapping.config
Variant of MethodInvokingFactoryBean which returns the correct
data service type instead of java.lang.Object so the Autowire
with type works correctly.
- DatastoreServiceMethodInvokingFactoryBean(Class<?>) - Constructor in DatastoreServiceMethodInvokingFactoryBean
-
- DatastoreTransactionManager - Class in org.grails.datastore.mapping.transactions
A org.springframework.transaction.PlatformTransactionManager instance that
works with the Spring datastore abstraction
- DatastoreUtils - Class in org.grails.datastore.mapping.core
Helper class for obtaining Datastore sessions.
- DataTest - Trait in grails.testing.gorm
- DATATEST_CLASS - Field in ServiceUnitTest
-
- DataTestCleanupInterceptor - Class in org.grails.testing.gorm.spock
- DataTestCleanupInterceptor() - Constructor in DataTestCleanupInterceptor
-
- dataTestCleanupInterceptor - Property in GormTestingSupportExtension
-
- DataTestCleanupSpecInterceptor - Class in org.grails.testing.gorm.spock
- DataTestCleanupSpecInterceptor() - Constructor in DataTestCleanupSpecInterceptor
-
- dataTestCleanupSpecInterceptor - Property in GormTestingSupportExtension
-
- DataTestSetupInterceptor - Class in org.grails.testing.gorm.spock
- DataTestSetupInterceptor() - Constructor in DataTestSetupInterceptor
-
- dataTestSetupInterceptor - Property in GormTestingSupportExtension
-
- DataTestSetupSpecInterceptor - Class in org.grails.testing.gorm.spock
- DataTestSetupSpecInterceptor.1 - Class in org.grails.testing.gorm.spock
- DataTestSetupSpecInterceptor.1() - Constructor in DataTestSetupSpecInterceptor.1
-
- DataTestSetupSpecInterceptor() - Constructor in DataTestSetupSpecInterceptor
-
- dataTestSetupSpecInterceptor - Property in GormTestingSupportExtension
-
- date(java.lang.String, Collection<String>) - Method in AbstractTypeConvertingMap
-
Obtains a date for the given parameter name and format
- date - Property in CommonTypes
-
- DATE_CREATED_PROPERTY - Field in AutoTimestampEventListener
-
- date(java.lang.String, java.lang.String) - Method in DelegatingParameters
-
- date(java.lang.String, java.lang.String) - Method in EmptyParameters
-
- date(grails.web.mvc.FlashScope, java.lang.String, Collection<String>) - Method in FlashScopeExtension
-
- DATE_FORMATS - Field in Settings
-
- DATE - Field in HibernateCriteriaBuilder
-
- DATE - Field in HttpHeaders
-
- date(jakarta.servlet.http.HttpServletRequest, java.lang.String, Collection<String>) - Method in HttpServletRequestExtension
-
- date(jakarta.servlet.http.HttpSession, java.lang.String, Collection<String>) - Method in HttpSessionExtension
-
- DATE_LENIENT_PARSING - Field in Settings
-
- date(java.lang.String, java.lang.String) - Method in Parameters
-
Obtains the value of a parameter as a Date
- date(jakarta.servlet.ServletContext, java.lang.String, Collection<String>) - Method in ServletContextExtension
-
- DateCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.util.Date coercion
- DateCoercion(List<String>, boolean) - Constructor in DateCoercion
-
- DateConversionHelper - Class in org.grails.databinding.converters
- DateConversionHelper() - Constructor in DateConversionHelper
-
- dateCreated - Property in PersonEvent
-
- dateCreated - Property in Record
-
- dateFormat - Property in JsonViewGeneratorConfiguration
-
- dateFormatLenient - Property in GrailsGraphQLConfiguration
-
- dateFormatLenient - Property in Schema
-
- dateFormats - Property in GrailsGraphQLConfiguration
-
- dateFormats - Property in Schema
-
- DateInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering date properties
- DateInputRenderer() - Constructor in DateInputRenderer
-
- DateMarshaller - Class in org.grails.web.converters.marshaller.xml
XML ObjectMarshaller which converts a Date Object to an ISO 8601 offset
date-time string in the system default zone (e.g.
- DateMarshaller() - Constructor in DateMarshaller
-
Default constructor — uses java.time.format.DateTimeFormatter#ISO_OFFSET_DATE_TIME
with the system default zone.
- dateParsingLenient - Property in DateConversionHelper
-
Whether data parsing is lenient
- datePicker(java.util.Map) - Method in FormTagLib
-
A simple date picker that renders a date as selects.
- datePublished - Property in Publication
-
- dateToString(java.util.Date) - Method in JSONObject
-
- dateToStringConverter - Property in HalJsonRenderer
-
- DB2_AS400 - Enum Constant in DatabaseDriver
-
DB2 AS400 Server.
- DB2 - Enum Constant in DatabaseDriver
-
DB2 Server.
- DB_REF_ID_FIELD - Field in PersistentEntityCodec
-
- dbContainer - Property in AutoStartedMongoSpec
-
- dbContainer - Property in StartMongoGrailsIntegrationExtension
-
- dbCreate - Property in DataSourceSettings
-
The default value for `hibernate.hbm2ddl.auto`
- DbmChangelogToGroovy - Class in org.grails.plugins.databasemigration.command
- DbmChangelogToGroovy() - Constructor in DbmChangelogToGroovy
-
- DbmCreateChangelog - Class in org.grails.plugins.databasemigration.command
- DbmCreateChangelog() - Constructor in DbmCreateChangelog
-
- deactivateGrailsLayout() - Method in GrailsContentBufferingResponse
-
- deactivateGrailsLayout() - Method in GrailsPageResponseWrapper
-
- deactivateResponseMutator() - Method in GrailsContentBufferingResponse
-
- deactivateResponseMutator() - Method in GrailsResponseMutator
-
Do not mutate the response & stop any processing of it.
- deathAge - Property in Dog
-
- debug(java.lang.String) - Method in AntLogAdapter
-
- DEBUG_PROPERTY - Property in DatabaseCleanupStats
-
System property that enables debug output of cleanup statistics to stdout.
- debugStream - Field in JsonParserTokenManager
-
Debug output.
- decapitalize(java.lang.String) - Method in NameUtils
-
Converts class name to property name using JavaBean decapitalization
- decapitalizeFirstChar(java.lang.String) - Method in NameUtils
-
Transforms the first character of a string into a lowercase letter
- decimalType - Property in AbstractMongoConnectionSourceSettings
-
Whether to use the decimal128 type for BigDecimal values
- declareAndInitializeParameterValueMap(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractCacheTransformation
-
- declareCache(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractCacheTransformation
-
- declareCacheKey(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.stmt.BlockStatement) - Method in AbstractCacheTransformation
-
- declaredQueryTargets - Property in QueryStringTransformer
-
- declaredWriteConcerns - Field in AbstractMongoSession
-
- decode(Class<T>, java.lang.Object) - Method in AbstractMongoSession
-
Decodes the given entity type from the given native object type
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Basic, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in BasicCollectionTypeDecoder
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BigDecimalCodec
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BigIntegerCodec
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BsonPersistentEntityCodec
-
- decode(java.lang.Object) - Method in ChainedDecoder
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.CurrencyCodec
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.GStringCodec
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.IntRangeCodec
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.ListCodec
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.LocaleCodec
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.MapCodec
-
- decode(org.bson.codecs.configuration.CodecRegistry, org.bson.BsonReader, org.bson.codecs.DecoderContext, org.grails.datastore.mapping.engine.types.CustomTypeMarshaller, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in CustomTypeDecoder
-
- decode(java.lang.Object) - Method in Decoder
-
Decode given input object
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedCollectionDecoder
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Embedded, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedDecoder
-
- decode(java.lang.Object) - Method in HTML4Decoder
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in IdentityDecoder
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.1
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.2
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.3
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.4
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.5
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.6
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.7
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.8
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.IdentityTypeDecoder
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in InstantCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in InstantDecoder
-
- decode(java.lang.Object) - Method in JavaScriptCodec.1
-
- decode(java.lang.Object) - Method in JSONCodecFactory.1
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateDecoder
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateTimeCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateTimeDecoder
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalTimeCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalTimeDecoder
-
- decode(java.lang.Class, java.lang.Object) - Method in MongoCodecSession
-
- decode(java.lang.Class, java.lang.Object) - Method in MongoSession
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetDateTimeCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetDateTimeDecoder
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetTimeCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetTimeDecoder
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in PeriodCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in PeriodDecoder
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.OneToManyDecoder
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.ToOne, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.ToOneDecoder
-
- DECODE_PREFIX - Property in CodecMetaClassSupport
-
- decode(org.bson.BsonReader, T, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PropertyDecoder
-
Decodes a persistent property using the given reader
- decode(java.lang.Object) - Method in RawCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Simple, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in SimpleDecoder
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.1
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.10
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.11
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.12
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.13
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.14
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.15
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.16
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.2
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.3
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.4
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.5
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.6
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.7
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.8
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.9
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.TypeDecoder
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.TenantId, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in TenantIdDecoder
-
- decode(java.lang.Object) - Method in URLCodecFactory.2
-
- decode(java.lang.Object) - Method in XMLCodecFactory
-
- decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in ZonedDateTimeCodec
-
- decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in ZonedDateTimeDecoder
-
- decodeAssociations(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
-
- decodeBase64(java.lang.Object) - Method in Base64CodecExtensionMethods
-
- decodeHex(java.lang.Object) - Method in HexCodecExtensionMethods
-
- decodeMD5(java.lang.Object) - Method in MD5CodecExtensionMethods
-
- decodeMD5Bytes(java.lang.Object) - Method in MD5BytesCodecExtensionMethods
-
- Decoder - Interface in org.grails.encoder
interface for decoder methods
- decoder - Property in HTMLCodecFactory
-
- DECODER - Property in JavaScriptCodec
-
- decoder - Property in JSONCodecFactory
-
- decoder - Property in URLCodecFactory
-
- decoder - Field in XMLCodecFactory
-
- decoders - Field in BasicCodecLookup
-
- decoders - Field in ChainedDecoder
-
- decoders - Field in HTMLJSCodec
-
- decodeSHA1(java.lang.Object) - Method in SHA1CodecExtensionMethods
-
- decodeSHA1Bytes(java.lang.Object) - Method in SHA1BytesCodecExtensionMethods
-
- decodeSHA256(java.lang.Object) - Method in SHA256CodecExtensionMethods
-
- decodeSHA256Bytes(java.lang.Object) - Method in SHA256BytesCodecExtensionMethods
-
- decorate(Closure<D>) - Method in AsyncWebRequestPromiseDecorator
-
- decorate(java.lang.StringBuilder) - Method in GroovyPageSourceDecorator
-
- decorate(Closure<D>) - Method in PersistenceContextPromiseDecorator
-
- decorate(Closure<D>) - Method in PromiseDecorator
-
Decorates the given closures, returning the decorated closure
- decorate(Closure<D>) - Method in TransactionalPromiseDecorator
-
- DECORATED_METHODS - Field in AbstractMethodDecoratingTransformation
-
Key used to store within the original method node metadata, all previous decorated methods
- decoratorSelector - Property in RenderSitemeshTagLib
-
- decoratorSelector(ObjectProvider<GrailsConventionGroovyPageLocator>, grails.core.GrailsApplication) - Method in Sitemesh3AutoConfiguration
-
- DECREMENT_PRIORITY - Field in GroovyTransformOrder
-
- DEEP - Field in GrailsJsonViewHelper
-
The deep parameter
- deepCopy(java.lang.Object) - Method in IdentityEnumType
-
- DeepDomainClassMarshaller - Class in org.grails.web.converters.marshaller.xml
- Authors:
- Siegfried Puchbauer
- DeepDomainClassMarshaller(boolean, boolean, grails.core.support.proxy.ProxyHandler, grails.core.GrailsApplication) - Constructor in DeepDomainClassMarshaller
-
- deepSanitize(java.lang.Throwable) - Method in GrailsUtil
-
- deepValidate parameter is honoured if entity validator implements CascadingValidator() - Method in ValidationHibernateSpec
-
- deepValidate parameter is honoured if entity validator implements CascadingValidator() - Method in ValidationSpec
-
- default data is not visible on secondary datasource() - Method in DataServiceConnectionRoutingSpec
-
- default data not visible on secondary via domain API() - Method in DomainMultiDataSourceSpec
-
- DEFAULT_ACTION - Field in AnsiConsoleUrlMappingsRenderer
-
- DEFAULT_APPLICATION_NAME - Field in Metadata
-
- DEFAULT_ARGUMENT - Field in RenderDynamicMethod
-
- DEFAULT_AT_CHECK_WAITING - Field in GrailsGebSettings
-
- DEFAULT_ATOM_MIME_TYPES - Field in AtomRenderer
-
- DEFAULT_BLANK_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_BLANK_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_BOM - Property in GrailsExtension
-
The default Grails BOM artifact name applied when
bom is not
overridden.
- DEFAULT - Enum Constant in CascadeValidateType
-
By default, cascade for any owned association or with a JPA cascade of PERSIST or MERGE *
- DEFAULT_CHANGE_LOG_LOCATION - Property in PluginConstants
-
- DEFAULT_COMPATIBILITY - Field in ProfileCompilerTask
-
- DEFAULT_CONFIG_IGNORE_LIST - Field in PluginUtils
-
Default config keys to ignore when loading plugin configuration.
- DEFAULT_CONNECTION_SOURCE_NAMES - Field in ConnectionSourcesSupport
-
- DEFAULT_CONSTRAINTS - Field in ConstraintRegistry
-
- DEFAULT_CONTROLLER_NAME - Property in GrailsTestRequestEnvironmentInterceptor
-
- DEFAULT - Enum Constant in Converter.CircularReferenceBehaviour
-
- DEFAULT_DATA_SOURCE_NAME - Field in HibernateDatastoreSpringInitializer
-
- DEFAULT_DATA_SOURCE_NAME - Field in HibernateGrailsPlugin
-
- DEFAULT_DATABASE_NAME - Field in MongoDbDataStoreSpringInitializer
-
- DEFAULT_DATABASE_NAME - Field in MongoSettings
-
The default database name if none is specified
- DEFAULT_DATABINDING_WHITELIST - Field in DefaultASTDatabindingHelper
-
- DEFAULT_DATASOURCE_NAME - Property in PluginConstants
-
- DEFAULT_DATE_FORMAT - Field in TypeConverters
-
- DEFAULT_DECODER_CONTEXT - Field in BsonPersistentEntityCodec
-
- DEFAULT_DECODER - Field in SimpleDecoder
-
- DEFAULT_DECODERS - Field in IdentityDecoder
-
- DEFAULT_DECODERS - Field in SimpleDecoder
-
- DEFAULT_DEPRECATION_REASON - Field in Schema
-
- DEFAULT_DOESNT_MATCH_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_DOESNT_MATCH_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_ENCODER_CONTEXT - Field in BsonPersistentEntityCodec
-
- DEFAULT_ENCODER - Field in SimpleEncoder
-
- DEFAULT_ENCODING - Field in GrailsWebUtil
-
- DEFAULT_ENCODING - Field in GroovyPageParser
-
- DEFAULT_ENCODING - Field in RenderDynamicMethod
-
- DEFAULT_ENCODING - Field in Settings
-
The default encoding
- DEFAULT_ENUM_TYPE - Field in GrailsDomainBinder
-
- DEFAULT - Field in Environment
-
Constants that indicates whether this GrailsApplication is running in the default environment
- DEFAULT_EXCLUDES - Field in AbstractLinkingRenderer
-
- DEFAULT_EXCLUDES - Field in DefaultJsonViewHelper
-
- DEFAULT_FILE_DETECTOR - Field in ContainerGebConfiguration
-
- DEFAULT_FILTER_ORDER - Field in GrailsFilterOrder
-
Default order of Spring Security's Filter in the servlet container (i.e. amongst
other filters registered with the container).
- DEFAULT_GORM_EXCLUDES - Field in DefaultJsonViewHelper
-
- DEFAULT - Enum Constant in GrailsEnumType
-
- DEFAULT - Enum Constant in GrailsQueryFlushMode
-
- DEFAULT - Enum Constant in GroovyCompilerScope
-
Default scope, exposes groovy.jar (loaded from the parent) and the shared cli
package (loaded through groovy classloader).
- DEFAULT_HOSTNAME_FROM_CONTAINER - Field in ContainerGebConfiguration
-
- DEFAULT_IMPORTS - Field in GrailsApplicationCompilerAutoConfiguration
-
- DEFAULT_IMPORTS - Field in GrailsTestCompilerAutoConfiguration
-
- DEFAULT_IMPORTS - Field in GroovyPageParser
-
- DEFAULT_INCLUDED_PLUGINS - Property in GrailsApplicationBuilder
-
- DEFAULT_INDENT_STR - Field in PrettyPrintJSONWriter
-
- DEFAULT_INDENT_STR - Field in PrettyPrintXMLStreamWriter
-
- DEFAULT_INVALID_CREDIT_CARD_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_CREDIT_CARD_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_EMAIL_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_EMAIL_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MAX_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MAX_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MAX_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MAX_SIZE_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MIN_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MIN_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MIN_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_MIN_SIZE_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_RANGE_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_RANGE_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_SIZE_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_SIZE_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_URL_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_URL_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_VALIDATOR_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_INVALID_VALIDATOR_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_JACOCO_EXCLUDED_CLASS_PREFIXES - Property in GrailsViolationAggregationPlugin
-
- DEFAULT_LAYOUT - Field in LayoutGrailsPlugin
-
- DEFAULT_MESSAGES - Field in ConstrainedProperty
-
- DEFAULT_METHOD_PARAM - Field in HiddenHttpMethodFilter
-
Default method parameter: _method
- DEFAULT_MONGO_PORT - Property in AbstractMongoGrailsExtension
-
- DEFAULT_MONGO_VERSION - Property in AbstractMongoGrailsExtension
-
- DEFAULT_NAMESPACE - Field in DefaultGrailsApplicationAttributes
-
- DEFAULT_NAMESPACE - Field in GroovyPage
-
- DEFAULT_NAMESPACE - Field in TagOutput
-
- DEFAULT_NOT_EQUAL_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_NOT_EQUAL_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_NOT_IN_LIST_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_NOT_INLIST_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_NULL_MESSAGE_CODE - Field in ConstrainedProperty
-
- DEFAULT_NULL_MESSAGE - Field in ConstrainedProperty
-
- DEFAULT_PATH_SEPARATOR - Field in AntPathMatcher
-
Default path separator: "/"
- DEFAULT_PLUGIN_PATH - Field in GroovyPageMetaInfo
-
- DEFAULT_PRIORITY - Field in DefaultConverterConfiguration
-
- DEFAULT_PROFILE_GROUPID - Field in AbstractJarProfileRepository
-
- DEFAULT_PROFILE_NAME - Field in GrailsCli
-
- DEFAULT_PROFILE_NAME - Field in ProfileRepository
-
- DEFAULT_PROPERTIES_ENCODING - Field in BinaryGrailsPlugin
-
- DEFAULT_PROTOCOL - Field in ContainerGebConfiguration
-
- DEFAULT - Enum Constant in RegexDialectPattern
-
- DEFAULT_REPORT_FILE - Property in ConfigReportCommand
-
- DEFAULT_REQUEST_ENCODING - Field in DefaultRequestStateLookupStrategy
-
- DEFAULT_RESOURCE_INCLUDES - Field in DefaultUrlMappingEvaluator
-
- DEFAULT_RESOURCE_PATTERN - Field in Settings
-
The default pattern for static resources
- DEFAULT_RESOURCES_INCLUDES - Field in DefaultUrlMappingEvaluator
-
- DEFAULT_SCHEMA - Field in HibernateDatabase
-
- DEFAULT_SERVLET_VERSION - Field in Metadata
-
- DEFAULT_SHUTDOWN_OPERATION - Field in ShutdownOperations
-
- DEFAULT_TAGLIB_CLASSES - Field in GspAutoConfiguration.TagLibraryLookupRegistrar
-
- DEFAULT_TAGLIB_NAMESPACES - Field in GroovyPageParser
-
- DEFAULT_TIMEOUT_IMPLICITLY_WAIT - Field in GrailsGebSettings
-
- DEFAULT_TIMEOUT - Field in LockableEntityPersister
-
- DEFAULT_TIMEOUT_PAGE_LOAD - Field in GrailsGebSettings
-
- DEFAULT_TIMEOUT_SCRIPT - Field in GrailsGebSettings
-
- DEFAULT_TOMCAT_SERVLET_PATH - Field in Settings
-
The default servlet path
- DEFAULT_TYPES - Property in ModelEntry
-
- DEFAULT_VALIDATEABLE_EXCLUDES - Field in DefaultJsonViewHelper
-
- DEFAULT_WEB_SERVLET_PATH - Field in Settings
-
The default servlet path
- Defaultable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with the ability to store a default value
- DefaultAcceptHeaderParser - Class in org.grails.web.mime
Parsed the HTTP accept header into a a list of MimeType instances in the order of priority.
- DefaultAcceptHeaderParser(grails.web.mime.MimeType) - Constructor in DefaultAcceptHeaderParser
-
- DefaultApplicationContextResolver - Class in org.apache.grails.testing.cleanup.core
- DefaultApplicationContextResolver() - Constructor in DefaultApplicationContextResolver
-
- DefaultApplicationEventPublisher - Class in org.grails.datastore.gorm.events
Simple implementation that just iterates over a sequence of listeners
- DefaultApplicationEventPublisher() - Constructor in DefaultApplicationEventPublisher
-
- DefaultArtefactInfo - Class in grails.core
Mutable holder of artefact info.
- DefaultASTDatabindingHelper - Class in org.grails.web.databinding
- DefaultASTValidateableHelper - Class in grails.validation
- DefaultBeanConfiguration - Class in org.grails.spring
Default implementation of the BeanConfiguration interface .
- DefaultBeanConfiguration(Class<?>, Collection<?>) - Constructor in DefaultBeanConfiguration
-
- DefaultCodecIdentifier - Class in org.grails.encoder
- DefaultCodecIdentifier(java.lang.String, Set<String>) - Constructor in DefaultCodecIdentifier
-
- DefaultCodecLookup - Class in org.grails.plugins.codecs
- DefaultCodecLookup() - Constructor in DefaultCodecLookup
-
- DefaultColumnNameFetcher - Class in org.grails.orm.hibernate.cfg.domainbinding.util
- DefaultColumnNameFetcher(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.util.BackticksRemover) - Constructor in DefaultColumnNameFetcher
-
- DefaultCommandLine - Class in org.grails.build.parsing
- DefaultCommandLine.SpecifiedOption - Class in org.grails.build.parsing
- DefaultConnectionSource - Class in org.grails.datastore.mapping.core.connections
- defaultConnectionSource - Field in AbstractConnectionSources
-
- DefaultConnectionSource(java.lang.String, T, S, boolean) - Constructor in DefaultConnectionSource
-
Creates a connection source, optionally taking ownership of the underlying source.
- DefaultConstrainedDiscovery - Class in org.grails.web.plugins.support
Discovers the default constrained properties for a domain class
- DefaultConstrainedDiscovery() - Constructor in DefaultConstrainedDiscovery
-
- DefaultConstrainedProperty - Class in grails.gorm.validation
- DefaultConstrainedProperty(Class<?>, java.lang.String, Class<?>, org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry) - Constructor in DefaultConstrainedProperty
-
Constructs a new ConstrainedProperty for the given arguments.
- DefaultConstraintEvaluator - Class in org.grails.datastore.gorm.validation.constraints.eval
Evaluates constraints for entities
- DefaultConstraintEvaluator(org.grails.datastore.gorm.validation.constraints.registry.ConstraintRegistry, org.grails.datastore.mapping.model.MappingContext, Map<String,Object>, boolean, boolean) - Constructor in DefaultConstraintEvaluator
-
- DefaultConstraintEvaluatorFactoryBean - Class in org.grails.plugins.domain.support
- DefaultConstraintEvaluatorFactoryBean(List<MessageSource>, org.grails.datastore.mapping.model.MappingContext, grails.core.GrailsApplication) - Constructor in DefaultConstraintEvaluatorFactoryBean
-
- DefaultConstraintFactory - Class in org.grails.datastore.gorm.validation.constraints.factory
A default factory for creating constraints
- DefaultConstraintFactory(Class<? extends Constraint>, org.springframework.context.MessageSource, List<Class>) - Constructor in DefaultConstraintFactory
-
- DefaultConstraintRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
- DefaultConstraintRegistry(org.springframework.context.MessageSource) - Constructor in DefaultConstraintRegistry
-
- defaultConstraints - Field in AbstractGormMappingFactory
-
- defaultConstraints - Field in DefaultConstraintEvaluator
-
- defaultConstraints - Property in HibernateMappingBuilder
-
- DefaultContainerFileDetector - Class in grails.plugin.geb
Detects files on the local disk.
- DefaultContainerFileDetector() - Constructor in DefaultContainerFileDetector
-
- DefaultControllerExceptionHandlerMetaData - Class in org.grails.plugins.web.controllers
Represents meta data which describes an exception handling method
in a controller
- DefaultControllerExceptionHandlerMetaData() - Constructor in DefaultControllerExceptionHandlerMetaData
-
- DefaultConversionService - Class in org.grails.datastore.mapping.model.types.conversion
Default conversion service th
- DefaultConversionService() - Constructor in DefaultConversionService
-
- DefaultConverterConfiguration - Class in org.grails.web.converters.configuration
Mutable Converter Configuration with an priority sorted set of ObjectMarshallers
- DefaultConverterConfiguration.Entry - Class in org.grails.web.converters.configuration
- DefaultConverterConfiguration(List<ObjectMarshaller<C>>, grails.core.support.proxy.ProxyHandler) - Constructor in DefaultConverterConfiguration
-
- DefaultConvertersConfiguration - Class in org.grails.databinding.converters
Default converters configuration.
- DefaultConvertersConfiguration(grails.core.GrailsApplication, org.grails.plugins.databinding.DataBindingConfigurationProperties) - Constructor in DefaultConvertersConfiguration
-
- defaultCurrencyConverter() - Method in DefaultConvertersConfiguration
-
- Returns:
- The default currency converter
- defaultDatabase - Field in AbstractMongoSession
-
- defaultDatabase - Field in MongoDatastore
-
- defaultDatabaseName - Field in DocumentMappingContext
-
- DefaultDatabaseProductName - Property in GormDatabase
-
- DefaultDataBindingSourceCreator - Class in org.grails.web.databinding.bindingsource
- DefaultDataBindingSourceCreator() - Constructor in DefaultDataBindingSourceCreator
-
- DefaultDataBindingSourceRegistry - Class in org.grails.web.databinding.bindingsource
- DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey - Class in org.grails.web.databinding.bindingsource
- DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey() - Constructor in DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey
-
- DefaultDataBindingSourceRegistry() - Constructor in DefaultDataBindingSourceRegistry
-
- defaultDataSourceBeanName - Property in HibernateDatastoreSpringInitializer
-
- defaultDateConverter() - Method in DefaultConvertersConfiguration
-
- DefaultDelegateAsyncTransactionalMethodTransformer - Class in org.grails.async.transform.internal
Modifies the
- DelegateAsync:
- transform to take into account transactional services.
- DefaultDelegateAsyncTransactionalMethodTransformer() - Constructor in DefaultDelegateAsyncTransactionalMethodTransformer
-
- DefaultDiscriminatorBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
- DefaultDiscriminatorBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder) - Constructor in DefaultDiscriminatorBinder
-
- DefaultEncodingStateRegistry - Class in org.grails.encoder
- DefaultErrorsPrinter - Class in org.grails.core.exceptions
Default implementation of the StackTracePrinter interface.
- DefaultErrorsPrinter(org.grails.core.io.ResourceLocator) - Constructor in DefaultErrorsPrinter
-
- defaultExcludes - Property in IncludeExcludeSupport
-
- DefaultFeature - Class in org.grails.cli.profile
Default implementation of the
Feature interface
- DefaultFeature(org.grails.cli.profile.Profile, java.lang.String, org.grails.io.support.Resource) - Constructor in DefaultFeature
-
- defaultFeaturesNames - Field in AbstractProfile
-
- defaultFlushMode - Field in AbstractHibernateCriteriaBuilder
-
- defaultFlushMode - Field in AbstractHibernateDatastore
-
- defaultFlushMode - Property in GrailsHibernateTransactionManager
-
- defaultFlushMode - Field in MongoDatastore
-
- defaultFlushModeName - Field in AbstractHibernateDatastore
-
- DefaultGormDataFetcher - Class in org.grails.gorm.graphql.fetcher
A generic class to assist with querying entities with GraphQL
- DefaultGormDataFetcher(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Constructor in DefaultGormDataFetcher
-
- DefaultGrailsApplication - Class in grails.core
Default implementation of the GrailsApplication interface that manages application loading,
state, and artefact instances.
- DefaultGrailsApplication(org.grails.io.support.Resource) - Constructor in DefaultGrailsApplication
-
Loads a GrailsApplication using the given ResourceLocator instance which will search for appropriate class names
- DefaultGrailsApplicationAttributes - Class in org.grails.web.servlet
Holds knowledge about how to obtain certain attributes from either the ServletContext
or the HttpServletRequest instance.
- DefaultGrailsApplicationAttributes(jakarta.servlet.ServletContext) - Constructor in DefaultGrailsApplicationAttributes
-
- defaultGrailsBigDecimalConverter() - Method in DefaultConvertersConfiguration
-
- defaultGrailsBigIntegerConverter() - Method in DefaultConvertersConfiguration
-
- DefaultGrailsBootstrapClass - Class in org.grails.web.servlet.boostrap
- DefaultGrailsBootstrapClass(Class<?>) - Constructor in DefaultGrailsBootstrapClass
-
- DefaultGrailsClass - Class in grails.core
A default implementation for Grails classes that need to be registered and managed by a GrailsApplication,
but don't need any special handling.
- DefaultGrailsClass(Class<?>) - Constructor in DefaultGrailsClass
-
- DefaultGrailsClasspath - Class in org.grails.gradle.plugin.model
- DefaultGrailsClasspath() - Constructor in DefaultGrailsClasspath
-
- DefaultGrailsCodecClass - Class in org.grails.commons
- DefaultGrailsCodecClass(Class<?>) - Constructor in DefaultGrailsCodecClass
-
- DefaultGrailsControllerClass - Class in org.grails.core
Evaluates the conventions contained within controllers to perform auto-configuration.
- DefaultGrailsControllerClass(Class<?>) - Constructor in DefaultGrailsControllerClass
-
- DefaultGrailsDomainClass - Class in org.grails.core
Default implementation of the GrailsDomainClass interface
- DefaultGrailsDomainClass(Class<?>) - Constructor in DefaultGrailsDomainClass
-
Constructor.
- DefaultGrailsDomainClassInjector - Class in org.grails.compiler.injection
Default implementation of domain class injector interface that adds the 'id'
and 'version' properties and other previously boilerplate code.
- DefaultGrailsJsonViewHelper - Class in grails.plugin.json.view.api.internal
Extended version of DefaultGrailsViewHelper with methods specific to JSON view rendering
- DefaultGrailsJsonViewHelper.1 - Class in grails.plugin.json.view.api.internal
- DefaultGrailsJsonViewHelper.1() - Constructor in DefaultGrailsJsonViewHelper.1
-
- DefaultGrailsJsonViewHelper.2 - Class in grails.plugin.json.view.api.internal
- DefaultGrailsJsonViewHelper.2() - Constructor in DefaultGrailsJsonViewHelper.2
-
- DefaultGrailsJsonViewHelper.3 - Class in grails.plugin.json.view.api.internal
- DefaultGrailsJsonViewHelper.3() - Constructor in DefaultGrailsJsonViewHelper.3
-
- DefaultGrailsJsonViewHelper.4 - Class in grails.plugin.json.view.api.internal
- DefaultGrailsJsonViewHelper.4() - Constructor in DefaultGrailsJsonViewHelper.4
-
- DefaultGrailsJsonViewHelper.5 - Class in grails.plugin.json.view.api.internal
- DefaultGrailsJsonViewHelper.5() - Constructor in DefaultGrailsJsonViewHelper.5
-
- DefaultGrailsJsonViewHelper.6 - Class in grails.plugin.json.view.api.internal
- DefaultGrailsJsonViewHelper.6() - Constructor in DefaultGrailsJsonViewHelper.6
-
- DefaultGrailsJsonViewHelper() - Constructor in DefaultGrailsJsonViewHelper
-
- DefaultGrailsPlugin - Class in org.grails.plugins
Implementation of the GrailsPlugin interface that wraps a Groovy plugin class
and provides the magic to invoke its various methods from Java.
- DefaultGrailsPlugin(Class<?>, grails.core.GrailsApplication) - Constructor in DefaultGrailsPlugin
-
- DefaultGrailsPluginManager - Class in grails.plugins
- DefaultGrailsPluginManager(grails.core.GrailsApplication, org.apache.grails.core.plugins.PluginDiscovery) - Constructor in DefaultGrailsPluginManager
-
- DefaultGrailsServiceClass - Class in org.grails.core
- DefaultGrailsServiceClass(Class<?>) - Constructor in DefaultGrailsServiceClass
-
- DefaultGrailsTagDateHelper - Class in org.grails.plugins.web
- DefaultGrailsTagDateHelper() - Constructor in DefaultGrailsTagDateHelper
-
- DefaultGrailsTagLibClass - Class in org.grails.core.gsp
Default implementation of a tag lib class.
- DefaultGrailsTagLibClass(Class<?>) - Constructor in DefaultGrailsTagLibClass
-
Default constructor.
- DefaultGrailsUrlMappingsClass - Class in org.grails.core
- DefaultGrailsUrlMappingsClass(Class<?>) - Constructor in DefaultGrailsUrlMappingsClass
-
- DefaultGrailsViewHelper - Class in grails.views.api.internal
Default methods for views, additional methods can be added via traits
- DefaultGrailsViewHelper(grails.views.api.GrailsView) - Constructor in DefaultGrailsViewHelper
-
- DefaultGraphQLContextBuilder - Class in org.grails.gorm.graphql.plugin
- DefaultGraphQLContextBuilder() - Constructor in DefaultGraphQLContextBuilder
-
- DefaultGraphQLDataBinderManager - Class in org.grails.gorm.graphql.binding.manager
A default implementation of
GraphQLDataBinderManager that
will also return a result if the class requested is a subclass
of a class that exists in the registry.
- DefaultGraphQLDataBinderManager.1 - Class in org.grails.gorm.graphql.binding.manager
- DefaultGraphQLDataBinderManager.1() - Constructor in DefaultGraphQLDataBinderManager.1
-
- DefaultGraphQLDataBinderManager(org.grails.gorm.graphql.binding.GraphQLDataBinder) - Constructor in DefaultGraphQLDataBinderManager
-
Registers a the data binder provided for the Object class
- DefaultGraphQLDataFetcherManager - Class in org.grails.gorm.graphql.fetcher.manager
- DefaultGraphQLDataFetcherManager(Map<GraphQLDataFetcherType, DataFetcher>) - Constructor in DefaultGraphQLDataFetcherManager
-
- DefaultGraphQLDeleteResponseHandler - Class in org.grails.gorm.graphql.response.delete
The default data available in a delete mutation response
- DefaultGraphQLDeleteResponseHandler() - Constructor in DefaultGraphQLDeleteResponseHandler
-
- DefaultGraphQLDomainPropertyManager - Class in org.grails.gorm.graphql.entity.property.manager
A class to retrieve PersistentProperty instances in combination
with a GraphQLMapping to produce a list of GraphQLDomainProperty
instances used in creation of the GraphQL schema.
- DefaultGraphQLDomainPropertyManager() - Constructor in DefaultGraphQLDomainPropertyManager
-
- DefaultGraphQLErrorsResponseHandler - Class in org.grails.gorm.graphql.response.errors
The default way to respond with validation errors in GraphQL.
- DefaultGraphQLErrorsResponseHandler.1 - Class in org.grails.gorm.graphql.response.errors
- DefaultGraphQLErrorsResponseHandler.1() - Constructor in DefaultGraphQLErrorsResponseHandler.1
-
- DefaultGraphQLErrorsResponseHandler.2 - Class in org.grails.gorm.graphql.response.errors
- DefaultGraphQLErrorsResponseHandler.2() - Constructor in DefaultGraphQLErrorsResponseHandler.2
-
- DefaultGraphQLErrorsResponseHandler.3 - Class in org.grails.gorm.graphql.response.errors
- DefaultGraphQLErrorsResponseHandler.3() - Constructor in DefaultGraphQLErrorsResponseHandler.3
-
- DefaultGraphQLErrorsResponseHandler(org.springframework.context.MessageSource, graphql.schema.GraphQLCodeRegistry.Builder) - Constructor in DefaultGraphQLErrorsResponseHandler
-
- DefaultGraphQLInterceptorManager - Class in org.grails.gorm.graphql.interceptor.manager
Default implementation of
GraphQLInterceptorManager that
will also return a result if the class requested is a subclass
of a class that exists in the registry.
- DefaultGraphQLInterceptorManager() - Constructor in DefaultGraphQLInterceptorManager
-
- DefaultGraphQLPaginationResponseHandler - Class in org.grails.gorm.graphql.response.pagination
Controls how a page of results are returned
- DefaultGraphQLPaginationResponseHandler() - Constructor in DefaultGraphQLPaginationResponseHandler
-
- DefaultGraphQLTypeManager - Class in org.grails.gorm.graphql.types
- DefaultGraphQLTypeManager(graphql.schema.GraphQLCodeRegistry.Builder, org.grails.gorm.graphql.entity.GraphQLEntityNamingConvention, org.grails.gorm.graphql.response.errors.GraphQLErrorsResponseHandler, org.grails.gorm.graphql.entity.property.manager.GraphQLDomainPropertyManager, org.grails.gorm.graphql.response.pagination.GraphQLPaginationResponseHandler) - Constructor in DefaultGraphQLTypeManager
-
- DefaultGroovyPageLocator - Class in org.grails.gsp.io
Used to locate GSPs whether in development or WAR deployed mode from static
resources, custom resource loaders and binary plugins.
- DefaultGroovyPageLocator.PluginViewPathInfo - Class in org.grails.gsp.io
- DefaultGroovyPagesUriService - Class in org.grails.web.pages
Provides services for resolving URIs.
- DefaultHalViewHelper - Class in grails.plugin.json.view.api.internal
Helps creating HAL links
- DefaultHalViewHelper.1 - Class in grails.plugin.json.view.api.internal
- DefaultHalViewHelper.1() - Constructor in DefaultHalViewHelper.1
-
- DefaultHalViewHelper.HalStreamingJsonDelegate - Class in grails.plugin.json.view.api.internal
- DefaultHalViewHelper(grails.plugin.json.view.api.JsonView, grails.plugin.json.view.api.GrailsJsonViewHelper) - Constructor in DefaultHalViewHelper
-
- DefaultHtmlRenderer - Class in org.grails.plugins.web.rest.render.html
A default renderer for HTML that returns an appropriate model
- DefaultHtmlRenderer(Class<T>, grails.web.mime.MimeType) - Constructor in DefaultHtmlRenderer
-
- DefaultIdentityMapping - Class in org.grails.datastore.mapping.model
- DefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping, T, java.lang.String, org.grails.datastore.mapping.model.ValueGenerator) - Constructor in DefaultIdentityMapping
-
- defaultIncludes - Property in IncludeExcludeSupport
-
- defaultInputMask - Property in GrailsCli
-
- DefaultInputRenderer - Class in org.grails.scaffolding.registry.input
The renderer chosen for outputting domain properties when no other
renderers support the given property
- DefaultInputRenderer() - Constructor in DefaultInputRenderer
-
- DefaultJsonApiIdRenderer - Class in grails.plugin.json.view.api.jsonapi
- DefaultJsonApiIdRenderer() - Constructor in DefaultJsonApiIdRenderer
-
- DefaultJsonApiViewHelper - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.1 - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.1() - Constructor in DefaultJsonApiViewHelper.1
-
- DefaultJsonApiViewHelper.2 - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.2() - Constructor in DefaultJsonApiViewHelper.2
-
- DefaultJsonApiViewHelper.3 - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.3() - Constructor in DefaultJsonApiViewHelper.3
-
- DefaultJsonApiViewHelper.4 - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.4() - Constructor in DefaultJsonApiViewHelper.4
-
- DefaultJsonApiViewHelper.5 - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.5() - Constructor in DefaultJsonApiViewHelper.5
-
- DefaultJsonApiViewHelper.6 - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.6() - Constructor in DefaultJsonApiViewHelper.6
-
- DefaultJsonApiViewHelper.7 - Class in grails.plugin.json.view.api.internal
- DefaultJsonApiViewHelper.7() - Constructor in DefaultJsonApiViewHelper.7
-
- DefaultJsonApiViewHelper(grails.plugin.json.view.api.JsonView, grails.plugin.json.view.api.GrailsJsonViewHelper) - Constructor in DefaultJsonApiViewHelper
-
- DefaultJsonRenderer - Class in org.grails.plugins.web.rest.render.json
Default renderer for JSON
- DefaultJsonRenderer(Class<T>, org.grails.web.gsp.io.GrailsConventionGroovyPageLocator, grails.rest.render.RendererRegistry) - Constructor in DefaultJsonRenderer
-
- DefaultJsonViewHelper - Class in grails.plugin.json.view.api.internal
- DefaultJsonViewHelper.1 - Class in grails.plugin.json.view.api.internal
- DefaultJsonViewHelper.1() - Constructor in DefaultJsonViewHelper.1
-
- DefaultJsonViewHelper() - Constructor in DefaultJsonViewHelper
-
- DefaultJsonViewIncludeExcludeSupport - Class in grails.plugin.json.view.api.internal
- DefaultJsonViewIncludeExcludeSupport(List<String>, List<String>) - Constructor in DefaultJsonViewIncludeExcludeSupport
-
- DefaultLinkGenerator - Class in org.grails.web.mapping
A link generating service for applications to use when generating links.
- DefaultLinkGenerator(java.lang.String) - Constructor in DefaultLinkGenerator
-
- defaultListArguments - Property in CustomOperation
-
- defaultLocalDateTimeConverter() - Method in DefaultConvertersConfiguration
-
- defaultMapping - Field in GrailsDomainBinder
-
- defaultMapping - Field in MongoDbDataStoreSpringInitializer
-
- DefaultMappingConfigurationBuilder - Class in org.grails.datastore.mapping.config.groovy
- DefaultMappingConfigurationBuilder(org.grails.datastore.mapping.config.Entity, java.lang.Class) - Constructor in DefaultMappingConfigurationBuilder
-
- DefaultMappingContextFactoryBean - Class in org.grails.plugins.domain.support
A factory bean for creating the default mapping context where an implementation of GORM is not present
- DefaultMappingContextFactoryBean(grails.core.GrailsApplication, List<MessageSource>) - Constructor in DefaultMappingContextFactoryBean
-
- defaultMax - Field in AbstractDetachedCriteria
-
- DefaultMimeTypeResolver - Class in org.grails.web.mime
Resolves the
MimeType instance for a request
- DefaultMimeTypeResolver() - Constructor in DefaultMimeTypeResolver
-
- DefaultMimeUtility - Class in org.grails.web.mime
- DefaultMimeUtility(List<MimeType>) - Constructor in DefaultMimeUtility
-
- DefaultMultiStepCommand - Class in org.grails.cli.profile.commands
Simple implementation of the MultiStepCommand abstract class that parses commands defined in YAML or JSON
- DefaultMultiStepCommand(java.lang.String, org.grails.cli.profile.Profile, Map<String, Object>) - Constructor in DefaultMultiStepCommand
-
- defaultNull - Property in ComplexTyped
-
- defaultNullable - Field in DefaultConstraintEvaluator
-
- defaultNullable() - Method in Validateable
-
- defaultOffset - Field in AbstractDetachedCriteria
-
- DefaultOutputContext() - Constructor in DefaultOutputContextLookup.DefaultOutputContext
-
- DefaultOutputContextLookup - Class in org.grails.taglib.encoder
- DefaultOutputContextLookup.DefaultOutputContext - Class in org.grails.taglib.encoder
- DefaultOutputContextLookup() - Constructor in DefaultOutputContextLookup
-
- DefaultOutputRenderer - Class in org.grails.scaffolding.registry.output
The renderer chosen for displaying domain properties when no other
renderers support the given property
- DefaultOutputRenderer() - Constructor in DefaultOutputRenderer
-
- defaultPackage - Property in ModelBuilder
-
- defaultpackagename - Property in CreateAppCommand
-
- defaultPaginateParams(java.util.Map) - Method in DefaultJsonViewHelper
-
- DefaultPluginDiscovery - Class in org.apache.grails.core.plugins
- DefaultPluginDiscovery(org.springframework.core.io.Resource) - Constructor in DefaultPluginDiscovery
-
- DefaultPropertyMapping - Class in org.grails.datastore.mapping.model
- DefaultPropertyMapping(org.grails.datastore.mapping.model.ClassMapping, T) - Constructor in DefaultPropertyMapping
-
- DefaultProxyHandler - Class in grails.core.support.proxy
Trivial default implementation that always returns true and the object.
- defaultQualifier - Field in GormStaticApi
-
- defaultRenderer - Property in DefaultViewRenderer
-
- DefaultRendererRegistry - Class in org.grails.plugins.web.rest.render
Default implementation of the RendererRegistry interface
- DefaultRendererRegistry.ContainerRendererCacheKey - Class in org.grails.plugins.web.rest.render
- DefaultRendererRegistry.ContainerRendererCacheKey() - Constructor in DefaultRendererRegistry.ContainerRendererCacheKey
-
- DefaultRendererRegistry.RendererCacheKey - Class in org.grails.plugins.web.rest.render
- DefaultRendererRegistry.RendererCacheKey() - Constructor in DefaultRendererRegistry.RendererCacheKey
-
- DefaultRendererRegistry() - Constructor in DefaultRendererRegistry
-
- DefaultRepositorySystemSessionAutoConfiguration - Class in org.grails.cli.compiler.grape
- DefaultRequestStateLookupStrategy - Class in org.grails.web.servlet.mvc
Default implementation that uses the web request to obtain information about the currently
executing request.
- DefaultRequestStateLookupStrategy(org.grails.web.servlet.mvc.GrailsWebRequest) - Constructor in DefaultRequestStateLookupStrategy
-
- DefaultResourceLoader - Class in org.grails.io.support
Default implementation of the ResourceLoader interface.
- DefaultResourceLoader(java.lang.ClassLoader) - Constructor in DefaultResourceLoader
-
Create a new DefaultResourceLoader.
- defaultResourceLoader - Field in DefaultResourceLocator
-
- defaultResourceLoader - Field in ResourceLocator
-
- DefaultResourceLocator - Class in org.grails.core.io
Default ResourceLocator implementation that doesn't take into account servlet loading.
- DefaultRuntimeSpringConfiguration - Class in org.grails.spring
A programmable runtime Spring configuration that allows a spring ApplicationContext
to be constructed at runtime.
- DefaultRuntimeSpringConfiguration(org.springframework.context.ApplicationContext, java.lang.ClassLoader) - Constructor in DefaultRuntimeSpringConfiguration
-
- defaults - Property in ConnectionSourceSettings
-
- defaultSchema - Property in DatabaseMigrationCommand
-
- DefaultSchemaHandler - Class in org.grails.datastore.gorm.jdbc.schema
Resolves the schema names
- DefaultSchemaHandler(java.lang.String, java.lang.String, java.lang.String) - Constructor in DefaultSchemaHandler
-
- defaultSchemaName - Property in DefaultSchemaHandler
-
- DefaultServiceRegistry - Class in org.grails.datastore.mapping.services
- DefaultServiceRegistry(org.grails.datastore.mapping.core.Datastore, boolean) - Constructor in DefaultServiceRegistry
-
- defaultSessionFactoryBeanName - Property in HibernateDatastoreSpringInitializer
-
- defaultSort - Property in Entity
-
- Returns:
- The default sort order definition, could be a string or a map
- DefaultStackTraceFilterer - Class in org.grails.exceptions.reporting
Default implementation of StackTraceFilterer.
- DefaultStackTraceFilterer(boolean) - Constructor in DefaultStackTraceFilterer
-
- DefaultStackTracePrinter - Class in org.grails.exceptions.reporting
- DefaultStackTracePrinter() - Constructor in DefaultStackTracePrinter
-
- DefaultStepFactory - Class in org.grails.cli.profile.steps
Dynamic creation of Step instances
- DefaultStepFactory() - Constructor in DefaultStepFactory
-
- defaultStoredAs - Property in StringIdSettings
-
Global default storage type for String id fields that don't declare an
explicit id storedAs: ... in their mapping.
- defaultTag - Property in FetchTagsTask
-
- defaultTagDispatcher - Property in CompileStaticGroovyPage
-
- defaultTaglibEncoder(org.grails.encoder.Encoder) - Method in OutputEncodingStackAttributes.Builder
-
- defaultTagLibs - Property in ModelEntry
-
- DefaultTenantService - Class in org.grails.datastore.gorm.services
Default implementation of the TenantService interface
- DefaultTenantService() - Constructor in DefaultTenantService
-
- DefaultTimestampProvider - Class in org.grails.datastore.gorm.timestamp
Default implementation of TimestampProvider
- defaultTimeZoneConverter() - Method in DefaultConvertersConfiguration
-
- DefaultTransactionService - Class in org.grails.datastore.gorm.services
The transaction service implementation
- DefaultTransactionService() - Constructor in DefaultTransactionService
-
- DefaultUrlCreator - Class in org.grails.web.mapping
The default implementation of the UrlCreator interface that constructs URLs in Grails
default pattern of /controllerName/actionName/id.
- DefaultUrlCreator(java.lang.String, java.lang.String) - Constructor in DefaultUrlCreator
-
- DefaultUrlMappingData - Class in org.grails.web.mapping
Default implementating of the UrlMappingData interface.
- DefaultUrlMappingData(java.lang.String) - Constructor in DefaultUrlMappingData
-
- DefaultUrlMappingEvaluator - Class in org.grails.web.mapping
- DefaultUrlMappingEvaluator(org.springframework.context.ApplicationContext) - Constructor in DefaultUrlMappingEvaluator
-
- DefaultUrlMappingInfo - Class in org.grails.web.mapping
Holds information established from a matched URL.
- DefaultUrlMappingInfo(grails.web.mapping.UrlMappingInfo, java.util.Map, grails.core.GrailsApplication) - Constructor in DefaultUrlMappingInfo
-
- DefaultUrlMappingParser - Class in org.grails.web.mapping
A simple implementation of the UrlMappingParser interface.
- DefaultUrlMappings - Class in org.grails.web.mapping
The Default URL mappings that are used if none are configured.
- DefaultUrlMappings() - Constructor in DefaultUrlMappings
-
- DefaultUrlMappingsHolder - Class in org.grails.web.mapping
Default implementation of the UrlMappingsHolder interface that takes a list of mappings and
then sorts them according to their precedence rules as defined in the implementation of Comparable.
- DefaultUrlMappingsHolder(List<UrlMapping>, java.util.List, boolean) - Constructor in DefaultUrlMappingsHolder
-
- defaultuuidConverter() - Method in DefaultConvertersConfiguration
-
- DefaultValidatorRegistry - Class in org.grails.datastore.gorm.validation.constraints.registry
A ValidatorRegistry that builds validators on demand.
- DefaultValidatorRegistry(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings, org.springframework.context.MessageSource) - Constructor in DefaultValidatorRegistry
-
- defaultValue - Property in ColumnConfig
-
The default value
- defaultValue - Property in ConfigReportCommand.ConfigPropertyMetadata
-
- defaultValue - Property in Defaultable
-
- defaultValue - Property in Field
-
- DefaultViewRenderer - Class in grails.views.mvc.renderer
A renderer implementation that looks up a view from the ViewResolver
- DefaultViewRenderer(Class<T>, grails.web.mime.MimeType, grails.views.mvc.SmartViewResolver, grails.core.support.proxy.ProxyHandler, grails.rest.render.RendererRegistry, grails.rest.render.Renderer) - Constructor in DefaultViewRenderer
-
- DefaultXmlRenderer - Class in org.grails.plugins.web.rest.render.xml
Default renderer for XML responses
- DefaultXmlRenderer(Class<T>, org.grails.web.gsp.io.GrailsConventionGroovyPageLocator, grails.rest.render.RendererRegistry) - Constructor in DefaultXmlRenderer
-
- DeferredBindingActions - Class in grails.validation
Binding operations that are deferred until either validate() or save() are called.
- deferredMappings - Property in AbstractGrailsControllerUrlMappings
-
- define(java.lang.String, org.grails.orm.hibernate.query.HibernateAlias) - Method in AliasRegistry
-
- define(groovy.lang.Closure) - Method in MappingBuilder
-
Build a Hibernate mapping
- defineBeans(grails.core.GrailsApplication, groovy.lang.Closure) - Method in GrailsApplicationBuilder
-
- defineBeans(java.lang.Object) - Method in GrailsUnitTest
-
- defineCommandNames() - Method in GroovyDiffToChangeLogCommandStep
-
- defineCommandNames() - Method in GroovyGenerateChangeLogCommandStep
-
- definition - Property in MongoCollection.Index
-
- definitions - Property in PropertyNameCalculator
-
- dehexchar(char) - Method in JSONTokener
-
Get the hex value of a character (base16).
- deindex(java.lang.Object, K) - Method in PropertyValueIndexer
-
Removes the index for the given value and key
- deindex(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.1
-
- delayedEvictions - Field in DefaultPluginDiscovery
-
- delayedLoadPlugins - Field in DefaultPluginDiscovery
-
- DELEGATE_ASYNC_ORDER - Field in GroovyTransformOrder
-
Changes methods in a file to return a promise instead of a value
- delegate - Property in DefaultHalViewHelper.HalStreamingJsonDelegate
-
- delegate - Property in GormValidatorFactoryAdapter.GormValidatorContext
-
- delegate - Property in GrailsAsyncContext
-
- delegate - Field in PrefixedConfig
-
- delegate - Field in SelectHqlQuery
-
- DelegateAsync - Annotation Type in org.grails.datastore.gorm.async.transform
An AST transformation that takes each method in the given class and adds a delegate method that returns a
Promise and executes the method asynchronously.
- DelegateAsyncTransactionalMethodTransformer - Interface in org.grails.async.transform.internal
Interface for a class that handles transforming async transactional methods
- DelegateAsyncTransformation - Class in org.grails.datastore.gorm.async.transform
- DelegateAsyncUtils - Class in org.grails.async.transform.internal
Helps looking up the decorators
- DelegateAsyncUtils() - Constructor in DelegateAsyncUtils
-
- delegateMap - Property in NavigableMap
-
- DELEGATING_METHOD_ANNOATION - Field in ControllerActionTransformer
-
- DelegatingBeanPropertyAccessorImpl - Class in grails.plugin.formfields
- DelegatingBeanPropertyAccessorImpl(java.lang.Object, java.lang.Object, java.lang.Class, java.lang.String, org.grails.scaffolding.model.property.DomainProperty, boolean) - Constructor in DelegatingBeanPropertyAccessorImpl
-
- DelegatingGormEntityApi - Class in org.grails.datastore.gorm
- DelegatingGormEntityApi(GormInstanceApi<D>, D) - Constructor in DelegatingGormEntityApi
-
- DelegatingMethod - Annotation Type in grails.compiler
Used to indicate to the compiler that a particular method simply delegates to another one.
- DelegatingParameters - Class in grails.views.mvc.http
Delegate to a GrailsParameterMap implementation
- DelegatingParameters(grails.util.TypeConvertingMap) - Constructor in DelegatingParameters
-
- delete by ID routes to secondary datasource - DeleteImplementer() - Method in DataServiceConnectionRoutingSpec
-
- delete by ID routes to secondary datasource - FindAndDeleteImplementer() - Method in DataServiceConnectionRoutingSpec
-
- delete from secondary datasource via domain API() - Method in DomainMultiDataSourceSpec
-
- delete removes from secondary datasource() - Method in DataServiceMultiTenantConnectionRoutingSpec
-
- delete with tenant isolation on secondary via domain API() - Method in DomainMultiTenantMultiDataSourceSpec
-
- delete(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
-
- delete(java.lang.Object) - Method in AbstractHibernateSession
-
- delete(java.lang.Iterable) - Method in AbstractSession
-
- DELETE - Enum Constant in CascadeBehavior
-
Cascades the delete operation.
- DELETE_CLAUSE - Field in JpaQueryBuilder
-
- delete(java.io.Serializable) - Method in DataServiceRoutingMetricService
-
- delete(java.io.Serializable) - Method in DataServiceRoutingProductDataService
-
- delete(java.io.Serializable) - Method in DataServiceRoutingProductService
-
- delete(java.util.Map) - Method in DelegatingGormEntityApi
-
- delete(graphql.schema.DataFetchingEnvironment) - Method in DeleteEntityDataFetcher
-
- delete(java.lang.Object) - Method in EntityPersister
-
- delete(java.lang.Object) - Method in FileSystemInteraction
-
Deletes a file
- delete(java.lang.Object) - Method in FileSystemInteractionImpl
-
Deletes a file
- delete(java.util.Map) - Method in GormEntity
-
Deletes an instance from the datastore
- delete(java.util.Map) - Method in GormEntityApi
-
Deletes an instance from the datastore
- delete(D, java.util.Map) - Method in GormInstanceApi
-
Deletes an instance from the datastore
- delete(D, java.util.Map) - Method in GormInstanceOperations
-
Deletes an instance from the datastore
- delete(java.io.Serializable) - Method in GormService
-
- delete(D, java.util.Map) - Method in GormStaticApi
-
- delete(java.lang.Object) - Method in GrailsHibernateTemplate
-
- DELETE - Enum Constant in GraphQLDataFetcherType
-
- DELETE - Enum Constant in GraphQLOperationType
-
- delete(java.lang.Object) - Method in IHibernateTemplate
-
- delete(java.lang.Object, boolean) - Method in InstanceApiHelper
-
- delete() - Method in MockPart
-
- delete(java.lang.Iterable) - Method in MongoSession
-
- delete - Property in Operations
-
- delete(java.lang.Object) - Method in Persister
-
Deletes a single object
- delete() - Method in RestfulController
-
Deletes a resource for the given id
- delete(ID) - Method in ScaffoldService
-
Delete an entity by its identifier.
- delete(java.lang.Object) - Method in Session
-
Deletes a single object
- delete(D, java.util.Map) - Method in TenantDelegatingGormOperations
-
- deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractSession
-
This default implementation of the deleteAll method is unlikely to be optimal as it iterates and deletes each object.
- deleteAll() - Method in DetachedCriteria
-
Deletes all entities matching this criteria
- deleteAll(java.util.Map, java.lang.Iterable) - Method in GormEntity
-
Deletes a list of objects in one go and flushes when param is set
- deleteAll() - Method in GormOperations
-
Deletes all entities matching this criteria
- deleteAll(java.util.Map, java.lang.Iterable) - Method in GormStaticApi
-
Deletes a list of objects in one go and flushes when param is set
- deleteAll(java.lang.Iterable) - Method in GormStaticOperations
-
Deletes a list of objects in one go
- deleteAll(Collection<?>) - Method in GrailsHibernateTemplate
-
- deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in HibernateSession
-
Deletes all objects matching the given criteria.
- deleteAll(Collection<?>) - Method in IHibernateTemplate
-
- deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoCodecSession
-
- deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoSession
-
- deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Session
-
Deletes all objects matching the given criteria
- deleteAll(java.lang.Iterable) - Method in TenantDelegatingGormOperations
-
- DeleteAllSpec - Class in org.apache.grails.data.testing.tck.tests
- DeleteAllSpec() - Constructor in DeleteAllSpec
-
- deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in EntityPersister
-
- deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in MongoCodecEntityPersister
-
- deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in NativeEntryEntityPersister
-
- deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in EntityPersister
-
- deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MongoCodecEntityPersister
-
- deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in NativeEntryEntityPersister
-
- DeleteEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for deleting entities with GraphQL
- DeleteEntityDataFetcher() - Constructor in DeleteEntityDataFetcher
-
- deleteEntries(java.lang.String, List<Object>) - Method in MongoEntityPersister
-
- deleteEntries(java.lang.String, List<K>) - Method in NativeEntryEntityPersister
-
Deletes one or many entries for the given list of Keys
- deleteEntries(java.lang.String, List<Object>) - Method in SimpleMapEntityPersister
-
- deleteEntry(java.lang.String, java.lang.Object, java.lang.Object) - Method in MongoEntityPersister
-
- deleteEntry(java.lang.String, K, java.lang.Object) - Method in NativeEntryEntityPersister
-
Deletes a single entry
- deleteEntry(java.lang.String, java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister
-
- DeleteImplementer - Class in org.grails.datastore.gorm.services.implementers
Implements "void delete(..)"
- DeleteImplementer() - Constructor in DeleteImplementer
-
- deleteInstance(org.grails.datastore.gorm.GormEntity) - Method in DeleteEntityDataFetcher
-
- deleteInstance(org.grails.datastore.gorm.GormEntity) - Method in SoftDeleteEntityDataFetcher
-
- deleteMany(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
-
- deleteOne(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
-
- deleteProduct(java.io.Serializable) - Method in DataServiceRoutingProductDataService
-
- deleteProduct(java.io.Serializable) - Method in DataServiceRoutingProductService
-
- deleteResource(T) - Method in RestfulController
-
Deletes a resource
- deleteResource(T) - Method in RestfulServiceController
-
- deleteResponseHandler - Property in Schema
-
- deletesAreDetected(int) - Method in HibernateConnectionMetadata
-
- DeleteWhereImplementer - Class in org.grails.datastore.gorm.services.implementers
Implement delete method that are annotated with
Where
- DeleteWhereImplementer() - Constructor in DeleteWhereImplementer
-
- DeletingGormDataFetcher - Trait in org.grails.gorm.graphql.fetcher
A trait to describe data fetchers that delete
- dependencies - Field in AbstractGrailsPlugin
-
- dependencies - Field in AbstractProfile
-
- dependencies - Property in DefaultFeature
-
- dependencies - Property in DefaultGrailsClasspath
-
- dependencies - Field in GrailsDependencyVersions
-
- Dependency - Class in org.grails.cli.compiler.dependencies
A single dependency.
- Dependency.Exclusion - Class in org.grails.cli.compiler.dependencies
A dependency exclusion.
- Dependency(java.lang.String, java.lang.String, java.lang.String, List<Exclusion>) - Constructor in Dependency
-
- DependencyAutoConfigurationTransformation - Class in org.grails.cli.compiler
org.codehaus.groovy.transform.ASTTransformation to apply
dependency.
- DependencyAutoConfigurationTransformation(groovy.lang.GroovyClassLoader, org.grails.cli.compiler.grape.DependencyResolutionContext, Iterable<CompilerAutoConfiguration>) - Constructor in DependencyAutoConfigurationTransformation
-
- DependencyCustomizer - Class in org.grails.cli.compiler
Customizer that allows dependencies to be added during compilation.
- DependencyCustomizer(org.grails.cli.compiler.DependencyCustomizer) - Constructor in DependencyCustomizer
-
- dependencyHandler - Property in ExtractDependenciesTask
-
- DependencyManagement - Interface in org.grails.cli.compiler.dependencies
An encapsulation of dependency management information.
- DependencyManagementArtifactCoordinatesResolver - Class in org.grails.cli.compiler.dependencies
- DependencyManagementArtifactCoordinatesResolver(org.grails.cli.compiler.dependencies.DependencyManagement) - Constructor in DependencyManagementArtifactCoordinatesResolver
-
- DependencyManagementBom - Annotation Type in org.grails.cli.groovy
Provides one or more additional sources of dependency management that is used when
resolving @Grab dependencies.
- DependencyManagementBomTransformation - Class in org.grails.cli.compiler
org.codehaus.groovy.transform.ASTTransformation for processing
DependencyManagementBom annotations.
- DependencyManagementBomTransformation(org.grails.cli.compiler.grape.DependencyResolutionContext) - Constructor in DependencyManagementBomTransformation
-
- dependencyNames - Field in AbstractGrailsPlugin
-
- DependencyResolutionContext - Class in org.grails.cli.compiler.grape
Context used when resolving dependencies.
- DependencyResolutionFailedException - Class in org.grails.cli.compiler.grape
Thrown to indicate a failure during dependency resolution.
- DependencyResolutionFailedException(java.lang.Throwable) - Constructor in DependencyResolutionFailedException
-
Creates a new DependencyResolutionFailedException with the given
cause.
- DependentKeyValueBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds a dependent key value for collection associations.
- DependentKeyValueBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CompositeIdentifierToManyToOneBinder) - Constructor in DependentKeyValueBinder
-
- dependsOn - Property in CodecsGrailsPlugin
-
- dependsOn - Property in ControllersGrailsPlugin
-
- dependsOn - Property in ConvertersGrailsPlugin
-
- dependsOn - Property in DataSourceGrailsPlugin
-
- dependsOn - Property in DomainClassGrailsPlugin
-
- dependsOn - Property in GroovyPagesGrailsPlugin
-
- dependsOn - Property in InterceptorsGrailsPlugin
-
- dependsOn - Property in LayoutGrailsPlugin
-
- dependsOn - Property in MimeTypesGrailsPlugin
-
- dependsOn - Property in UrlMappingsGrailsPlugin
-
- Deprecatable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with a builder syntax to provide
deprecation data.
- DEPRECATED_ATTRIBUTE - Field in AbstractLinkingRenderer
-
- deprecated - Property in Deprecatable
-
- deprecated(java.lang.String) - Method in GrailsUtil
-
Logs warning message about some deprecation and code style related hints.
- deprecated() - Method in GraphQL
-
- deprecated - Property in Link
-
Whether the link is deprecated
- deprecationReason - Property in Deprecatable
-
- deprecationReason() - Method in GraphQL
-
- deprecationReason - Property in PersistentGraphQLProperty
-
- DERBY - Enum Constant in DatabaseDriver
-
Apache Derby.
- deRegisterChild(org.hibernate.service.spi.ServiceRegistryImplementor) - Method in HibernateDialectDetectorFactoryBean
-
- derived - Property in Property
-
- Returns:
- Whether the property is derived or not
- desc(java.lang.String) - Method in Query.Order
-
Creates a new order for the given property in descending order
- DESC - Enum Constant in Query.Order.Direction
-
- desc - Property in UniqueGroup
-
- Describable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with a description property and builder method.
- Described - Interface in grails.util
Interface for classes that are described
- describeLocations() - Method in EmbeddedJarResourceAccessor
-
- description - Field in AbstractProfile
-
- description - Property in ByteArrayResource
-
- description - Property in CacheGrailsPlugin
-
- description - Property in CommandArgument
-
The description of the argument
- description - Property in CommandDescription
-
The description of the command
- description - Property in ConfigReportCommand
-
- description - Property in ConfigReportCommand.ConfigPropertyMetadata
-
- description - Property in CreateAppCommand
-
- description - Property in DatabaseMigrationGrailsPlugin
-
- description - Field in DefaultGraphQLDeleteResponseHandler
-
- description - Field in DefaultGraphQLErrorsResponseHandler
-
- description - Property in DefaultMultiStepCommand
-
- description - Property in Describable
-
- description - Property in GebGrailsPlugin
-
- description - Property in GormGraphqlGrailsPlugin
-
- description - Property in GradleCommand
-
- description - Property in GroovyScriptCommand
-
- description - Field in GspTagSourceMacro
-
- description - Property in HelpCommand
-
- description - Property in HibernateGrailsPlugin
-
- description - Property in JsonViewGrailsPlugin
-
- description - Property in ListProfilesCommand
-
- description - Property in MarkupViewGrailsPlugin
-
- description - Property in MongodbGrailsPlugin
-
- description - Property in OpenCommand
-
- description - Property in PersistentGraphQLProperty
-
- description - Property in ProfileInfoCommand
-
- description - Property in ScaffoldingGrailsPlugin
-
- description - Property in SchemaExportCommand
-
- description - Property in Sitemesh3GrailsPlugin
-
- description - Property in UrlMappingsReportCommand
-
- desiredDockerImage - Property in StartMongoGrailsUnitExtension
-
- desiredImage - Property in MongoContainerHolder
-
- deSnapshot(java.lang.String) - Method in VersionComparator
-
Removes any suffixes that indicate that the version is a kind of snapshot
- destdir - Property in GroovyPageCompilerTask
-
- destDir - Property in GroovyPageForkedCompiler
-
- destinationDirectory - Property in GroovyPageForkCompileTask
-
- destinationDirectory - Property in ProfileCompilerTask
-
- destroy() - Method in AbstractDatastore
-
- destroy() - Method in AbstractDatastorePersistenceContextInterceptor
-
- destroy() - Method in AbstractHibernateDatastore
-
- destroy() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- destroy() - Method in AggregatePersistenceContextInterceptor
-
- destroy() - Method in ChildHibernateDatastore
-
- destroy() - Method in GrailsDataTckManager
-
- destroy() - Method in GrailsLayoutViewResolver
-
- destroy() - Method in GrailsTestInterceptor
-
- destroy() - Method in GrailsTestRequestEnvironmentInterceptor
-
Removes the mock request environment
- destroy() - Method in GrailsTestTransactionInterceptor
-
Rolls back the current transaction.
- destroy() - Method in HibernateDatastore
-
- destroy() - Method in HibernateDialectDetectorFactoryBean
-
- destroy() - Method in HibernateMappingContextSessionFactoryBean
-
- destroy() - Method in HibernatePersistenceContextInterceptor
-
- destroy() - Method in MongoDbGormAutoConfiguration
-
Closes the MongoClient only when it was created by this auto-configuration.
- destroy() - Method in NullPersistentContextInterceptor
-
- destroy() - Method in PersistenceContextInterceptor
-
Called to finalize the persistent context.
- destroyCache(java.lang.String) - Method in GrailsCacheManager
-
Destroys the given named cache
- destroyCache(java.lang.String) - Method in GrailsConcurrentLinkedMapCacheManager
-
- destroyCache(java.lang.String) - Method in GrailsConcurrentMapCacheManager
-
- destroyPersistenceContext(org.springframework.context.ApplicationContext) - Method in PersistenceContextInterceptorExecutor
-
- destroyRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
-
- destroyTransactionIfNecessary() - Method in GrailsTestInterceptor
-
- DETACHED_CRITERIA - Field in AbstractDetachedCriteriaServiceImplementor
-
- DETACHED_CRITERIA_CLASS_NODE - Field in DetachedCriteriaTransformer
-
- detachedAssocationCriteria - Field in AbstractHibernateQuery.HibernateAssociationQuery
-
- DetachedAssociationCriteria - Class in org.grails.datastore.gorm.query.criteria
Criterion related to an association
- DetachedAssociationCriteria(java.lang.Class, org.grails.datastore.mapping.model.types.Association, java.lang.String, java.lang.String) - Constructor in DetachedAssociationCriteria
-
- DetachedAssociationFunction - Class in org.grails.orm.hibernate.query
- DetachedCriteria - Class in grails.gorm
Represents criteria that is not bound to the current connection and can be built up and re-used at a later date.
- detachedCriteria - Field in AbstractHibernateQuery
-
- detachedCriteria - Field in AbstractHibernateQuery.CriteriaAndAlias
-
- DetachedCriteria(Class<T>, java.lang.String) - Constructor in DetachedCriteria
-
Constructs a DetachedCriteria instance target the given class and alias for the name
- DetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Transforms regular Groovy-style finders into detached criteria
- DetachedCriteriaSpec - Class in org.apache.grails.data.testing.tck.tests
- DetachedCriteriaSpec() - Constructor in DetachedCriteriaSpec
-
- DetachedCriteriaTransformer - Class in org.grails.datastore.gorm.query.transform
ClassCodeVisitorSupport that transforms where methods into detached criteria queries
- DetachedCriteriaTransformer(org.codehaus.groovy.control.SourceUnit) - Constructor in DetachedCriteriaTransformer
-
- detachedCriteriaVariables - Field in DetachedCriteriaTransformer
-
- DetachedProjections(Projection>) - Constructor in AbstractDetachedCriteria.DetachedProjections
-
- detailedStatCollection - Property in DatabaseCleanupStats
-
Whether detailed debug is enabled so row level counts are collected
- detectAndRegisterTabLibBeans() - Method in StandaloneTagLibraryLookup
-
- detectBomPath(org.gradle.api.Project) - Method in GrailsDependencyValidatorPlugin
-
Scans the project's configurations to find which BOM project is in use.
- detectDeclaredBoms(org.gradle.api.artifacts.ConfigurationContainer) - Method in BomPropertyOverridesPlugin
-
Scans every configuration for declared platform() or
enforcedPlatform() dependencies and returns their coordinates.
- determineGeneratorName(org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, boolean) - Method in HibernateSimpleIdentity
-
- determinePossibleKey(org.apache.grails.gradle.tasks.bom.ExtractedDependencyConstraint, Map<String, String>) - Method in PropertyNameCalculator
-
- determinePropertyType(java.lang.String) - Method in ConstrainedPropertyBuilder
-
- determineRootDir(java.lang.String) - Method in PathMatchingResourcePatternResolver
-
Determine the root directory for the given location.
- determineUri(jakarta.servlet.http.HttpServletRequest) - Method in GrailsExceptionResolver
-
- developers - Property in JsonViewGrailsPlugin
-
- developers - Property in MarkupViewGrailsPlugin
-
- developers - Property in Sitemesh3GrailsPlugin
-
- DEVELOPMENT - Enum Constant in Environment
-
The development environment
- development(Closure<?>) - Method in EnvironmentBlockEvaluator
-
- DevelopmentGrailsApplication - Class in grails.ui.support
- DevelopmentGrailsApplication(Class<?>) - Constructor in DevelopmentGrailsApplication
-
- developmentMode - Field in NamespacedTagDispatcher
-
- DevelopmentShutdownHook - Class in org.grails.dev.support
Registers a shutdown hook to close the application context when CTRL+C is hit in dev mode.
- DevelopmentShutdownHook() - Constructor in DevelopmentShutdownHook
-
- DevelopmentWebApplicationContext - Class in grails.ui.support
A org.springframework.web.context.WebApplicationContext used during development
for things like running scripts and loading the console UI
- DevelopmentWebApplicationContext() - Constructor in DevelopmentWebApplicationContext
-
- DevNullPrintStream - Class in org.grails.io.support
PrintStream that does nothing
- DevNullPrintStream() - Constructor in DevNullPrintStream
-
- dialect - Property in DataSourceSettings
-
The dialect to use
- dialect - Field in HibernateDatabase
-
- digest(java.lang.String, java.lang.Object) - Method in DigestUtils
-
- DigestUtils - Class in org.grails.plugins.codecs
- DigestUtils() - Constructor in DigestUtils
-
- direction - Property in SortConfig
-
The direction to sort by
- directory - Property in WatchPattern
-
The directories being watched, if any
- DirectoryWatcher - Class in org.grails.io.watch
Utility class to watch directories for changes.
- DirectoryWatcher.FileChangeListener - Interface in org.grails.io.watch
Interface for FileChangeListeners
- DirectoryWatcher() - Constructor in DirectoryWatcher
-
Constructor.
- dirty - Field in AbstractPersistentCollection
-
- DIRTY - Enum Constant in CascadeValidateType
-
In addition to the default cascade requirement, only cascade to entities that are DirtyCheckable and hasChanged *
- DIRTY_CHECK_CLASS_NODE - Field in DirtyCheckingTransformer
-
- DIRTY_CHECK_ORDER - Field in GroovyTransformOrder
-
Enables dirty tracking to occur at the domain class level instead of at the ORM level
- DIRTY_CHECKED_PROPERTY_ANNOTATION_NODE - Field in DirtyCheckingTransformer
-
- DIRTY_CHECKED_PROPERTY_CLASS_NODE - Field in DirtyCheckingTransformer
-
- DIRTY_CLASS_MARKER - Field in DirtyCheckingSupport
-
Used internally as a marker.
- DirtyCheck - Annotation Type in grails.gorm.dirty.checking
Apply to enhance an entity with dirty checking support
- DirtyCheckable - Trait in org.grails.datastore.mapping.dirty.checking
Interface to classes that are able to track changes to their internal state.
- DirtyCheckableCollection - Interface in org.grails.datastore.mapping.dirty.checking
- DirtyCheckedProperty - Annotation Type in grails.gorm.dirty.checking
A marker annotation added to methods that are dirty checked
- DirtyCheckingAfterListenerSpec - Class in org.apache.grails.data.testing.tck.tests
- DirtyCheckingAfterListenerSpec() - Constructor in DirtyCheckingAfterListenerSpec
-
- DirtyCheckingCollection - Class in org.grails.datastore.mapping.dirty.checking
Collection capable of marking the parent entity as dirty when it is modified
- DirtyCheckingCollection(java.util.Collection, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingCollection
-
- DirtyCheckingList - Class in org.grails.datastore.mapping.dirty.checking
Wrapper list to dirty check a list and mark a parent as dirty
- DirtyCheckingList(java.util.List, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingList
-
- DirtyCheckingMap - Class in org.grails.datastore.mapping.dirty.checking
A map that can be dirty checked
- DirtyCheckingMap(java.util.Map, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingMap
-
- DirtyCheckingSet - Class in org.grails.datastore.mapping.dirty.checking
Wrapper list to dirty check a list and mark a parent as dirty
- DirtyCheckingSet(java.util.Set, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingSet
-
- DirtyCheckingSortedSet - Class in org.grails.datastore.mapping.dirty.checking
Dirty checks sorted sets
- DirtyCheckingSortedSet(java.util.SortedSet, org.grails.datastore.mapping.dirty.checking.DirtyCheckable, java.lang.String) - Constructor in DirtyCheckingSortedSet
-
- DirtyCheckingSpec - Class in org.apache.grails.data.testing.tck.tests
- DirtyCheckingSpec() - Constructor in DirtyCheckingSpec
-
- DirtyCheckingSupport - Class in org.grails.datastore.mapping.dirty.checking
Support methods for dirty checking
- DirtyCheckingSupport() - Constructor in DirtyCheckingSupport
-
- DirtyCheckingTransformer - Class in org.grails.compiler.gorm
Transforms a domain class making it possible for the domain class to take responsibility of tracking changes to itself, thus removing the responsibility from the ORM system which would have to maintain parallel state
and compare the state of the domain class to the stored state.
- DirtyCheckingTransformer.GetterAndSetter - Class in org.grails.compiler.gorm
- DirtyCheckingTransformer.GetterAndSetter() - Constructor in DirtyCheckingTransformer.GetterAndSetter
-
- DirtyCheckingTransformer() - Constructor in DirtyCheckingTransformer
-
- DirtyCheckTransformation - Class in org.grails.compiler.gorm
Applies the DirtyCheck transformation
- DirtyCheckTransformation() - Constructor in DirtyCheckTransformation
-
- DISABLE_LOOKUP_CACHE - Field in FormFieldsTemplateService
-
- disable_tracing() - Method in JSONParser
-
Disable tracing.
- DisableAutotimeStampSpec - Class in org.apache.grails.data.testing.tck.tests
- DisableAutotimeStampSpec() - Constructor in DisableAutotimeStampSpec
-
- disableControllerProxy() - Method in ControllerUnitTest
-
- disableForUserAgents - Property in HttpServletResponseExtension
-
- disableMultiTenancyFilter() - Method in AbstractHibernateDatastore
-
Disable the tenant id filter for the given datastore and entity
- disassemble(java.lang.Object) - Method in IdentityEnumType
-
- discard(D) - Method in AbstractHibernateGormInstanceApi
-
- discard() - Method in DelegatingGormEntityApi
-
- discard() - Method in GormEntity
-
Discards any pending changes.
- discard() - Method in GormEntityApi
-
Discards any pending changes.
- discard(D) - Method in GormInstanceApi
-
Discards any pending changes.
- discard(D) - Method in GormInstanceOperations
-
Discards any pending changes.
- discard(D) - Method in GormStaticApi
-
- discard(D) - Method in TenantDelegatingGormOperations
-
- disconnect() - Method in AbstractAttributeStoringSession
-
Performs clear up.
- disconnect() - Method in AbstractDatastorePersistenceContextInterceptor
-
- disconnect() - Method in AbstractHibernateSession
-
- disconnect() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- disconnect() - Method in AggregatePersistenceContextInterceptor
-
- disconnect() - Method in HibernatePersistenceContextInterceptor
-
- disconnect() - Method in MongoSession
-
- disconnect() - Method in NullPersistentContextInterceptor
-
- disconnect() - Method in PersistenceContextInterceptor
-
Disconnects the persistence context.
- disconnect() - Method in Session
-
Disconnects from the datastore.
- discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
-
- discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
-
Subclasses should override to customize how entities in hierarchies are discriminated
- discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, java.util.Map) - Method in SimpleMapEntityPersister
-
- discriminator(java.util.Map) - Method in HibernateMappingBuilder
-
- DISCRIMINATOR - Enum Constant in HibernateMappingKeyword
-
- discriminator - Property in Mapping
-
Value used to discriminate entities in table-per-hierarchy inheritance mapping
- DISCRIMINATOR - Enum Constant in MultiTenancySettings.MultiTenancyMode
-
A shared database amongst multiple tenants using a discriminator column
- DiscriminatorConfig - Class in org.grails.orm.hibernate.cfg
Configurations the discriminator
- DiscriminatorConfig() - Constructor in DiscriminatorConfig
-
- DiscriminatorPropertyBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
- DiscriminatorPropertyBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.MappingCacheHolder, org.grails.orm.hibernate.cfg.domainbinding.binder.ConfiguredDiscriminatorBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.DefaultDiscriminatorBinder) - Constructor in DiscriminatorPropertyBinder
-
- disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in EventListenerIntegrator
-
- disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in MetadataIntegrator
-
- disjunction() - Method in AbstractHibernateQuery
-
- disjunction() - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- disjunction() - Method in HibernateAssociationQuery
-
- disjunction() - Method in Query
-
Creates a disjunction (OR) query
- Disjunction(List<Criterion>) - Constructor in Query.Disjunction
-
- DISPATCH_ACTION_PARAMETER - Field in WebUtils
-
- dispatch() - Method in AsyncGrailsWebRequest
-
- dispatch(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in GormAnnotatedListener
-
Dispatch the event to this listener
- dispatch(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.lang.String) - Method in GrailsSiteMeshViewContext
-
- dispatch(jakarta.servlet.ServletContext, java.lang.String) - Method in MockAsyncContext
-
- dispatcherServlet() - Method in ControllersAutoConfiguration
-
- dispatcherServletRegistration(grails.core.GrailsApplication, org.springframework.web.servlet.DispatcherServlet, jakarta.servlet.MultipartConfigElement) - Method in ControllersAutoConfiguration
-
- dispatcherType - Property in GrailsMockHttpServletRequest
-
- dispatchUri - Property in MockAsyncContext
-
- DisplayType - Enum in grails.gorm.validation
Enum representing the display behavior for a constrained property in scaffolded views.
- displayType - Property in DefaultConstrainedProperty
-
the display type controlling where the property is shown in scaffolded views
- DISPOSITION_HEADER_PREFIX - Field in RenderDynamicMethod
-
- Distance - Class in grails.mongodb.geo
Represents the distance from one
Point to another
- Distance(double, grails.mongodb.geo.Metric) - Constructor in Distance
-
Constructs a distance for the given value and optional metric
- distance - Property in Sphere
-
The distance used to calculate the radius in radians
- distinct(java.lang.String) - Method in AbstractCriteriaBuilder
-
Projection that signifies to return only distinct results
- distinct(java.lang.String) - Method in AbstractDetachedCriteria
-
Adds a distinct property projection
- distinct() - Method in AbstractDetachedCriteria.DetachedProjections
-
- distinct() - Method in AbstractHibernateCriteriaBuilder
-
- distinct() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- distinct(java.lang.String) - Method in DetachedCriteria
-
Adds a distinct property projection
- distinct(java.util.Collection, java.lang.String) - Method in ManualProjections
-
- distinct(MongoCollection<Document>, java.lang.String, Map<String, Object>, com.mongodb.ReadPreference) - Method in MongoExtensions
-
- distinct(java.lang.String) - Method in ProjectionList
-
Projection to return only distinct properties
- distinct(java.lang.String) - Method in Projections
-
Projection that signifies to return only distinct results
- distinct(java.lang.String) - Method in Query.ProjectionList
-
- DistinctPropertyProjection(java.lang.String) - Constructor in Query.DistinctPropertyProjection
-
- div(java.lang.Number) - Method in PropertyReference
-
- DIVIDE - Enum Constant in PropertyArithmetic.Operator
-
- doAddArtefact(org.gradle.api.Project, org.gradle.api.publish.maven.MavenPublication) - Method in GrailsProfilePublishGradlePlugin
-
- doAfterBody() - Method in JspInvokeGrailsTagLibTag
-
- doAfterCall(java.lang.Object) - Method in AbstractClosureProxy
-
This method is called after the target closure is invoked.
- doAfterCall(java.lang.Object) - Method in MockClosureProxy
-
Empty implementation.
- doArtefactConfiguration() - Method in AbstractGrailsPluginManager
-
- doArtefactConfiguration() - Method in DefaultGrailsPlugin
-
- doArtefactConfiguration() - Method in GrailsPlugin
-
Called prior to the initialisation of the GrailsApplication instance to
allow the registration of additional ArtefactHandlers
- doArtefactConfiguration() - Method in GrailsPluginManager
-
Called prior to the initialisation of the GrailsApplication object
to allow registration of additional
ArtefactHandler objects.
- doArtefactConfiguration() - Method in ProfilingGrailsPluginManager
-
- doBeforeCall(java.lang.Object) - Method in AbstractClosureProxy
-
This method is called before the target closure is invoked.
- doBeforeCall(java.lang.Object) - Method in MockClosureProxy
-
Checks whether the target "method" is expected or not, on the
basis that this closure is mocking a method with the name
methodName.
- doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition) - Method in DatastoreTransactionManager
-
- doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition) - Method in GrailsHibernateTransactionManager
-
- doBind(java.lang.Object, grails.databinding.DataBindingSource, java.lang.String, java.util.List, java.util.List, grails.databinding.events.DataBindingListener, java.lang.Object) - Method in GrailsWebDataBinder
-
- doBind(java.lang.Object, grails.databinding.DataBindingSource, java.lang.String, java.util.List, java.util.List, grails.databinding.events.DataBindingListener, java.lang.Object) - Method in SimpleDataBinder
-
- doBindInternal(java.lang.Object, grails.databinding.DataBindingSource, java.lang.String, java.util.List, java.util.List, grails.databinding.events.DataBindingListener, java.lang.Object) - Method in GrailsWebDataBinder
-
- doBuildSessionFactory() - Method in HibernateMappingContextSessionFactoryBean
-
- doCall(java.lang.Object) - Method in JspInvokeGrailsTagLibTag
-
- doCall(java.lang.Object) - Method in MethodInvokingClosure
-
- doCall(java.lang.Object) - Method in MongoQuery.AggregatedResultList
-
- doCall(java.lang.Object) - Method in TagBodyClosure
-
- doCall(java.lang.Object) - Method in TagOutput.ConstantClosure
-
- docBaseUrl - Property in CreateReleaseDropDownTask
-
- DocEngine - Class in grails.doc
A Radeox Wiki engine for generating documentation using a confluence style syntax.
- DocEngine(org.radeox.api.engine.context.InitialRenderContext) - Constructor in DocEngine
-
- doChainEncoders(org.grails.encoder.EncodedAppender) - Method in ChainedEncoder
-
- doCharReplacementEncoding(java.lang.Object) - Method in AbstractCharReplacementEncoder
-
- doCleanUp(org.grails.taglib.encoder.OutputContext, java.io.Writer) - Method in GroovyPageWritable
-
- doCleanupAfterCompletion(java.lang.Object) - Method in DatastoreTransactionManager
-
- doCommit(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
-
- DocPublisher - Class in grails.doc
Coordinated the DocEngine the produce documentation based on the gdoc format.
- DocPublisher(java.io.File, java.io.File, java.lang.Object) - Constructor in DocPublisher
-
- DocPublisherTask - Class in grails.doc.ant
An ant task for using the DocEngine.
- DocPublisherTask() - Constructor in DocPublisherTask
-
- doctype - Property in XmlUtils.Format
-
- document(groovy.lang.Closure) - Method in MappingBuilder
-
Build a MongoDB document mapping
- document - Property in MockDataFetchingEnvironment
-
- documentation - Property in DatabaseMigrationGrailsPlugin
-
- documentation - Property in GebGrailsPlugin
-
- documentation - Property in GormGraphqlGrailsPlugin
-
- documentation - Property in HibernateGrailsPlugin
-
- documentation - Property in JsonViewGrailsPlugin
-
- documentation - Property in MarkupViewGrailsPlugin
-
- documentation - Property in MongodbGrailsPlugin
-
- documentation - Property in ScaffoldingGrailsPlugin
-
- DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in DocumentPersistentEntity.DocumentCollectionMapping
-
- DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
-
- DocumentDatastore - Interface in org.grails.datastore.mapping.document
- Authors:
- Guillaume Laforge
- DocumentMappingContext - Class in org.grails.datastore.mapping.document.config
- DocumentMappingContext(java.lang.String, groovy.lang.Closure) - Constructor in DocumentMappingContext
-
- DocumentPersistentEntity - Class in org.grails.datastore.mapping.document.config
- DocumentPersistentEntity.DocumentCollectionMapping - Class in org.grails.datastore.mapping.document.config
- DocumentPersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in DocumentPersistentEntity
-
- doDiffToChangeLog(java.io.File, liquibase.database.Database, liquibase.database.Database) - Method in DatabaseMigrationCommand
-
- doDynamicMethods() - Method in AbstractGrailsPluginManager
-
- doDynamicMethods() - Method in DefaultGrailsPluginManager
-
- doDynamicMethods() - Method in GrailsPluginManager
-
Called on all plugins so that they can add new methods/properties/constructors etc.
- doDynamicMethods() - Method in ProfilingGrailsPluginManager
-
- doEachMethod(java.lang.String) - Method in GroovySyntaxTag
-
- doEncode(java.lang.Object) - Method in BasicJSONEncoder
-
- doEncode(java.lang.Object) - Method in BasicXMLEncoder
-
- doEncode(java.lang.Object) - Method in HTMLEncoder
-
- doEndTag() - Method in GrailsTag
-
process the end tag
- doEndTag() - Method in GroovyCollectTag
-
- doEndTag() - Method in GroovyDefTag
-
- doEndTag() - Method in GroovyEachTag
-
- doEndTag() - Method in GroovyElseIfTag
-
- doEndTag() - Method in GroovyElseTag
-
- doEndTag() - Method in GroovyFindAllTag
-
- doEndTag() - Method in GroovyGrepTag
-
- doEndTag() - Method in GroovyWhileTag
-
- doEndTag() - Method in JspInvokeGrailsTagLibTag
-
- doesCascade(jakarta.persistence.CascadeType) - Method in Association
-
Returns true if this association cascades for the given cascade operation
- doesCascadeValidate(java.lang.Object) - Method in Association
-
Returns true if this association should cascade validation to the given entity.
- doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractReadOperationImplementer
-
- doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWriteOperationImplementer
-
- doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in MethodValidationImplementer
-
- doesEnhance(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ServiceEnhancer
-
Does this service enhancer enhance the method
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractServiceImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractStringQueryImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountWhereImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllByInterfaceProjectionImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAndDeleteImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneByInterfaceProjectionImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindOneWhereImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in MethodValidationImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in SaveImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ServiceImplementer
-
Does this service implement the method
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateOneImplementer
-
- doesImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
-
- doesMatch(jakarta.servlet.http.HttpServletRequest) - Method in Interceptor
-
- Returns:
- Whether the current interceptor does match
- doesMatch(java.lang.String, grails.web.mapping.UrlMappingInfo, java.lang.String) - Method in Matcher
-
Perform the matches using the http method of the request instead of the UrlMappingInfo
- doesMatch(java.lang.String, grails.web.mapping.UrlMappingInfo, java.lang.String) - Method in UrlMappingMatcher
-
- doesMatchInternal(grails.web.mapping.UrlMappingInfo, java.lang.String) - Method in UrlMappingMatcher
-
- doesMaxRowSizeIncludeBlobs() - Method in HibernateConnectionMetadata
-
- doesMethodExist(groovy.lang.MetaClass, java.lang.String, java.lang.Class, boolean, boolean) - Method in TagLibraryMetaUtils
-
- doesNotHoldNonDefaultSession() - Method in SessionHolder
-
- doesRealMethodExist(groovy.lang.MetaClass, java.lang.String, java.lang.Class, boolean) - Method in GormEnhancer
-
- doesRequirePropertyIndexing() - Method in AbstractMongoObectEntityPersister
-
- doesRequirePropertyIndexing() - Method in NativeEntryEntityPersister
-
Subclasses should override to optimize away manual property indexing if it is not required
- doesReturnKeys() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- doesReturnKeys() - Method in AbstractPersistentCollection
-
- doesReturnKeys() - Method in AssociationQueryExecutor
-
- Returns:
- Whether the query returns the keys for the entities or the enities themselves
- doesReturnKeys() - Method in SimpleMapEntityPersister.2
-
- doesTagReturnObject(java.lang.String, java.lang.String) - Method in TagLibraryLookup
-
- doExecute(HibernateCallback<T>, boolean) - Method in GrailsHibernateTemplate
-
Execute the action specified by the given action object within a Session.
- doFilterInternal(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.FilterChain) - Method in GrailsWebRequestFilter
-
- doFilterInternal(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.FilterChain) - Method in HiddenHttpMethodFilter
-
- doFindAllClassPathResources(java.lang.String) - Method in CachingPathMatchingResourcePatternResolver
-
- doFindMatchingFileSystemResources(java.io.File, java.lang.String) - Method in PathMatchingResourcePatternResolver
-
Find all resources in the file system that match the given location pattern
via the Ant-style PathMatcher.
- doFindPathMatchingFileResources(org.grails.io.support.Resource, java.lang.String) - Method in PathMatchingResourcePatternResolver
-
Find all resources in the file system that match the given location pattern
via the Ant-style PathMatcher.
- doFindPathMatchingJarResources(org.grails.io.support.Resource, java.lang.String) - Method in PathMatchingResourcePatternResolver
-
Find all resources in jar files that match the given location pattern
via the Ant-style PathMatcher.
- Dog - Class in org.apache.grails.data.testing.tck.domains
- Dog() - Constructor in Dog
-
- doGenerateChangeLog(java.io.File, liquibase.database.Database) - Method in DatabaseMigrationCommand
-
- doGeneratePreviousChangesetSql(java.io.Writer, liquibase.database.Database, liquibase.Liquibase, java.lang.String, java.lang.String) - Method in DatabaseMigrationCommand
-
- doGetActiveProfiles() - Method in GrailsEnvironment
-
- doGetSession(org.grails.datastore.mapping.core.Datastore, boolean) - Method in DatastoreUtils
-
Get a Datastore Session for the given Datastore.
- doGetTransaction() - Method in DatastoreTransactionManager
-
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in AbstractArrayOrIterableResultImplementer
-
Implement the method for the given arguments
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractDetachedCriteriaServiceImplementor
-
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
-
Subclasses should override to add the logic that implements the method
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractStringQueryImplementer
-
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWhereImplementer
-
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
-
Subclasses should override to add the logic that implements the method
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in FindAllByImplementer
-
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, boolean) - Method in FindOneByImplementer
-
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in SaveImplementer
-
- doImplement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in UpdateOneImplementer
-
- doInHibernate(org.hibernate.Session) - Method in GrailsHibernateTemplate.HibernateCallback
-
- doInHibernate(org.hibernate.Session) - Method in PagedResultList
-
- doInRequestEnvironment(java.lang.String, groovy.lang.Closure) - Method in GrailsTestRequestEnvironmentInterceptor
-
Calls init() before and destroy() after invoking body.
- doInSession(org.grails.datastore.mapping.core.Session) - Method in AbstractDatastore
-
- doInSession(org.grails.datastore.mapping.core.Session) - Method in AbstractFindByFinder
-
- doInSession(org.grails.datastore.mapping.core.Session) - Method in CountByFinder
-
- doInSession(org.grails.datastore.mapping.core.Session) - Method in FindAllByFinder
-
- doInSession(org.grails.datastore.mapping.core.Session) - Method in ListOrderByFinder
-
- doInSession(org.grails.datastore.mapping.core.Session) - Method in SessionCallback
-
- doInSession(org.grails.datastore.mapping.core.Session) - Method in VoidSessionCallback
-
- doInTransaction(org.springframework.transaction.TransactionStatus) - Method in GrailsTransactionTemplate.1
-
- doInTransaction(org.springframework.transaction.TransactionStatus) - Method in GrailsTransactionTemplate.2
-
- doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in AbstractFindByFinder
-
- doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in CountByFinder
-
- doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in DynamicFinder
-
- doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindAllByFinder
-
- doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindOrCreateByFinder
-
- doInvokeInternal(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in FindOrSaveByFinder
-
- doInvokeMethod(java.lang.String, java.lang.Object, java.lang.Object) - Method in ConstrainedPropertyBuilder
-
- DOLLAR_SEPARATOR - Field in NameUtils
-
- domain and service counts match on secondary() - Method in CrossLayerMultiDataSourceSpec
-
- domain delete reflected in data service count() - Method in CrossLayerMultiDataSourceSpec
-
- domain save visible through data service() - Method in CrossLayerMultiDataSourceSpec
-
- domain save with tenant visible through service() - Method in CrossLayerMultiTenantMultiDataSourceSpec
-
- DOMAIN_DIR - Field in GrailsASTUtils
-
- DOMAIN_DIR_PATH - Field in GrailsResourceUtils
-
- DOMAIN_PATH_PATTERN - Field in AstUtils
-
- DOMAIN_PATH_PATTERN - Field in GrailsResourceUtils
-
- domain - Field in Scaffold
-
Domain/entity class (alternative to value).
- DOMAIN_TYPE - Field in AstUtils
-
- DomainBuilder - Class in grails.util
- DomainBuilder.DefaultGrailsChildPropertySetter - Class in grails.util
- DomainBuilder() - Constructor in DomainBuilder
-
- DomainClass - Trait in grails.artefact
A trait implemented by all domain classes
- domainClass - Property in DomainPropertyImpl
-
- DomainClassArtefactHandler - Class in org.grails.core.artefact
Evaluates the conventions that define a domain class in Grails.
- DomainClassArtefactHandler() - Constructor in DomainClassArtefactHandler
-
- DomainClassCompleter - Class in org.grails.cli.interactive.completers
A completer for domain classes
- DomainClassCompleter() - Constructor in DomainClassCompleter
-
- DomainClassFetcher - Interface in org.grails.web.converters.marshaller
- DomainClassGrailsPlugin - Class in org.grails.plugins.domain
Configures the domain classes in the spring context.
- DomainClassGrailsPlugin() - Constructor in DomainClassGrailsPlugin
-
- DomainClassMarshaller - Class in org.grails.web.converters.marshaller.xml
Object marshaller for domain classes to XML
- DomainClassMarshaller(boolean, boolean, grails.core.support.proxy.ProxyHandler, grails.core.GrailsApplication) - Constructor in DomainClassMarshaller
-
- DomainClassTraitInjector - Class in grails.compiler.traits
- DomainClassTraitInjector() - Constructor in DomainClassTraitInjector
-
- DomainEventListener - Class in org.grails.datastore.gorm.events
An event listener that provides support for GORM domain events.
- DomainEventListener(org.grails.datastore.mapping.core.connections.ConnectionSourcesProvider, org.grails.datastore.mapping.model.MappingContext) - Constructor in DomainEventListener
-
- DomainEventsSpec - Class in org.apache.grails.data.testing.tck.tests
- DomainEventsSpec() - Constructor in DomainEventsSpec
-
- DomainFieldModifier - Class in grails.codegen.model
Utility class for modifying domain class source files to add properties and fields.
- DomainFieldModifier() - Constructor in DomainFieldModifier
-
- DomainInputRenderer - Interface in org.grails.scaffolding.registry
Used to render a single domain class property on a form
- DomainInputRendererRegistry - Class in org.grails.scaffolding.registry
- DomainInputRendererRegistry() - Constructor in DomainInputRendererRegistry
-
- domainInputRendererRegistry - Property in DomainRendererRegisterer
-
- domainInputRendererRegistry - Property in PropertyMarkupRendererImpl
-
- domainInputRendererRegistry() - Method in ScaffoldingBeanConfiguration
-
- DomainMappingTypeCheckingExtension - Class in org.grails.compiler
- DomainMappingTypeCheckingExtension() - Constructor in DomainMappingTypeCheckingExtension
-
- DomainMarkupRenderer - Interface in org.grails.scaffolding.markup
Used to output markup that represents a given domain class.
- domainMarkupRenderer() - Method in ScaffoldingBeanConfiguration
-
- DomainMarkupRendererImpl - Class in org.grails.scaffolding.markup
- DomainMarkupRendererImpl() - Constructor in DomainMarkupRendererImpl
-
- DomainModelService - Interface in org.grails.scaffolding.model
An API to retrieve properties from a PersistentEntity
- domainModelService - Property in DomainMarkupRendererImpl
-
- domainModelService() - Method in ScaffoldingBeanConfiguration
-
- DomainModelServiceImpl - Class in org.grails.scaffolding.model
- DomainModelServiceImpl() - Constructor in DomainModelServiceImpl
-
- DomainMultiDataSourceSpec - Class in org.apache.grails.data.testing.tck.tests
- DomainMultiDataSourceSpec() - Constructor in DomainMultiDataSourceSpec
-
- DomainMultiTenantMultiDataSourceSpec - Class in org.apache.grails.data.testing.tck.tests
- DomainMultiTenantMultiDataSourceSpec() - Constructor in DomainMultiTenantMultiDataSourceSpec
-
- DomainOutputRenderer - Interface in org.grails.scaffolding.registry
Used to render markup that represents how single domain class property will be displayed
- DomainOutputRendererRegistry - Class in org.grails.scaffolding.registry
- DomainOutputRendererRegistry() - Constructor in DomainOutputRendererRegistry
-
- domainOutputRendererRegistry - Property in DomainRendererRegisterer
-
- domainOutputRendererRegistry - Property in PropertyMarkupRendererImpl
-
- domainOutputRendererRegistry() - Method in ScaffoldingBeanConfiguration
-
- DomainProperty - Interface in org.grails.scaffolding.model.property
An API to join the PersistentProperty to the org.springframework.validation.Validator
to assist with scaffolding
- domainProperty - Property in BeanPropertyAccessorImpl
-
- DomainPropertyFactory - Interface in org.grails.scaffolding.model.property
- domainPropertyFactory - Property in DomainModelServiceImpl
-
- domainPropertyFactory() - Method in ScaffoldingBeanConfiguration
-
- DomainPropertyFactoryImpl - Class in org.grails.scaffolding.model.property
- DomainPropertyFactoryImpl() - Constructor in DomainPropertyFactoryImpl
-
- DomainPropertyImpl - Class in org.grails.scaffolding.model.property
- DomainPropertyImpl(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.MappingContext) - Constructor in DomainPropertyImpl
-
- domainPropertyManager - Property in Schema
-
- domainRegistryEntries - Field in DomainRendererRegistry
-
- DomainRenderer - Interface in org.grails.scaffolding.registry
Used to render markup for a domain class property
- DomainRendererRegisterer - Class in org.grails.scaffolding.registry
Bean for registering the default domain renderers
- DomainRendererRegisterer() - Constructor in DomainRendererRegisterer
-
- domainRendererRegisterer() - Method in ScaffoldingBeanConfiguration
-
- DomainRendererRegistry - Class in org.grails.scaffolding.registry
A registry of domain property renderers sorted by priority and order of addition
- DomainRendererRegistry() - Constructor in DomainRendererRegistry
-
- DomainServiceLocator - Class in grails.plugin.scaffolding
Resolves the appropriate service bean for a given domain class by:
- Scanning only beans of type GormService
- Matching via: domainClass.isAssignableFrom(service.getResource())
- domainsHaveBeenMocked - Property in DataTest
-
- DomainUnitTest - Trait in grails.testing.gorm
- doManualDirtyCheck(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
-
- doMatch(java.lang.String, java.lang.String, boolean, Map<String,String>) - Method in AntPathMatcher
-
Actually match the given path against the given pattern.
- DONE - Enum Constant in JSONWriter.Mode
-
- Done() - Method in SimpleCharStream
-
Reset buffer when finished.
- doOptions() - Method in ArchiveCommand.ArchiveOptionHandler
-
- doOptions() - Method in CompilerOptionHandler
-
- doPeekBinarySize() - Method in JsonReader
-
- doPeekBinarySubType() - Method in JsonReader
-
- doPostProcessing(org.springframework.context.ApplicationContext) - Method in AbstractGrailsPluginManager
-
Base implementation that will simply go through each plugin and call doWithApplicationContext on each.
- doPostProcessing(org.springframework.context.ApplicationContext) - Method in GrailsPluginManager
-
Performs post-initialization configuration for each plugin,
passing the built application context (e.g., doWithApplicationContext).
- doPostProcessing(org.springframework.context.ApplicationContext) - Method in ProfilingGrailsPluginManager
-
- doProcessProperties(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, org.springframework.util.StringValueResolver) - Method in GrailsPlaceholderConfigurer
-
- doReadBinaryData() - Method in JsonReader
-
- doReadBoolean() - Method in JsonReader
-
- doReadDateTime() - Method in JsonReader
-
- doReadDBPointer() - Method in JsonReader
-
- doReadDecimal128() - Method in JsonReader
-
- doReadDouble() - Method in JsonReader
-
- doReadEndArray() - Method in JsonReader
-
- doReadEndDocument() - Method in JsonReader
-
- doReadInt32() - Method in JsonReader
-
- doReadInt64() - Method in JsonReader
-
- doReadJavaScript() - Method in JsonReader
-
- doReadJavaScriptWithScope() - Method in JsonReader
-
- doReadMaxKey() - Method in JsonReader
-
- doReadMinKey() - Method in JsonReader
-
- doReadNull() - Method in JsonReader
-
- doReadObjectId() - Method in JsonReader
-
- doReadRegularExpression() - Method in JsonReader
-
- doReadStartArray() - Method in JsonReader
-
- doReadStartDocument() - Method in JsonReader
-
- doReadString() - Method in JsonReader
-
- doReadSymbol() - Method in JsonReader
-
- doReadTimestamp() - Method in JsonReader
-
- doReadUndefined() - Method in JsonReader
-
- doRender(java.lang.String, org.grails.web.servlet.mvc.GrailsWebRequest, org.grails.taglib.TemplateVariableBinding, Map<String,Object>, java.lang.Object, java.io.Writer) - Method in GroovyPagesTemplateRenderer
-
- doRenderTemplate(Map<String,Object>, org.grails.web.servlet.mvc.GrailsWebRequest, jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) - Method in GroovyPageView
-
- doResume(java.lang.Object, java.lang.Object) - Method in DatastoreTransactionManager
-
- doRetrieveMatchingFiles(java.lang.String, java.io.File, Set<File>) - Method in PathMatchingResourcePatternResolver
-
Recursively retrieve files that match the given pattern,
adding them to the given result list.
- doRollback(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
-
- doRollback(org.springframework.transaction.support.DefaultTransactionStatus) - Method in GrailsHibernateTransactionManager
-
- doRuntimeConfiguration(java.lang.String, org.grails.spring.RuntimeSpringConfiguration) - Method in AbstractGrailsPluginManager
-
Base implementation that will perform runtime configuration for the specified plugin name.
- doRuntimeConfiguration(java.lang.String, org.grails.spring.RuntimeSpringConfiguration) - Method in GrailsPluginManager
-
Executes the runtime configuration for a specific plugin AND all its dependencies.
- doRuntimeConfiguration(org.grails.spring.RuntimeSpringConfiguration) - Method in ProfilingGrailsPluginManager
-
- doSave(D, java.util.Map, org.grails.datastore.mapping.core.Session, boolean) - Method in GormInstanceApi
-
- doSecondPass(java.util.Map) - Method in ListSecondPass
-
- doSecondPass(java.util.Map) - Method in MapSecondPass
-
- doSecondPass(java.util.Map) - Method in SetSecondPass
-
- doService(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) - Method in GroovyPagesServlet
-
- doSetRollbackOnly(org.springframework.transaction.support.DefaultTransactionStatus) - Method in DatastoreTransactionManager
-
- doSkipName() - Method in JsonReader
-
- doSkipValue() - Method in JsonReader
-
- doStartTag() - Method in GrailsTag
-
Process the start tag
- doStartTag() - Method in GroovyCollectTag
-
- doStartTag() - Method in GroovyDefTag
-
- doStartTag() - Method in GroovyEachTag
-
- doStartTag() - Method in GroovyElseTag
-
- doStartTag() - Method in GroovyFindAllTag
-
- doStartTag() - Method in GroovyGrepTag
-
- doStartTag() - Method in GroovyWhileTag
-
- doStartTag() - Method in JspInvokeGrailsTagLibTag
-
- doStartTagInternal() - Method in JspInvokeGrailsTagLibTag
-
- doSuspend(java.lang.Object) - Method in DatastoreTransactionManager
-
- DOT_CHAR - Field in GenericGroovyTemplateResolver
-
- doTag(java.io.Writer, Map<String,Object>, Closure<?>) - Method in JspTag
-
Invokes a tag with a closure representing the body of the tag
- doTag(java.io.Writer, Map<String, Object>, Closure<?>) - Method in JspTagImpl
-
- dottedPath - Property in NavigableMap
-
- double(java.lang.String, java.lang.Double) - Method in DelegatingParameters
-
- double(java.lang.String, java.lang.Double) - Method in EmptyParameters
-
- double(grails.web.mvc.FlashScope, java.lang.String, java.lang.Double) - Method in FlashScopeExtension
-
- DOUBLE - Field in HibernateCriteriaBuilder
-
- double(jakarta.servlet.http.HttpServletRequest, java.lang.String, java.lang.Double) - Method in HttpServletRequestExtension
-
- double(jakarta.servlet.http.HttpSession, java.lang.String, java.lang.Double) - Method in HttpSessionExtension
-
- double(java.lang.String, java.lang.Double) - Method in Parameters
-
Obtains the value of a parameter as a Double
- double(jakarta.servlet.ServletContext, java.lang.String, java.lang.Double) - Method in ServletContextExtension
-
- double(java.lang.String, java.lang.Double) - Method in TypeConvertingMap
-
- DOUBLE_WILDCARD_PATTERN - Field in RegexUrlMapping
-
- doubleConverter() - Method in DefaultConvertersConfiguration
-
- doubleQuotes - Property in XmlUtils.Format
-
- DoubleToFloatConverter - Class in org.grails.datastore.mapping.model.types.conversion
- Authors:
- Stefan Armbruster
- DoubleToFloatConverter() - Constructor in DoubleToFloatConverter
-
- doValidate(java.lang.Object) - Method in ClosureEventListener
-
- doWith(org.grails.gorm.graphql.interceptor.manager.GraphQLInterceptorManager) - Method in GraphQLPostProcessor
-
- doWithApplicationContext() - Method in CacheGrailsPlugin
-
- doWithApplicationContext() - Method in DatabaseMigrationGrailsPlugin
-
- doWithApplicationContext(org.springframework.context.ApplicationContext) - Method in DefaultGrailsPlugin
-
- doWithApplicationContext() - Method in GrailsApplicationLifeCycle
-
Invoked once the org.springframework.context.ApplicationContext has been refreshed and after {#doWithDynamicMethods()} is invoked.
- doWithApplicationContext() - Method in GrailsApplicationLifeCycleAdapter
-
- doWithApplicationContext() - Method in GrailsAutoConfiguration
-
- doWithApplicationContext(org.springframework.context.ApplicationContext) - Method in GrailsPlugin
-
- doWithApplicationContext() - Method in GroovyPagesGrailsPlugin
-
Clear the page cache with the ApplicationContext is loaded
- doWithApplicationContext() - Method in InterceptorsGrailsPlugin
-
- doWithApplicationContext() - Method in Plugin
-
Invokes once the ApplicationContext has been refreshed and after {#doWithDynamicMethods()} is invoked.
- doWithConfig - Property in GrailsApplicationBuilder
-
- doWithConfig() - Method in GrailsUnitTest
-
- doWithDynamicMethods(org.springframework.context.ApplicationContext) - Method in DefaultGrailsPlugin
-
- doWithDynamicMethods() - Method in GrailsApplicationLifeCycle
-
Invoked once the org.springframework.context.ApplicationContext has been refreshed in a phase where plugins can add dynamic methods.
- doWithDynamicMethods() - Method in GrailsApplicationLifeCycleAdapter
-
- doWithDynamicMethods() - Method in GrailsAutoConfiguration
-
- doWithDynamicMethods(org.springframework.context.ApplicationContext) - Method in GrailsPlugin
-
Calls a "doWithDynamicMethods" closure that allows a plugin to register dynamic methods at runtime
- doWithDynamicMethods() - Method in Plugin
-
Invoked in a phase where plugins can add dynamic methods.
- doWithRuntimeConfiguration(org.grails.spring.RuntimeSpringConfiguration) - Method in DefaultGrailsPlugin
-
- doWithRuntimeConfiguration(org.grails.spring.RuntimeSpringConfiguration) - Method in GrailsPlugin
-
Executes the plugin code that performs runtime configuration as defined in the doWithSpring closure
- doWithServletContext(jakarta.servlet.ServletContext) - Method in GrailsWebPluginManager
-
- doWithSession(org.grails.datastore.mapping.core.Datastore, groovy.lang.Closure) - Method in DatastoreUtils
-
Execute the closure in the current session if it exists, or create a new one and close it otherwise.
- doWithSpring() - Method in CacheGrailsPlugin
-
- doWithSpring() - Method in ControllersAsyncGrailsPlugin
-
- doWithSpring() - Method in ControllersGrailsPlugin
-
- doWithSpring() - Method in ConvertersGrailsPlugin
-
- doWithSpring() - Method in CoreGrailsPlugin
-
- doWithSpring() - Method in DatabaseMigrationGrailsPlugin
-
- doWithSpring() - Method in DataSourceGrailsPlugin
-
- doWithSpring() - Method in DomainClassGrailsPlugin
-
- doWithSpring() - Method in EventBusGrailsPlugin
-
- doWithSpring() - Method in FieldsGrailsPlugin
-
- doWithSpring() - Method in GormGraphqlGrailsPlugin
-
- doWithSpring - Property in GrailsApplicationBuilder
-
- doWithSpring() - Method in GrailsApplicationLifeCycle
-
Sub classes should override to provide implementations
- doWithSpring() - Method in GrailsApplicationLifeCycleAdapter
-
- doWithSpring() - Method in GrailsAutoConfiguration
-
- doWithSpring() - Method in GrailsUnitTest
-
- doWithSpring() - Method in GroovyPagesGrailsPlugin
-
Configures the various Spring beans required by GSP
- doWithSpring() - Method in HibernateGrailsPlugin
-
- doWithSpring() - Method in InterceptorsGrailsPlugin
-
- doWithSpring() - Method in JsonViewGrailsPlugin
-
- doWithSpring() - Method in LayoutGrailsPlugin
-
- doWithSpring() - Method in MarkupViewGrailsPlugin
-
- doWithSpring() - Method in MongodbGrailsPlugin
-
- doWithSpring() - Method in Plugin
-
Sub classes should override to provide implementations
- doWithSpring() - Method in RestResponderGrailsPlugin
-
- doWithSpring() - Method in ScaffoldingGrailsPlugin
-
- doWithSpring() - Method in ServicesGrailsPlugin
-
- doWithSpring() - Method in Sitemesh3GrailsPlugin
-
- doWithSpring() - Method in UrlMappingsGrailsPlugin
-
- download(java.lang.String) - Method in DownloadSupportDelegate
-
- download(java.util.Map) - Method in LocalhostDownloadSupport
-
- downloadBytes(java.lang.String, groovy.lang.Closure) - Method in DownloadSupportDelegate
-
- downloadContent(groovy.lang.Closure) - Method in DownloadSupportDelegate
-
- downloadStream(groovy.lang.Closure) - Method in DownloadSupportDelegate
-
- downloadSupport - Property in ContainerSupport
-
- DownloadSupportDelegate - Trait in grails.plugin.geb.support.delegate
Handles delegation to the DownloadSupport instance so that the Geb API can be used directly in the test.
- downloadText(groovy.lang.Closure) - Method in DownloadSupportDelegate
-
- doWrite(java.io.Writer) - Method in AbstractWritableScript
-
Subclasses should implement to perform the write
- doWrite(java.io.Writer) - Method in JsonViewWritableScript
-
- doWriteBinaryData(org.bson.BsonBinary) - Method in JsonWriter
-
- doWriteBoolean(boolean) - Method in JsonWriter
-
- doWriteDateTime(long) - Method in JsonWriter
-
- doWriteDBPointer(org.bson.BsonDbPointer) - Method in JsonWriter
-
- doWriteDecimal128(org.bson.types.Decimal128) - Method in JsonWriter
-
- doWriteDouble(double) - Method in JsonWriter
-
- doWriteEndArray() - Method in JsonWriter
-
- doWriteEndDocument() - Method in JsonWriter
-
- doWriteInt32(int) - Method in JsonWriter
-
- doWriteInt64(long) - Method in JsonWriter
-
- doWriteJavaScript(java.lang.String) - Method in JsonWriter
-
- doWriteJavaScriptWithScope(java.lang.String) - Method in JsonWriter
-
- doWriteMaxKey() - Method in JsonWriter
-
- doWriteMinKey() - Method in JsonWriter
-
- doWriteNull() - Method in JsonWriter
-
- doWriteObjectId(org.bson.types.ObjectId) - Method in JsonWriter
-
- doWriteRegularExpression(org.bson.BsonRegularExpression) - Method in JsonWriter
-
- doWriteStartArray() - Method in JsonWriter
-
- doWriteStartDocument() - Method in JsonWriter
-
- doWriteString(java.lang.String) - Method in JsonWriter
-
- doWriteSymbol(java.lang.String) - Method in JsonWriter
-
- doWriteTimestamp(org.bson.BsonTimestamp) - Method in JsonWriter
-
- doWriteTo(org.grails.taglib.encoder.OutputContext, java.io.Writer) - Method in GroovyPageWritable
-
- doWriteUndefined() - Method in JsonWriter
-
- driverAs(Class<T>) - Method in BrowserDelegate
-
Delegates to geb.Browser#driverAs(Class).
- driverClassName(java.lang.String) - Method in DataSourceBuilder
-
- driverClassName - Property in DataSourceSettings
-
The driver class name
- DriverDelegate - Trait in grails.plugin.geb.support.delegate
Handles delegation to select methods of the driver instance for end user convenience.
- dropIndex(MongoCollection<Document>, Map<String, Object>, com.mongodb.client.model.DropIndexOptions) - Method in MongoExtensions
-
- dumpEncodedParts() - Method in StreamCharBuffer
-
- DYNAMIC_INSERT - Enum Constant in HibernateMappingKeyword
-
- DYNAMIC_METHODS_REGISTERED - Field in GrailsContextEvent
-
- DYNAMIC_UPDATE - Enum Constant in HibernateMappingKeyword
-
- DynamicAttributeHelper - Class in org.grails.datastore.gorm.schemaless
Helper class for use in other traits
- DynamicAttributes - Trait in org.grails.datastore.gorm.schemaless
A trait that adds support for defining dynamic attributes for databases that support it
- DynamicElementReader - Class in grails.spring
Used by BeanBuilder to read a Spring namespace expression in the Groovy DSL.
- DynamicElementReader(java.lang.String, java.util.Map, org.springframework.beans.factory.xml.NamespaceHandler, org.springframework.beans.factory.xml.ParserContext) - Constructor in DynamicElementReader
-
- dynamicEnhance - Property in GormEnhancer
-
Whether to enhance classes dynamically using meta programming as well, only necessary for Java classes
- DynamicFinder - Class in org.grails.datastore.gorm.finders
Abstract base class for dynamic finders.
- DynamicFinder(java.util.regex.Pattern, java.lang.String, org.grails.datastore.mapping.model.MappingContext) - Constructor in DynamicFinder
-
- DynamicFinderInvocation - Class in org.grails.datastore.gorm.finders
Value object used to construct all the information necessary to invoke a dynamic finder.
- DynamicFinderInvocation(java.lang.Class, java.lang.String, java.lang.Object, List<MethodExpression>, groovy.lang.Closure, java.lang.String) - Constructor in DynamicFinderInvocation
-
- dynamicFinders - Field in AbstractDetachedCriteria
-
- DynamicFinderTypeCheckingExtension - Class in org.grails.compiler
- DynamicFinderTypeCheckingExtension() - Constructor in DynamicFinderTypeCheckingExtension
-
- dynamicInsert(boolean) - Method in HibernateMappingBuilder
-
- dynamicInsert - Property in Mapping
-
Whether to use dynamically created insert queries, at the cost of some performance
- dynamicPlugins - Field in DefaultPluginDiscovery
-
- dynamicPrefix - Property in ViewsTransform
-
- dynamicUpdate(boolean) - Method in HibernateMappingBuilder
-
- dynamicUpdate - Property in Mapping
-
Whether to use dynamically created update queries, at the cost of some performance
- GAE - Enum Constant in DatabaseDriver
-
Google App Engine.
- GDM_EVENT_PACKAGE - Field in SpringEventTranslator
-
- ge(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be greater than or equal to the given value
- ge(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
-
- ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
Creates a "greater than or equal to" Criterion based on the specified property name and value
- ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
-
- ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- ge(java.lang.String, java.lang.Object) - Method in Criteria
-
Used to restrict a value to be greater than or equal to the given value
- ge(java.lang.String, java.lang.Object) - Method in DetachedCriteria
-
- ge(java.lang.String, java.lang.Object) - Method in Query
-
Used to restrict a value to be greater than or equal to the given value
- geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
-
- geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- geAll(java.lang.String, QueryableCriteria<?>) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
-
- GebGrailsPlugin - Class in grails.plugin.geb
- GebGrailsPlugin() - Constructor in GebGrailsPlugin
-
- GebOnFailureReporter - Class in grails.plugin.geb
- GebOnFailureReporter() - Constructor in GebOnFailureReporter
-
- GebRecordingTestListener - Class in grails.plugin.geb
A test listener that reports the test result to
org.testcontainers.containers.BrowserWebDriverContainer
so that recordings may be saved.
- GebRecordingTestListener(grails.plugin.geb.WebDriverContainerHolder) - Constructor in GebRecordingTestListener
-
- generate(java.lang.String, java.lang.String, int, java.util.Map) - Method in CustomCacheKeyGenerator
-
- generate() - Method in ExtractDependenciesTask
-
- generate(java.lang.String, java.lang.String, int, java.util.Map) - Method in GrailsCacheKeyGenerator
-
- Parameters:
className - The name of the class
- generate(org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.lang.Object, org.hibernate.generator.EventType) - Method in GrailsNativeGenerator
-
- generate(AbstractQuery<?>, From<?,?>, List<Query.Criterion>, org.grails.orm.hibernate.query.JpaQueryContext, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in PredicateGenerator
-
- generate() - Method in Schema
-
- generateAlias(java.lang.String) - Method in AbstractHibernateQuery
-
- generateCheckSum() - Method in GroovyChange
-
- GENERATED - Enum Constant in ValueGenerator
-
Generated by the datastore implementation
- generatedGroovyPagesDirectory - Property in GroovyPageCompiler
-
- generatedKeyAlwaysReturned() - Method in HibernateConnectionMetadata
-
- generatedViewCache - Field in ScaffoldingViewResolver
-
- generateGsp(java.io.Writer, boolean) - Method in GroovyPageParser
-
- generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
-
- generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in NativeEntryEntityPersister
-
Subclasses should override to provide id generation.
- generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, java.util.Map) - Method in SimpleMapEntityPersister
-
- generateIdForURI(java.lang.String, java.util.Date, java.lang.Object) - Method in AtomRenderer
-
- generateJavaName(java.lang.String) - Method in GroovyPageCompiler
-
- generateParseException() - Method in JSONParser
-
Generate ParseException.
- generatePluginXml(org.codehaus.groovy.ast.ClassNode, java.lang.String, Set<String>, java.io.File) - Method in GlobalGrailsClassInjectorTransformation
-
- generateRollbackStatements(liquibase.database.Database) - Method in GroovyChange
-
- generateServiceDescriptor(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode) - Method in ServiceTransformation
-
- generateStatements(liquibase.database.Database) - Method in GroovyChange
-
- generateToc(java.lang.Object) - Method in YamlTocStrategy
-
- generateToken(java.lang.String) - Method in SynchronizerTokensHolder
-
- generator - Property in HibernateSimpleIdentity
-
The generator to use
- generator - Property in Identity
-
The generator to use
- generator - Property in JsonView
-
The default generator
- generator - Property in JsonViewConfiguration
-
- generator - Property in JsonViewTemplate
-
- generator - Property in JsonViewTemplateEngine
-
- generator - Property in Property
-
Set the id generator name or class.
- GeneratorCreationContextWrapper - Class in org.grails.orm.hibernate.cfg.domainbinding.util
A wrapper for GeneratorCreationContext that allows overriding the Value.
- GeneratorCreationContextWrapper(org.hibernate.generator.GeneratorCreationContext, org.hibernate.mapping.Value) - Constructor in GeneratorCreationContextWrapper
-
- GenericBeanFactoryAccessor - Class in org.grails.spring.beans.factory
A fork of the Spring 2.5.6 GenericBeanFactoryAccess class that was removed from Spring 3.0.
- GenericBeanFactoryAccessor(org.springframework.beans.factory.ListableBeanFactory) - Constructor in GenericBeanFactoryAccessor
-
Constructs a GenericBeanFactoryAccessor that wraps the supplied ListableBeanFactory.
- GenericBomAstTransformation - Class in org.grails.cli.compiler
A base class that lets plugin authors easily add additional BOMs to all apps.
- GenericGroovyTemplateResolver - Class in grails.views.resolve
A generic TemplateResolver for resolving Groovy templates that are compiled into classes
- GenericGroovyTemplateResolver() - Constructor in GenericGroovyTemplateResolver
-
- GenericGroovyTemplateView - Class in grails.views.mvc
An implementation of the Spring AbstractUrlBaseView class for ResolvableGroovyTemplateEngine
- GenericGroovyTemplateView() - Constructor in GenericGroovyTemplateView
-
- GenericGroovyTemplateViewResolver - Class in grails.views.mvc
A UrlBasedViewResolver for ResolvableGroovyTemplateEngine
- GenericGroovyTemplateViewResolver(grails.views.mvc.SmartViewResolver) - Constructor in GenericGroovyTemplateViewResolver
-
- GenericJavaBeanMarshaller - Class in org.grails.web.converters.marshaller.xml
- Authors:
- Siegfried Puchbauer
- GenericViewConfiguration - Trait in grails.views
Default configuration
- GenericViewUriResolver - Class in grails.views.resolve
Generic implementation for resolving views
- GenericViewUriResolver(java.lang.String) - Constructor in GenericViewUriResolver
-
- GEO_INTERSECTS_OPERATOR - Field in MongoQuery
-
- GEO_TYPE - Field in GeoJSONType
-
- GEO_WITHIN_OPERATOR - Field in MongoQuery
-
- GeoCriterion(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoCriterion
-
- geoIndex(java.lang.String) - Method in MongoAttribute
-
Sets the geo index type
- GeoIntersects - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoIntersects style queries
- GeoIntersects(Class<?>, java.lang.String) - Constructor in GeoIntersects
-
- geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoCriteriaBuilder
-
Geospacial query for the given shape returning records that are found to intersect the given shape
- geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoQuery
-
Geospacial query for values within the given shape
- GeoIntersects(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoIntersects
-
- GeoJSON - Interface in grails.mongodb.geo
Marker interface for shapes that are GeoJSON shapes
- GeoJSONType - Class in org.grails.datastore.gorm.mongo.geo
Abstract class for persisting Shape instances in GeoJSON format.
- GeoJSONType(Class<T>) - Constructor in GeoJSONType
-
- geoJsonTypeMap - Property in ShapeType
-
- GEOMETRIES - Field in GeometryCollectionType
-
- GEOMETRY_OPERATOR - Field in MongoQuery
-
- GeometryCollection - Class in grails.mongodb.geo
Represents a GeoJSON GeometryCollection.
- GeometryCollection() - Constructor in GeometryCollection
-
- GeometryCollectionType - Class in org.grails.datastore.gorm.mongo.geo
Custom type implementation for persisting GeometryCollection instances
- GeometryCollectionType() - Constructor in GeometryCollectionType
-
- GeoWithin - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoWithin style queries
- GeoWithin(Class<?>, java.lang.String) - Constructor in GeoWithin
-
- geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoCriteriaBuilder
-
Geospacial query for the given shape returning records that are found within the given shape
- geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoQuery
-
Geospacial query for values within the given shape
- GeoWithin(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoWithin
-
- geProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
-
Constraints a property to be greater than or equal to a specified other property
- geProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
-
- geProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that tests if the first property is greater than or equal to the second property
- geProperty(java.lang.String, java.lang.String) - Method in Criteria
-
Constrains a property to be greater than or equal to a specified other property
- geProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
-
- geProperty(java.lang.String, java.lang.String) - Method in Restrictions
-
Constraints a property to be greater than or equal to a specified other property
- geSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
-
- geSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
-
- geSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
-
- geSome(java.lang.String, Closure<?>) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is greater than or equal to some of the given values
- geSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
-
- get by ID from secondary datasource via domain API() - Method in DomainMultiDataSourceSpec
-
- get by ID routes to secondary datasource() - Method in DataServiceConnectionRoutingSpec
-
- get retrieves from secondary datasource() - Method in DataServiceMultiTenantConnectionRoutingSpec
-
- get(groovy.lang.Closure) - Method in AbstractHibernateCriteriaBuilder
-
- get(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
-
- get(int) - Method in AbstractResultList
-
- get(java.lang.Object) - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- get(java.lang.Object) - Method in AbstractTypeConvertingMap
-
- get(long, java.util.concurrent.TimeUnit) - Method in BoundPromise
-
- get(Closure<?>) - Method in BuildableCriteria
-
Defines and executes a get query ( a single result) in a single call.
- GET_CALL - Field in AbstractHibernateCriteriaBuilder
-
- GET_CALL - Enum Constant in CriteriaMethods
-
- get(graphql.schema.DataFetchingEnvironment) - Method in ClosureDataFetcher
-
- get(Class<T>, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
-
- get(java.lang.String) - Method in CodeGenConfig
-
- get(Class<?>) - Method in CollectionHolder
-
Get.
- get(java.lang.Object) - Method in CompositeConfig
-
- get(java.lang.Object) - Method in ConfigProperties
-
- get(graphql.schema.DataFetchingEnvironment) - Method in CountEntityDataFetcher
-
- get(graphql.schema.DataFetchingEnvironment) - Method in CreateEntityDataFetcher
-
- get(groovy.lang.Closure) - Method in CriteriaBuilder
-
Defines and executes a get query (a single result) in a single call.
- get(java.io.Serializable) - Method in DataServiceRoutingMetricService
-
- get(java.io.Serializable) - Method in DataServiceRoutingProductDataService
-
- get(java.io.Serializable) - Method in DataServiceRoutingProductService
-
- get(graphql.schema.DataFetchingEnvironment) - Method in DefaultGormDataFetcher
-
- get(graphql.schema.DataFetchingEnvironment) - Method in DefaultGraphQLErrorsResponseHandler.1
-
- get(graphql.schema.DataFetchingEnvironment) - Method in DefaultGraphQLErrorsResponseHandler.2
-
- get(graphql.schema.DataFetchingEnvironment) - Method in DefaultGraphQLErrorsResponseHandler.3
-
- get(java.lang.String, java.lang.String) - Method in DelegatingParameters
-
- get(graphql.schema.DataFetchingEnvironment) - Method in DeleteEntityDataFetcher
-
- get(groovy.lang.Closure) - Method in DetachedCriteria
-
Returns a single result matching the criterion contained within this DetachedCriteria instance
- get(org.grails.scaffolding.model.property.DomainProperty) - Method in DomainRendererRegistry
-
- get(java.lang.String, java.lang.String) - Method in EmptyParameters
-
- get(graphql.schema.DataFetchingEnvironment) - Method in EntityDataFetcher
-
- get(long, java.util.concurrent.TimeUnit) - Method in FutureTaskPromise
-
- get(java.io.Serializable) - Method in GormEntity
-
Retrieves an object from the datastore. eg.
- get() - Method in GormQueryOperations
-
Returns a single result matching the criterion contained within this DetachedCriteria instance
- get(java.io.Serializable) - Method in GormService
-
- get(java.io.Serializable) - Method in GormStaticApi
-
Retrieves an object from the datastore. eg.
- get(java.io.Serializable) - Method in GormStaticOperations
-
Retrieves an object from the datastore. eg.
- get(long, java.util.concurrent.TimeUnit) - Method in GparsPromise
-
- get(java.lang.Object) - Method in GPathResultMap
-
- get(java.lang.Object, Callable<T>) - Method in GrailsConcurrentLinkedMapCache
-
- get(java.lang.Object) - Method in GrailsConcurrentMapCache
-
- get(java.lang.Object) - Method in GrailsFlashScope
-
- get(Class<T>, java.io.Serializable, org.hibernate.LockMode) - Method in GrailsHibernateTemplate
-
- get(java.lang.Object) - Method in GrailsParameterMap
-
- GET - Enum Constant in GraphQLDataFetcherType
-
- get(java.lang.String, java.util.Map, java.lang.String) - Method in GraphQLSpec.GraphQLRequestHelper
-
- get(java.lang.Object) - Method in HalGPathResultMap
-
- get(boolean) - Method in Holder
-
- GET_ID_METHOD - Field in EntityProxyMethodHandler
-
- get(Class<T>, java.io.Serializable, org.hibernate.LockMode) - Method in IHibernateTemplate
-
- get(graphql.schema.DataFetchingEnvironment) - Method in InterceptingDataFetcher
-
- get(int) - Method in JSONArray
-
Get the object value associated with an index.
- get(java.lang.Object) - Method in JSONObject
-
- get(java.lang.Object) - Method in LazyMetaPropertyMap
-
Obtains the value of an object's properties on demand using Groovy's MOP.
- GET_META_CLASS - Field in GroovyObjectMethodHandler
-
- get() - Method in Metadata.FinalReference
-
- get(int) - Method in MongoQuery.AggregatedResultList
-
- get(java.lang.Object) - Method in NavigableMap
-
- get(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
-
- get(java.lang.Object) - Method in NavigableMapConfig
-
- get - Property in Operations
-
- get(int) - Method in PagedList
-
- get(int) - Method in PagedResultList
-
- get(java.lang.String, java.lang.String) - Method in Parameters
-
Obtains the value of a parameter
- get(int) - Method in PersistentList
-
- get(graphql.schema.DataFetchingEnvironment) - Method in PersistentPropertyDataFetcher
-
- get(java.lang.Object) - Method in PrefixedConfig
-
- get(long, java.util.concurrent.TimeUnit) - Method in PromiseList
-
- get(long, java.util.concurrent.TimeUnit) - Method in PromiseMap
-
Synchronously return the populated map with all values obtained from promises used
inside the populated map
- GET_PROPERTY - Field in GroovyObjectMethodHandler
-
- get(java.lang.Object) - Method in PropertyResolverMap
-
- GET_PROXY_KEY_METHOD - Field in EntityProxyMethodHandler
-
- get(ID) - Method in ScaffoldService
-
Retrieve a single entity by its identifier.
- get(graphql.schema.DataFetchingEnvironment) - Method in SingleEntityDataFetcher
-
- get() - Method in SupplierUtil
-
- get(long, java.util.concurrent.TimeUnit) - Method in SynchronousPromise
-
- GET_TAG_LIB_NAMESPACE_METHOD_NAME - Field in TagLibraryTransformer
-
- GET_TARGET_METHOD - Field in EntityProxyMethodHandler
-
- get(java.io.Serializable) - Method in TenantDelegatingGormOperations
-
- get() - Method in Tenants.CurrentTenant
-
- Returns:
- Obtain the current tenant
- GET_TRANSACTION_MANAGER_METHOD - Field in TransactionalTransform
-
- get(graphql.schema.DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
-
- get() - Method in WebDriverContainerHolder.1
-
- get(java.lang.Object) - Method in WriteFilteringMap
-
The map is infinite, either returning a value or an empty next level map
- getAbsolutePath() - Method in ContainerGebFileInputSource
-
- getAbsoluteTemplateURI(java.lang.String, boolean) - Method in GenericViewUriResolver
-
Used to resolve template names that are not relative to a controller.
- getAbsoluteTemplateURI(java.lang.String, boolean) - Method in GroovyPagesUriService
-
- getAbsoluteTemplateURI(java.lang.String, boolean) - Method in GroovyPagesUriSupport
-
Used to resolve template names that are not relative to a controller.
- getAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriService
-
- getAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriSupport
-
Obtains a view URI that is not relative to any given controller
- getAcceptMimeType() - Method in RenderContext
-
- Returns:
- Returns the mime type accepted by the client or null if non specified
- getAcceptMimeType() - Method in ServletRenderContext
-
- getAction() - Method in ForwardUrlMappingInfo
-
- getAction() - Method in JspFormRemoteTag
-
- getAction() - Method in JspFormTag
-
- getAction() - Method in JspLinkTag
-
- getAction() - Method in JspRemoteFunctionTag
-
- getAction() - Method in JspRemoteLinkTag
-
- getAction() - Method in JspSubmitToRemoteTag
-
- getActionName() - Method in AbstractUrlMapping
-
- getActionName(java.lang.String) - Method in DefaultRequestStateLookupStrategy
-
- getActionName() - Method in DefaultUrlMappingInfo
-
- getActionName() - Method in GrailsRequestContext
-
- getActionName() - Method in GrailsRequestStateLookupStrategy
-
The action name
- getActionName() - Method in GrailsWebRequest
-
- getActionName() - Method in RenderContext
-
- Returns:
- The current action name
- getActionName() - Method in ServletRenderContext
-
- getActionName() - Method in UrlMapping
-
Retrieves the action name which is either a groovy.lang.Closure that evaluates the action
name at runtime or a java.lang.String that represents the action name
- getActionName() - Method in UrlMappingInfo
-
The name of the action that the URL mappping maps to
- getActionName() - Method in WebAttributes
-
Obtains the currently executing action name
- getActionName() - Method in WebRequestDelegatingRequestContext
-
- getActions() - Method in DefaultGrailsControllerClass
-
- getActions() - Method in GrailsControllerClass
-
- getActionUri() - Method in Controller
-
Returns the URI of the currently executing action
- getActiveProfiles() - Method in MavenSettings
-
- getAdapted() - Method in AdaptedImplementer
-
- getAdditional() - Method in GraphQLMapping
-
- getAdditionalBeansConfiguration(org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
-
Internal method aiding in datastore configuration.
- getAdditionalDependencies() - Method in GrailsApplicationCompilerAutoConfiguration
-
- getAfter() - Method in JspFormRemoteTag
-
- getAfter() - Method in JspRemoteFunctionTag
-
- getAfter() - Method in JspRemoteLinkTag
-
- getAfter() - Method in JspSubmitToRemoteTag
-
- getAggregationPipeline() - Method in MongoQuery.AggregatePipeline
-
- getAlias() - Method in AbstractDetachedCriteria
-
- Returns:
- The root alias to be used for the query
- getAlias() - Method in QueryableCriteria
-
- Returns:
- The alias to be used for the query, null if none
- getAliasedExpression(java.lang.String) - Method in JpaQueryContext
-
- getAliasRegistry() - Method in JpaQueryContext
-
- getAll(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
-
- getAll() - Method in GormEntity
-
- getAll() - Method in GormStaticApi
-
- getAll() - Method in GormStaticOperations
-
- getAll() - Method in TenantDelegatingGormOperations
-
- getAllArtefacts() - Method in DefaultGrailsApplication
-
Returns all the classes identified as artefacts by ArtefactHandler instances.
- getAllArtefacts() - Method in GrailsApplication
-
Retrieves all java.lang.Class instances considered Artefacts loaded by the Grails class loader
- getAllArtefacts() - Method in StandaloneGrailsApplication
-
- getAllAssociationMap(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
-
Retrieves the association map
- getAllAssociationMap(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
- getAllClasses() - Method in DefaultGrailsApplication
-
Retrieves all classes loaded by the GrailsApplication.
- getAllClasses() - Method in GrailsApplication
-
Retrieves all java.lang.Class instances loaded by the Grails class loader
- getAllClasses() - Method in StandaloneGrailsApplication
-
- getAllConnectionSources() - Method in ConnectionSources
-
- getAllConnectionSources() - Method in InMemoryConnectionSources
-
- getAllConnectionSources() - Method in SingletonConnectionSources
-
- getAllConnectionSources() - Method in StaticConnectionSources
-
- getAllEvents() - Method in Event
-
- Returns:
- The names of all persistence events
- getAllInterfaces(java.lang.Object) - Method in GrailsClassUtils
-
Return all interfaces that the given instance implements as array,
including ones implemented by superclasses.
- getAllInterfacesAsSet(java.lang.Object) - Method in GrailsClassUtils
-
Return all interfaces that the given instance implements as Set,
including ones implemented by superclasses.
- getAllInterfacesForClass(Class<?>, java.lang.ClassLoader) - Method in GrailsClassUtils
-
Return all interfaces that the given class implements as array,
including ones implemented by superclasses.
- getAllInterfacesForClassAsSet(java.lang.Class, java.lang.ClassLoader) - Method in GrailsClassUtils
-
Return all interfaces that the given class implements as Set,
including ones implemented by superclasses.
- getAllKeys() - Method in GrailsCache
-
- getAllKeys() - Method in GrailsConcurrentLinkedMapCache
-
- getAllKeys() - Method in GrailsConcurrentMapCache
-
- getAllowedReleaseTypes(grails.init.GrailsVersion, grails.init.GrailsWrapper) - Method in GrailsVersion
-
- getAllPlugins() - Method in AbstractGrailsPluginManager
-
- getAllPlugins() - Method in BasePluginFilter
-
Returns all plugins from the original input as an unmodifiable collection.
- getAllPlugins() - Method in GrailsPluginManager
-
Returns all loaded plugins.
- getAllProfiles() - Method in AbstractJarProfileRepository
-
- getAllProfiles() - Method in MavenProfileRepository
-
- getAllProfiles() - Method in ProfileRepository
-
- Returns:
- All the available profiles in the repository
- getAnnotatedClasses() - Method in HibernateMappingContextSessionFactoryBean
-
- getAnnotatedPackages() - Method in HibernateMappingContextSessionFactoryBean
-
- getAnnotationType() - Method in AbstractGormASTTransformation
-
- getAnnotationType() - Method in AbstractStringQueryImplementer
-
- getAnnotationType() - Method in ArtefactTypeAstTransformation
-
- getAnnotationType() - Method in CacheableTransformation
-
- getAnnotationType() - Method in CacheEvictTransformation
-
- getAnnotationType() - Method in CachePutTransformation
-
- getAnnotationType() - Method in PublisherTransform
-
- getAnnotationType() - Method in ServiceTransformation
-
- getAnnotationType() - Method in SubscriberTransform
-
- getAnnotationType() - Method in TagLibArtefactTypeAstTransformation
-
- getAnnotationType() - Method in TenantTransform
-
- getAnnotationType() - Method in TransactionalTransform
-
- getAnnotationTypeClass() - Method in ArtefactTypeAstTransformation
-
- getAnnotationTypeClass() - Method in ControllerArtefactTypeTransformation
-
- getAppDir(org.grails.io.support.Resource) - Method in GrailsResourceUtils
-
- getApplication() - Method in AbstractGrailsClass
-
- getApplication() - Method in GrailsClass
-
The GrailsApplication that this class belongs to
- getApplication() - Method in GroovyChange
-
Called from the change or rollback closure.
- getApplication() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getApplicationClass() - Method in DefaultGrailsApplication
-
- Returns:
- The application class
- getApplicationContext() - Method in AbstractDatastore
-
- deprecated:
- Deprecated, will be removed in a future version of GORM
- getApplicationContext() - Method in ApplicationAttributes
-
- Returns:
- The application context for servlet
- getApplicationContext() - Method in ConvertersApi
-
- getApplicationContext() - Method in ConvertersConfigurationInitializer
-
- getApplicationContext() - Method in DatabaseCleanupContext
-
- Returns:
- the Spring ApplicationContext, or null if not yet resolved
- getApplicationContext() - Method in Datastore
-
Get the application context.
- getApplicationContext() - Method in DefaultGrailsApplicationAttributes
-
- getApplicationContext() - Method in DefaultRuntimeSpringConfiguration
-
- getApplicationContext() - Method in GrailsRequestContext
-
The ApplicationContext instance.
- getApplicationContext() - Method in GrailsUnitTest
-
- Returns:
- grailsApplication.mainContext
- getApplicationContext() - Method in GrailsWebRequest
-
Obtains the ApplicationContext object.
- getApplicationContext() - Method in Holders
-
- getApplicationContext() - Method in Plugin
-
- Returns:
- The ApplicationContext
- getApplicationContext() - Method in RuntimeSpringConfiguration
-
Retrieves the application context from the current state.
- getApplicationContext() - Method in ServletAttributes
-
Obtains the ApplicationContext instance
- getApplicationContext() - Method in WebRequestDelegatingRequestContext
-
- getApplicationDefaultDecorator(jakarta.servlet.http.HttpServletRequest) - Method in GroovyPageLayoutFinder
-
- getApplicationEventPublisher() - Method in AbstractDatastore
-
- getApplicationEventPublisher() - Method in Datastore
-
Get the application event publisher.
- getApplicationEventPublisher() - Method in HibernateDatastore
-
- getApplicationEventPublisher() - Method in MongoDatastore
-
- Returns:
- The ConfigurableApplicationEventPublisher instance used by this datastore
- getApplicationEventPublisher() - Method in SimpleMapDatastore
-
- getApplicationName() - Method in Metadata
-
- Returns:
- The application name
- getApplicationUri(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getApplicationUri(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
-
- getApplicationVersion() - Method in Metadata
-
- getAppliedConstraint(java.lang.String) - Method in ConstrainedDelegate
-
- getAppliedConstraint(java.lang.String) - Method in ConstrainedProperty
-
Obtain an applied constraint
- getAppliedConstraint(java.lang.String) - Method in DefaultConstrainedProperty
-
Obtains an applied constraint by name.
- getAppliedConstraints() - Method in ConstrainedDelegate
-
- Returns:
- Returns the appliedConstraints.
- getAppliedConstraints() - Method in ConstrainedProperty
-
- Returns:
- Returns the appliedConstraints.
- getAppliedConstraints() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the appliedConstraints.
- getAppliedMarker() - Method in AbstractCacheTransformation
-
- getAppliedMarker() - Method in AbstractGormASTTransformation
-
- getAppliedMarker() - Method in PublisherTransform
-
- getAppliedMarker() - Method in ServiceTransformation
-
- getAppliedMarker() - Method in SubscriberTransform
-
- getAppliedMarker() - Method in TenantTransform
-
- getAppliedMarker() - Method in TransactionalTransform
-
- getArgs() - Method in DatabaseMigrationCommand
-
- getArgs() - Method in GrailsApplicationCommand
-
- getArgs() - Method in GroovyScriptCommand
-
- Returns:
- The arguments as a list of strings
- getArgs() - Method in SourceOptions
-
- getArgsArray() - Method in SourceOptions
-
- getArgsMap() - Method in GroovyScriptCommand
-
- Returns:
- The undeclared command line arguments
- getArgument(java.lang.String) - Method in CommandDescription
-
Returns an argument for the given name or null if it doesn't exist
- getArgument(graphql.schema.DataFetchingEnvironment) - Method in CreateEntityDataFetcher
-
- getArgument(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in CustomArgument
-
- getArgument(java.lang.String) - Method in MockDataFetchingEnvironment
-
- getArgumentOrDefault(java.lang.String, java.lang.Object) - Method in MockDataFetchingEnvironment
-
- getArguments(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in Arguable
-
- getArguments() - Method in CommandDescription
-
Arguments to the command
- getArguments() - Method in DynamicFinder
-
- getArguments() - Method in DynamicFinderInvocation
-
- getArguments(graphql.schema.DataFetchingEnvironment) - Method in EntityDataFetcher
-
- getArguments() - Method in MethodExpression
-
- getArguments() - Method in RenderContext
-
- Returns:
- Arguments passed by the user
- getArgumentsRequired() - Method in DynamicFinder
-
- getArgumentsRequired() - Method in MethodExpression
-
- getArtefact() - Method in ArtefactAdditionEvent
-
- getArtefact(java.lang.String, java.lang.String) - Method in DefaultGrailsApplication
-
Retrieves an artefact for the given type and name.
- getArtefact(java.lang.String, java.lang.String) - Method in GrailsApplication
-
- getArtefact(java.lang.String, java.lang.String) - Method in StandaloneGrailsApplication
-
- getArtefactByLogicalPropertyName(java.lang.String, java.lang.String) - Method in DefaultGrailsApplication
-
- getArtefactByLogicalPropertyName(java.lang.String, java.lang.String) - Method in GrailsApplication
-
Retrieves an artefact by its logical property name.
- getArtefactByLogicalPropertyName(java.lang.String, java.lang.String) - Method in StandaloneGrailsApplication
-
- getArtefactCount(java.lang.String) - Method in DefaultGrailsApplication
-
Retrieves the number of artefacts registered for the given artefactType as defined by the ArtefactHandler.
- getArtefactDirectory(java.lang.String) - Method in GrailsResourceUtils
-
Takes a file path and returns the name of the folder under grails-app i.e:
- getArtefactForFeature(java.lang.Object) - Method in ArtefactHandler
-
- getArtefactForFeature(java.lang.Object) - Method in ArtefactHandlerAdapter
-
- getArtefactForFeature(java.lang.String, java.lang.Object) - Method in DefaultGrailsApplication
-
- getArtefactForFeature(java.lang.String, java.lang.Object) - Method in GrailsApplication
-
- getArtefactForFeature(java.lang.String, java.lang.Object) - Method in StandaloneGrailsApplication
-
- getArtefactForFeature(java.lang.Object) - Method in TagLibArtefactHandler
-
Looks up a tag library by using either a full qualified tag name such as g:link or
via namespace such as "g".
- getArtefactHandler(java.lang.String) - Method in DefaultGrailsApplication
-
- getArtefactHandler(java.lang.String) - Method in GrailsApplication
-
Returns the ArtefactHandler for the given type
- getArtefactHandler(java.lang.String) - Method in StandaloneGrailsApplication
-
- getArtefactHandlers() - Method in DefaultGrailsApplication
-
- getArtefactHandlers() - Method in GrailsApplication
-
- getArtefactHandlers() - Method in StandaloneGrailsApplication
-
- getArtefactInfo(java.lang.String) - Method in DefaultGrailsApplication
-
Get the cache of classes for the specified artefact type.
- getArtefactInfo(java.lang.String) - Method in GrailsApplication
-
- getArtefactInfo(java.lang.String) - Method in StandaloneGrailsApplication
-
- getArtefactInstance() - Method in ParameterizedGrailsUnitTest
-
- getArtefacts(java.lang.String) - Method in DefaultGrailsApplication
-
Returns all of the GrailsClass instances for the given artefactType as defined by the ArtefactHandler
- getArtefacts(java.lang.String) - Method in GrailsApplication
-
- getArtefacts(java.lang.String) - Method in StandaloneGrailsApplication
-
- getArtefactType() - Method in AbstractGrailsArtefactTransformer
-
- getArtefactType() - Method in ControllerDomainTransformer
-
- getArtefactType() - Method in ConvertersDomainTransformer
-
- getArtefactType(java.lang.Class) - Method in DefaultGrailsApplication
-
- getArtefactType(java.lang.Class) - Method in GrailsApplication
-
Returns the ArtefactHandler for the given class or null
- getArtefactType(java.lang.Class) - Method in StandaloneGrailsApplication
-
- getArtefactType() - Method in TagLibraryTransformer
-
- getArtefactTypes() - Method in AbstractGrailsArtefactTransformer
-
- getArtefactTypes() - Method in ApplicationClassInjector
-
- getArtefactTypes() - Method in CompileStaticArtefactInjector
-
- getArtefactTypes() - Method in ControllerActionTransformer
-
- getArtefactTypes() - Method in ControllerTraitInjector
-
- getArtefactTypes() - Method in DefaultGrailsDomainClassInjector
-
- getArtefactTypes() - Method in DirtyCheckingTransformer
-
- getArtefactTypes() - Method in DomainClassTraitInjector
-
- getArtefactTypes() - Method in EntityTraitInjector
-
- getArtefactTypes() - Method in GormTransformer
-
- getArtefactTypes() - Method in GrailsArtefactClassInjector
-
- getArtefactTypes() - Method in InterceptorTraitInjector
-
- getArtefactTypes() - Method in TagLibraryTraitInjector
-
- getArtefactTypes() - Method in TagLibraryTransformer
-
- getArtefactTypes() - Method in TraitInjector
-
- getArtefactTypes() - Method in WebDataBindingTraitInjector
-
- getArtifactCoordinatesResolver() - Method in DependencyResolutionContext
-
- getArtifactId(java.lang.String) - Method in ArtifactCoordinatesResolver
-
Gets the artifact id of the artifact identified by the given module.
- getArtifactId() - Method in Dependency
-
Return the dependency artifact id.
- getArtifactId() - Method in Dependency.Exclusion
-
Return the exclusion artifact ID.
- getArtifactId(java.lang.String) - Method in DependencyManagementArtifactCoordinatesResolver
-
- getAs() - Method in JspRenderErrorsTag
-
- getAssocationMap(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
-
Returns a map containing the names and types of the given association type. eg.
- getAssociatedClass() - Method in HibernateToManyEntityProperty
-
- getAssociatedClassName(org.grails.scaffolding.model.property.DomainProperty) - Method in BidirectionalToManyInputRenderer
-
- getAssociatedEntity() - Method in Association
-
- Returns:
- The entity associated with the this association
- getAssociatedEntity() - Method in Basic
-
- getAssociatedEntity() - Method in DomainProperty
-
- Returns:
- The associated entity if the property is an association
- getAssociatedEntity() - Method in DomainPropertyImpl
-
- getAssociatedEntity() - Method in HibernateAssociation
-
- getAssociatedType() - Method in DomainProperty
-
- Returns:
- The type of the association
- getAssociatedType() - Method in DomainPropertyImpl
-
- getAssociation() - Method in AssociationCriteria
-
- getAssociation() - Method in AssociationQuery
-
The association being queried
- getAssociationCriteria() - Method in HibernateAssociationQuery
-
Returns the criteria collected inside the association closure.
- getAssociationDescription(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
-
- getAssociationId(java.lang.String) - Method in GormEntity
-
Obtains the id of an association without initialising the association
- getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
-
- getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in NativeEntryEntityPersister
-
Obtains an indexer for the given association
- getAssociationIndexer(java.util.Map, org.grails.datastore.mapping.model.types.Association) - Method in SimpleMapEntityPersister
-
- getAssociationMap(org.grails.datastore.mapping.reflect.ClassPropertyFetcher) - Method in GormMappingConfigurationStrategy
-
Retrieves the association map
- getAssociationPath(java.lang.String) - Method in AbstractHibernateQuery
-
- getAssociationProxy(java.lang.Object, java.lang.String) - Method in GrailsHibernateUtil
-
Returns the proxy for a given association or null if it is not proxied
- getAssociationProxy(java.lang.Object, java.lang.String) - Method in HibernateProxyHandler
-
returns the proxy for an association. returns null if its not a proxy.
- getAssociationProxy(java.lang.Object, java.lang.String) - Method in SimpleHibernateProxyHandler
-
- getAssociations() - Method in AbstractPersistentEntity
-
- getAssociations() - Method in EntityFetchOptions
-
- Returns:
- The associations of the PersistentEntity.
- getAssociations() - Method in PersistentEntity
-
A list of the associations for this entity.
- getAstAppliedMarkerClass() - Method in ArtefactTypeAstTransformation
-
- getAsText() - Method in ClassEditor
-
- getAstTransformations() - Method in GroovyCompiler
-
Return a mutable list of the org.codehaus.groovy.transform.ASTTransformations to be applied during
compile(String...).
- getAsync() - Method in AsyncEntity
-
- Returns:
- The async version of the GORM static API
- getAsync() - Method in GradleInvoker
-
- getAsynchronous() - Method in JspFormRemoteTag
-
- getAsynchronous() - Method in JspRemoteFunctionTag
-
- getAsynchronous() - Method in JspRemoteLinkTag
-
- getAsynchronous() - Method in JspSubmitToRemoteTag
-
- getAt(org.springframework.context.ApplicationContext, java.lang.String) - Method in ApplicationContextExtension
-
Adds the ability to use the subscript operator to obtain beans
- getAt(java.lang.Object) - Method in CodeGenConfig
-
- getAt(java.lang.Object) - Method in CompositeConfig
-
- getAt(java.lang.Object) - Method in ConfigMap
-
Enables the object[foo] syntax
- getAt(java.lang.String) - Method in DataBindingSource
-
Convencience operator overloading
- getAt(java.lang.Object) - Method in DelegatingParameters
-
- getAt(java.lang.String) - Method in DynamicAttributes
-
Obtains a dynamic attribute
- getAt(java.lang.Object) - Method in EmptyParameters
-
- getAt(java.lang.String) - Method in GrailsMockHttpServletRequest
-
Map-like access to request attributes, e.g. request["count"].
- getAt(java.lang.String) - Method in GrailsMockHttpSession
-
- getAt(jakarta.servlet.http.HttpServletRequest, java.lang.String) - Method in HttpServletRequestExtension
-
- getAt(jakarta.servlet.http.HttpSession, java.lang.String) - Method in HttpSessionExtension
-
- getAt(java.lang.String) - Method in InstanceProxy
-
- getAt(com.mongodb.client.MongoDatabase, java.lang.String) - Method in MongoExtensions
-
Adds a method to return a collection using the dot syntax
- getAt(java.lang.Object) - Method in NavigableMap
-
- getAt(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
-
- getAt(java.lang.Object) - Method in NavigableMapConfig
-
- getAt(java.lang.Object) - Method in Parameters
-
- getAt(java.lang.Object) - Method in PrefixedConfig
-
- getAt(K) - Method in PromiseMap
-
Gets a promise instance for the given key
- getAt(java.lang.String) - Method in SimpleMapDataBindingSource
-
- getAt(java.lang.String) - Method in ValidationErrors
-
- getAttribute(java.lang.Object, java.lang.String) - Method in AbstractAttributeStoringSession
-
- getAttribute(java.lang.String) - Method in GrailsHttpSession
-
- getAttribute(java.lang.String, int) - Method in GroovyPagesPageContext
-
- getAttribute(jakarta.servlet.http.HttpServletRequest, java.lang.String, Class<T>, T) - Method in HttpServletRequestExtension
-
Null-safe, typed read of an attribute with a default.
- getAttribute(jakarta.servlet.http.HttpSession, java.lang.String, Class<T>, T) - Method in HttpSessionExtension
-
Null-safe, typed read of an attribute with a default.
- getAttribute(java.lang.Object, java.lang.String) - Method in ProxyInstanceMetaClass
-
- getAttribute(java.lang.String) - Method in Request
-
Obtains the value of an attribute
- getAttribute(jakarta.servlet.ServletContext, java.lang.String, Class<T>, T) - Method in ServletContextExtension
-
Null-safe, typed read of an attribute with a default.
- getAttribute(java.lang.Object, java.lang.String) - Method in Session
-
Obtains an attribute for the given entity
- getAttribute(java.lang.String) - Method in TestRequestConfigurer
-
- getAttributeNames() - Method in GrailsHttpSession
-
- getAttributeNames() - Method in Request
-
- Returns:
- All of the attribute names
- getAttributeNames() - Method in TestRequestConfigurer
-
- getAttributeNamesInScope(int) - Method in GroovyPagesPageContext
-
- getAttributes() - Method in DefaultConstrainedProperty
-
- getAttributes(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultJsonApiViewHelper
-
- getAttributes() - Method in GrailsWebRequest
-
- Returns:
- The GrailsApplicationAttributes instance
- getAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getAttributesScope(java.lang.String) - Method in GroovyPagesPageContext
-
- getAttributesToRender(java.lang.Object, java.lang.Object) - Method in ApplicationTagLib
-
- getAuditMetadataType(PersistentProperty<?>, boolean) - Method in AuditMetadataUtils
-
Gets the audit metadata type for a persistent property, using cached metadata when caching is enabled.
- getAuditorAware() - Method in AutoTimestampEventListener
-
- getAuthenticationSelector() - Method in MavenSettings
-
- getAutoCommit() - Method in HibernateConnection
-
- getAutoconfigureOption() - Method in CompilerOptionHandler
-
- getAutoGrowCollectionLimit() - Method in DataBindingConfigurationProperties
-
- getAutoRegisterTransitivePlatforms() - Method in ExtractDependenciesTask
-
When
true, transitive platform dependencies that are not explicitly
registered in
combinedPlatforms /
dependencies.gradle will be
auto-registered in
PropertyNameCalculator instead of causing a build
failure.
- getAutoTimestampEventListener() - Method in AbstractHibernateDatastore
-
- Returns:
- The event listener that populates lastUpdated and dateCreated
- getAutoTimestampEventListener() - Method in MongoDatastore
-
- getAvailable() - Method in AbstractInjectableGrailsClass
-
- getAvailable() - Method in InjectableGrailsClass
-
If class should be configured for dependency injection.
- getAvailableNamespaces() - Method in TagLibraryLookup
-
- Returns:
- The namespaces available
- getAvailableTags(java.lang.String) - Method in TagLibraryLookup
-
- getAvailableWindows() - Method in BrowserDelegate
-
Delegates to geb.Browser#getAvailableWindows().
- getaValue() - Method in Pair
-
- getaValue() - Method in Triple
-
- getBackingIndex(liquibase.structure.core.UniqueConstraint, org.hibernate.mapping.Table, liquibase.snapshot.DatabaseSnapshot) - Method in HibernateUniqueConstraintSnapshotGenerator
-
- getBackingMap() - Method in SimpleMapDatastore
-
- getBackingMap() - Method in SimpleMapSession
-
- getBaseConfiguration() - Method in AbstractConnectionSources
-
- getBaseConfiguration() - Method in ConnectionSources
-
- Returns:
- Obtains the base configuration
- getBaseDir() - Method in GrailsCli.ExecutionContextImpl
-
- getBaseDir() - Method in ProfileInfoCommand.1
-
- getBaseDir() - Method in ProjectContext
-
- Returns:
- The base directory of the project
- getBaseTemplateClass() - Method in ViewConfiguration
-
- Returns:
- The template base class
- getBaseType(org.grails.datastore.mapping.model.PersistentProperty) - Method in PersistentGraphQLProperty
-
- getBaseUrl() - Method in GrailsWebRequest
-
- getBatchSize() - Method in HibernateToManyProperty
-
- getBean(java.lang.String, Class<T>) - Method in GenericBeanFactoryAccessor
-
- See Also:
- org.springframework.beans.factory.BeanFactory#getBean(String, Class)
- getBean() - Method in JspEachErrorTag
-
- getBean() - Method in JspHasErrorsTag
-
- getBean() - Method in JspRenderErrorsTag
-
- getBean() - Method in JspRenderTag
-
- getBeanConfig(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
-
- getBeanConfig(java.lang.String) - Method in RuntimeSpringConfiguration
-
Returns the BeanConfiguration for the specified name.
- getBeanDefinition(java.lang.String) - Method in BeanBuilder
-
Retrieves a BeanDefinition for the given name
- getBeanDefinition() - Method in BeanConfiguration
-
- Returns:
- The Spring bean definition instance
- getBeanDefinition() - Method in DefaultBeanConfiguration
-
- getBeanDefinition(java.lang.String) - Method in DefaultRuntimeSpringConfiguration
-
- getBeanDefinition(java.lang.String) - Method in RuntimeSpringConfiguration
-
Obtains a BeanDefinition instance for the given beanName.
- getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in AbstractDatastoreInitializer
-
- getBeanDefinitions() - Method in BeanBuilder
-
Retrieves all BeanDefinitions for this BeanBuilder
- getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in HibernateDatastoreSpringInitializer
-
- getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in MongoDbDataStoreSpringInitializer
-
- getBeanFactory() - Method in GenericBeanFactoryAccessor
-
Return the wrapped ListableBeanFactory.
- getBeanName(Class<?>) - Method in ControllerUnitTest
-
- getBeanName(Class<?>) - Method in InterceptorUnitTest
-
- getBeanName(Class<?>) - Method in ParameterizedGrailsUnitTest
-
- getBeanName(Class<?>) - Method in ServiceUnitTest
-
- getBeanName(Class<?>) - Method in TagLibUnitTest
-
- getBeanName(Class<?>) - Method in UrlMappingsUnitTest
-
- getBeanNameBlacklistPattern() - Method in ChainedTransactionManagerPostProcessor
-
- getBeanNameInternalBlacklistPattern() - Method in ChainedTransactionManagerPostProcessor
-
- getBeanNames() - Method in DefaultRuntimeSpringConfiguration
-
- getBeanNames() - Method in RuntimeSpringConfiguration
-
- getBeanNameWhitelistPattern() - Method in ChainedTransactionManagerPostProcessor
-
- getBeansConfig() - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getBeansOfType(Class<T>, boolean, boolean) - Method in GenericBeanFactoryAccessor
-
- See Also:
- ListableBeanFactory#getBeansOfType(Class, boolean, boolean)#getBeansOfType(Class, boolean, boolean)
- getBeanSuperclasses() - Method in BeanPropertyAccessor
-
- Returns:
- all superclasses and interfaces of `beanType` excluding `Object`, `Serializable`, `Comparable` and `Cloneable`.
- getBeanSuperclasses() - Method in BeanPropertyAccessorImpl
-
- getBeanSuperclasses() - Method in DelegatingBeanPropertyAccessorImpl
-
- getBeanSuperclasses() - Method in PropertyPathAccessor
-
- getBeansWithAnnotation(Class<? extends Annotation>) - Method in GenericBeanFactoryAccessor
-
Find all beans whose Class has the supplied java.lang.annotation.Annotation type.
- getBeanType() - Method in BeanPropertyAccessor
-
- Returns:
- the type of the object that owns the property at the end of the path, e.g. for a `address.home.street` then the type of `home` is returned.
- getBeanType() - Method in DomainProperty
-
- Returns:
- The class the property belongs to
- getBeanType() - Method in DomainPropertyImpl
-
- getBefore() - Method in JspFormRemoteTag
-
- getBefore() - Method in JspRemoteFunctionTag
-
- getBefore() - Method in JspRemoteLinkTag
-
- getBefore() - Method in JspSubmitToRemoteTag
-
- getBeginColumn() - Method in SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in SimpleCharStream
-
Get token beginning line number.
- getBestRowIdentifier(java.lang.String, java.lang.String, java.lang.String, int, boolean) - Method in HibernateConnectionMetadata
-
- getBidiEnumMap(Class<? extends Enum<?>>) - Method in IdentityEnumType
-
- getBinaryExtensions() - Method in AbstractProfile
-
- getBinaryExtensions() - Method in Profile
-
- Returns:
- The list of file extensions which should be treated as binary
- getBinding() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getBinding() - Method in MarkupViewTemplate
-
- getBinding() - Method in OutputContext
-
- getBinding() - Method in WritableScript
-
- Returns:
- Obtains the binding
- getBindingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
-
- getBindingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in GraphQLDataFetcherManager
-
Returns a data fetcher instance to be used in CREATE or UPDATE
- getBindingIncludeList(java.lang.Object) - Method in DataBindingUtils
-
- getBody() - Method in GSPGrailsLayoutPage
-
- getBodyBuffer() - Method in Sitemesh3CapturedPage
-
- getBodyClosure(int) - Method in GroovyPage
-
- getBodyClosure() - Method in TagBodyClosure
-
- getBomModule() - Method in GenericBomAstTransformation
-
The bom to be added to dependency management in compact form:
"<groupId>:<artifactId>:<version>" (like in a @Grab).
- getBomModule() - Method in GrailsBomAstTransformation
-
- getBoolean(java.lang.String, java.lang.Boolean) - Method in AbstractTypeConvertingMap
-
- getBoolean(int) - Method in JSONArray
-
Get the boolean value associated with an index.
- getBoolean(java.lang.String) - Method in JSONObject
-
Get the boolean value associated with a key.
- getBooleanFromMap(java.lang.String, Map<?,?>) - Method in ClassUtils
-
Retrieves a boolean value from a Map for the given key
- getBooleanFromMap(java.lang.String, Map<?,?>, boolean) - Method in GrailsClassUtils
-
Retrieves a boolean value from a Map for the given key
- getBooleanFromMap(java.lang.String, Map<?, ?>, boolean) - Method in ViewUtils
-
Retrieves a boolean value from a Map for the given key
- getBrowser() - Method in BrowserDelegate
-
Accessor to the Geb geb.Browser instance.
- getBsonConverter(Class<? extends BsonValue>) - Method in CodecExtensions
-
- getBsonConverters() - Method in CodecExtensions
-
- getBuffer() - Method in FastStringPrintWriter
-
- getBuffer() - Method in FastStringWriter
-
- getBuffer() - Method in StreamCharBuffer.StreamCharBufferReader
-
- getBuffer() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- getBufferChangesCounter() - Method in StreamCharBuffer
-
- getBuildDir() - Method in FileSystemInteraction
-
- Returns:
- The target build directory
- getBuildDir() - Method in FileSystemInteractionImpl
-
- Returns:
- The target build directory
- getBuilder() - Method in AbstractInputObjectTypeBuilder
-
- getBuilder() - Method in AbstractObjectTypeBuilder
-
- getBuilderClassNode() - Method in BuilderTypeCheckingExtension
-
- Returns:
- The class node of the builder
- getBuilderClassNode() - Method in JsonTemplateTypeCheckingExtension
-
- getBuilderInvokeMethod() - Method in BuilderTypeCheckingExtension
-
- Returns:
- The method node to invoke for an unresolved dynamic method on the main builder variable
- getBuilderInvokeMethod() - Method in JsonTemplateTypeCheckingExtension
-
- getBuilderVariableName() - Method in BuilderTypeCheckingExtension
-
- Returns:
- The name within the view script of the main builder variable
- getBuilderVariableName() - Method in JsonTemplateTypeCheckingExtension
-
- getBuildMergeProfileNames() - Method in AbstractProfile
-
- getBuildMergeProfileNames() - Method in Profile
-
- Returns:
- The profile names to participate in build merge
- getBuildPlugins() - Method in AbstractProfile
-
- getBuildPlugins() - Method in Feature
-
- Returns:
- The build plugin names
- getBuildPlugins() - Method in Profile
-
- Returns:
- The list of build plugins for this profile
- getBuildRepositories() - Method in AbstractProfile
-
- getBuildRepositories() - Method in Feature
-
- Returns:
- The build repositories url
- getBuildRepositories() - Method in Profile
-
- Returns:
- The buildscript maven repository definitions for this profile
- getBundleCodes(java.util.Locale, java.lang.String) - Method in ReloadableResourceBundleMessageSource
-
Retrieves all codes from one or multiple basenames
- getbValue() - Method in Pair
-
- getbValue() - Method in Triple
-
- getByFirstNameAndLastNameAndAge(java.lang.String, java.lang.String, int) - Method in Person
-
- getByName(java.lang.String) - Method in StaticCompiledCriteriaQueries
-
- getByte(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
-
- getCache(java.lang.String, int) - Method in GrailsConcurrentLinkedMapCacheManager
-
- getCache(java.lang.String) - Method in GrailsConcurrentMapCacheManager
-
- getCacheableMappingLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getCachedCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.String) - Method in AbstractSession
-
- getCachedCollection(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, java.lang.String) - Method in SessionImplementor
-
Obtains a cached collection
- getCachedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, boolean) - Method in AbstractSession
-
- getCachedEntry(java.io.Serializable) - Method in HashMapTPCacheAdapter
-
- getCachedEntry(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable, boolean) - Method in SessionImplementor
-
Obtains a cached entry
- getCachedEntry(java.io.Serializable) - Method in TPCacheAdapter
-
Returns the stored value for the specified key.
- getCachedInstance(java.lang.Class, java.io.Serializable) - Method in AbstractSession
-
- getCachedInstance(java.lang.Class, java.io.Serializable) - Method in SessionImplementor
-
Get the cached instance if it exists.
- getCacheKeyValueForResource(java.lang.Object) - Method in CachingLinkGenerator
-
- getCacheNames() - Method in GrailsConcurrentLinkedMapCacheManager
-
- getCacheNames() - Method in GrailsConcurrentMapCacheManager
-
- getCacheTimeout() - Method in CachingGrailsConventionGroovyPageLocator
-
- getCacheTimeout() - Method in CachingGroovyPageStaticResourceLocator
-
- getCacheTimeout() - Method in GroovyPageViewResolver
-
- getCacheUsage() - Method in HibernateToManyProperty
-
- getCallable() - Method in EnvironmentBlockEvaluator
-
- getCapacity() - Method in BoundedCharsAsEncodedBytesCounter
-
- getCapacity() - Method in GrailsConcurrentLinkedMapCache
-
- getCapitilizedName() - Method in AbstractPersistentProperty
-
- getCapitilizedName() - Method in PersistentProperty
-
The name with the first letter in upper case as per Java bean conventions
- getCascade() - Method in HibernateToManyProperty
-
- getCascadeBehaviour(Association<?>) - Method in CascadeBehaviorFetcher
-
Gets the cascade behaviour.
- getCascadeOperations() - Method in Association
-
- getCascadeOperations() - Method in PendingOperation
-
Operations to be executed directly following this operation
- getCascadeOperations() - Method in PendingOperationAdapter
-
- getCascadeValidateOperation() - Method in Association
-
- getCatalog(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsHibernatePersistentEntity
-
- getCatalog() - Method in HibernateConnection
-
- getCatalogName(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in NamespaceNameExtractor
-
- getCatalogs() - Method in HibernateConnectionMetadata
-
- getCatalogSeparator() - Method in HibernateConnectionMetadata
-
- getCatalogTerm() - Method in HibernateConnectionMetadata
-
- getCategory() - Method in GrailsConsole
-
- getCause() - Method in BindingError
-
- Returns:
- an exception thrown during the data binding process
- getCause() - Method in JSONException
-
- getCause() - Method in SimpleBindingError
-
- getChainModel() - Method in ResponseRedirector
-
Obtains the chain model which is used to chain request attributes from one request to the next via flash scope
- getChangeLogFile() - Method in DatabaseMigrationCommand
-
- getChangeLogFileName() - Method in DatabaseMigrationCommand
-
- getChangeLogLocation() - Method in DatabaseMigrationCommand
-
- getChar(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
-
- getCharacterEncoding() - Method in DefaultRequestStateLookupStrategy
-
- getCharacterEncoding() - Method in GrailsRequestStateLookupStrategy
-
The character encoding of the request
- getCharacterEncoding() - Method in Request
-
- Returns:
- The request character encoding
- getChars(int, int, char[], int) - Method in CharArrayAccessible
-
Characters are copied from this sequence into the
destination character array dst.
- getChars(java.lang.CharSequence, int, int, char[], int) - Method in CharSequences
-
Provides an optimized way to copy CharSequence content to target array.
- getChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
-
- getChildEntities(java.lang.String) - Method in GrailsHibernatePersistentEntity
-
- getChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
-
Obtains all of the children for the given root
- getChildEntityByDiscriminator(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractMappingContext
-
- getChildEntityByDiscriminator(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in MappingContext
-
Obtains a child of the given root entity using the given discriminator
- getChunkMinSize() - Method in StreamCharBuffer
-
- getCircularReferenceBehaviour() - Method in ChainedConverterConfiguration
-
- getCircularReferenceBehaviour() - Method in ConverterConfiguration
-
Lookup the configured CircularReferenceBehaviour (how the converter should behave when a circular reference is detected)
- getCircularReferenceBehaviour() - Method in DefaultConverterConfiguration
-
- getCircularReferenceBehaviour() - Method in ImmutableConverterConfiguration
-
- GETCLASS_PATTERN - Field in DefaultGrailsApplication
-
- getClasses() - Method in ArtefactInfo
-
Gets you the array of all artefact Class(es), the original classes loaded
that represent the artefacts.
- getClasses() - Method in DefaultArtefactInfo
-
- getClassesByName() - Method in ArtefactInfo
-
Gets you the unmodifiable Map of all artefact Class(es), the actual classes implementing the artefact.
- getClassesByName() - Method in DefaultArtefactInfo
-
- getClassesDir() - Method in FileSystemInteraction
-
- Returns:
- The directory where classes are compiled to
- getClassesDir() - Method in FileSystemInteractionImpl
-
- Returns:
- The directory where classes are compiled to
- GETCLASSESMETH_PATTERN - Field in DefaultGrailsApplication
-
- GETCLASSESPROP_PATTERN - Field in DefaultGrailsApplication
-
- getClassForAssociationType(Attribute<?,?>) - Method in AbstractHibernateCriteriaBuilder
-
- getClassForAssociationType(Attribute<?,?>) - Method in HibernateCriteriaBuilder
-
- getClassForName(java.lang.String) - Method in AbstractGrailsApplication
-
- getClassForName(java.lang.String) - Method in DefaultGrailsApplication
-
Retrieves a class from the GrailsApplication for the given name.
- getClassForName(java.lang.String) - Method in GrailsApplication
-
Retrieves a class for the given name within the GrailsApplication or returns null
- getClassInjectors() - Method in GrailsAwareInjectionOperation
-
- getClassLoader() - Method in AbstractGrailsApplication
-
- getClassLoader() - Method in ClassPathResource
-
Return the ClassLoader that this resource will be obtained from.
- getClassLoader() - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
-
- getClassLoader() - Method in DefaultResourceLoader
-
Return the ClassLoader to load class path resources with.
- getClassLoader() - Method in GrailsApplication
-
Returns the class loader instance for the Grails application.
- getClassLoader() - Method in GrailsWebApplicationContext
-
- getClassLoader() - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getClassLoader() - Method in PathMatchingResourcePatternResolver
-
Return the ClassLoader that this pattern resolver works with
(never null).
- getClassLoader() - Method in ResourceLoader
-
Expose the ClassLoader used by this ResourceLoader.
- getClassLoader() - Method in SimpleMapResourceLoader
-
- getClassLoader() - Method in StaticResourceLoader
-
- getClassMapping() - Method in AbstractKeyValueEntityPersister
-
- getClassMapping() - Method in DefaultPropertyMapping
-
- getClassMapping() - Method in HibernateIdentityMapping
-
- getClassMapping() - Method in JpaMappingConfigurationStrategy
-
- getClassMapping() - Method in NativeEntryEntityPersister
-
- getClassMapping() - Method in PropertyMapping
-
Retrieves the ClassMapping instance of the owning class
- getClassMessageArg() - Method in RestfulController
-
- getClassName(java.lang.String) - Method in GrailsNameUtils
-
Return the class name for the given logical name.
- getClassName(java.lang.String) - Method in GrailsResourceUtils
-
Returns the class name for a Grails resource.
- getClassName() - Method in GrailsWrappedRuntimeException
-
- Returns:
- Returns the className.
- getClassName() - Method in GroovyPageParser
-
- getClassName(Class<?>) - Method in HibernatePersistentProperty
-
- getClassName() - Method in Model
-
- Returns:
- The class name excluding package
- getClassName(java.lang.Class) - Method in NameUtils
-
Get the class name, taking into account proxies
- getClassNameForClassFile(java.lang.String, java.lang.String) - Method in GrailsResourceUtils
-
Returns the class name for a compiled class file
- getClassNameRepresentation(java.lang.String) - Method in GrailsNameUtils
-
Returns the class name representation of the given name
- getClasspath() - Method in GroovyCompilerConfiguration
-
Returns the classpath for local resources.
- getClasspath() - Method in OptionSetGroovyCompilerConfiguration
-
- getClasspathOption() - Method in CompilerOptionHandler
-
- getClassWithoutInitializingProxy(java.lang.Object) - Method in HibernateProxyHelper
-
Get the class of an instance or the underlying class of a proxy (without initializing the
proxy!).
- getClazz() - Method in AbstractGrailsClass
-
- getClazz() - Method in GrailsClass
-
Returns the actual clazz represented by the GrailsClass.
- getClientInfo() - Method in HibernateConnection
-
- getClientInfoProperties() - Method in HibernateConnectionMetadata
-
- getClockProvider() - Method in GormValidatorFactoryAdapter
-
- getClockProvider() - Method in JakartaValidatorRegistry
-
- getClosure(org.codehaus.groovy.ast.stmt.BlockStatement, java.lang.String) - Method in AstUtils
-
- getClosureTagProperty(groovy.lang.GroovyObject, java.lang.String) - Method in TagMethodInvoker
-
- getCode() - Method in JspMessageTag
-
- getCodecAliases() - Method in CodecIdentifier
-
Gets the aliases for this codec.
- getCodecAliases() - Method in CombinedCodecIdentifier
-
- getCodecAliases() - Method in DefaultCodecIdentifier
-
- getCodecForBsonType(org.bson.BsonType, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
-
- getCodecIdentifier() - Method in AbstractCharReplacementEncoder
-
- getCodecIdentifier() - Method in ChainedDecoder
-
- getCodecIdentifier() - Method in ChainedEncoder
-
- getCodecIdentifier() - Method in CodecIdentifierProvider
-
Gets the codec identifier information.
- getCodecIdentifier() - Method in HTML4Decoder
-
- getCodecIdentifier() - Method in HTMLCodec
-
- getCodecIdentifier() - Method in HTMLCodecFactory.1
-
- getCodecIdentifier() - Method in JavaScriptCodec.1
-
- getCodecIdentifier() - Method in JSONCodecFactory.1
-
- getCodecIdentifier() - Method in NoneEncoder
-
- getCodecIdentifier() - Method in RawCodec
-
- getCodecIdentifier() - Method in URLCodecFactory.1
-
- getCodecIdentifier() - Method in URLCodecFactory.2
-
- getCodecIdentifier() - Method in XMLCodecFactory
-
- getCodecName() - Method in CodecIdentifier
-
Gets the unique name of the codec.
- getCodecName() - Method in CombinedCodecIdentifier
-
- getCodecName() - Method in DefaultCodecIdentifier
-
- getCodecRegistry() - Method in CodecRegistryProvider
-
- getCodecRegistry() - Method in MongoDatastore
-
- Returns:
- The CodecRegistry
- getCodecRegistry() - Method in MongoMappingContext
-
- Returns:
- The codec registry for this mapping context
- getCodeRegistry() - Method in GraphQLTypeManager
-
@return
- getCodeSnippet() - Method in GrailsWrappedRuntimeException
-
- Returns:
- Returns the line.
- getCodeToHandleAllowedMethods(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in ControllerActionTransformer
-
- getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- getCollection() - Method in HibernateToManyProperty
-
- getCollection() - Method in JspRenderTag
-
- getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
Obtain the raw com.mongodb.client.MongoCollection for the given entity
- getCollection() - Method in MongoEntity
-
The actual collection that this entity maps to.
- getCollection() - Method in MongoStaticApi
-
- getCollection() - Method in MongoStaticOperations
-
The actual collection that this entity maps to.
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
-
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
Gets the default collection name for the given entity
- getCollectionName() - Method in MongoEntity
-
- Returns:
- The name of the Mongo collection that entity maps to
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
-
- getCollectionName() - Method in MongoStaticApi
-
- getCollectionName() - Method in MongoStaticOperations
-
- Returns:
- The name of the Mongo collection that entity maps to
- getCollectionNames(com.mongodb.client.MongoDatabase) - Method in MongoExtensions
-
********** MongoDatabase Extensions ************
- getColumn() - Method in PropertyConfig
-
Shortcut to get the column name for this property.
- getColumnConfigOptional() - Method in HibernateToManyProperty
-
- getColumnForSimpleValue(org.hibernate.mapping.SimpleValue) - Method in GrailsDomainBinder
-
- getColumnForSimpleValue(org.hibernate.mapping.SimpleValue) - Method in SimpleValueColumnFetcher
-
- getColumnName(org.grails.orm.hibernate.cfg.ColumnConfig) - Method in HibernatePersistentProperty
-
- getColumnNameForPropertyAndPath(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.ColumnConfig) - Method in ColumnNameForPropertyAndPathFetcher
-
- getColumnNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.ColumnConfig, java.lang.String) - Method in GrailsDomainBinder
-
- getColumnPrivileges(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getCommand(org.grails.cli.profile.ProjectContext, java.lang.String) - Method in AbstractProfile
-
- getCommand(java.lang.String, org.grails.cli.profile.ProfileRepository) - Method in CommandRegistry
-
Returns a command for the given name and repository
- getCommand(org.grails.cli.profile.ProjectContext, java.lang.String) - Method in Profile
-
Obtain a command by name
- getCommand() - Method in Step
-
- Returns:
- The command that this step is part of
- getCommandLine() - Method in ExecutionContext
-
- Returns:
- The parsed command line arguments as an instance of CommandLine
- getCommandName() - Method in CommandLine
-
- Returns:
- The command name specified
- getCommandName() - Method in DefaultCommandLine
-
- getCommandResolvers(boolean) - Method in ResourceResolvingCommandFactory
-
- getCommands(org.grails.cli.profile.ProjectContext) - Method in AbstractJarProfileRepository.JarProfile
-
- getCommands(org.grails.cli.profile.ProjectContext) - Method in AbstractProfile
-
- getCommands() - Method in CommandFactory
-
Returns the CLI org.springframework.boot.cli.command.Commands.
- getCommands() - Method in CommandRunner
-
- getCommands(org.grails.cli.profile.ProjectContext) - Method in Profile
-
- getCommandsDirectory(org.grails.cli.profile.Profile) - Method in FileSystemCommandResourceResolver
-
- getCommandsDirectory(org.grails.cli.profile.Profile) - Method in ResourceResolvingCommandFactory.1
-
- getCommandsDirectory(org.grails.cli.profile.Profile) - Method in ResourceResolvingCommandFactory.2
-
- getComment() - Method in GrailsHibernatePersistentEntity
-
- getCommonConfiguration(org.springframework.beans.factory.support.BeanDefinitionRegistry, java.lang.String) - Method in AbstractDatastoreInitializer
-
- getCompilationException() - Method in GroovyPageMetaInfo
-
- getCompiledClass() - Method in GroovyPageCompiledScriptSource
-
- Returns:
- The compiled class
- getCompilerConfiguration() - Method in ResolvableGroovyTemplateEngine
-
- getCompilerName() - Method in GroovyPageForkCompileTask
-
- getCompleter() - Method in ClosureCompleter
-
- getCompleters(org.grails.cli.profile.ProjectContext) - Method in AbstractProfile
-
- getCompleters(org.grails.cli.profile.ProjectContext) - Method in Profile
-
The profile completers
- getCompleters() - Method in SortedAggregateCompleter
-
Retrieve the collection of completers currently being aggregated.
- getComponentType() - Method in AbstractVndErrorRenderer
-
- getComponentType() - Method in Basic
-
- getComponentType() - Method in ContainerRenderer
-
- Returns:
- The underlying type wrapped by the container.
- getComponentType() - Method in HibernateToManyProperty
-
Returns the component type for this to-many collection, or null if it cannot be
determined.
- getCompositeIdentity() - Method in AbstractPersistentEntity
-
- getCompositeIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
-
- getCompositeIdentity() - Method in GrailsHibernatePersistentEntity
-
- getCompositeIdentity() - Method in HibernateEmbeddedPersistentEntity
-
- getCompositeIdentity() - Method in HibernatePersistentEntity
-
- getCompositeIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
-
Obtains the identity of a persistent entity
- getCompositeIdentity() - Method in PersistentEntity
-
The composite id
- getCompoundIndices() - Method in MongoCollection
-
Return all defined compound indices
- getConfig() - Method in AbstractGrailsApplication
-
- getConfig() - Method in ApplicationContextDatabaseMigrationCommand
-
- getConfig() - Method in DatabaseMigrationCommand
-
- getConfig() - Method in DefaultGrailsApplication
-
- getConfig() - Method in GrailsApplication
-
Returns the ConfigObject instance.
- getConfig() - Method in GrailsAutoConfiguration
-
- getConfig() - Method in GrailsUnitTest
-
- Returns:
- grailsApplication.config
- getConfig() - Method in GroovyChange
-
Called from the change or rollback closure.
- getConfig() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getConfig() - Method in Holders
-
- getConfig() - Method in Plugin
-
- Returns:
- The Config instance for this plugin
- getConfig() - Method in ProfileInfoCommand.1
-
- getConfig() - Method in ProjectContext
-
- Returns:
- The codegen config
- getConfig() - Method in StandaloneGrailsApplication
-
- getConfigClass() - Method in HibernateMappingContextSessionFactoryBean
-
- getConfigLocations() - Method in GrailsWebApplicationContext
-
- getConfigLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getConfigPrefix() - Method in DatabaseMigrationCommand
-
- getConfigResource() - Method in PluginInfo
-
Returns the plugin configuration resource associated with this plugin.
- getConfigSettings(grails.config.Config) - Method in FilteringCodecsByContentTypeSettings
-
- getConfiguration() - Method in AbstractProfile
-
- getConfiguration() - Method in ExtendedGroovyClassLoader
-
- getConfiguration() - Method in Feature
-
- Returns:
- The configuration for the feature
- getConfiguration() - Method in HibernateMappingContextSessionFactoryBean
-
Return the Hibernate Configuration object used to build the SessionFactory.
- getConfiguration() - Method in HibernateSpec
-
- Returns:
- The configuration
- getConfiguration() - Method in Profile
-
- Returns:
- The profiles configuration
- getConfigurationClass() - Method in GrailsDataSource
-
- Returns:
- The configuration class to use when setting up the database.
- getConfigurationName() - Method in ExtractDependenciesTask
-
- getConfigurationResource(Class<?>, java.lang.String) - Method in PluginUtils
-
Finds a plugin configuration resource at the given path relative to the
plugin class, delegating to
IOUtils#findResourceRelativeToClass#findResourceRelativeToClass.
- getConfiguredMimeTypes() - Method in MimeType
-
- Returns:
- An array of MimeTypes
- getConfiguredRepositories() - Method in ProfileRepoConfig
-
- getConfirmationMessage() - Method in GroovyChange
-
- getConnection() - Method in CustomizableRollbackTransactionAttribute
-
- Returns:
- The connection being used
- getConnection() - Method in GroovyChange
-
Called from the change or rollback closure.
- getConnection() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getConnection() - Method in HibernateConnectionMetadata
-
- getConnection(java.lang.String, java.lang.String) - Method in HibernateDatastore
-
- getConnection(java.lang.String, java.lang.String) - Method in SchemaTenantDataSource
-
- getConnectionCatalogName() - Method in HibernateDatabase
-
- getConnectionFromDriverManager(java.lang.String, java.util.Properties) - Method in DataSourceBuilder.ReadOnlyDriverManagerDataSource
-
- getConnectionFromDriverManager(java.lang.String, java.util.Properties) - Method in ReadOnlyDriverManagerDataSource
-
- getConnectionSchemaName() - Method in HibernateDatabase
-
- getConnectionsCollection(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
-
- getConnectionSource(java.lang.String) - Method in ConnectionSources
-
- getConnectionSource(java.lang.String) - Method in InMemoryConnectionSources
-
- getConnectionSource(java.lang.String) - Method in SingletonConnectionSources
-
- getConnectionSource(java.lang.String) - Method in StaticConnectionSources
-
- getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in AbstractConnectionSources
-
Implementors should provide a method to lookup the data source names, which could be read from a database, configuration etc.
- getConnectionSourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in ConnectionSourcesSupport
-
- getConnectionSourceNames(ConnectionSourceFactory<Map<String,Map>,ConnectionSourceSettings>, org.springframework.core.env.PropertyResolver) - Method in SimpleMapDatastore
-
- getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in SingletonConnectionSources
-
- getConnectionSourceNames(ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Method in StaticConnectionSources
-
- getConnectionSources() - Method in AbstractHibernateDatastore
-
- getConnectionSources() - Method in ConnectionSourcesProvider
-
- getConnectionSources() - Method in MongoDatastore
-
- Returns:
- The ConnectionSources for this datastore
- getConnectionSources() - Method in SimpleMapDatastore
-
- getConnectionSourcesConfigurationKey() - Method in AbstractHibernateConnectionSourceFactory
-
- getConnectionSourcesConfigurationKey() - Method in ConnectionSourceFactory
-
- Returns:
- Obtain the prefix used to obtain the default configuration.
- getConnectionSourcesConfigurationKey() - Method in DataSourceConnectionSourceFactory
-
- getConnectionSourcesConfigurationKey() - Method in MongoConnectionSourceFactory
-
- getConnectionSourcesConfigurationKey() - Method in SimpleMapConnectionSourceFactory
-
- getConnectionSourcesConfigurationKey() - Method in SingletonConnectionSources.NullConnectionFactory
-
- getConsole() - Method in ProfileInfoCommand.1
-
- getConsole() - Method in ProjectContext
-
- getConstrained() - Method in DomainProperty
-
- Returns:
- The constraints of the property
- getConstrainedProperties() - Method in ConstrainedEntity
-
- Returns:
- The constrained property instances
- getConstrainedProperties() - Method in ConstrainedPropertyBuilder
-
- getConstrainedProperties() - Method in DefaultGrailsDomainClass
-
- getConstrainedProperties() - Method in DomainClass
-
- Returns:
- The constrained properties for this domain class
- getConstrainedProperties() - Method in GrailsDomainClass
-
Returns a map of constraints applied to this domain class with the keys being the property name
and the values being ConstrainedProperty instances
- getConstrainedPropertiesForClass(Class<?>, boolean) - Method in ValidationSupport
-
- getConstraintMetadata(org.codehaus.groovy.ast.expr.ClosureExpression) - Method in GrailsASTUtils
-
Evaluates a constraints closure and returns metadata about the constraints configured in the closure.
- getConstraints() - Method in AbstractUrlMapping
-
- See Also:
- UrlMapping#getConstraints()#getConstraints()
- getConstraints() - Method in BeanPropertyAccessor
-
- Returns:
- the constraints of the property at the end of the path, e.g. for `address.home.street` then the constraints of `street` are returned.
- getConstraints() - Method in DelegatingBeanPropertyAccessorImpl
-
- getConstraints() - Method in PropertyPathAccessor
-
- getConstraints() - Method in ResponseCodeUrlMapping
-
- getConstraints() - Method in UrlMapping
-
- getConstraintsMap() - Method in Validateable
-
- Returns:
- The map of applied constraints
- getConstraintValidatorFactory() - Method in GormValidatorFactoryAdapter
-
- getConstraintValidatorFactory() - Method in JakartaValidatorRegistry
-
- getContainer() - Method in MongoContainerHolder
-
- getContent() - Method in GrailsContentBufferingResponse
-
- getContent() - Method in IncludedContent
-
Returns the included content
- getContent(java.lang.String) - Method in IncludeResponseWrapper
-
- getContentAsCharArray() - Method in IncludedContent
-
- getContentBuffer(java.lang.String) - Method in GSPGrailsLayoutPage
-
- Parameters:
name - propertyName of contentBuffer (with "page." prefix)
- getContents() - Method in GrailsPageResponseWrapper
-
- getContentType() - Method in EmbeddedGrailsLayoutView
-
- getContentType(java.lang.String, java.lang.String) - Method in GrailsWebUtil
-
- getContentType() - Method in GroovyPageMetaInfo
-
- getContentType() - Method in GroovyPageParser
-
- getContentType() - Method in IncludedContent
-
Returns the included content type (default is text/html;charset=UTF=8)
- getContentType() - Method in IncludeResponseWrapper
-
- getContentType() - Method in MockPart
-
- getContentType() - Method in MultipartBody
-
- Returns:
- content type header value for this multipart payload
- getContentType() - Method in NullView
-
- getContentType() - Method in Request
-
- Returns:
- The request content type
- getContentType() - Method in TestHttpResponse
-
Shortcut for the Content-Type header value.
- getContext() - Method in JsonReader
-
- getContext() - Method in JsonWriter
-
- getContextPath() - Method in DefaultGrailsViewHelper
-
- getContextPath() - Method in DefaultLinkGenerator
-
- getContextPath() - Method in DefaultRequestStateLookupStrategy
-
- getContextPath() - Method in GrailsRequestStateLookupStrategy
-
Obtains the context path to use from the request
- getContextPath() - Method in GrailsWebRequest
-
Returns the context path of the request.
- getContextPath() - Method in LinkGenerator
-
Obtains the context path from which this link generator is operating.
- getContextPath() - Method in Request
-
- getContextPath() - Method in TestLinkGenerator
-
- getContexts() - Method in DatabaseMigrationCommand
-
- getContextType() - Method in JsonReader.Context
-
- getContributorName() - Method in GrailsDomainBinder
-
- getController() - Method in ControllerUnitTest
-
- getController(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getController() - Method in ForwardUrlMappingInfo
-
- getController(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
-
- Returns:
- The controller for the request
- getController() - Method in JspFormRemoteTag
-
- getController() - Method in JspFormTag
-
- getController() - Method in JspLinkTag
-
- getController() - Method in JspRemoteFunctionTag
-
- getController() - Method in JspRemoteLinkTag
-
- getController() - Method in JspSubmitToRemoteTag
-
- getControllerActionUri(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getControllerActionUri(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
-
- getControllerClass() - Method in GrailsWebRequest
-
- Returns:
- the controllerClass
- getControllerClass(java.lang.String) - Method in UrlMappingsUnitTest
-
- getControllerClass() - Method in WebAttributes
-
Obtains the currently executing controller class
- getControllerFromRequest(jakarta.servlet.http.HttpServletRequest) - Method in GrailsWebUtil
-
Obtains the currently executing controller from the given request if any.
- getControllerName() - Method in AbstractUrlMapping
-
- See Also:
- UrlMapping#getControllerName()#getControllerName()
- getControllerName() - Method in DefaultRequestStateLookupStrategy
-
- getControllerName() - Method in DefaultUrlMappingInfo
-
- getControllerName() - Method in GrailsRequestContext
-
- Returns:
- The Controller Name
- getControllerName() - Method in GrailsRequestStateLookupStrategy
-
The controller name
- getControllerName() - Method in GrailsTestInterceptor
-
- getControllerName() - Method in GrailsWebRequest
-
- Returns:
- the controllerName
- getControllerName() - Method in RenderContext
-
- Returns:
- The current controller name
- getControllerName() - Method in ServletRenderContext
-
- getControllerName() - Method in UrlMapping
-
Retrieves the controller name which is either a groovy.lang.Closure that evaluates the controller
name at runtime or a java.lang.String that represents the controller name
- getControllerName() - Method in UrlMappingInfo
-
The name of the controller that the URL mapping maps to
- getControllerName() - Method in WebAttributes
-
Obtains the currently executing controller name
- getControllerName() - Method in WebRequestDelegatingRequestContext
-
- getControllerNamespace() - Method in DefaultRequestStateLookupStrategy
-
- getControllerNamespace() - Method in GrailsRequestStateLookupStrategy
-
The controller namespace
- getControllerNamespace() - Method in GrailsWebRequest
-
- Returns:
- the controllerNamespace
- getControllerNamespace() - Method in RenderContext
-
- Returns:
- The current controller name
- getControllerNamespace() - Method in ServletRenderContext
-
- getControllerNamespace() - Method in WebAttributes
-
Obtains the currently executing controller namespace
- getControllersToMock() - Method in UrlMappingsUnitTest
-
- getControllerUri() - Method in Controller
-
Returns the URI of the currently executing controller
- getControllerUri(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getControllerUri(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
-
- getConversionService() - Method in AbstractMappingContext
-
- getConversionService() - Method in MappingContext
-
Obtains the ConversionService instance to use for type conversion
- getConverter(java.lang.Class, java.lang.Object) - Method in SimpleDataBinder
-
- getConverterClass() - Method in ObjectMarshallerRegisterer
-
- getConverterConfiguration(Class<C>) - Method in ConvertersConfigurationHolder
-
- getConverterRegistry() - Method in AbstractMappingContext
-
- getConverterRegistry() - Method in MappingContext
-
Obtains the converter registry
- getCoordinates() - Method in CoordinateVersionHolder
-
- getCoordinatesWithoutVersion() - Method in CoordinateHolder
-
- getCorsConfigurations() - Method in GrailsCorsConfiguration
-
- getCount() - Method in GormEntity
-
Same as
count() but allows property-style syntax (Foo.count)
- getCount() - Method in GormStaticApi
-
Same as
count() but allows property-style syntax (Foo.count)
- getCount() - Method in GormStaticOperations
-
Same as
count() but allows property-style syntax (Foo.count)
- getCount(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
-
- Parameters:
entity - The persistent entity
- getCount(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
-
- getCount() - Method in TenantDelegatingGormOperations
-
- getCountingWriter() - Method in BoundedCharsAsEncodedBytesCounter
-
- getCreate(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
-
- Parameters:
entity - The persistent entity
- getCreatedByPropertyNames(java.lang.String) - Method in AutoTimestampEventListener
-
- getCreatedMillis() - Method in CacheEntry
-
- getCreationTime() - Method in GrailsHttpSession
-
- getCreator() - Method in SessionHolder
-
- getCriteria() - Method in AbstractDetachedCriteria
-
- getCriteria() - Method in AssociationCriteria
-
- getCriteria() - Method in DynamicFinderInvocation
-
- getCriteria() - Method in Query
-
- Returns:
- The criteria defined by this query
- getCriteria() - Method in Query.Junction
-
- getCriteria() - Method in QueryableCriteria
-
- Returns:
- A list of all criteria
- getCriteriaAndAlias(Association<?>) - Method in AbstractHibernateQuery
-
- getCrossReference(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getCurrent() - Method in Environment
-
Returns the current environment which is typcally either DEVELOPMENT, PRODUCTION or TEST.
- getCurrent() - Method in GrailsVersion
-
- Returns:
- Obtains the current Grails version
- getCurrent() - Method in Metadata
-
- Returns:
- the metadata for the current application
- getCurrent() - Method in PageContextFactory
-
- getCurrentAlias() - Method in AbstractHibernateQuery
-
- getCurrentAuditor() - Method in AuditorAware
-
Returns the current auditor of the application.
- getCurrentCommandLine() - Method in CommandLineParser
-
- getCurrentCompilationError() - Method in Environment
-
- getCurrentConfig(org.springframework.core.env.ConfigurableEnvironment) - Method in ExternalConfigRunListener
-
- getCurrentEnvironment() - Method in Environment
-
- getCurrentLineNumber() - Method in GSPWriter
-
- getCurrentOriginalWriter() - Method in OutputEncodingStack
-
- getCurrentOutputEncodingStack() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getCurrentOutputEncodingStack() - Method in OutputContext
-
- getCurrentOutputLineNumber() - Method in GroovyPageParser
-
- getCurrentParentBuffers() - Method in StreamCharBuffer
-
- getCurrentReloadError() - Method in Environment
-
- getCurrentRequest() - Method in GrailsWebRequest
-
- Returns:
- The currently executing request
- getCurrentRequestUri(jakarta.servlet.http.HttpServletRequest) - Method in GroovyPagesServlet
-
- getCurrentResponse() - Method in GrailsWebRequest
-
- getCurrentSession() - Method in AbstractDatastore
-
- getCurrentSession() - Method in Datastore
-
Obtains the current session (if any)
- getCurrentSession() - Method in HibernateDatastore
-
- getCurrentSessionContextClass() - Method in HibernateMappingContextSessionFactoryBean
-
- getCurrentStrackReference() - Method in PathCapturingJSONWriterWrapper
-
- getCurrentUrl() - Method in BrowserDelegate
-
Delegates to geb.Browser#getCurrentUrl().
- getCurrentVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
-
- getCurrentWriter() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getCurrentWriter() - Method in OutputContext
-
- getCursor() - Method in AbstractResultList
-
- getCursor() - Method in MongoQuery.MongoResultList
-
- Returns:
- The underlying MongoDB cursor instance
- getCustomCacheKeyGenerator() - Method in GrailsCacheManagerAware
-
- Returns:
- The custom key generator, or null if it isn't present
- getCustomFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
-
- getCustomMutationOperations() - Method in GraphQLMapping
-
- getCustomQueryOperations() - Method in GraphQLMapping
-
- getCustomTagLibs() - Method in ModelEntry
-
- getCustomTypeMarshaller() - Method in Basic
-
- Returns:
- The type converter for this custom type
- getCustomTypeMarshaller() - Method in Custom
-
- Returns:
- The type converter for this custom type
- getcValue() - Method in Triple
-
- getData() - Method in Sitemesh3CapturedPage
-
- getDatabase() - Method in AbstractMongoConnectionSourceSettings
-
- Returns:
- Obtain the database name
- getDatabase(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- Returns:
- The name of the default database
- getDatabase() - Method in GeneratorCreationContextWrapper
-
- getDatabaseConnection() - Method in GroovyChange
-
Called from the change or rollback closure.
- getDatabaseConnection() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getDatabaseMajorVersion() - Method in HibernateConnectionMetadata
-
- getDatabaseMinorVersion() - Method in HibernateConnectionMetadata
-
- getDatabaseName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
- getDatabaseProductName() - Method in HibernateConnectionMetadata
-
- getDatabaseProductVersion() - Method in HibernateConnectionMetadata
-
- getDataBinder() - Method in BindingGormDataFetcher
-
- getDataBinder(java.lang.Class) - Method in DefaultGraphQLDataBinderManager
-
- getDataBinder(java.lang.Class) - Method in GraphQLDataBinderManager
-
Returns a data binder to be used for the provided class
- getDataBindingSourceCreator(grails.web.mime.MimeType, java.lang.Class, java.lang.Object) - Method in DefaultDataBindingSourceRegistry
-
- getDataBindingSourceRegistry(grails.core.GrailsApplication) - Method in DataBindingUtils
-
- getDataBindingSources() - Method in CollectionDataBindingSource
-
- getDataBindingSources() - Method in GPathResultCollectionDataBindingSource
-
- getDataBindingSources() - Method in JsonDataBindingSourceCreator.1
-
- getDataFetcher() - Method in CustomGraphQLProperty
-
- getDataFetcher() - Method in GraphQLDomainProperty
-
- Returns:
- The closure to retrieve the data for the property.
- getDataFetcher() - Method in SimpleGraphQLProperty
-
- getDataLoader(java.lang.String) - Method in MockDataFetchingEnvironment
-
- getDataSource() - Method in AbstractHibernateDatastore
-
- Returns:
- The javax.sql.DataSource being used by this datastore instance
- getDatasource() - Method in DefaultGrailsServiceClass
-
If service is transactional then get data source will always apply
- getDatasource() - Method in GrailsServiceClass
-
Get the datasource name that this service class works with.
- getDataSource() - Method in HibernateConnectionSource
-
- Returns:
- The underlying SQL javax.sql.DataSource
- getDataSource() - Method in HibernateMappingContextSessionFactoryBean
-
- getDataSourceConfig(grails.config.ConfigMap) - Method in DatabaseMigrationCommand
-
- getDataSourceName() - Method in AbstractHibernateDatastore
-
- Returns:
- The data source name being used
- getDataSourceName(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
-
- getDataSourceName() - Method in GrailsHibernatePersistentEntity
-
- getDataSourceName() - Method in HibernateEmbeddedPersistentEntity
-
- getDataSourceName() - Method in HibernateMappingContextSessionFactoryBean
-
- getDataSourceName() - Method in HibernatePersistentEntity
-
- getDatasourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
-
- deprecated:
- Use MultipleDataSourceSupport#getDatasourceNames(PersistentEntity)#getDatasourceNames(PersistentEntity) instead.
- getDatasourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in MultipleDataSourceSupport
-
- getDatastore() - Method in AbstractDatastoreApi
-
- getDatastore() - Method in AbstractHibernateEventListener
-
- Returns:
- The hibernate datastore
- getDatastore() - Method in AbstractHibernateSession
-
- getDatastore() - Method in AbstractMongoSession
-
- getDatastore() - Method in AbstractSession
-
- getDatastore() - Method in DatastoreTransactionManager
-
- getDatastore() - Method in DataTest
-
- getDatastore() - Method in DefaultGormDataFetcher
-
- getDatastore() - Method in MongoCodecSession
-
- getDatastore() - Method in OpenSessionInViewInterceptor
-
- getDatastore() - Method in Service
-
- getDatastore() - Method in Session
-
The Datastore that created this Session
- getDatastoreForConnection(java.lang.String) - Method in AbstractHibernateDatastore
-
Obtain a child datastore for the given connection name
- getDatastoreForConnection(java.lang.String) - Method in ChildHibernateDatastore
-
- getDatastoreForConnection(java.lang.String) - Method in HibernateDatastore
-
- getDatastoreForConnection(java.lang.String) - Method in MongoDatastore
-
- getDatastoreForConnection(java.lang.String) - Method in MultipleConnectionSourceCapableDatastore
-
- getDatastoreForConnection(java.lang.String) - Method in SimpleMapDatastore
-
- getDatastoreForTenantId(java.io.Serializable) - Method in AbstractHibernateDatastore
-
- getDatastoreForTenantId(java.io.Serializable) - Method in MongoDatastore
-
- getDatastoreForTenantId(java.io.Serializable) - Method in MultiTenantCapableDatastore
-
Obtains the datastore for the given tenant id.
- getDatastoreForTenantId(java.io.Serializable) - Method in SimpleMapDatastore
-
- getDate(java.util.Calendar) - Method in AbstractStructuredDateBindingEditor
-
- getDate(java.lang.String, java.lang.String) - Method in AbstractTypeConvertingMap
-
Obtains a date from the parameter using the given format
- getDate(java.lang.String) - Method in GrailsParameterMap
-
Obtains a date for the parameter name using the default format
- getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.12
-
- getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.15
-
- getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.18
-
- getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.22
-
- getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.3
-
- getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.6
-
- getDate(java.util.Calendar) - Method in Jsr310ConvertersConfiguration.9
-
- getDate(java.util.Calendar) - Method in StructuredCalendarBindingEditor
-
- getDate(java.util.Calendar) - Method in StructuredDateBindingEditor
-
- getDate(java.util.Calendar) - Method in StructuredSqlDateBindingEditor
-
- getDateCreatedPropertyNames(java.lang.String) - Method in AutoTimestampEventListener
-
- getDateFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
-
- getDateFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
-
Retrieve a date format object without time to be passed to the
format method
- getDateFormats() - Method in DataBindingConfigurationProperties
-
- getDateTimeFormat(java.lang.String, java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
-
- getDateTimeFormat(java.lang.String, java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
-
Retrieve a date format object with time to be passed to the
format method
- getDB() - Method in MongoEntity
-
- Returns:
- The database for this domain class
- getDB() - Method in MongoStaticApi
-
- getDB() - Method in MongoStaticOperations
-
- Returns:
- The database for this domain class
- getDbCreate() - Method in GrailsDataSource
-
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
- getDecapitalizedName() - Method in AbstractPersistentEntity
-
- getDecapitalizedName() - Method in PersistentEntity
-
- Returns:
- Returns the name of the class decapitalized form
- getDeclaredField(java.lang.String) - Method in ClassPropertyFetcher
-
- getDeclaredField(java.lang.Class, java.lang.String) - Method in MappingUtils
-
Get a declared field, searching super classes for the field if it is not found in the class.
- getDeclaredWriteConcern(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- getDecoder() - Method in CodecFactory
-
Gets the decoder instance.
- getDecoder() - Method in DefaultGrailsCodecClass
-
- getDecoder() - Method in HTML4Codec
-
- getDecoder() - Method in HTMLCodec
-
- getDecoder() - Method in HTMLJSCodec
-
- getDecoder() - Method in JavaScriptCodec
-
- getDecoder() - Method in RawCodec
-
- getDecoder() - Method in XMLCodecFactory
-
- getDecorator(jakarta.servlet.http.HttpServletRequest, com.opensymphony.module.sitemesh.Page) - Method in GrailsLayoutDecoratorMapper
-
- getDecorators() - Method in AsyncQuery
-
- getDecorators() - Method in GormAsyncStaticApi
-
- getDecorators() - Method in PromiseDecoratorProvider
-
- Returns:
- A list of decorators
- getDefault() - Method in ConnectionSourceSettings
-
- getDefaultAction() - Method in DefaultGrailsControllerClass
-
- getDefaultAction() - Method in GrailsControllerClass
-
Returns the default action for this Controller.
- getDefaultCatalog() - Method in GeneratorCreationContextWrapper
-
- getDefaultCatalog() - Method in HibernateColumnSnapshotGenerator
-
- getDefaultCatalogName() - Method in HibernateDatabase
-
- getDefaultClassifier() - Method in GrailsProfilePublishGradlePlugin
-
- getDefaultClassLoader() - Method in DefaultResourceLoader
-
- getDefaultCollectionInstanceForType(java.lang.Class) - Method in SimpleDataBinder
-
- getDefaultColumnName(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in DefaultColumnNameFetcher
-
- getDefaultColumnName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getDefaultConnectionSource() - Method in AbstractConnectionSources
-
- getDefaultConnectionSource() - Method in ConnectionSources
-
- getDefaultConnectionSourceName(org.grails.datastore.mapping.model.PersistentEntity) - Method in ConnectionSourcesSupport
-
If a domain class uses more than one datasource, we need to know which one to use
when calling a method without a namespace qualifier.
- getDefaultConstraints(grails.config.Config) - Method in ConstraintEvalUtils
-
Looks up the default configured constraints from the given configuration
- getDefaultConstraints() - Method in ConstraintsEvaluator
-
The default constraints to use
- getDefaultConstraints() - Method in DefaultConstraintEvaluator
-
- getDefaultConstructor(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
Obtains the default constructor for the given class node.
- getDefaultConstructor(org.codehaus.groovy.ast.ClassNode) - Method in GroovyScriptCommandTransform
-
- getDefaultContextLoaderClassName(Class<?>) - Method in GrailsJunit4ClassRunner
-
- getDefaultCurrencyCodes() - Method in CurrencyInputRenderer
-
- getDefaultDatabase() - Method in AbstractMongoSession
-
- Returns:
- The name of the default database
- getDefaultDatabase() - Method in MongoDatastore
-
- Returns:
- The default database name
- getDefaultDatabaseName() - Method in DocumentMappingContext
-
- getDefaultDatabaseName(org.springframework.core.env.PropertyResolver) - Method in MongoMappingContext
-
- getDefaultDatabaseProductName() - Method in HibernateClassicDatabase
-
- getDefaultDatabaseProductName() - Method in HibernateEjb3Database
-
- getDefaultDatabaseProductName() - Method in HibernateSpringBeanDatabase
-
- getDefaultDatabaseProductName() - Method in HibernateSpringPackageDatabase
-
- getDefaultDatabaseProductName() - Method in JpaPersistenceDatabase
-
- getDefaultDataSource(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
-
- deprecated:
- Use MultipleDataSourceSupport#getDefaultDataSource(PersistentEntity)#getDefaultDataSource(PersistentEntity) instead.
- getDefaultDataSource(org.grails.datastore.mapping.model.PersistentEntity) - Method in MultipleDataSourceSupport
-
If a domain class uses more than one datasource, we need to know which one to use
when calling a method without a namespace qualifier.
- getDefaultDriver(java.lang.String) - Method in HibernateDatabase
-
- getDefaultDriver(java.lang.String) - Method in JpaPersistenceDatabase
-
- getDefaultEncodeAs() - Method in DefaultGrailsTagLibClass
-
- getDefaultEncodeAs() - Method in GrailsTagLibClass
-
- getDefaultEngine() - Method in GrailsDependencyVersions
-
- getDefaultExtraArtifact(org.gradle.api.Project) - Method in GrailsProfilePublishGradlePlugin
-
- getDefaultFeatures() - Method in AbstractProfile
-
- getDefaultFeatures() - Method in Profile
-
- Returns:
- The default features for this profile
- getDefaultFlushMode() - Method in AbstractHibernateCriteriaBuilder
-
- getDefaultFlushMode() - Method in AbstractHibernateDatastore
-
- Returns:
- Obtains the default flush mode level
- getDefaultFlushMode() - Method in MongoDatastore
-
- Returns:
- The default flush mode
- getDefaultFlushModeName() - Method in AbstractHibernateDatastore
-
- Returns:
- The name of the default value flush
- getDefaultIdentity() - Method in GrailsHibernatePersistentEntity
-
- getDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
-
- getDefaultIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
-
Obtains the default manner in which identifiers are mapped.
- getDefaultInputMask() - Method in GrailsConsole
-
- getDefaultLabel() - Method in BeanPropertyAccessor
-
- Returns:
- default label text for the property at the end of the path.
- getDefaultLabel() - Method in BeanPropertyAccessorImpl
-
- getDefaultLabel() - Method in DelegatingBeanPropertyAccessorImpl
-
- getDefaultLabel() - Method in DomainProperty
-
- Returns:
- The default label for the property (natural name)
- getDefaultLabel() - Method in DomainPropertyImpl
-
- getDefaultLabel() - Method in PropertyPathAccessor
-
- getDefaultMapping() - Method in DocumentMappingContext
-
- getDefaultMax() - Method in DefaultGraphQLPaginationResponseHandler
-
- getDefaultMax() - Method in GraphQLPaginationResponseHandler
-
- Returns:
- The default maximum value if none provided
- getDefaultMessage(java.lang.String) - Method in AbstractConstraint
-
Returns the default message for the given message code in the
current locale.
- getDefaultNullable(grails.config.Config) - Method in ConstraintEvalUtils
-
Whether an unconstrained persistent property is nullable by default (Grails 8).
- getDefaultOffset() - Method in DefaultGraphQLPaginationResponseHandler
-
- getDefaultOffset() - Method in GraphQLPaginationResponseHandler
-
- Returns:
- The default offset value if none provided
- getDefaultOption() - Method in CurrencyInputRenderer
-
- getDefaultOption() - Method in LocaleInputRenderer
-
- getDefaultOption() - Method in MapToSelectInputRenderer
-
- Returns:
- The default to be selected in the select element
- getDefaultOption() - Method in TimeZoneInputRenderer
-
- getDefaultPort() - Method in HibernateDatabase
-
- getDefaultProfile() - Method in CreateAppCommand
-
- getDefaultProfile() - Method in CreatePluginCommand
-
- getDefaultProfile() - Method in CreateProfileCommand
-
- getDefaultProfile() - Method in CreateWebPluginCommand
-
- getDefaultProfile() - Method in GrailsGradlePlugin
-
- getDefaultProfile() - Method in GrailsPluginGradlePlugin
-
- getDefaultPropertySource(org.springframework.core.env.ConfigurableEnvironment, java.lang.String) - Method in Sitemesh3GrailsPlugin
-
- getDefaultResourceLoader() - Method in DefaultResourceLocator
-
- getDefaultResourceLoader() - Method in ResourceLocator
-
- getDefaultSchema() - Method in GeneratorCreationContextWrapper
-
- getDefaultSchema() - Method in HibernateColumnSnapshotGenerator
-
- getDefaultSchemaName() - Method in HibernateDatabase
-
- getDefaultTableHeader(org.grails.scaffolding.model.property.DomainProperty) - Method in ContextMarkupRendererImpl
-
- getDefaultTaglibEncoder() - Method in OutputEncodingStack
-
- getDefaultTaglibEncoder() - Method in OutputEncodingStackAttributes
-
- getDefaultTransactionIsolation() - Method in HibernateConnectionMetadata
-
- getDefaultValue(java.lang.String) - Method in OutputEncodingSettings
-
- getDefinedFormats(groovy.lang.Closure) - Method in MimeTypesApiSupport
-
- getDefinition(java.lang.String) - Method in AliasRegistry
-
- getDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in CachingGraphQLResponseHandler
-
- getDefinition() - Method in MongoCollection.Index
-
- getDefinitions() - Method in ExtractDependenciesTask
-
- getDelegate() - Method in AbstractClosureProxy
-
- getDelegateInvokeMethod() - Method in BuilderTypeCheckingExtension
-
- Returns:
- The method node to invoke for unresolved methods within closures of the builder (implicit this)
- getDelegateInvokeMethod() - Method in JsonTemplateTypeCheckingExtension
-
- getDelete(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
-
- Parameters:
entity - The persistent entity
- getDeleteMap(java.lang.Iterable) - Method in MongoSession
-
- getDeletingFetcher(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultGraphQLDataFetcherManager
-
- getDeletingFetcher(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLDataFetcherManager
-
Returns a data fetcher instance to be used in DELETE
- getDependencies() - Method in AbstractProfile
-
- getDependencies() - Method in CompositeDependencyManagement
-
- getDependencies() - Method in DependencyManagement
-
Returns the managed dependencies.
- getDependencies() - Method in Feature
-
- Returns:
- The dependency definitions for this feature
- getDependencies() - Method in GrailsClasspath
-
- Returns:
- All Grails dependencies, pull from 'testRuntimeOnly' scope
- getDependencies() - Method in GrailsDependencyVersions
-
- getDependencies() - Method in MavenModelDependencyManagement
-
- getDependencies() - Method in PluginMetadata
-
Returns the raw declared dependency map.
- getDependencies() - Method in Profile
-
- Returns:
- The dependency definitions for this profile
- getDependencyArtifacts() - Method in ExtractDependenciesTask
-
- getDependencyNames() - Method in AbstractGrailsPlugin
-
- getDependencyNames() - Method in DefaultGrailsPlugin
-
- getDependencyNames() - Method in GrailsPlugin
-
- Returns:
- The names of the plugins this plugin depends on
- getDependencyResolutionContext() - Method in DependencyCustomizer
-
- getDependentVersion(java.lang.String) - Method in AbstractGrailsPlugin
-
- getDependentVersion(java.lang.String) - Method in DefaultGrailsPlugin
-
- getDependentVersion(java.lang.String) - Method in GrailsPlugin
-
The version of the specified dependency
- getDependentVersion(java.lang.String) - Method in PluginMetadata
-
Returns the declared version for the named plugin dependency.
- getDependsOnNames() - Method in PluginInfo
-
Returns the plugin names that this plugin depends on.
- getDependsOnNames() - Method in PluginMetadata
-
Returns the plugin names this plugin depends on.
- getDeployedAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriService
-
- getDeployedAbsoluteViewURI(java.lang.String) - Method in GroovyPagesUriSupport
-
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
- getDeployedViewURI(java.lang.String, java.lang.String) - Method in DefaultGroovyPagesUriService
-
- getDeployedViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriService
-
- getDeployedViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriSupport
-
Obtains a view URI when deployed within the /WEB-INF/grails-app/views context
- getDeprecationReason() - Method in Deprecatable
-
- getDeprecationReason() - Method in GraphQLDomainProperty
-
- Returns:
- The reason why the property is deprecated, or null if it isn't
- getDepth() - Method in JSON
-
- getDepth() - Method in XML
-
- getDescription() - Method in AbstractCommand
-
- getDescription() - Method in AbstractProfile
-
- getDescription() - Method in ApplicationCommand
-
The description of the command.
- getDescription() - Method in ClassPathResource
-
This implementation returns a description that includes the class path location.
- getDescription() - Method in ClosureExecutingCommand
-
- getDescription() - Method in Command
-
- Returns:
- The description of the command
- getDescription() - Method in DefaultFeature
-
- getDescription(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultGraphQLPaginationResponseHandler
-
- getDescription() - Method in Described
-
- getDescription() - Method in Feature
-
- Returns:
- The description of the profile
- getDescription() - Method in FileSystemResource
-
This implementation returns a description that includes the absolute
path of the file.
- getDescription() - Method in GradleTaskCommandAdapter
-
- getDescription() - Method in GrailsResource
-
- getDescription() - Method in GraphQLDomainProperty
-
- Returns:
- The description of the property
- getDescription(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityHelper
-
- getDescription(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLPaginationResponseHandler
-
- Returns:
- The description to use in the schema, or null
- getDescription() - Method in HelpExample
-
- getDescription() - Method in Option
-
- getDescription() - Method in Profile
-
- Returns:
- The description of the profile
- getDescription() - Method in Resource
-
Return a description for this resource,
to be used for error output when working with the resource.
- getDescription() - Method in RunCommand
-
- getDescription() - Method in SpringResource
-
- getDescription() - Method in UrlResource
-
This implementation returns a description that includes the URL.
- getDescriptor() - Method in DefaultGrailsPlugin
-
- getDescriptor() - Method in GrailsPluginInfo
-
- Returns:
- the Resource that represents the plugin descriptor (the *GrailsPlugin.groovy or grails-plugin.yml file)
- getDescriptor() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getDesiredMongoDockerName() - Method in AbstractMongoGrailsExtension
-
Returns the configured docker image name
- getDesiredMongoVersion() - Method in AbstractMongoGrailsExtension
-
Returns the desire mongo version.
- getDestination() - Method in ExtractDependenciesTask
-
- getDestinationDirectory(java.io.File) - Method in CreateAppCommand
-
- getDestroyClosure() - Method in DefaultGrailsBootstrapClass
-
- getDestroyClosure() - Method in GrailsBootstrapClass
-
Returns the destroy closure which is called on application exit.
- getDetachedCriteria() - Method in DynamicFinderInvocation
-
- getDetachedCriteriaType(org.codehaus.groovy.ast.ClassNode) - Method in AbstractDetachedCriteriaServiceImplementor
-
- getDetachedCriteriaType(org.codehaus.groovy.ast.ClassNode) - Method in AbstractWhereImplementer
-
- getDialect(org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
-
- getDialect() - Method in GormDatabase
-
- getDialect() - Method in GrailsDataSource
-
The dialect implementation to use.
- getDialect() - Method in HibernateDatabase
-
Returns the dialect determined during database initialization.
- getDialect(org.hibernate.SessionFactory) - Method in HibernateQuery
-
- getDialectResolutionInfo() - Method in HibernateDialectDetectorFactoryBean
-
- getDirectChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
-
- getDirectChildEntities(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
-
Obtains only the direct children (1 level down) for the given root entity
- getDirection() - Method in NoopVisitor
-
- getDirection() - Method in Query.Order
-
- Returns:
- The direction order by
- getDirective() - Method in AbstractClosureProxy
-
- getDirtyCheckingState(java.lang.Object) - Method in EntityReflector
-
- Returns:
- Obtains the dirty checking state for the given entity
- getDirtyPropertyNames() - Method in GormEntity
-
Obtains a list of property names that are dirty.
- getDirtyPropertyNames(D) - Method in GormInstanceApi
-
Obtains a list of property names that are dirty
- getDirtyPropertyNames(D) - Method in HibernateGormInstanceApi
-
Obtains a list of property names that are dirty
- getDiscriminator() - Method in AbstractPersistentEntity
-
- getDiscriminator() - Method in PersistentEntity
-
The discriminator used when persisting subclasses of an inheritance hierarchy
- getDiscriminatorAttributeName() - Method in BsonPersistentEntityCodec
-
- Returns:
- The name of the discriminator
- getDiscriminatorAttributeName() - Method in PersistentEntityCodec
-
- getDiscriminatorColumnName() - Method in GrailsHibernatePersistentEntity
-
- getDiscriminatorValue() - Method in GrailsHibernatePersistentEntity
-
- getDisplay() - Method in DefaultConstrainedProperty
-
Returns the display value for property access compatibility with ClassPropertyFetcher.
- getDisplayType() - Method in Constrained
-
- getDisplayType() - Method in ConstrainedDelegate
-
- getDisplayType() - Method in DefaultConstrainedProperty
-
- Returns:
- The display type controlling where this property is shown in scaffolded views.
- getDocument() - Method in MockDataFetchingEnvironment
-
- getDocumentMappingContext() - Method in AbstractMongoSession
-
- getDocumentMappingContext() - Method in MongoCodecSession
-
- getDomain() - Method in DomainUnitTest
-
- Returns:
- An instance of the domain class
- getDomainClass() - Method in DomainProperty
-
- Returns:
- The PersistentEntity the property belongs to
- getDomainClasses() - Method in GrailsDataTckManager
-
Returns a defensive copy of the registered domain classes.
- getDomainClasses() - Method in HibernateSpec
-
- Returns:
- The domain classes
- getDomainClasses() - Method in MongoSpec
-
- Returns:
- The domain classes
- getDomainClassesToMock() - Method in DataTest
-
- getDomainClassesToMock() - Method in DomainUnitTest
-
- getDomainClassMap() - Method in GroovyPagesTemplateEngine
-
- getDomainClassType(java.lang.Object, java.lang.String) - Method in GrailsWebDataBinder
-
- Parameters:
obj - any object
- getDomainProperty() - Method in BeanPropertyAccessor
-
- Returns:
- the GORM persistent property descriptor for the property at the end of the path, e.g. for `address.home.street` then the descriptor of `street` is returned.
- getDomainProperty() - Method in DelegatingBeanPropertyAccessorImpl
-
- getDomainProperty() - Method in PropertyPathAccessor
-
- getDomainRegistryEntries() - Method in DomainRendererRegistry
-
- getDouble(java.lang.String, java.lang.Double) - Method in AbstractTypeConvertingMap
-
- getDouble(int) - Method in JSONArray
-
Get the double value associated with an index.
- getDouble(java.lang.String) - Method in JSONObject
-
Get the double value associated with a key.
- getDriver() - Method in BrowserDelegate
-
Delegates to geb.Browser#getDriver().
- getDriverClassName() - Method in DatabaseDriver
-
Return the driver class name.
- getDriverClassName() - Method in GrailsDataSource
-
The driver class name for the data source.
- getDriverMajorVersion() - Method in HibernateConnectionMetadata
-
- getDriverMinorVersion() - Method in HibernateConnectionMetadata
-
- getDriverName() - Method in HibernateConnectionMetadata
-
- getDriverVersion() - Method in HibernateConnectionMetadata
-
- getDurationMillis() - Method in DatabaseCleanupStats
-
Calculates the duration of the cleanup operation in milliseconds.
- getDynamicFinderPrefix() - Method in CountByImplementer
-
- getDynamicFinderPrefix() - Method in FindAllByImplementer
-
- getDynamicFinderPrefix() - Method in FindOneByImplementer
-
- getDynamicPlugins() - Method in DefaultPluginDiscovery
-
- getDynamicPlugins() - Method in PluginDiscovery
-
Returns plugins supplied dynamically instead of being discovered from classpath descriptors.
- getDynamicTemplatePrefix() - Method in JsonViewTemplateEngine
-
- getDynamicTemplatePrefix() - Method in MarkupViewTemplateEngine
-
- getDynamicTemplatePrefix() - Method in ResolvableGroovyTemplateEngine
-
- getELContext() - Method in GroovyPagesPageContext
-
- getElementName(java.lang.Object) - Method in ArrayMarshaller
-
- getElementName(java.lang.Object) - Method in CollectionMarshaller
-
- getElementName(java.lang.Object) - Method in MapMarshaller
-
- getElementName(java.lang.Object) - Method in NameAwareMarshaller
-
Returns the tag name for the object
- getElementName(java.lang.Object) - Method in ProxyUnwrappingMarshaller
-
- getElementName(java.lang.Object) - Method in ValidationErrorsMarshaller
-
- getElementName(java.lang.Object) - Method in XML
-
- getElementTypeName() - Method in HibernateToManyCollectionProperty
-
Resolves the Hibernate type name for the map/collection element.
- getEmbedded(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
-
- getEmbedded() - Method in AbstractPersistentEntity
-
- getEmbedded(T, java.lang.String) - Method in NativeEntryEntityPersister
-
Implementors should override to provide support for embedded objects.
- getEmbedded() - Method in PersistentEntity
-
A list of embedded associations for this entity.
- getEmbedded(java.util.Map, java.lang.String) - Method in SimpleMapEntityPersister
-
- getEmbeddedType() - Method in GraphQLPropertyType
-
- getEnabled() - Method in PluginMetadata
-
Returns whether the plugin is enabled or disabled.
- getEncodeAsForTag(java.lang.String) - Method in DefaultGrailsTagLibClass
-
- getEncodeAsForTag(java.lang.String) - Method in GrailsTagLibClass
-
- getEncodeAsForTag(java.lang.String, java.lang.String) - Method in TagLibraryLookup
-
- getEncodedAppender() - Method in CodecPrintWriter
-
- getEncodedAppender() - Method in EncodedAppenderFactory
-
Gets the EncodedAppender that is connected to the instance of this
implementation.
- getEncodedAppender() - Method in EncodedAppenderWriter
-
- getEncodedAppender() - Method in GSPResponseWriter
-
- getEncodedAppender() - Method in OutputEncodingStack.OutputProxyWriter
-
- getEncodedAppender() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- getEncodedAppender() - Method in StreamingEncoderWriter
-
- getEncoder() - Method in CodecFactory
-
Gets the encoder instance.
- getEncoder() - Method in CodecPrintWriter
-
- getEncoder() - Method in DefaultGrailsCodecClass
-
- getEncoder() - Method in EncodedAppenderWriter
-
- getEncoder() - Method in EncoderAware
-
Gets the current encoder in use.
- getEncoder() - Method in GSPResponseWriter
-
- getEncoder() - Method in HTML4Codec
-
- getEncoder() - Method in HTMLCodec
-
- getEncoder() - Method in HTMLJSCodec
-
- getEncoder() - Method in JavaScriptCodec
-
- getEncoder() - Method in OutputEncodingStack.OutputProxyWriter
-
- getEncoder() - Method in RawCodec
-
- getEncoder() - Method in StreamingEncoderWriter
-
- getEncoder() - Method in XMLCodecFactory
-
- getEncoderClass() - Method in BigDecimalCodec
-
- getEncoderClass() - Method in BigIntegerCodec
-
- getEncoderClass() - Method in BsonPersistentEntityCodec
-
- getEncoderClass() - Method in CodecExtensions.CurrencyCodec
-
- getEncoderClass() - Method in CodecExtensions.GStringCodec
-
- getEncoderClass() - Method in CodecExtensions.IntRangeCodec
-
- getEncoderClass() - Method in CodecExtensions.ListCodec
-
- getEncoderClass() - Method in CodecExtensions.LocaleCodec
-
- getEncoderClass() - Method in CodecExtensions.MapCodec
-
- getEncoderClass() - Method in InstantCodec
-
- getEncoderClass() - Method in LocalDateCodec
-
- getEncoderClass() - Method in LocalDateTimeCodec
-
- getEncoderClass() - Method in LocalTimeCodec
-
- getEncoderClass() - Method in OffsetDateTimeCodec
-
- getEncoderClass() - Method in OffsetTimeCodec
-
- getEncoderClass() - Method in PeriodCodec
-
- getEncoderClass() - Method in ZonedDateTimeCodec
-
- getEncoderForContentType(java.lang.String) - Method in FilteringCodecsByContentTypeSettings
-
- getEncoders() - Method in EncodingState
-
Gets the current encoding state (= encoder that have been applied)
- getEncoders() - Method in EncodingStateImpl
-
- getEncoding() - Method in BoundedCharsAsEncodedBytesCounter
-
- getEncoding() - Method in ChainedConverterConfiguration
-
- getEncoding() - Method in ConverterConfiguration
-
Lookup the configured default Character encoding for the Converter
- getEncoding() - Method in DefaultConverterConfiguration
-
- getEncoding() - Method in ImmutableConverterConfiguration
-
- getEncoding() - Method in ViewConfiguration
-
- Returns:
- The default encoding to use to render views
- getEncodingState() - Method in StreamCharBuffer.EncodedPart
-
- getEncodingStateFor(java.lang.CharSequence) - Method in DefaultEncodingStateRegistry
-
- getEncodingStateFor(java.lang.CharSequence) - Method in EncodingStateRegistry
-
Gets the current encoding state for a CharSequence.
- getEncodingStateRegistry() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getEncodingStateRegistry() - Method in GrailsWebRequest
-
- getEncodingStateRegistry() - Method in OutputContext
-
- getEncodingStateRegistryLookup() - Method in EncodingStateRegistryLookupHolder
-
- getEndColumn() - Method in SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in SimpleCharStream
-
Get token end line number.
- getEngineInfo() - Method in GroovyPagesJspFactory
-
- getEngineProperties() - Method in DocPublisher
-
Returns the engine properties.
- getEnhancer(org.hibernate.bytecode.enhance.spi.EnhancementContext) - Method in GrailsBytecodeProvider
-
- getEntity() - Method in AbstractClassMapping
-
- getEntity() - Method in AbstractHibernateQuery
-
- getEntity() - Method in AbstractPersistenceEvent
-
- getEntity() - Method in BeanEntityAccess
-
- getEntity() - Method in BeanPropertyAccessor
-
- Returns:
- the GORM domain type of `beanType`.
- getEntity() - Method in ClassMapping
-
Obtains the PersistentEntity for this class mapping
- getEntity(org.hibernate.event.spi.SaveOrUpdateEvent) - Method in ClosureEventTriggeringInterceptor
-
- getEntity() - Method in DelegatingBeanPropertyAccessorImpl
-
- getEntity() - Method in EntityAccess
-
- Returns:
- The entity being persisted
- getEntity() - Method in FieldEntityAccess
-
- getEntity() - Method in HibernateAssociationQuery
-
- getEntity() - Method in HibernatePagedResultList
-
- getEntity() - Method in HibernatePersistentEntity
-
- getEntity() - Method in ManualEntityOrdering
-
- getEntity() - Method in PendingOperation
-
- Returns:
- The PersistentEntity being inserted
- getEntity() - Method in PendingOperationAdapter
-
- getEntity() - Method in PropertyPathAccessor
-
- getEntity() - Method in Query
-
- Returns:
- The PersistentEntity being query
- getEntityAccess() - Method in AbstractPersistenceEvent
-
- getEntityAccess() - Method in PendingInsert
-
- Returns:
- The EntityAccess object for the entity to be inserted
- getEntityAccess() - Method in PendingInsertAdapter
-
- getEntityAccess() - Method in PendingUpdate
-
- Returns:
- The EntityAccess object for the entity to be inserted
- getEntityAccess() - Method in PendingUpdateAdapter
-
- getEntityArgument(graphql.schema.DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
-
- getEntityFamily() - Method in AbstractKeyValueEntityPersister
-
- getEntityFamily() - Method in AbstractMongoObectEntityPersister
-
- getEntityFamily() - Method in NativeEntryEntityPersister
-
- getEntityInterceptor() - Method in HibernateMappingContextSessionFactoryBean
-
- getEntityMappedFormType() - Method in AbstractGormMappingFactory
-
- getEntityMappedFormType() - Method in GormDocumentMappingFactory
-
- getEntityMappedFormType() - Method in GormKeyValueMappingFactory
-
- getEntityMappedFormType() - Method in HibernateMappingFactory
-
- getEntityObject() - Method in AbstractPersistenceEvent
-
- getEntityPersister(java.lang.String, org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
-
- getEntityPersister(java.lang.String, org.hibernate.SessionFactory) - Method in HibernateQuery
-
- getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
-
Obtains a EntityReflector instance for the given entity
- getEntityReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
-
Obtains a EntityReflector instance for the given entity
- getEntityTrait() - Method in GormEntityTraitProvider
-
- getEntityValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
-
Retrieves a validator for an entity
- getEntityValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
-
Obtains a validator for the given entity
- getEntries() - Method in DatasourceCleanupMapping
-
- Returns:
- the parsed entries from the annotation value
- getEntryValue(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
-
- getEntryValue(T, java.lang.String) - Method in NativeEntryEntityPersister
-
Reads a value for the given key from the native entry
- getEntryValue(java.util.Map, java.lang.String) - Method in SimpleMapEntityPersister
-
- getEnumType(Class<? extends Enum>, boolean) - Method in DefaultGraphQLTypeManager
-
- getEnumType(Class<? extends Enum>, boolean) - Method in GraphQLTypeManager
-
Retrieves an enum type for the provided class
- getEnumType() - Method in Property
-
- Returns:
- The type of the enum, either ordinal or string
- getEnumType() - Method in PropertyConfig
-
- getEnumTypeObject() - Method in Property
-
- Returns:
- The type of the enum, either ordinal or string
- getEnumValues(org.grails.scaffolding.model.property.DomainProperty) - Method in EnumInputRenderer
-
- getEnvironment() - Method in CommandLine
-
- Returns:
- The environment specified
- getEnvironment() - Method in DefaultCommandLine
-
- getEnvironment(java.lang.String) - Method in Environment
-
Returns the environment for the given short name
- getEnvironment() - Method in GrailsWebApplicationContext
-
- getEnvironment() - Method in Metadata
-
- Returns:
- The environment the application expects to run in
- getEnvironmentConfig(java.lang.String) - Method in ApplicationContextDatabaseMigrationCommand
-
- getEnvironments() - Method in PluginMetadata
-
Returns the environments in which this plugin is enabled.
- getEnvironmentSpecificBlock(grails.util.Environment, Closure<?>) - Method in Environment
-
Takes an environment specific DSL block like:
- getEnvironmentVariable(java.lang.String) - Method in SpringApplicationLauncher
-
- getErr() - Method in GrailsConsole
-
- getError() - Method in GrailsClasspath
-
- Returns:
- The error message if one occurred
- getError() - Method in JspMessageTag
-
- getErrors() - Method in BeanPropertyAccessor
-
- Returns:
- the resolved messages for any validation errors present on the property at the end of the path.
- getErrors() - Method in BeanPropertyAccessorImpl
-
- getErrors() - Method in Controller
-
Obtains the errors instance for the current controller
- getErrors(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getErrors() - Method in DelegatingBeanPropertyAccessorImpl
-
- getErrors() - Method in GormValidateable
-
Obtains the errors for an instance
- getErrors(D) - Method in GormValidationApi
-
Obtains the errors for an instance
- getErrors(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
-
- getErrors() - Method in PropertyPathAccessor
-
- getErrors() - Method in Validateable
-
- getErrors() - Method in ValidationException
-
- Returns:
- The errors object
- getEvent() - Method in EventTrigger
-
- Returns:
- The event being triggered
- getEventBus() - Method in EventBusAware
-
- Returns:
- Retrieves the event bus
- getEventListeners() - Method in HibernateMappingContextSessionFactoryBean
-
- getEventTriggeringInterceptor() - Method in AbstractHibernateDatastore
-
- getEventType() - Method in AbstractPersistenceEvent
-
- getEventType() - Method in AbstractQueryEvent
-
- Returns:
- The type of event.
- getEventType() - Method in GrailsContextEvent
-
- getEventType() - Method in MergeEvent
-
- getEventType() - Method in PersistEvent
-
- getEventType() - Method in PostDeleteEvent
-
- getEventType() - Method in PostInsertEvent
-
- getEventType() - Method in PostLoadEvent
-
- getEventType() - Method in PostQueryEvent
-
- Returns:
- The type of event.
- getEventType() - Method in PostUpdateEvent
-
- getEventType() - Method in PreDeleteEvent
-
- getEventType() - Method in PreInsertEvent
-
- getEventType() - Method in PreLoadEvent
-
- getEventType() - Method in PreQueryEvent
-
- Returns:
- The type of event.
- getEventType() - Method in PreUpdateEvent
-
- getEventType() - Method in SaveOrUpdateEvent
-
- getEventType() - Method in ValidationEvent
-
- getEvictionNames() - Method in AbstractGrailsPlugin
-
- getEvictionNames() - Method in GrailsPlugin
-
- Returns:
- The names of the plugins this plugin should evict onload
- getEvictions() - Method in PluginInfo
-
Returns the plugin names evicted by this plugin.
- getEvictions() - Method in PluginMetadata
-
Returns the plugin names this plugin evicts.
- getExample() - Method in HelpExample
-
- getExamples() - Method in AbstractCommand
-
- getExamples() - Method in Command
-
Return some examples for the command.
- getException() - Method in GroovyPagesPageContext
-
- getExceptionHandlerMethodFor(Class<? extends Exception>) - Method in Controller
-
- getExceptionHandlerMethods(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in ControllerActionTransformer
-
- getExceptionType() - Method in ControllerExceptionHandlerMetaData
-
- getExceptionType() - Method in ResponseCodeUrlMapping
-
- getExcludePatterns() - Method in AbstractGrailsControllerUrlMappings
-
- getExcludePatterns() - Method in DefaultGrailsUrlMappingsClass
-
- getExcludePatterns() - Method in DefaultUrlMappingsHolder
-
- getExcludePatterns() - Method in GrailsUrlMappingsClass
-
Returns a List of URI patterns to exclude.
- getExcludePatterns() - Method in UrlMappingsHolder
-
Retrieves the held Exclude Pattern instances as a list, could be null if there is no exclude
- getExcludes(java.lang.Class) - Method in AbstractConverter
-
Gets the excludes for the given type
- getExcludes(java.lang.Class) - Method in ConfigurableConverter
-
Gets the excludes for the given type
- getExcludes(java.util.Map) - Method in DefaultJsonViewHelper
-
- getExcludes() - Method in RenderContext
-
Which properties should be excluded from rendering
- getExclusions() - Method in Dependency
-
Return the dependency exclusions.
- getExecOperations() - Method in ExecOperationsSupport
-
- getExecutablePatterns() - Method in AbstractProfile
-
- getExecutablePatterns() - Method in Profile
-
- Returns:
- The list of file patterns which should be executable in the resulting application
- getExecutedJarFile() - Method in GrailsUpdater
-
- Returns:
- the jar file for the `grails-cli` verison that was selected by this updater`
- getExecutionContext() - Method in CommandLineHelper
-
- getExecutionContext() - Method in GroovyScriptCommand
-
- getExpandoMetaClass(java.lang.Class) - Method in GrailsClassUtils
-
- getExpandoMetaClass(Class<?>) - Method in GrailsMetaClassUtils
-
- getExpandoMetaClass(Class<?>) - Method in MetaClassUtils
-
- getExpandProperties(grails.plugin.json.view.api.JsonView, java.util.Map) - Method in DefaultJsonViewHelper
-
- getExportedKeys(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getExpressionCodecDirectiveValue() - Method in GroovyPageParser
-
- getExpressionEncoder() - Method in GroovyPageMetaInfo
-
- getExpressionEncoder() - Method in OutputEncodingStack
-
- getExpressionEncoder() - Method in OutputEncodingStackAttributes
-
- getExpressionFactory() - Method in GroovyPagesJspApplicationContext
-
- getExpressionOut() - Method in GroovyPage
-
- getExpressions() - Method in DynamicFinderInvocation
-
- getExpressionText(java.lang.String, boolean) - Method in GroovyPageParser
-
- getExpressionWriter() - Method in OutputEncodingStack
-
- getExtendedMethods() - Method in AbstractGormApi
-
- getExtends() - Method in AbstractProfile
-
- getExtends() - Method in Profile
-
- getExtension() - Method in ViewConfiguration
-
- Returns:
- The file extension
- getExtractedProperties() - Method in Sitemesh3CapturedPage
-
- getExtraNameCharacters() - Method in HibernateConnectionMetadata
-
- getFactory() - Method in AbstractConnectionSources
-
- getFactory() - Method in ConnectionSources
-
- Returns:
- The factory used to create new connections
- getFactory() - Method in FactoryHolder
-
- getFailedLoadPlugins() - Method in AbstractGrailsPluginManager
-
- getFailedLoadPlugins() - Method in GrailsPluginManager
-
Returns any plugins that failed to load due to dependency resolution errors.
- getFailedPlugin(java.lang.String) - Method in AbstractGrailsPluginManager
-
- getFailedPlugin(java.lang.String) - Method in DefaultPluginDiscovery
-
- getFailedPlugin(java.lang.String) - Method in GrailsPluginManager
-
Retrieves a plugin that failed to load, or null if it doesn't exist.
- getFailedPlugin(java.lang.String) - Method in PluginDiscovery
-
Returns a plugin that failed during discovery or dependency resolution.
- getFailedPlugins() - Method in DefaultPluginDiscovery
-
- getFailedPlugins() - Method in PluginDiscovery
-
Returns every plugin that failed during discovery or dependency resolution.
- getFailOnError() - Method in DataTest
-
- getFallBackValue(java.lang.Object, java.lang.String) - Method in ConfigurationBuilder
-
- getFamily(org.grails.datastore.mapping.model.PersistentEntity, ClassMapping<Family>) - Method in AbstractKeyValueEntityPersister
-
- getFamily() - Method in KeyValueEntry
-
- getFamily(org.grails.datastore.mapping.model.PersistentEntity) - Method in SimpleMapQuery
-
- getFeatures() - Method in AbstractProfile
-
- getFeatures() - Method in Profile
-
- Returns:
- The features for this profile
- getFetchArgument(graphql.schema.DataFetchingEnvironment, boolean) - Method in EntityFetchOptions
-
Inspects the environment for requested fields and compares
against the PersistentEntity associations to determine
which fields should be eagerly fetched.
- getFetchArguments(java.lang.String) - Method in ClosureDataFetchingEnvironment
-
For use with domain class return types only.
- getFetchArguments(graphql.schema.DataFetchingEnvironment, boolean) - Method in DefaultGormDataFetcher
-
- getFetchMode(java.lang.Object) - Method in DynamicFinder
-
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
- getFetchMode(java.lang.Object) - Method in GrailsHibernateQueryUtils
-
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
- getFetchMode(java.lang.Object) - Method in GrailsHibernateUtil
-
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
- getFetchMode() - Method in HibernateToManyProperty
-
- getFetchMode() - Method in PropertyConfig
-
- Returns:
- The Hibernate FetchMode
- getFetchStrategies() - Method in AbstractDetachedCriteria
-
- Returns:
- Obtain the fetch strategies for each property
- getFetchStrategy() - Method in Association
-
- Returns:
- The fetch strategy for the association
- getField() - Method in JspEachErrorTag
-
- getField() - Method in JspHasErrorsTag
-
- getField() - Method in JspRenderErrorsTag
-
- getField() - Method in MongoAttribute
-
- Returns:
- The field name to map to
- getField(java.lang.Class, java.lang.String) - Method in SimpleDataBinder
-
- getFieldDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager, java.lang.String) - Method in DefaultGraphQLErrorsResponseHandler
-
- getFieldDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager, java.lang.String) - Method in GraphQLErrorsResponseHandler
-
- getFieldDefinitions(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLErrorsResponseHandler
-
- getFields(graphql.schema.GraphQLOutputType, org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLPaginationResponseHandler
-
- getFields(graphql.schema.GraphQLOutputType, org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in GraphQLPaginationResponseHandler
-
Creates the fields to be used in the schema object for a pagination response
- getFieldValue(java.lang.Object, java.lang.String) - Method in GrailsClassUtils
-
Get the value of a declared field on an object
- getFile(java.net.URI) - Method in AbstractFileResolvingResource
-
This implementation returns a File reference for the underlying class path
resource, provided that it refers to a file in the file system.
- getFile() - Method in ByteArrayResource
-
- getFile() - Method in FileSystemResource
-
This implementation returns the underlying File reference.
- getFile(java.lang.String) - Method in GrailsMockHttpServletRequest
-
- getFile() - Method in GrailsResource
-
- getFile(java.net.URI) - Method in GrailsResourceUtils
-
Resolve the given resource URI to a java.io.File,
i.e. to a file in the file system.
- getFile() - Method in Resource
-
Return a File handle for this resource.
- getFile() - Method in ResourceMatcher.MatchedResource
-
- getFile() - Method in SpringResource
-
- getFile() - Method in UrlResource
-
This implementation returns a File reference for the underlying URL/URI,
provided that it refers to a file in the file system.
- getFileBasename(java.lang.String) - Method in GrailsStringUtils
-
Obtains the base name of a file excluding path and extension
- getFileExtension() - Method in GroovyPageForkCompileTask
-
- getFileExtensions() - Method in YamlPropertySourceLoader
-
- getFileForLastModifiedCheck() - Method in AbstractFileResolvingResource
-
This implementation determines the underlying File
(or jar file, in case of a resource in a jar/zip).
- getFileMap() - Method in GrailsMockHttpServletRequest
-
- getFilename() - Method in ByteArrayResource
-
- getFilename() - Method in ClassPathResource
-
This implementation returns the name of the file that this class path
resource refers to.
- getFileName(java.lang.StackTraceElement) - Method in DefaultErrorsPrinter
-
- getFileName(java.lang.StackTraceElement) - Method in DefaultStackTracePrinter
-
- getFilename() - Method in FileSystemResource
-
This implementation returns the name of the file.
- getFilename() - Method in GrailsByteArrayResource
-
- getFilename() - Method in GrailsResource
-
- getFilename(java.lang.String) - Method in GrailsResourceUtils
-
Extract the filename from the given path,
e.g.
- getFileName() - Method in GrailsTagException
-
- getFileName() - Method in GroovyPagesException
-
- getFilename() - Method in MockFileResource
-
- getFilename() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFilename() - Method in Resource
-
Determine a filename for this resource, i.e. typically the last
part of the path: for example, "myfile.txt".
- getFileName() - Method in SourceCodeAware
-
- getFilename() - Method in SpringResource
-
- getFilename() - Method in UrlResource
-
This implementation returns the name of the file that this URL refers to.
- getFileName() - Method in ViewRenderException
-
- getFileNameInfo(java.lang.Throwable, org.springframework.core.io.Resource) - Method in DefaultErrorsPrinter
-
- getFileNames() - Method in GrailsMockHttpServletRequest
-
- getFiles(java.lang.String) - Method in GrailsMockHttpServletRequest
-
- getFileSystemName() - Method in AbstractGrailsPlugin
-
- getFileSystemName() - Method in GrailsPlugin
-
Returns the name of the plugin as represented in the file system, including the version.
- getFileSystemShortName() - Method in AbstractGrailsPlugin
-
- getFileSystemShortName() - Method in GrailsPlugin
-
Returns the name of the plugin as represented on the file system without the version.
- getFileTimestamp() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getFilteringCodec() - Method in GrailsWebRequest
-
- getFilteringEncoder() - Method in GrailsWebRequest
-
- getFilterName() - Method in GrailsLayoutViewResolver
-
- getFinders() - Method in GormEnhancer
-
- getFindMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in FindOneStringQueryImplementer
-
- getFirstArtefact(java.lang.String) - Method in DefaultGrailsApplication
-
- getFirstRuntimeException(java.lang.Throwable) - Method in ExceptionUtils
-
- getFirstRuntimeException(java.lang.Throwable) - Method in GrailsExceptionResolver
-
- getFlag(java.lang.String) - Method in CommandDescription
-
Returns a flag for the given name or null if it doesn't exist
- getFlags() - Method in CommandDescription
-
Flags to the command.
- getFlash() - Method in GrailsWebUnitTest
-
The Grails 'flash' object
@return
- getFlash() - Method in WebAttributes
-
Obtains the Grails FlashScope instance
- getFlashScope(jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getFlashScope(jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
-
Retrieves the flash scope instance for the given requeste
- getFlashScope() - Method in GrailsWebRequest
-
- Returns:
- The FlashScope instance for the current request
- getFlatConfig() - Method in Holders
-
- getFloat(java.lang.String, java.lang.Float) - Method in AbstractTypeConvertingMap
-
- getFlushMode() - Method in AbstractHibernateSession
-
- getFlushMode() - Method in AbstractSession
-
- getFlushMode() - Method in GrailsHibernateTemplate
-
Return if a flush should be forced after executing the callback code.
- getFlushMode() - Method in HibernateSession
-
- getFlushMode(org.hibernate.Session) - Method in HibernateVersionSupport
-
Get the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
- getFlushMode() - Method in IHibernateTemplate
-
- getFlushMode() - Method in Session
-
Obtains the current FlushModeType
- getForcedGroupPrefixes() - Method in ExtractDependenciesTask
-
- getForeachRenamedIt() - Method in GroovySyntaxTag
-
- getForeignKeyForPropertyDomainClass(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getFormat() - Method in Constrained
-
- getFormat() - Method in ConstrainedDelegate
-
- getFormat(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
-
Obtains the request format, which is dictated by the CONTENT_TYPE header and evaluated using the
configured MimeType instances.
- getFormat(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
-
Obtains the format to use for the response using either the file extension or the ACCEPT header
- getFormatFromPattern(java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
-
- getFormatFromPattern(java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
-
Retrieve a date format object to be passed to the
format method
- getFormatFromURI(java.lang.String, grails.web.mime.MimeType) - Method in WebUtils
-
Obtains the format from the URI.
- getFormatString(java.lang.annotation.Annotation) - Method in GrailsWebDataBinder
-
- getFormatString(java.lang.annotation.Annotation) - Method in SimpleDataBinder
-
- Parameters:
annotation - An instance of grails.databinding.BindingFormat or org.grails.databinding.BindingFormat
- getFormattedConverter(java.lang.reflect.Field, java.lang.String) - Method in SimpleDataBinder
-
Get a ValueConverter for field
- getForwardURI() - Method in GrailsMockHttpServletRequest
-
Implementation of the dynamic "forwardURI" property.
- getForwardURI(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
-
- getForwardURI(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
-
Obtains the forwardURI from the request, since Grails uses a forwarding technique for URL mappings.
- getFrom(java.lang.String) - Method in JpaQueryContext
-
- getFrom() - Method in JspSelectTag
-
- getFrom() - Method in Query.Between
-
- getFromTPCache(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in ThirdPartyCacheEntityPersister
-
- getFullClassName(java.lang.String) - Method in GrailsNameUtils
-
Returns the class name, including package, for the given class.
- getFullName() - Method in AbstractGrailsClass
-
- getFullName() - Method in DefaultGrailsPlugin
-
- getFullName(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
Gets the full name of a ClassNode.
- getFullName() - Method in GrailsClass
-
Returns the full name of the class in the application with the trailing convention part and with
the package name.
- getFullName() - Method in GrailsPluginInfo
-
- Returns:
- The full name of the plugin including version
- getFullName() - Method in Model
-
- Returns:
- The class name including package
- getFullName() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getFullyQualifiedExpression(java.lang.String) - Method in JpaQueryContext
-
- getFullyQualifiedPath(java.lang.String) - Method in JpaQueryContext
-
- getFunctionColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getFunctionName() - Method in FunctionCallingCriterion
-
- getFunctions(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getFurthestParent(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
- getFurthestUnresolvedParent(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
- getFurthestUnresolvedParent(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
- getG() - Method in GrailsView
-
- Returns:
- Obtain the view helper
- getG() - Method in JsonView
-
- Returns:
- The default view helper
- getGenerator() - Method in DefaultIdentityMapping
-
- getGenerator() - Method in DefaultJsonViewHelper
-
- getGenerator(org.grails.orm.hibernate.cfg.domainbinding.generator.GrailsSequenceGeneratorEnum, org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsSequenceGeneratorEnum
-
- getGenerator(java.lang.String, org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsSequenceWrapper
-
- getGenerator() - Method in HibernateIdentityMapping
-
- getGenerator() - Method in IdentityMapping
-
- Returns:
- The type of value generated used
- getGenerator() - Method in JpaMappingConfigurationStrategy
-
- getGeneratorName() - Method in HibernatePersistentProperty
-
Returns the generator name for this property.
- getGeneratorName() - Method in HibernateSimpleIdentityProperty
-
- getGenericType(java.lang.Class, java.beans.PropertyDescriptor) - Method in DefaultJsonViewHelper
-
- getGenericType(java.lang.Class) - Method in MappingUtils
-
- getGenericTypeForMapProperty(java.lang.Class, java.lang.String, boolean) - Method in MappingUtils
-
- getGenericTypeForProperty(java.lang.Class, java.lang.String) - Method in MappingUtils
-
- getGet(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
-
- Parameters:
entity - The persistent entity
- getGetter() - Method in TraitPropertyAccessStrategy
-
- getGetterAndSetterForPropertyName(LinkedHashMap<String, GetterAndSetter>, java.lang.String) - Method in DirtyCheckingTransformer
-
- getGetterName(java.lang.String) - Method in GrailsClassUtils
-
Calculate the name for a getter method to retrieve the specified property
- getGetterName(java.lang.String) - Method in GrailsNameUtils
-
Calculate the name for a getter method to retrieve the specified property
- getGetterName(java.lang.String) - Method in MappingUtils
-
Calculate the name for a getter method to retrieve the specified property
- getGetterName(java.lang.String, boolean) - Method in NameUtils
-
Retrieves the name of a setter for the specified property name
- getGlobalClassInjectors() - Method in GrailsAwareInjectionOperation
-
- getGormDynamicFinders() - Method in GormEntity
-
- getGormDynamicFinders() - Method in GormStaticApi
-
- getGormDynamicFinders() - Method in GormStaticOperations
-
- Returns:
- The GORM dynamic finders
- getGormDynamicFinders() - Method in TenantDelegatingGormOperations
-
- getGormPersistentEntity() - Method in GormEntity
-
- Returns:
- The PersistentEntity for this class
- getGormPersistentEntity() - Method in GormStaticApi
-
- Returns:
- The PersistentEntity for this class
- getGormPersistentEntity() - Method in GormStaticOperations
-
- Returns:
- The PersistentEntity for this class
- getGormPersistentEntity() - Method in TenantDelegatingGormOperations
-
- getGrailsApplication() - Method in ApplicationAttributes
-
- Returns:
- Retrieves the grails application instance
- getGrailsApplication() - Method in DefaultGrailsApplicationAttributes
-
- getGrailsApplication() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- getGrailsApplication() - Method in GrailsAutoConfiguration
-
- getGrailsApplication() - Method in GrailsUnitTest
-
- Returns:
- The GrailsApplication instance
- getGrailsApplication() - Method in GroovyPageMetaInfo
-
- getGrailsApplication() - Method in Holders
-
- getGrailsApplication() - Method in OutputContext
-
- getGrailsApplication() - Method in WebAttributes
-
Obtains the GrailsApplication instance
- getGrailsApplicationClass() - Method in AbstractDatastoreInitializer
-
- getGrailsAttributes() - Method in WebAttributes
-
Obtains the GrailsApplicationAttributes instance
- getGrailsCacheManager() - Method in GrailsCacheManagerAware
-
- Returns:
- The Grails cache manager or null if it isn't present
- getGrailsClass(java.lang.String) - Method in ArtefactInfo
-
- getGrailsClass(java.lang.String) - Method in DefaultArtefactInfo
-
- getGrailsClassByLogicalPropertyName(java.lang.String) - Method in ArtefactInfo
-
Retrieves a Grails class by its logical property name.
- getGrailsClassByLogicalPropertyName(java.lang.String) - Method in DefaultArtefactInfo
-
- getGrailsClasses() - Method in ArtefactInfo
-
Gets you the array of all artefact GrailsClass(es), the classes used to track
information about the artefact.
- getGrailsClasses() - Method in DefaultArtefactInfo
-
- getGrailsClassesByName() - Method in ArtefactInfo
-
- getGrailsClassesByName() - Method in DefaultArtefactInfo
-
- getGrailsConsole() - Method in GroovyScriptCommand
-
- Returns:
- The GrailsConsole instance
- getGrailsEnv() - Method in GroovyScriptCommand
-
- Returns:
- The name of the current Grails environment
- getGrailsLayoutFactory() - Method in FactoryHolder
-
- getGrailsLinkGenerator() - Method in ResponseRedirector
-
- getGrailsPlugin(java.lang.String, java.lang.Object) - Method in AbstractGrailsPluginManager
-
- getGrailsPlugin(java.lang.String, java.lang.Object) - Method in GrailsPluginManager
-
Retrieves a plugin with the given name and version.
- getGrailsPlugin(java.lang.String, java.math.BigDecimal) - Method in MockGrailsPluginManager
-
- getGrailsPluginForClassName(java.lang.String) - Method in AbstractGrailsPluginManager
-
- getGrailsPluginForClassName(java.lang.String) - Method in GrailsPluginManager
-
Retrieves the Grails plugin for the given class name.
- getGrailsValidatorClass() - Method in AbstractDatastoreInitializer
-
- getGrailsVersion() - Method in BuildSettings
-
- Returns:
- The version of Grails being used
- getGrailsVersion() - Method in Environment
-
- Returns:
- The current Grails version
- getGrailsVersion() - Method in GrailsUtil
-
- getGrailsVersion() - Method in Metadata
-
- Returns:
- The Grails version used to build the application
- getGrailsVersionRange() - Method in PluginInfo
-
Returns the Grails version declared by this plugin.
- getGrailsVersionRange() - Method in PluginMetadata
-
Returns the Grails version range supported by this plugin.
- getGraphQL() - Method in GraphQLSpec
-
- getGraphQlContext() - Method in MockDataFetchingEnvironment
-
- getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in ComplexGraphQLProperty
-
- getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in CustomGraphQLProperty
-
- getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in GraphQLDomainProperty
-
- Parameters:
typeManager - The returnType manager used to retrieve GraphQL types
- getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in PersistentGraphQLProperty
-
- getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in SimpleGraphQLProperty
-
- getGreedyTokenIndex() - Method in DefaultUrlMappingData
-
- getGreedyTokenIndex() - Method in UrlMappingData
-
Returns the token index (0-based) of the greedy parameter, or -1 if no greedy parameter exists.
- getGroovyCompilerScript(org.gradle.api.tasks.compile.GroovyCompile, org.gradle.api.Project) - Method in GrailsGradlePlugin
-
- getGroovyCompilerScript(org.gradle.api.tasks.compile.GroovyCompile, org.gradle.api.Project) - Method in GrailsPluginGradlePlugin
-
- getGroovyPageFileName() - Method in GroovyPage
-
- getGroovyPageLocator() - Method in GroovyPagesTemplateEngine
-
- getGroovyPageMetaInfo() - Method in GroovyPageCompiledScriptSource
-
- getGroovyPageSourceDecorators() - Method in GroovyPagesTemplateEngine
-
- getGroovyPagesTemplateEngine() - Method in GroovyPagesServlet
-
- getGroovyPagesUriService() - Method in DefaultGrailsApplicationAttributes
-
- getGroovyPagesUriService() - Method in GrailsApplicationAttributes
-
- Returns:
- The GroovyPageUriService instance
- getGroovySource() - Method in GroovyPageMetaInfo
-
- getGroupId(java.lang.String) - Method in ArtifactCoordinatesResolver
-
Gets the group id of the artifact identified by the given module.
- getGroupId() - Method in Dependency
-
Return the dependency group id.
- getGroupId() - Method in Dependency.Exclusion
-
Return the exclusion group ID.
- getGroupId(java.lang.String) - Method in DependencyManagementArtifactCoordinatesResolver
-
- getGspDeclaration() - Method in ModelEntry
-
- getGspEncoding() - Method in GroovyPageParser
-
- getGspEncoding() - Method in GroovyPagesTemplateEngine
-
- getHandledPrefixes() - Method in AbstractStringQueryImplementer
-
- getHandledPrefixes() - Method in AbstractWhereImplementer
-
- getHandledPrefixes() - Method in CountByImplementer
-
- getHandledPrefixes() - Method in CountImplementer
-
- getHandledPrefixes() - Method in DeleteImplementer
-
- getHandledPrefixes() - Method in DeleteWhereImplementer
-
- getHandledPrefixes() - Method in FindAllByImplementer
-
- getHandledPrefixes() - Method in FindAllImplementer
-
- getHandledPrefixes() - Method in FindAllPropertyProjectionImplementer
-
- getHandledPrefixes() - Method in FindAndDeleteImplementer
-
- getHandledPrefixes() - Method in FindOneByImplementer
-
- getHandledPrefixes() - Method in FindOneImplementer
-
- getHandledPrefixes() - Method in FindOnePropertyProjectionImplementer
-
- getHandledPrefixes() - Method in PrefixedServiceImplementer
-
- Returns:
- The handled prefixes
- getHandledPrefixes() - Method in SaveImplementer
-
- getHandledPrefixes() - Method in UpdateOneImplementer
-
- getHandler() - Method in OptionParsingCommand
-
- getHandlerExecutionChain(java.lang.Object, jakarta.servlet.http.HttpServletRequest) - Method in UrlMappingsHandlerMapping
-
- getHandlerInternal(jakarta.servlet.http.HttpServletRequest) - Method in UrlMappingsHandlerMapping
-
- getHead() - Method in GSPGrailsLayoutPage
-
- getHeadBuffer() - Method in Sitemesh3CapturedPage
-
- getHeader(java.lang.String) - Method in MockPart
-
- getHeader(java.lang.String) - Method in Request
-
Obtains the value of a header
- getHeader(java.lang.String) - Method in TestRequestConfigurer
-
- getHeaderNames() - Method in MockPart
-
- getHeaderNames() - Method in Request
-
- Returns:
- The header for the request
- getHeaderNames() - Method in TestRequestConfigurer
-
- getHeaders(java.lang.String) - Method in MockPart
-
- getHeaders(java.lang.String) - Method in Request
-
Obtains all the values for the give header
- getHeaders(java.lang.String) - Method in TestRequestConfigurer
-
- getHelp() - Method in AbstractCommand
-
- getHelp() - Method in Command
-
Gets full help text for the command, e.g. a longer description and one line per
option.
- getHelp() - Method in OptionParsingCommand
-
- getHibernateAssociatedEntity() - Method in HibernateAssociation
-
- getHibernateAssociatedEntity() - Method in HibernateManyToManyProperty
-
- getHibernateAssociatedEntity() - Method in HibernateManyToOneProperty
-
- getHibernateAssociatedEntity() - Method in HibernateOneToManyProperty
-
- getHibernateAssociatedEntity() - Method in HibernateOneToOneProperty
-
- getHibernateAssociatedEntity() - Method in HibernatePersistentProperty
-
- getHibernateAssociatedEntity() - Method in HibernateToManyEntityProperty
-
- getHibernateCollection() - Method in HibernateBasicProperty
-
- getHibernateCollection() - Method in HibernateEmbeddedCollectionProperty
-
- getHibernateCollection() - Method in HibernateManyToManyProperty
-
- getHibernateCollection() - Method in HibernateOneToManyProperty
-
- getHibernateCollection() - Method in HibernateToManyProperty
-
- getHibernateCompositeIdentity() - Method in GrailsHibernatePersistentEntity
-
- getHibernateConnection() - Method in HibernateDatabase
-
Convenience method to return the underlying HibernateConnection in the JdbcConnection returned by
getConnection()
- getHibernateCriteria() - Method in HibernateQuery
-
- Returns:
- The hibernate criteria
- getHibernateCriterionAdapter() - Method in AbstractHibernateQuery
-
- getHibernateDetachedCriteria(org.grails.orm.hibernate.query.AbstractHibernateQuery, QueryableCriteria<?>, java.lang.String) - Method in HibernateCriteriaBuilder
-
- getHibernateEventListeners() - Method in HibernateMappingContextSessionFactoryBean
-
- getHibernateFetchMode() - Method in HibernateOneToOneProperty
-
Resolved fetch mode: uses the configured value or falls back to FetchMode#DEFAULT#DEFAULT.
- getHibernateForeignKeyDirection() - Method in HibernateOneToOneProperty
-
FK direction: FROM_PARENT when constrained (hasOne on other side), TO_PARENT otherwise.
- getHibernateIdentity() - Method in GrailsHibernatePersistentEntity
-
- getHibernateInverseSide() - Method in HibernateAssociation
-
- getHibernateInverseSide() - Method in HibernateOneToOneProperty
-
- getHibernateInverseSide() - Method in HibernatePersistentProperty
-
- getHibernateMappedForm() - Method in GrailsHibernatePersistentEntity
-
- getHibernateMappedForm() - Method in HibernatePersistentProperty
-
- getHibernateOwner() - Method in HibernatePersistentProperty
-
- getHibernateParentProperty(Class<?>) - Method in GrailsHibernatePersistentEntity
-
- Parameters:
parentType - The type of the parent entity
- getHibernatePersistentProperties() - Method in GrailsHibernatePersistentEntity
-
- getHibernateProjectionList() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- getHibernateProperties(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in HibernateCompositeIdentity
-
- Parameters:
domainClass - The domain class
- getHibernateProperties() - Method in HibernateMappingContextSessionFactoryBean
-
Return the Hibernate properties, if any.
- getHibernatePropertyByName(java.lang.String) - Method in GrailsHibernatePersistentEntity
-
- getHibernatePropertyByPath(java.lang.String) - Method in GrailsHibernatePersistentEntity
-
Returns the persistent property with the given path (e.g.
- getHibernateReferencedEntityName() - Method in HibernateOneToOneProperty
-
The entity name that Hibernate should reference.
- getHibernateReferencedPropertyName() - Method in HibernateOneToOneProperty
-
The property name on the referenced entity that back-references this association.
- getHibernateRootEntity() - Method in GrailsHibernatePersistentEntity
-
- getHibernateSession() - Method in HibernateSpec
-
- Returns:
- the current Hibernate session
- getHibernateTemplate() - Method in AbstractHibernateDatastore
-
- getHibernateTemplate() - Method in AbstractHibernateGormStaticApi
-
- getHibernateTemplate(int) - Method in HibernateDatastore
-
- getHibernateTemplate() - Method in HibernateGormStaticApi
-
- getHibernateTemplate() - Method in HibernateSession
-
- getHibernateTemplate() - Method in SelectHqlQuery
-
- getHibernateTenantId() - Method in GrailsHibernatePersistentEntity
-
- getHistory() - Method in GrailsConsole
-
Gets the history for the LineReader
- getHoldability() - Method in HibernateConnection
-
- getHostNameFromHost() - Method in WebDriverContainerHolder
-
Returns the hostname that the server under test is available on from the host.
- getHottestKeys() - Method in GrailsConcurrentLinkedMapCache
-
- getHtmlParts() - Method in GroovyPage
-
- getHtmlParts() - Method in GroovyPageMetaInfo
-
- getHtmlParts() - Method in GroovyPageParser
-
- getHtmlPartsArray() - Method in GroovyPageParser
-
- getHttpBaseUrl() - Method in HttpClientSupport
-
Base URL used when resolving relative request paths.
- getHttpClient() - Method in HttpClientSupport
-
- Returns:
- the shared singleton JDK Http client instance, creating it on first access.
- getHttpMethod() - Method in AbstractUrlMapping
-
- getHttpMethod() - Method in DefaultRequestStateLookupStrategy
-
- getHttpMethod() - Method in DefaultUrlMappingInfo
-
- getHttpMethod() - Method in GrailsRequestStateLookupStrategy
-
- getHttpMethod() - Method in RenderContext
-
- getHttpMethod() - Method in ServletRenderContext
-
- getHttpMethod() - Method in UrlMapping
-
The HTTP method this URL mapping applies to.
- getHttpMethod() - Method in UrlMappingInfo
-
The HTTP method that this URL mapping maps to
- getHttpMethodOverride(jakarta.servlet.http.HttpServletRequest) - Method in HiddenHttpMethodFilter
-
- getId() - Method in DefaultUrlMappingInfo
-
- getId(java.lang.Enum) - Method in EnumType
-
- getId() - Method in GrailsHttpSession
-
- getId() - Method in GrailsWebRequest
-
- getId() - Method in JspFormRemoteTag
-
- getId() - Method in JspFormTag
-
- getId() - Method in JspLinkTag
-
- getId() - Method in JspRemoteFunctionTag
-
- getId() - Method in JspRemoteLinkTag
-
- getId() - Method in JspSubmitToRemoteTag
-
- getId() - Method in UrlMappingInfo
-
The id part of the URL mapping if any
- getIdDynamic(java.lang.Object) - Method in GroovyProxyFactory
-
- getIdeaIntegration() - Method in TestPhase
-
- getIdentifier() - Method in AbstractClassMapping
-
- getIdentifier() - Method in BeanEntityAccess
-
- getIdentifier() - Method in ClassMapping
-
Returns details of the identifier used for this class
- getIdentifier() - Method in DocumentPersistentEntity.DocumentCollectionMapping
-
- getIdentifier() - Method in EntityAccess
-
- Returns:
- Obtains the value of the entity identifier
- getIdentifier(java.lang.Object) - Method in EntityProxyHandlerAdapter
-
- getIdentifier(java.lang.Object) - Method in EntityReflector
-
- Returns:
- Obtain the identifier
- getIdentifier() - Method in FieldEntityAccess
-
- getIdentifier() - Method in GrailsParameterMap
-
- Returns:
- The identifier in the request
- getIdentifier(java.lang.Object) - Method in GroovyProxyFactory
-
- getIdentifier(java.lang.Object) - Method in GroovyProxyInterceptorLogic
-
- getIdentifier() - Method in HibernateEmbeddedClassMapping
-
- getIdentifier(java.lang.Object) - Method in HibernateProxyHandler
-
{@inheritDoc}
- getIdentifier(java.lang.Object) - Method in JavassistProxyFactory
-
- getIdentifier(java.lang.Object) - Method in ProxyHandler
-
Obtains the identifier of an object without initializing the proxy if it is one
- getIdentifier(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- getIdentifierForKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
-
- getIdentifierGeneratorClass(java.lang.String) - Method in GrailsIdentifierGeneratorFactory
-
- getIdentifierMethod - Field in ByteBuddyGroovyInterceptor
-
- getIdentifierName() - Method in BeanEntityAccess
-
- getIdentifierName() - Method in DefaultIdentityMapping
-
- getIdentifierName() - Method in EntityAccess
-
- Returns:
- The name of the identifier property
- getIdentifierName() - Method in EntityReflector
-
- Returns:
- The name of the identifier
- getIdentifierName() - Method in FieldEntityAccess
-
- getIdentifierName() - Method in HibernateIdentityMapping
-
- getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in IdentityEncoder
-
- getIdentifierName() - Method in IdentityMapping
-
The identifier property name(s).
- getIdentifierName() - Method in JpaMappingConfigurationStrategy
-
- getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in MongoCodecEntityPersister
-
- getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in NativeEntryEntityPersister
-
Obtains the identifier name to use.
- getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in PersistentEntityCodec.1
-
- getIdentifierQuoteString() - Method in HibernateConnectionMetadata
-
- getIdentifierValue() - Method in DataBindingSource
-
- Returns:
- the identifier value for binding or null if no identifier is represented by this binding source
- getIdentifierValue() - Method in SimpleMapDataBindingSource
-
- getIdentifierValueFrom(java.lang.Object) - Method in GrailsWebDataBinder
-
- getIdentifierValues(graphql.schema.DataFetchingEnvironment) - Method in DefaultGormDataFetcher
-
- getIdentity() - Method in AbstractPersistentEntity
-
- getIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
-
- getIdentity() - Method in GrailsHibernatePersistentEntity
-
- getIdentity() - Method in HibernateEmbeddedPersistentEntity
-
- getIdentity() - Method in HibernatePersistentEntity
-
- getIdentity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
-
Obtains the identity of a persistent entity
- getIdentity() - Method in PersistentEntity
-
Returns the identity of the instance
- getIdentityGeneratorName() - Method in HibernatePersistentEntity
-
- getIdentityMappedForm(org.grails.datastore.mapping.model.ClassMapping, T) - Method in AbstractGormMappingFactory
-
- getIdentityMappedForm(org.grails.datastore.mapping.model.ClassMapping, org.grails.datastore.mapping.keyvalue.mapping.config.KeyValue) - Method in GormKeyValueMappingFactory
-
- getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
-
Obtains the identity mapping for the specified class mapping
- getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in JpaMappingConfigurationStrategy
-
- getIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
-
Obtains the identity mapping for the specified class mapping
- getIdentityProperty() - Method in HibernatePersistentEntity
-
- getIdGenerator() - Method in DefaultJsonApiViewHelper
-
- getIgnoreNotFound() - Method in HibernateToManyProperty
-
- GetImage() - Method in SimpleCharStream
-
Get token literal value.
- getImportedKeys(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getIncludePlugins() - Method in GrailsUnitTest
-
- getIncludes(java.lang.Class) - Method in AbstractConverter
-
Gets the includes for the given type
- getIncludes(java.lang.Class) - Method in ConfigurableConverter
-
Gets the includes for the given type
- getIncludes(java.util.Map) - Method in DefaultJsonViewHelper
-
- getIncludes() - Method in RenderContext
-
Which properties should be included in rendering
- getIndexAttributes() - Method in MongoAttribute
-
- Returns:
- The attributes for the index
- getIndexColumnName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getIndexColumnName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in HibernateToManyProperty
-
- getIndexColumnType(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getIndexColumnType(java.lang.String) - Method in HibernateToManyProperty
-
- getIndexedEntity() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- getIndexedEntity() - Method in AbstractPersistentCollection
-
- getIndexedEntity() - Method in AssociationQueryExecutor
-
- Returns:
- The entity to be queried
- getIndexedEntity() - Method in SimpleMapEntityPersister.2
-
- getIndexedPropertyReferenceDescriptor(java.lang.Object) - Method in SimpleDataBinder
-
- getIndexInfo(java.lang.String, java.lang.String, java.lang.String, boolean, boolean) - Method in HibernateConnectionMetadata
-
- getIndexName() - Method in PropertyConfig
-
Shortcut to get the index setting for this property's column.
- getIndexName(java.lang.Object) - Method in PropertyValueIndexer
-
- Parameters:
value - The indexed value
- getIndexName(java.lang.Object) - Method in SimpleMapEntityPersister.1
-
- getIndexRoot() - Method in SimpleMapEntityPersister.1
-
- getIndices() - Method in MongoCollection
-
- getIndices() - Method in SimpleMapDatastore
-
- getInitClosure() - Method in DefaultGrailsBootstrapClass
-
- getInitClosure() - Method in GrailsBootstrapClass
-
Returns the init closure which is called on application load.
- getInitParameter(java.lang.String) - Method in GrailsLayoutViewResolver
-
- getInitParameter(java.lang.String) - Method in GrailsNoDecorator
-
- getInitParameterNames() - Method in GrailsLayoutViewResolver
-
- getInitParameterNames() - Method in GrailsNoDecorator
-
- getInList() - Method in Constrained
-
- getInList() - Method in ConstrainedDelegate
-
- getInList() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the inList.
- getInListQueryValues(org.grails.datastore.mapping.model.PersistentEntity, In) - Method in BsonQuery
-
Get the list of native values to use in the query.
- getInnerView() - Method in EmbeddedGrailsLayoutView
-
- getInnerViewResolver() - Method in EmbeddedGrailsLayoutViewResolver
-
- getInnerViewResolver() - Method in LayoutViewResolver
-
- getInput() - Method in GrailsConsole
-
- Returns:
- The input stream being read from
- getInputProperties(org.grails.datastore.mapping.model.PersistentEntity, List<String>, boolean) - Method in DomainModelService
-
- getInputProperties(org.grails.datastore.mapping.model.PersistentEntity, java.util.List) - Method in DomainModelServiceImpl
-
- getInputPropertiesInternal(org.grails.datastore.mapping.model.PersistentEntity, List<String>, boolean) - Method in DomainModelServiceImpl
-
Internal method that checks for auto-timestamp annotations and adds them to the blacklist
- getInputStream() - Method in ByteArrayResource
-
- getInputStream() - Method in ClassPathResource
-
This implementation opens an InputStream for the given class path resource.
- getInputStream() - Method in FileSystemResource
-
This implementation opens a FileInputStream for the underlying file.
- getInputStream() - Method in GrailsMockHttpServletRequest
-
- getInputStream() - Method in GrailsResource
-
- getInputStream() - Method in MockPart
-
- getInputStream() - Method in Resource
-
An input stream
- getInputStream() - Method in SpringResource
-
- getInputStream() - Method in StreamByteBuffer
-
- getInputStream() - Method in UrlResource
-
This implementation opens an InputStream for the given URL.
- getInputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexField
-
- getInputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in Field
-
- getInputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleField
-
- getInsertableness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getInstance() - Method in AbstractHibernateCriteriaBuilder
-
Returns the criteria instance
- getInstance() - Method in DefaultGrailsPlugin
-
- getInstance() - Method in GrailsConsole
-
- getInstance() - Method in GrailsPlugin
-
Retrieves the wrapped plugin instance for this plugin
- getInstance() - Method in GrailsTagRegistry
-
- getInstance(jakarta.servlet.ServletResponse) - Method in GSPResponseWriter
-
- getInstance() - Method in LazyMetaPropertyMap
-
Returns the wrapped instance.
- getInstance(org.grails.io.support.Resource) - Method in Metadata
-
Loads and returns a new Metadata object for the given File.
- getInstance(Class<T>, Class<? extends T>) - Method in ServiceRegistry
-
Returns the service instance of the given service type, loading it using
java.util.ServiceLoader if not already loaded or an instance
of the default implementation type if no service implementation is found
by the java.util.ServiceLoader.
- getInstance(graphql.schema.DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
-
- getInstanceApi(Class<D>, java.lang.String) - Method in GormEnhancer
-
- getInstanceApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
-
- getInstanceApi(Class<D>, java.lang.String) - Method in MongoDatastore
-
- getInstanceApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
-
- getInstanceImplementation() - Method in AbstractGrailsArtefactTransformer
-
The class that provides the implementation of all instance methods and properties
- getInstanceImplementation() - Method in ControllerDomainTransformer
-
- getInstanceImplementation() - Method in ConvertersDomainTransformer
-
- getInstanceMethodApiProviders(Class<D>) - Method in GormEnhancer
-
- getInstancePropertyValue(java.lang.Object, java.lang.String) - Method in ClassPropertyFetcher
-
- getInstructions() - Method in AbstractProfile
-
- getInstructions() - Method in Profile
-
- Returns:
- Text to display after an application has been created with the profile
- getInt(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
-
- getInt(int) - Method in JSONArray
-
Get the int value associated with an index.
- getInt(java.lang.String) - Method in JSONObject
-
Get the int value associated with a key.
- getInterceptor() - Method in InterceptorUnitTest
-
- getInterceptors() - Method in DefaultGraphQLInterceptorManager
-
- getInterceptors() - Method in GraphQLInterceptorManager
-
- Parameters:
clazz - The class to search for
- getInversePropertyName() - Method in ManyToMany
-
- getInverseSide() - Method in Association
-
- Returns:
- The inverse side or null if the association is not bidirectional
- getInverseSide() - Method in Basic
-
- getInverseSide() - Method in HibernateAssociation
-
- getInvokableTagMethodNames(Class<?>) - Method in TagMethodInvoker
-
- getIterableAsCollection(java.lang.Iterable) - Method in AbstractHibernateSession
-
- getIterableAsCollection(java.lang.Iterable) - Method in GrailsHibernateTemplate
-
- getIterableWritable(java.lang.Iterable, groovy.lang.Closure) - Method in DefaultGrailsJsonViewHelper
-
- getJarFile(java.lang.String) - Method in PathMatchingResourcePatternResolver
-
Resolve the given jar file URL into a JarFile object.
- getJarsFromServletContext() - Method in TagLibraryResolverImpl
-
- getJavaClass() - Method in AbstractPersistentEntity
-
- getJavaClass() - Method in ClassPropertyFetcher
-
- Returns:
- The Java that this ClassPropertyFetcher was constructor for
- getJavaClass() - Method in DynamicFinderInvocation
-
- getJavaClass() - Method in PersistentEntity
-
- Returns:
- The underlying Java class for this entity
- getJdbcEnvironment() - Method in GrailsDomainBinder
-
- getJdbcEnvironment() - Method in NamingStrategyWrapper
-
- getJDBCMajorVersion() - Method in HibernateConnectionMetadata
-
- getJDBCMinorVersion() - Method in HibernateConnectionMetadata
-
- getJoin(java.lang.String) - Method in JoinTracker
-
- getJoinedSubClassTableName(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.PersistentClass, org.grails.orm.hibernate.cfg.Table, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- getJoinProperties(java.lang.String) - Method in ClosureDataFetchingEnvironment
-
Which properties should be joined in the subsequent query.
- getJoinProperties(graphql.schema.DataFetchingEnvironment, boolean) - Method in EntityFetchOptions
-
Inspects the environment for requested fields and compares
against the PersistentEntity associations to determine
which fields should be eagerly fetched.
- getJoinTableCatalog(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in TableForManyCalculator
-
- getJoinTableSchema(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in TableForManyCalculator
-
- getJoinTracker() - Method in JpaQueryContext
-
- getJoinTypes() - Method in AbstractDetachedCriteria
-
- Returns:
- Obtain the join types
- getJpaClassNames() - Method in AnnotationDomainClassArtefactHandler
-
- getJs() - Method in BrowserDelegate
-
Delegates to geb.Browser#getJs().
- getJson() - Method in AbstractGrailsMockHttpServletResponse
-
Get the response JSON
- getJSON(jakarta.servlet.http.HttpServletRequest) - Method in ConvertersExtension
-
- getJSON() - Method in GrailsMockHttpServletRequest
-
Parses the request content as JSON using the JSON converter.
- getJSONArray(int) - Method in JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(java.lang.String) - Method in JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(java.lang.String) - Method in JSONObject
-
Get the JSONObject value associated with a key.
- getJsonStackTrace(java.lang.Throwable) - Method in DefaultJsonViewHelper
-
- getJspApplicationContext(jakarta.servlet.ServletContext) - Method in GroovyPagesJspFactory
-
- getJspContext() - Method in JspFragmentImpl
-
- getJspTag(java.lang.String, java.lang.String) - Method in GroovyPage
-
- getJspTagLibraryResolver() - Method in GroovyPageMetaInfo
-
- getJspTags() - Method in GroovyPageMetaInfo
-
- getJspTags() - Method in GroovyPageParser
-
- getJtaTransactionManager(org.hibernate.Session) - Method in GrailsSessionContext
-
- getJunction(org.grails.datastore.gorm.finders.DynamicFinderInvocation) - Method in DynamicFinder
-
- getKey() - Method in AbstractTemplateVariableBinding.BindingMapEntry
-
- getKey() - Method in KeyValue
-
- getKey() - Method in OptimisticLockingException
-
- getKey() - Method in PrefixedConfig
-
- getKey() - Method in ProxyInstanceMetaClass
-
- getKeyspace(ClassMapping<Family>, java.lang.String) - Method in AbstractKeyValueEntityPersister
-
- getKeyspace() - Method in KeyValueMappingContext
-
- getKeyword() - Method in HibernateMappingKeyword
-
- getKnownEntityNames() - Method in AstUtils
-
- Returns:
- The names of the transformed entities for this context
- getKnownEntityNames() - Method in GormTransformer
-
- getKnownMimeTypes() - Method in DefaultMimeUtility
-
{@inheritDoc}
- getKnownMimeTypes() - Method in MimeUtility
-
Gets the known configured MimeType instances
- getLabelKeys() - Method in BeanPropertyAccessor
-
- Returns:
- the i18n keys used to resolve a label for the property at the end of the path in order of preference.
- getLabelKeys() - Method in BeanPropertyAccessorImpl
-
- getLabelKeys() - Method in DelegatingBeanPropertyAccessorImpl
-
- getLabelKeys() - Method in DomainProperty
-
- Returns:
- i18n message keys to resolve the label of the property
- getLabelKeys() - Method in DomainPropertyImpl
-
- getLabelKeys() - Method in PropertyPathAccessor
-
- getLabelText(org.grails.scaffolding.model.property.DomainProperty) - Method in ContextMarkupRendererImpl
-
- getLastAccessedTime() - Method in GrailsHttpSession
-
- getLastMessage() - Method in GrailsConsole
-
- Returns:
- The last message logged
- getLastModified() - Method in GroovyPageMetaInfo
-
- getLastModified() - Method in GroovyPageParser
-
- getLastOffset(java.lang.Integer, java.lang.Integer) - Method in DefaultJsonViewHelper
-
- getLastTaskInfo() - Method in StopWatch
-
Return the last task as a TaskInfo object.
- getLastTaskName() - Method in StopWatch
-
Return the name of the last task.
- getLastTaskTimeMillis() - Method in StopWatch
-
Return the time taken by the last task.
- getLastUpdatedPropertyNames(java.lang.String) - Method in AutoTimestampEventListener
-
- getLayout() - Method in ArchiveCommand.ArchiveOptionHandler
-
- getLaziness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getLazy() - Method in HibernateToManyProperty
-
- getLazy() - Method in Property
-
- getLength() - Method in PropertyConfig
-
Shortcut to get the length of this property's column.
- getLevel() - Method in AbstractHibernateDatastore.FlushMode
-
- getLevel() - Method in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- getLibraryScope(java.io.File) - Method in ArchiveCommand.ArchiveOptionHandler
-
- getLineNumber() - Method in GrailsTagException
-
- getLineNumber() - Method in GrailsWrappedRuntimeException
-
- Returns:
- Returns the lineNumber.
- getLineNumber() - Method in GroovyPagesException
-
- getLineNumber() - Method in SourceCodeAware
-
- getLineNumber() - Method in ViewCompilationException
-
- getLineNumberInfo(java.lang.Throwable, int) - Method in DefaultErrorsPrinter
-
- getLineNumberInfo(java.lang.Throwable, int) - Method in ErrorsViewStackTracePrinter
-
- getLineNumberMatrix() - Method in GroovyPageParser
-
- getLineNumbers() - Method in GroovyPageMetaInfo
-
- getLineNumbers() - Method in GSPWriter
-
- getLinkGenerator() - Method in DefaultGrailsViewHelper
-
- getLinkGenerator() - Method in GrailsView
-
The link generator
- getLinksForObject(java.lang.Object) - Method in AbstractLinkingRenderer
-
- getLinkTitle(org.grails.datastore.mapping.model.PersistentEntity, java.util.Locale) - Method in AbstractLinkingRenderer
-
- getList(java.lang.String) - Method in AbstractTypeConvertingMap
-
Helper method for obtaining a list of values from parameter
- getList(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
-
- Parameters:
entity - The persistent entity
- getList() - Method in InListConstraint
-
- Returns:
- Returns the list.
- getListenerMap() - Method in HibernateEventListeners
-
- getListOutputProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainModelService
-
The list of
DomainProperty instances that are to be visible in a list context
- getListOutputProperties(org.grails.datastore.mapping.model.PersistentEntity) - Method in DomainModelServiceImpl
-
- getLoadAfterNames() - Method in AbstractGrailsPlugin
-
- getLoadAfterNames() - Method in DefaultGrailsPlugin
-
- getLoadAfterNames() - Method in GrailsPlugin
-
Retrieves the names of plugins that this plugin should be loaded after.
- getLoadAfterNames() - Method in PluginInfo
-
Returns the plugin names that this plugin prefers to load after.
- getLoadAfterNames() - Method in PluginMetadata
-
Returns the plugin names this plugin prefers to load after.
- getLoadBeforeNames() - Method in AbstractGrailsPlugin
-
- getLoadBeforeNames() - Method in DefaultGrailsPlugin
-
- getLoadBeforeNames() - Method in GrailsPlugin
-
Retrieves the names of plugins that this plugin should be loaded before.
- getLoadBeforeNames() - Method in PluginInfo
-
Returns the plugin names that this plugin prefers to load before.
- getLoadBeforeNames() - Method in PluginMetadata
-
Returns the plugin names this plugin prefers to load before.
- getLoader() - Method in GroovyCompiler
-
- getLocalClassInjectors() - Method in GrailsAwareInjectionOperation
-
- getLocalContext() - Method in MockDataFetchingEnvironment
-
- getLocale(graphql.schema.DataFetchingEnvironment) - Method in DefaultGraphQLErrorsResponseHandler
-
- getLocale() - Method in GrailsWebDataBinder
-
- getLocale() - Method in LocaleAwareContext
-
- getLocale() - Method in LocaleAwareNumberConverter
-
- getLocale() - Method in MockDataFetchingEnvironment
-
- getLocale() - Method in RenderContext
-
- getLocale() - Method in ServletRenderContext
-
- getLocalOverride() - Method in GrailsUnitTest
-
- getLocalRepository() - Method in MavenSettings
-
- getLocalStorage() - Method in BrowserDelegate
-
Delegates to geb.Browser#getLocalStorage().
- getLocation() - Method in Feature
-
- Returns:
- The location of the feature
- getLog() - Method in BeanBuilder
-
- getLog() - Method in DefaultGrailsPlugin
-
- getLogger(java.lang.Class) - Method in SoftServiceLoader
-
Special case getLogger method that should be used by classes that are used in the annotation processor.
- getLogicalControllerName(groovy.lang.GroovyObject) - Method in DefaultGroovyPagesUriService
-
- getLogicalControllerName(groovy.lang.GroovyObject) - Method in GroovyPagesUriSupport
-
- getLogicalMappings() - Method in RegexUrlMapping
-
- getLogicalName(java.lang.String, java.lang.String) - Method in GrailsNameUtils
-
Retrieves the logical name of the class without the trailing name
- getLogicalPluginName(Class<?>) - Method in PluginUtils
-
Derives the logical plugin name from the plugin class, following Grails
conventions.
- getLogicalPluginNameFromClassName(java.lang.String) - Method in PluginUtils
-
Derives the logical plugin name from a plugin class name.
- getLogicalPropertyName() - Method in AbstractGrailsClass
-
- getLogicalPropertyName() - Method in GrailsClass
-
Returns the logical name of the class as a property name.
- getLogicalPropertyName(java.lang.String, java.lang.String) - Method in GrailsNameUtils
-
- getLogicalUrls() - Method in DefaultUrlMappingData
-
- getLogicalUrls() - Method in ResponseCodeMappingData
-
- getLogicalUrls() - Method in UrlMappingData
-
- getLogLevel() - Method in SpringApplicationRunnerConfiguration
-
Returns the logging level to use.
- getLong(java.lang.String, java.lang.Long) - Method in AbstractTypeConvertingMap
-
- getLong(int) - Method in JSONArray
-
Get the long value associated with an index.
- getLong(java.lang.String) - Method in JSONObject
-
Get the long value associated with a key.
- getLowerCaseName() - Method in Model
-
A lower case version of the class name separated by hyphens.
- getLowerVersion(java.lang.String) - Method in GrailsVersionUtils
-
Returns the lower version of a Grails version number expression in a plugin
- getMainClassProvider(org.gradle.api.Project) - Method in GrailsGradlePlugin
-
- getMainContext() - Method in AbstractGrailsApplication
-
- getMainContext() - Method in GrailsApplication
-
Returns the Spring context for this application.
- getMajorVersion() - Method in HibernateDriver
-
- getManagedClassNames() - Method in HibernateSpringPackageDatabase
-
- getManagedDependencies() - Method in DependencyResolutionContext
-
- getManagedVersion(java.lang.String, java.lang.String) - Method in DependencyResolutionContext
-
- getManager() - Method in AbstractGrailsPlugin
-
- getManager() - Method in GrailsPlugin
-
Retrieves the plugin manager if known, otherwise returns null
- getManager() - Method in Plugin
-
- getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, org.grails.datastore.mapping.model.types.ManyToMany) - Method in AbstractMongoObectEntityPersister
-
- getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, org.grails.datastore.mapping.model.types.ManyToMany) - Method in NativeEntryEntityPersister
-
- getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, java.util.Map, org.grails.datastore.mapping.model.types.ManyToMany) - Method in SimpleMapEntityPersister
-
- getMapElementName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getMapElementName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in HibernateToManyProperty
-
- getMappedColumnName() - Method in HibernatePersistentProperty
-
- getMappedForm() - Method in AbstractClassMapping
-
- getMappedForm() - Method in AbstractPersistentEntity
-
- getMappedForm() - Method in ClassMapping
-
Returns the mapped form of the class such as a Table, a Key Space, Document etc.
- getMappedForm() - Method in DefaultIdentityMapping
-
- getMappedForm() - Method in DefaultPropertyMapping
-
- getMappedForm() - Method in DocumentPersistentEntity.DocumentCollectionMapping
-
- getMappedForm() - Method in GrailsHibernatePersistentEntity
-
- getMappedForm() - Method in HibernateClassMapping
-
- getMappedForm() - Method in HibernateEmbeddedPersistentEntity
-
- getMappedForm() - Method in HibernateIdentityMapping
-
- getMappedForm() - Method in HibernatePersistentEntity
-
- getMappedForm() - Method in JpaMappingConfigurationStrategy
-
- getMappedForm() - Method in KeyValuePersistentEntity.KeyValueClassMapping
-
- getMappedForm() - Method in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
-
- getMappedForm() - Method in PersistentEntity
-
- Returns:
- The mapped form of the entity
- getMappedForm() - Method in PersistentProperty
-
- getMappedForm() - Method in PropertyMapping
-
Returns the mapped form of the property such as a Column, a Key/Value pair, attribute etc.
- getMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractGrailsDomainBinder
-
Obtains a mapping object for the given domain class nam
- getMapping() - Method in AbstractPersistentEntity
-
- getMapping() - Method in BasicWithMapping
-
- getMapping() - Method in CustomWithMapping
-
- getMapping() - Method in DocumentPersistentEntity
-
- getMapping() - Method in EmbeddedCollectionWithMapping
-
- getMapping() - Method in EmbeddedWithMapping
-
- getMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
-
Obtains a mapping object for the given domain class nam
- getMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityHelper
-
- getMapping() - Method in HibernateEmbeddedPersistentEntity
-
- getMapping() - Method in HibernatePersistentEntity
-
- getMapping() - Method in IdentityWithMapping
-
- getMapping() - Method in KeyValuePersistentEntity
-
- getMapping() - Method in ManyToManyWithMapping
-
- getMapping() - Method in ManyToOneWithMapping
-
- getMapping(Class<?>) - Method in MappingCacheHolder
-
Obtains a mapping object for the given domain class nam
- getMapping() - Method in OneToManyWithMapping
-
- getMapping() - Method in OneToOneWithMapping
-
- getMapping() - Method in PersistentEntity
-
Defines the mapping between this persistent entity
and an external form
- getMapping() - Method in PersistentProperty
-
Specifies the mapping between this property and an external form
such as a column, key/value pair, etc.
- getMapping() - Method in PropertyWithMapping
-
- getMapping() - Method in SimpleWithMapping
-
- getMapping() - Method in TenantIdWithMapping
-
- getMappingCacheHolder() - Method in GrailsDomainBinder
-
- getMappingContext() - Method in AbstractDatastore
-
- getMappingContext() - Method in AbstractHibernateSession
-
- getMappingContext() - Method in AbstractMongoSession
-
- getMappingContext() - Method in AbstractPersistentEntity
-
- getMappingContext() - Method in AbstractSession
-
- getMappingContext() - Method in Datastore
-
Obtains the MappingContext object
- getMappingContext() - Method in DefaultGrailsApplication
-
- getMappingContext() - Method in EntityPersister
-
- Returns:
- The MappingContext instance
- getMappingContext() - Method in GrailsApplication
-
- Returns:
- The GORM MappingContext.
- getMappingContext() - Method in GrailsView
-
The GORM mapping context
- getMappingContext() - Method in HibernateConnectionSourceFactory
-
- getMappingContext() - Method in HibernateDatastore
-
- getMappingContext() - Method in JsonViewUnitTest
-
- getMappingContext() - Method in MongoDatastore
-
- Returns:
- The mapping context
- getMappingContext() - Method in MongoSpec
-
- Returns:
- Obtains the mapping context
- getMappingContext() - Method in PersistentEntity
-
Obtains the MappingContext where this PersistentEntity is defined
- getMappingContext() - Method in Session
-
Obtains the MappingContext instance
- getMappingContext() - Method in StandaloneGrailsApplication
-
- getMappingDirectoryLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingFactory() - Method in AbstractMappingContext
-
- getMappingFactory() - Method in DocumentMappingContext
-
- getMappingFactory() - Method in HibernateMappingContext
-
- getMappingFactory() - Method in KeyValueMappingContext
-
- getMappingFactory() - Method in MappingContext
-
Obtains the MappingFactory instance
- getMappingJarLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingName() - Method in AbstractUrlMapping
-
- getMappingName(Class<?>, org.grails.orm.hibernate.cfg.Mapping) - Method in HibernatePersistentProperty
-
- getMappingName() - Method in UrlMapping
-
The name of the mapping in case of named URL mapping
- getMappingResources() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingsClosure() - Method in DefaultGrailsUrlMappingsClass
-
- getMappingsClosure() - Method in GrailsUrlMappingsClass
-
Returns the mappings closure which is called to evaluate the url mappings.
- getMappingStrategy() - Method in AbstractPersistentEntity
-
- getMappingSyntaxStrategy() - Method in DocumentMappingContext
-
- getMappingSyntaxStrategy() - Method in HibernateMappingContext
-
- getMappingSyntaxStrategy() - Method in KeyValueMappingContext
-
- getMappingSyntaxStrategy() - Method in MappingContext
-
Returns the syntax reader used to interpret the entity
mapping syntax
- getMapWritable(java.util.Map, java.util.Map, groovy.lang.Closure, JsonWritable>) - Method in DefaultGrailsJsonViewHelper
-
- getMark() - Method in JsonReader
-
- getMarkerAnnotation() - Method in AbstractGrailsArtefactTransformer
-
A marker annotation to be applied to added methods, defaults to null
- getMarshaller(java.lang.Object) - Method in ChainedConverterConfiguration
-
- getMarshaller(java.lang.Object) - Method in ConverterConfiguration
-
Lookup the ObjectMarshaller with the highest priority that support to marshall the given object
- getMarshaller(java.lang.Object) - Method in DefaultConverterConfiguration
-
- getMarshaller(java.lang.Object) - Method in ImmutableConverterConfiguration
-
- getMarshaller() - Method in ObjectMarshallerRegisterer
-
- getMatchers() - Method in Interceptor
-
The matchers defined by this interceptor
- getMatches() - Method in Constrained
-
- getMatches() - Method in ConstrainedDelegate
-
- getMatches() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the matches.
- getMatchingFileExtensions() - Method in CommandResourceResolver
-
The pattern to match file names with
- getMatchingFileExtensions() - Method in ResourceResolvingCommandFactory
-
- getMax() - Method in Constrained
-
- getMax() - Method in ConstrainedDelegate
-
- getMax() - Method in DefaultConstrainedProperty
-
- getMax() - Method in HibernatePagedResultList
-
- getMax() - Method in PagedList
-
- Returns:
- The maximum number of results
- getMax() - Method in PagedResultList
-
- getMax() - Method in Query
-
- Returns:
- The maximum number of results to return
- getMax() - Method in SelectHqlQuery
-
- getMaxBinaryLiteralLength() - Method in HibernateConnectionMetadata
-
- getMaxCatalogNameLength() - Method in HibernateConnectionMetadata
-
- getMaxCharLiteralLength() - Method in HibernateConnectionMetadata
-
- getMaxColumnNameLength() - Method in HibernateConnectionMetadata
-
- getMaxColumnsInGroupBy() - Method in HibernateConnectionMetadata
-
- getMaxColumnsInIndex() - Method in HibernateConnectionMetadata
-
- getMaxColumnsInOrderBy() - Method in HibernateConnectionMetadata
-
- getMaxColumnsInSelect() - Method in HibernateConnectionMetadata
-
- getMaxColumnsInTable() - Method in HibernateConnectionMetadata
-
- getMaxConnections() - Method in HibernateConnectionMetadata
-
- getMaxCursorNameLength() - Method in HibernateConnectionMetadata
-
- getMaximumNumberOfParameters() - Method in AbstractClosureProxy
-
- getMaximumNumberOfParameters() - Method in MethodInvokingClosure
-
- getMaximumNumberOfParameters() - Method in TagBodyClosure
-
- getMaximumNumberOfParameters() - Method in TagOutput.ConstantClosure
-
- getMaxInactiveInterval() - Method in GrailsHttpSession
-
- getMaxIndexLength() - Method in HibernateConnectionMetadata
-
- getMaxListOutputSize() - Method in DomainMarkupRendererImpl
-
Determines how many properties will be included in the list output
- getMaxProcedureNameLength() - Method in HibernateConnectionMetadata
-
- getMaxRowSize() - Method in HibernateConnectionMetadata
-
- getMaxSchemaNameLength() - Method in HibernateConnectionMetadata
-
- getMaxSize() - Method in Constrained
-
- getMaxSize() - Method in ConstrainedDelegate
-
- getMaxSize() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the maxSize.
- getMaxSize(List<?>) - Method in GrailsDomainBinder
-
- Returns:
- the maximum length of the strings in the specified list
- getMaxSize() - Method in MaxSizeConstraint
-
- Returns:
- Returns the maxSize.
- getMaxStatementLength() - Method in HibernateConnectionMetadata
-
- getMaxStatements() - Method in HibernateConnectionMetadata
-
- getMaxTableNameLength() - Method in HibernateConnectionMetadata
-
- getMaxTablesInSelect() - Method in HibernateConnectionMetadata
-
- getMaxUserNameLength() - Method in HibernateConnectionMetadata
-
- getMaxValue() - Method in MaxConstraint
-
- Returns:
- Returns the maxValue.
- getMemberType() - Method in AbstractMemberDefinition
-
Returns the member type name for error messages (e.g., "Property" or "Field").
- getMemberType() - Method in FieldDefinition
-
- getMemberType() - Method in PropertyDefinition
-
- getMergedBinaryPluginProperties(java.util.Locale) - Method in PluginAwareResourceBundleMessageSource
-
- getMergedField() - Method in MockDataFetchingEnvironment
-
- getMergedPluginProperties(java.util.Locale) - Method in PluginAwareResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
- getMergedProperties(java.util.Locale) - Method in ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
- getMessage() - Method in GrailsTagException
-
- getMessage() - Method in GrailsWrappedRuntimeException
-
- getMessage() - Method in ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in ValidationException
-
- getMessageCodes(java.lang.String, java.lang.Class) - Method in DataBindingUtils
-
- getMessageFormat(java.lang.String, java.util.Locale) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getMessageInterpolator() - Method in GormValidatorFactoryAdapter
-
- getMessageInterpolator() - Method in JakartaValidatorRegistry
-
- getMessageSource() - Method in BeanFactoryValidatorRegistry
-
- getMessageSource() - Method in DefaultGrailsApplicationAttributes
-
- getMessageSource() - Method in GrailsApplicationAttributes
-
- Returns:
- The MessageSource instance
- getMessageSource() - Method in GrailsUnitTest
-
- Returns:
- the MessageSource bean from the application context
- getMessageSource() - Method in GrailsView
-
The message source object
- getMessageSource() - Method in ValidatorRegistry
-
- Returns:
- The message source used by this registry
- getMetaClass() - Method in AbstractGrailsClass
-
- getMetaClass() - Method in GrailsApplicationContext
-
- getMetaClass() - Method in GrailsClass
-
- Returns:
- The MetaClass for this Grails class
- getMetaClass(java.lang.Object) - Method in GrailsMetaClassUtils
-
- getMetaClass() - Method in GrailsPrintWriter
-
- getMetaConstraints() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the metaConstraints.
- getMetaConstraintValue(java.lang.String) - Method in DefaultConstrainedProperty
-
Obtains the value of the named meta constraint.
- getMetadata() - Method in AbstractGrailsApplication
-
- getMetadata(liquibase.ext.hibernate.database.HibernateDatabase, liquibase.ext.hibernate.database.connection.HibernateConnection) - Method in CustomMetadataFactory
-
- getMetadata() - Method in GormDatabase
-
Return the hibernate Metadata used by this database.
- getMetadata() - Method in GrailsApplication
-
- getMetaData() - Method in HibernateConnection
-
- getMetadata() - Method in HibernateDatabase
-
Return the hibernate Metadata used by this database.
- getMetadata() - Method in HibernateDatastore
-
- getMetadata() - Method in PluginInfo
-
Returns the extracted plugin metadata.
- getMetadataBuildingContext() - Method in GrailsDomainBinder
-
- getMetadataBuildingContext() - Method in SimpleIdBinder
-
- getMetadataFile() - Method in Metadata
-
- getMetaInfo() - Method in GroovyPageTemplate
-
- getMetaProperties() - Method in AbstractGrailsClass
-
- getMetaProperties() - Method in ClassPropertyFetcher
-
- Returns:
- The meta properties of this class
- getMethod() - Method in HiddenHttpMethodFilter.HttpMethodRequestWrapper
-
- getMethod() - Method in JspFormRemoteTag
-
- getMethod() - Method in JspFormTag
-
- getMethod() - Method in JspRemoteFunctionTag
-
- getMethod() - Method in JspRemoteLinkTag
-
- getMethod() - Method in JspSubmitToRemoteTag
-
- getMethod() - Method in Request
-
- Returns:
- The request method
- getMethodName() - Method in ControllerExceptionHandlerMetaData
-
- getMethodName() - Method in DynamicFinderInvocation
-
- getMethods() - Method in AbstractGormApi
-
- getMilestoneVersion() - Method in Snapshot
-
- getMimeConfig(grails.config.Config) - Method in MimeTypesConfiguration
-
- getMimeType(grails.core.GrailsApplication, java.lang.Object) - Method in DataBindingUtils
-
- getMimeType(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
-
Obtains the MimeType for the response using either the file extension or the ACCEPT header
- getMimeTypeForExtension(java.lang.String) - Method in DefaultMimeUtility
-
{@inheritDoc}
- getMimeTypeForExtension(java.lang.String) - Method in MimeUtility
-
Obtains a MimeType for the given extension
- getMimeTypeForURI(java.lang.String) - Method in DefaultMimeUtility
-
- getMimeTypeForURI(java.lang.String) - Method in MimeUtility
-
Obtains a MimeType for the given extension
- getMimeTypeResolver(grails.core.GrailsApplication) - Method in DataBindingUtils
-
- getMimeTypes() - Method in ClassAndMimeTypeRegistry.1
-
- getMimeTypes() - Method in DefaultDataBindingSourceCreator
-
- getMimeTypes() - Method in DefaultHtmlRenderer
-
- getMimeTypes() - Method in HalJsonDataBindingSourceCreator
-
- getMimeTypes() - Method in HalJsonRenderer.1
-
- getMimeTypes() - Method in HalXmlDataBindingSourceCreator
-
- getMimeTypes(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
-
Obtains a list of configured
MimeType instances for the request
- getMimeTypes(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
-
Gets the configured mime types for the response
- getMimeTypes() - Method in JsonApiDataBindingSourceCreator
-
- getMimeTypes() - Method in JsonDataBindingSourceCreator
-
- getMimeTypes() - Method in MimeTypeProvider
-
- Returns:
- The MimeType instances provided by this object
- getMimeTypes() - Method in XmlDataBindingSourceCreator
-
- getMimeTypesFormatAware(jakarta.servlet.http.HttpServletResponse) - Method in HttpServletResponseExtension
-
Gets the configured mime types for the response
- getMimeUtility() - Method in GrailsView
-
The mime utility
- getMin() - Method in Constrained
-
- getMin() - Method in ConstrainedDelegate
-
- getMin() - Method in DefaultConstrainedProperty
-
- getMinorVersion() - Method in HibernateDriver
-
- getMinSize() - Method in Constrained
-
- getMinSize() - Method in ConstrainedDelegate
-
- getMinSize() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the minSize.
- getMinSize() - Method in MinSizeConstraint
-
- Returns:
- Returns the minSize.
- getMinValue() - Method in MinConstraint
-
- Returns:
- Returns the minValue.
- getMirrorSelector() - Method in MavenSettings
-
- getModel() - Method in ControllerUnitTest
-
- Returns:
- The model of the current controller
- getModel() - Method in Interceptor
-
- Returns:
- The current model
- getModel() - Method in JspEachErrorTag
-
- getModel() - Method in JspHasErrorsTag
-
- getModel() - Method in JspRenderErrorsTag
-
- getModel() - Method in JspRenderTag
-
- getModelAndView() - Method in Controller
-
Obtains the ModelAndView for the currently executing controller
- getModelAndView() - Method in Interceptor
-
Obtains the ModelAndView for the currently executing controller
- getModelAndView() - Method in ServletRenderContext
-
- getModelFields() - Method in GroovyPageMetaInfo
-
- getModelName() - Method in Model
-
A property name version of the class name.
- getModels() - Method in ModelRecordingCache
-
- getModelTypes() - Method in AbstractWritableScript
-
- getModifiers() - Method in GormEnhancer.1
-
- getMongoClient() - Method in MongoDatastore
-
- Returns:
- The MongoClient instance
- getMongoClient() - Method in MongoSpec
-
- Returns:
- Obtain the mongo client
- getMongoCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- getMongoDatastoreClass() - Method in StartMongoGrailsUnitExtension
-
- getMongoPackages() - Method in AutoStartedMongoSpec
-
The packages to initialize the MongoDatastore (if defined)
- getMongoQuery() - Method in MongoQuery
-
Gets the Mongo query for this query instance
- getMongoSession() - Method in AbstractMongoObectEntityPersister
-
- getMultiFileMap() - Method in GrailsMockHttpServletRequest
-
- getMultipartContentType(java.lang.String) - Method in GrailsMockHttpServletRequest
-
- getMultipartHeaders(java.lang.String) - Method in GrailsMockHttpServletRequest
-
- getMultiTenancyMode() - Method in AbstractHibernateDatastore
-
- getMultiTenancyMode() - Method in AbstractMappingContext
-
- getMultiTenancyMode() - Method in MappingContext
-
- Returns:
- The multi tenancy mode
- getMultiTenancyMode() - Method in MongoDatastore
-
- getMultiTenancyMode() - Method in MultiTenantCapableDatastore
-
- Returns:
- The multi tenancy mode
- getMultiTenancyMode() - Method in SimpleMapDatastore
-
- getMultiTenantFilterCondition(org.grails.orm.hibernate.cfg.domainbinding.util.DefaultColumnNameFetcher) - Method in GrailsHibernatePersistentEntity
-
- getMutationType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType, boolean) - Method in DefaultGraphQLTypeManager
-
- getMutationType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType, boolean) - Method in GraphQLTypeManager
-
Retrieves a GraphQL type used for mutations that represents the provided entity
- getName() - Method in AbstractCommand
-
- getName() - Method in AbstractGrailsClass
-
- getName() - Method in AbstractGrailsPlugin
-
- getName() - Method in AbstractJarProfileRepository.JarProfile
-
- getName() - Method in AbstractPersistentEntity
-
- getName() - Method in AbstractPersistentProperty
-
- getName() - Method in AbstractProfile
-
- getName() - Method in ApplicationCommand
-
Calculates the command name as used on the command line.
- getName() - Method in BeanConfiguration
-
- Returns:
- The name of the bean
- getName() - Method in BlankConstraint
-
- getName() - Method in Command
-
Returns the name of the command.
- getName() - Method in CommandRunner
-
Return the name of the runner or an empty string.
- getName() - Method in ConnectionSource
-
- Returns:
- The name of the connection source
- getName() - Method in Constraint
-
- Returns:
- The name of the constraint
- getName() - Method in ConstraintFactory
-
- Returns:
- The name of the constraint
- getName() - Method in CreateAppCommand
-
- getName() - Method in CreatePluginCommand
-
- getName() - Method in CreateProfileCommand
-
- getName() - Method in CreateWebPluginCommand
-
- getName() - Method in CreditCardConstraint
-
- getName() - Method in CriteriaMethods
-
- getName() - Method in DefaultBeanConfiguration
-
- getName() - Method in DefaultConnectionSource
-
- getName() - Method in DefaultGrailsDomainClass
-
- getName() - Method in DefaultGrailsPlugin
-
- getName() - Method in EmailConstraint
-
- getName() - Method in Environment
-
- Returns:
- the name of the environment
- getName() - Method in ExecuteStep
-
- getName() - Method in Feature
-
- Returns:
- The name of the feature
- getName() - Method in GradleStep
-
- getName() - Method in GradleTaskCommandAdapter
-
- getName() - Method in GrailsClass
-
Returns the logical name of the class in the application without the trailing convention part if applicable
and without the package name.
- getName() - Method in GrailsConcurrentLinkedMapCache
-
- getName() - Method in GrailsNoDecorator
-
- getName() - Method in GrailsPluginInfo
-
- Returns:
- The name of the plug-in
- getName() - Method in GrailsSequenceGeneratorEnum
-
- getName() - Method in GrailsTag
-
- Returns:
- The name of the tag
- getName() - Method in GraphQLDomainProperty
-
- Returns:
- The name of the property
- getName() - Method in GroovyCollectTag
-
- getName() - Method in GroovyDefTag
-
- getName() - Method in GroovyEachTag
-
- getName() - Method in GroovyElseIfTag
-
- getName() - Method in GroovyElseTag
-
- getName() - Method in GroovyFindAllTag
-
- getName() - Method in GroovyGrepTag
-
- getName() - Method in GroovyIfTag
-
- getName() - Method in GroovyUnlessTag
-
- getName() - Method in GroovyWhileTag
-
- getName() - Method in GspTagSourceMacro
-
- getName() - Method in HelpCommand
-
- getName() - Method in HiddenMacro
-
- getName() - Method in InListConstraint
-
- getName(graphql.schema.DataFetchingEnvironment) - Method in InterceptorInvoker
-
- getName() - Method in JspCheckboxTag
-
- getName() - Method in JspCurrencySelectTag
-
- getName() - Method in JspDatePickerTag
-
- getName() - Method in JspLocaleSelectTag
-
- getName() - Method in JspSelectTag
-
- getName() - Method in JspSubmitToRemoteTag
-
- getName() - Method in JspTimeZoneSelectTag
-
- getName() - Method in MatchesConstraint
-
- getName() - Method in MaxConstraint
-
- getName() - Method in MaxSizeConstraint
-
- getName() - Method in MinConstraint
-
- getName() - Method in MinSizeConstraint
-
- getName() - Method in MkdirStep
-
- getName() - Method in MockPart
-
- getName(MongoCollection<Document>) - Method in MongoExtensions
-
- getName() - Method in Named
-
- Returns:
- The name of the object
- getName() - Method in NoteMacro
-
- getName() - Method in NotEqualConstraint
-
- getName() - Method in NullableConstraint
-
- getName() - Method in OpenCommand
-
- getName() - Method in Option
-
- getName() - Method in PersistentEntity
-
The entity name including any package prefix
- getName() - Method in PersistentProperty
-
The name of the property
- getName() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getName() - Method in PluginInfo
-
Returns the logical plugin name (for example core or myPlugin).
- getName() - Method in PluginMetadata
-
Returns the logical plugin name (for example core or myPlugin).
- getName() - Method in Profile
-
- Returns:
- The name of the profile
- getName() - Method in Property
-
- Returns:
- The name of the property this property mapping relates to
- getName() - Method in Query.In
-
- getName() - Method in Query.NotIn
-
- getName() - Method in RangeConstraint
-
- getName() - Method in RenderStep
-
- getName() - Method in RepositoryConfiguration
-
Return the name of the repository.
- getName() - Method in ResourceMatcher.MatchedResource
-
- getName() - Method in ResourceProfile
-
- getName() - Method in RunCommand
-
- getName() - Method in ScaleConstraint
-
- getName() - Method in ScriptDatabaseMigrationCommand
-
- getName() - Method in ServiceDefinition
-
- Returns:
- The full class name of the service
- getName() - Method in SizeConstraint
-
- getName() - Method in Step
-
- Returns:
- The name of the step
- getName() - Method in UniqueConstraint
-
- getName() - Method in UrlConstraint
-
- getName() - Method in ValidatorConstraint
-
- getName() - Method in WarningMacro
-
- getNamedConfig(java.lang.String) - Method in JSON
-
- getNamedConfig(java.lang.String) - Method in XML
-
- getNamedConverterConfiguration(java.lang.String, Class<C>) - Method in ConvertersConfigurationHolder
-
- getNamedDecorator(jakarta.servlet.http.HttpServletRequest, java.lang.String) - Method in GrailsLayoutDecoratorMapper
-
- getNamedDecorator(jakarta.servlet.http.HttpServletRequest, java.lang.String, boolean) - Method in GroovyPageLayoutFinder
-
- getNamedPlugin(java.lang.String) - Method in BasePluginFilter
-
Looks up a plugin from the original input by name.
- getNameForController(java.lang.Object) - Method in GrailsConventionGroovyPageLocator
-
- getNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getNameForPropertyAndPath(java.lang.String) - Method in HibernatePersistentProperty
-
- getNameFromScript(java.lang.String) - Method in GrailsNameUtils
-
Calculates the class name from a script name in the form my-funk-grails-script.
- getNamesAndDirections() - Method in SortConfig
-
- getNamespace() - Method in AbstractUrlMapping
-
- getNamespace() - Method in DefaultGrailsControllerClass
-
- getNamespace() - Method in DefaultGrailsTagLibClass
-
- getNamespace() - Method in DefaultUrlMappingInfo
-
- getNamespace() - Method in GrailsControllerClass
-
- Returns:
- the namespace of this controller, null if none was specified
- getNamespace() - Method in GrailsTagLibClass
-
- Returns:
- the namespace that this taglib occupies.
- getNamespace() - Method in GrailsWebApplicationContext
-
- getNamespace() - Method in UrlMapping
-
- Returns:
- the name of the controller namespace
- getNamespace() - Method in UrlMappingInfo
-
- Returns:
- the namespace of the corresponding controller, null if none was specified
- getNamingConvention() - Method in GraphQLTypeManager
-
- Returns:
- The naming convention used to name types
- getNamingStrategy() - Method in GrailsDomainBinder
-
- getNamingStrategy() - Method in HibernateMappingContextSessionFactoryBean
-
- getNativeCache() - Method in GrailsConcurrentLinkedMapCache
-
- getNativeEntry() - Method in PendingOperation
-
- Returns:
- The native entry to persist
- getNativeEntry() - Method in PendingOperationAdapter
-
- getNativeEvent() - Method in AbstractPersistenceEvent
-
- getNativeInterface() - Method in AbstractHibernateSession
-
- getNativeInterface() - Method in AbstractMongoSession
-
- getNativeInterface() - Method in MongoCodecSession
-
- getNativeInterface() - Method in Session
-
- Returns:
- The native interface to the datastore
- getNativeInterface() - Method in SimpleMapSession
-
- getNativeKey() - Method in PendingOperation
-
- Returns:
- The native key to insert
- getNativeKey() - Method in PendingOperationAdapter
-
- getNativePropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractKeyValueEntityPersister
-
- getNativePropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
-
- getNativeTransaction() - Method in SessionOnlyTransaction
-
- getNativeTransaction() - Method in Transaction
-
- Returns:
- the native transaction object.
- getNativeWrapper() - Method in GrailsValueWrapper
-
- getNatural() - Method in HibernatePropertyIdentity
-
- Returns:
- The natural id definition
- getNaturalName() - Method in AbstractGrailsClass
-
- getNaturalName(java.lang.String) - Method in DocEngine
-
- getNaturalName() - Method in GrailsClass
-
Returns the name of the property in natural terms (eg.
- getNaturalName(java.lang.String) - Method in GrailsNameUtils
-
Converts a property name into its natural language equivalent eg ('firstName' becomes 'First Name')
- getNavigableProperty(java.lang.String) - Method in NavigableMapPropertySource
-
- getNestedType() - Method in GraphQLPropertyType
-
- getNetworkTimeout() - Method in HibernateConnection
-
- getNewInstance() - Method in CreateEntityDataFetcher
-
- getNextOffset(java.lang.Integer, java.lang.Integer, java.lang.Integer) - Method in DefaultJsonViewHelper
-
- getNextToken() - Method in JSONParser
-
Get the next Token.
- getNextToken() - Method in JsonParserTokenManager
-
Get the next Token.
- getNoGuessDependenciesOption() - Method in CompilerOptionHandler
-
- getNoGuessImportsOption() - Method in CompilerOptionHandler
-
- getNoSuffixViewURI(groovy.lang.GroovyObject, java.lang.String) - Method in DefaultGrailsApplicationAttributes
-
- getNoSuffixViewURI(java.lang.String, java.lang.String) - Method in DefaultGroovyPagesUriService
-
- getNoSuffixViewURI(groovy.lang.GroovyObject, java.lang.String) - Method in GrailsApplicationAttributes
-
- getNoSuffixViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriService
-
- getNoSuffixViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriSupport
-
Obtains a view URI of the given controller name and view name without the suffix
- getNotEqual() - Method in Constrained
-
- getNotEqual() - Method in ConstrainedDelegate
-
- getNotEqual() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the notEqual.
- getNotEqualTo() - Method in NotEqualConstraint
-
- Returns:
- Returns the notEqualTo.
- getNow() - Method in FlashScope
-
Returns the current state of flash scope, to be used if you don't
want to include variables in the next request
- getNow() - Method in GrailsFlashScope
-
- getNumberFormatter() - Method in LocaleAwareBigDecimalConverter
-
- getNumberFormatter() - Method in LocaleAwareNumberConverter
-
- getNumericFunctions() - Method in HibernateConnectionMetadata
-
- getObject() - Method in BindingError
-
- Returns:
- the object that data binding was being imposed upon
- getObject() - Method in DataSourceConnectionSourcesFactoryBean
-
- getObject() - Method in DataSourceFactoryBean
-
- getObject() - Method in DefaultConstraintEvaluatorFactoryBean
-
- getObject() - Method in DefaultMappingContextFactoryBean
-
- getObject() - Method in EventBusFactoryBean
-
- getObject() - Method in GormDispatcherRegistrar
-
- getObject() - Method in HibernateDatastoreFactoryBean
-
- getObject() - Method in HibernateDialectDetectorFactoryBean
-
- getObject() - Method in HibernateMappingContextSessionFactoryBean
-
- getObject() - Method in HotSwappableTargetSourceFactoryBean
-
- getObject() - Method in InstanceFactoryBean
-
- getObject() - Method in PendingDeleteAdapter
-
- getObject() - Method in PendingInsertAdapter
-
- getObject() - Method in PendingOperation
-
- Returns:
- The target object of the pending operation
- getObject() - Method in PendingOperationAdapter
-
- getObject() - Method in PendingUpdateAdapter
-
- getObject() - Method in PromiseFactoryBean
-
- getObject() - Method in ServiceRegistryFactoryBean
-
- getObject() - Method in SimpleBindingError
-
- getObject() - Method in UrlMappingsHolderFactoryBean
-
- getObject() - Method in ValidatorRegistryFactoryBean
-
- getObjectId(java.lang.Object) - Method in AbstractVndErrorRenderer
-
- getObjectId(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in AtomRenderer
-
- getObjectIdentifier(java.lang.Object) - Method in AbstractSession
-
- getObjectIdentifier(java.lang.Object) - Method in EntityPersister
-
Obtains an objects identifer
- getObjectIdentifier(java.lang.Object) - Method in HibernateSession
-
- getObjectIdentifier(java.lang.Object) - Method in Persister
-
Get the identifier for the given object, if it has one.
- getObjectIdentifier(java.lang.Object) - Method in Session
-
Obtains the identifier for the instance
- getObjectToBind() - Method in RestfulController
-
The object that can be bound to a domain instance.
- getObjectType() - Method in DataSourceConnectionSourcesFactoryBean
-
- getObjectType() - Method in DataSourceFactoryBean
-
- getObjectType() - Method in DatastoreServiceMethodInvokingFactoryBean
-
- getObjectType() - Method in DefaultConstraintEvaluatorFactoryBean
-
- getObjectType(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLDeleteResponseHandler
-
- getObjectType() - Method in DefaultMappingContextFactoryBean
-
- getObjectType() - Method in EventBusFactoryBean
-
- getObjectType() - Method in GormDispatcherRegistrar
-
- getObjectType() - Method in GrailsLiquibaseFactory
-
- getObjectType(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in GraphQLDeleteResponseHandler
-
Creates the schema object for a delete response
- getObjectType() - Method in HibernateDatastoreFactoryBean
-
- getObjectType() - Method in HibernateDialectDetectorFactoryBean
-
- getObjectType() - Method in HibernateMappingContextSessionFactoryBean
-
- getObjectType() - Method in HotSwappableTargetSourceFactoryBean
-
- getObjectType() - Method in InstanceFactoryBean
-
- getObjectType() - Method in PromiseFactoryBean
-
- getObjectType() - Method in ServiceRegistryFactoryBean
-
- getObjectType() - Method in TypeSpecifyableTransactionProxyFactoryBean
-
- getObjectType() - Method in UrlMappingFactoryBean
-
- getObjectType() - Method in UrlMappingsHolderFactoryBean
-
- getObjectType() - Method in ValidatorRegistryFactoryBean
-
- getObservedPluginNames() - Method in DefaultGrailsPlugin
-
- getObservedPluginNames() - Method in GrailsPlugin
-
Retrieve the plugin names that this plugin is observing for changes
- getObservedPluginNames() - Method in PluginInfo
-
Returns the plugin names observed by this plugin.
- getObservedPluginNames() - Method in PluginMetadata
-
Returns the plugin names observed by this plugin.
- getOffline() - Method in MavenSettings
-
- getOffset() - Method in HibernatePagedResultList
-
- getOffset() - Method in PagedList
-
- getOffset() - Method in PagedResultList
-
- getOffset() - Method in Query
-
- Returns:
- The offset of the first result
- getOffset() - Method in SelectHqlQuery
-
- getOnComplete() - Method in JspFormRemoteTag
-
- getOnComplete() - Method in JspRemoteFunctionTag
-
- getOnComplete() - Method in JspRemoteLinkTag
-
- getOnComplete() - Method in JspSubmitToRemoteTag
-
- getOnFailure() - Method in JspFormRemoteTag
-
- getOnFailure() - Method in JspRemoteFunctionTag
-
- getOnFailure() - Method in JspRemoteLinkTag
-
- getOnFailure() - Method in JspSubmitToRemoteTag
-
- getOnInteractive() - Method in JspFormRemoteTag
-
- getOnInteractive() - Method in JspRemoteFunctionTag
-
- getOnInteractive() - Method in JspRemoteLinkTag
-
- getOnInteractive() - Method in JspSubmitToRemoteTag
-
- getOnLoaded() - Method in JspFormRemoteTag
-
- getOnLoaded() - Method in JspRemoteFunctionTag
-
- getOnLoaded() - Method in JspRemoteLinkTag
-
- getOnLoaded() - Method in JspSubmitToRemoteTag
-
- getOnLoading() - Method in JspFormRemoteTag
-
- getOnLoading() - Method in JspRemoteFunctionTag
-
- getOnLoading() - Method in JspRemoteLinkTag
-
- getOnLoading() - Method in JspSubmitToRemoteTag
-
- getOnSuccess() - Method in JspFormRemoteTag
-
- getOnSuccess() - Method in JspRemoteFunctionTag
-
- getOnSuccess() - Method in JspRemoteLinkTag
-
- getOnSuccess() - Method in JspSubmitToRemoteTag
-
- getOperationDefinition() - Method in MockDataFetchingEnvironment
-
- getOperator() - Method in DynamicFinderInvocation
-
- getOption() - Method in DefaultCommandLine.SpecifiedOption
-
- getOptionalFields() - Method in AbstractStructuredDateBindingEditor
-
- getOptionalFields() - Method in StructuredDateEditor
-
- getOptionalFields() - Method in StructuredPropertyEditor
-
- Returns:
- The optional fields
- getOptionalServletContext() - Method in GrailsUnitTest
-
- Returns:
- the servlet context
- getOptionKey(java.util.Currency) - Method in CurrencyInputRenderer
-
- getOptionKey() - Method in JspSelectTag
-
- getOptionKey(java.util.Locale) - Method in LocaleInputRenderer
-
- getOptionKey(T) - Method in MapToSelectInputRenderer
-
Defines how a given should be uniquely identified in a select element
- getOptionKey(java.util.TimeZone) - Method in TimeZoneInputRenderer
-
- getOptions() - Method in CommandException
-
Returns a set of options that are understood by the org.springframework.boot.cli.command.CommandRunner.
- getOptions() - Method in CurrencyInputRenderer
-
- getOptions() - Method in LocaleInputRenderer
-
- getOptions() - Method in MapToSelectInputRenderer
-
Builds the options to be displayed
- getOptions() - Method in MongoCollection.Index
-
- getOptions() - Method in OptionSetGroovyCompilerConfiguration
-
- getOptions() - Method in TimeZoneInputRenderer
-
- getOptionsHelp() - Method in AbstractCommand
-
- getOptionsHelp() - Method in Command
-
Returns help for each supported option.
- getOptionsHelp() - Method in OptionParsingCommand
-
- getOptionsHelpMessage() - Method in CommandLineParser
-
- getOptionValue(java.util.Currency) - Method in CurrencyInputRenderer
-
- getOptionValue() - Method in JspSelectTag
-
- getOptionValue(java.util.Locale) - Method in LocaleInputRenderer
-
- getOptionValue(T) - Method in MapToSelectInputRenderer
-
Defines how a given should be displayed in a select element
- getOptionValue(java.util.TimeZone) - Method in TimeZoneInputRenderer
-
- getOrCreateAlias(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
-
- getOrCreateAssociatedEntity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.Class) - Method in GormMappingConfigurationStrategy
-
Tries to obtain or create an associated entity.
- getOrCreateChildMap(java.util.Map, java.lang.String) - Method in CollectionUtils
-
Gets a child map of the given parent map or returns an empty map if it doesn't exist
- getOrCreateEmbeddedEntity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.Class) - Method in GormMappingConfigurationStrategy
-
Tries to obtain or create an embedded entity.
- getOrCreateListProperty(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GormEntityTransformation
-
- getOrCreatePropertyQuery(org.bson.Document, java.lang.String) - Method in BsonQuery
-
- getOrDefault(java.lang.Object, java.lang.Object) - Method in Metadata
-
- getOrder() - Method in AbstractGormASTTransformation
-
- getOrder() - Method in AbstractGrailsApplication
-
- getOrder() - Method in AbstractPersistenceEventListener
-
- getOrder() - Method in AbstractProjectionImplementer
-
- getOrder() - Method in AbstractServiceImplementer
-
- getOrder() - Method in AbstractStringQueryImplementer
-
- getOrder() - Method in AbstractWhereImplementer
-
- getOrder() - Method in ArtefactHandlerAdapter
-
- getOrder() - Method in ChainedTransactionManagerPostProcessor
-
- getOrder() - Method in Constrained
-
- getOrder() - Method in ConstrainedDelegate
-
- getOrder() - Method in DefaultGrailsCodecClass
-
- getOrder() - Method in DefaultOutputContextLookup
-
- getOrder() - Method in DeleteWhereImplementer
-
- getOrder() - Method in DomainClassArtefactHandler
-
- getOrder() - Method in EmbeddedGrailsLayoutViewResolver
-
- getOrder() - Method in FindAllByImplementer
-
- getOrder() - Method in GrailsBomAstTransformation
-
- getOrder() - Method in GrailsCorsFilter
-
- getOrder() - Method in GrailsEnvironmentPostProcessor
-
- getOrder() - Method in GrailsFilters
-
- getOrder() - Method in GrailsLayoutViewResolver
-
- getOrder() - Method in GroovyPageLayoutFinder
-
- getOrder() - Method in HibernateDatastoreConnectionSourcesRegistrar
-
- getOrder() - Method in HibernateToManyProperty
-
- getOrder() - Method in Interceptor
-
The order the interceptor should execute in
- getOrder() - Method in MultiTenantEventListener
-
- getOrder() - Method in Ordered
-
The order of this object
- getOrder(java.lang.Object) - Method in OrderedComparator
-
Determine the order value for the given object.
- getOrder() - Method in OrderedGraphQLProperty
-
- getOrder() - Method in QueryEventsSpec.SpecQueryEventListener
-
- getOrder() - Method in SessionCreationEventSpec.Listener
-
- getOrder() - Method in TransactionManagerPostProcessor
-
- getOrder() - Method in WebOutputContextLookup
-
- getOrderBy() - Method in Query
-
Gets the Order entries for this query
- getOrderedObjectMarshallers() - Method in ChainedConverterConfiguration
-
- getOrderedObjectMarshallers() - Method in ConverterConfiguration
-
Retrieve the ordered list of ObjectMarshallers
- getOrderedObjectMarshallers() - Method in DefaultConverterConfiguration
-
- getOrderedObjectMarshallers() - Method in ImmutableConverterConfiguration
-
- getOrderedPlugins() - Method in AbstractGrailsPluginManager
-
- getOrders() - Method in AbstractDetachedCriteria
-
- getOriginalParams() - Method in GrailsWebRequest
-
- Returns:
- The Grails params object
- getOriginalSize() - Method in AbstractPersistentCollection
-
- getOriginalSize() - Method in DirtyCheckableCollection
-
- Returns:
- The previous size of the collection prior to any changes
- getOriginalValue(java.lang.String) - Method in DirtyCheckable
-
Returns the original value of the property prior to when
trackChanges() was called
- getOrInitializePropertyConfig(java.lang.String) - Method in Entity
-
- getOrInitializePropertyConfig(java.lang.String) - Method in Mapping
-
- getOrIntializeReflector(org.grails.datastore.mapping.model.PersistentEntity) - Method in FieldEntityAccess
-
- getOtherProperties() - Method in GrailsDataSource
-
Other properties for this data source.
- getOtherProperty() - Method in Query.PropertyComparisonCriterion
-
- getOut() - Method in AbstractWritableScript
-
- Returns:
- The current writer
- getOut(jakarta.servlet.http.HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getOut(jakarta.servlet.http.HttpServletRequest) - Method in GrailsApplicationAttributes
-
Holds the current response write for the request
- getOut() - Method in GrailsConsole
-
- getOut() - Method in GrailsLazyProxyPrintWriter
-
- getOut() - Method in GrailsPrintWriter
-
- getOut() - Method in GrailsPrintWriterAdapter
-
- getOut() - Method in GrailsRequestContext
-
The response writer.
- getOut() - Method in GrailsWebRequest
-
- getOut() - Method in GroovyPage
-
- getOut() - Method in GroovyPagesPageContext
-
- getOut() - Method in OutputEncodingStack.OutputProxyWriter
-
- getOut() - Method in TagLibrary
-
Obtains the currently output writer
- getOut() - Method in WebRequestDelegatingRequestContext
-
- getOut() - Method in WriterProvider
-
- Returns:
- The current writer
- getOutCodecDirectiveValue() - Method in GroovyPageParser
-
- getOutEncoder() - Method in GroovyPageMetaInfo
-
- getOutEncoder() - Method in OutputEncodingStack
-
- getOutEncoder() - Method in OutputEncodingStackAttributes
-
- getOutputContext() - Method in GroovyPage
-
- getOutputContext() - Method in OutputEncodingStack
-
- getOutputContext() - Method in OutputEncodingStackAttributes
-
- getOutputContextLookup() - Method in OutputContextLookupHelper
-
- getOutputProperties(org.grails.datastore.mapping.model.PersistentEntity, List<String>) - Method in DomainModelService
-
- getOutputProperties(org.grails.datastore.mapping.model.PersistentEntity, List<String>) - Method in DomainModelServiceImpl
-
- getOutputStack() - Method in GroovyPage
-
- getOutputStack() - Method in OutputEncodingStack.OutputProxyWriter
-
- getOutputStream() - Method in FileSystemResource
-
This implementation opens a FileOutputStream for the underlying file.
- getOutputStream() - Method in GrailsPageResponseWrapper
-
- getOutputStream() - Method in IncludeResponseWrapper
-
- getOutputStream() - Method in OutputAwareHttpServletResponse
-
- getOutputStream() - Method in StreamByteBuffer
-
- getOutWriter() - Method in OutputEncodingStack
-
- getOverrides() - Method in BomManagedVersions
-
Returns an unmodifiable view of the version overrides.
- getOwner() - Method in AbstractPersistentProperty
-
- getOwner() - Method in Constrained
-
- getOwner() - Method in ConstrainedDelegate
-
- getOwner() - Method in ConstrainedProperty
-
- getOwner() - Method in DefaultConstrainedProperty
-
- getOwner() - Method in PersistentProperty
-
Obtains the owner of this persistent property
- getOwner() - Method in TemplateVariableBinding
-
- getOwnerClassName() - Method in PersistentProperty
-
- getOwningEntities(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in GormMappingConfigurationStrategy
-
- getOwningEntities(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MappingConfigurationStrategy
-
Returns a set of entities that "own" the given entity.
- getPackageImports() - Method in ViewConfiguration
-
- Returns:
- The packages to automatically import
- getPackageName() - Method in AbstractGrailsClass
-
- getPackageName() - Method in GrailsClass
-
Returns the package name of the class.
- getPackageName(java.lang.String) - Method in GrailsNameUtils
-
Returns the package prefix without the class name eg ('a.b.ClassName' becomes 'a.b').
- getPackageName() - Method in GroovyPageParser
-
- getPackageName() - Method in Model
-
- getPackageName() - Method in ViewConfiguration
-
- getPackagePath() - Method in Model
-
- getPackagesToScan() - Method in HibernateMappingContextSessionFactoryBean
-
- getPackageToScan(grails.config.Config) - Method in HibernateSpec
-
Obtains the default package to scan
- getPackageToScan(grails.config.Config) - Method in MongoSpec
-
Obtains the default package to scan
- getPadding(java.lang.String, int) - Method in AnsiConsoleUrlMappingsRenderer
-
- getPage() - Method in BrowserDelegate
-
Delegates to geb.Browser#getPage().
- getPage() - Method in ContainerGebSpec
-
- getPage() - Method in GrailsNoDecorator
-
- getPage() - Method in GrailsPageResponseWrapper
-
- getPage() - Method in GroovyPagesPageContext
-
- getPage() - Method in GSPGrailsLayoutPage
-
- getPage() - Method in HttpView
-
- getPage() - Method in PageDelegate
-
- getPage() - Method in RenderGrailsLayoutTagLib
-
- getPageBuffer() - Method in Sitemesh3CapturedPage
-
- getPageClass() - Method in GroovyPageMetaInfo
-
- getPageClassInstance() - Method in GroovyPageMetaInfo
-
- getPageContext(jakarta.servlet.Servlet, jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, java.lang.String, boolean, int, boolean) - Method in GroovyPagesJspFactory
-
- getPageFragment() - Method in PageDelegate
-
- getPageName() - Method in GroovyPageParser
-
- getPageParser(java.lang.String) - Method in GrailsContentBufferingResponse
-
- getPagePlugin() - Method in GroovyPageBinding
-
- getPagePlugin() - Method in GroovyPageMetaInfo
-
- getPageScope() - Method in TagLibrary
-
Obtains the page scope instance
- getPageSource() - Method in DriverDelegate
-
Get the source of the last loaded page.
- getPagesTemplateEngine() - Method in DefaultGrailsApplicationAttributes
-
- getPagesTemplateEngine() - Method in GrailsApplicationAttributes
-
- Returns:
- Retrieves the shared GSP template engine
- getPageUrl(java.lang.String) - Method in PageDelegate
-
- getPagination(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
-
- Parameters:
entity - The persistent entity
- getPaginationLinks(java.lang.Object, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String) - Method in DefaultJsonViewHelper
-
- getParameter() - Method in AbstractConstraint
-
- getParameter() - Method in BlankConstraint
-
- getParameter() - Method in Constraint
-
- Returns:
- The parameter to the constraint
- getParameterizedDetachedCriteriaClassNode(org.codehaus.groovy.ast.ClassNode) - Method in DetachedCriteriaTransformer
-
- getParameterMap() - Method in GrailsWebRequest
-
Overriden to return the GrailsParameterMap instance,
- getParameterNameProvider() - Method in GormValidatorFactoryAdapter
-
- getParameterNameProvider() - Method in JakartaValidatorRegistry
-
- getParameterNameProvider() - Method in ValidatedService
-
- getParameterNames(java.lang.reflect.Method) - Method in ConfigurableParameterNameProvider
-
- getParameters() - Method in DefaultUrlMappingInfo
-
- getParameters() - Method in ForwardUrlMappingInfo
-
- getParameters() - Method in JpaQueryInfo
-
- getParameters() - Method in Step
-
- Returns:
- The parameters to the step
- getParameters() - Method in UrlMappingInfo
-
The parameters that were extracted from the URI that was matched
- getParameterTypes() - Method in AbstractClosureProxy
-
- getParameterTypes() - Method in MethodInvokingClosure
-
- getParameterTypes() - Method in TagBodyClosure
-
- getParameterTypes() - Method in TagOutput.ConstantClosure
-
- getParams() - Method in AbstractUrlMappingInfo
-
- getParams() - Method in ForwardUrlMappingInfo
-
- getParams() - Method in GrailsRequestContext
-
The params object.
- getParams() - Method in GrailsWebRequest
-
- Returns:
- The Grails params object
- getParams() - Method in GrailsWebUnitTest
-
- getParams() - Method in JspFormRemoteTag
-
- getParams() - Method in JspFormTag
-
- getParams() - Method in JspRemoteFunctionTag
-
- getParams() - Method in JspRemoteLinkTag
-
- getParams() - Method in JspSubmitToRemoteTag
-
- getParams() - Method in WebAttributes
-
Obtains the Grails parameter map
- getParams() - Method in WebRequestDelegatingRequestContext
-
- getParent() - Method in TemplateVariableBinding
-
- getParentContext() - Method in AbstractGrailsApplication
-
- getParentContext() - Method in GrailsApplication
-
Returns the Spring application context that contains this
application instance.
- getParentContext() - Method in JsonReader.Context
-
- getParentContext() - Method in JsonWriter.Context
-
- getParentCtx() - Method in BeanBuilder
-
Retrieves the parent ApplicationContext
- getParentCtx() - Method in DefaultGrailsPlugin
-
- getParentEntity() - Method in AbstractPersistentEntity
-
- getParentEntity() - Method in KeyValuePersistentEntity
-
- getParentEntity() - Method in PersistentEntity
-
Returns the parent entity of this entity
- getParentLogger() - Method in HibernateDriver
-
- getParentPath() - Method in WritableScriptTemplate
-
The path to the parent directory that containers the template
- getParentServiceRegistry() - Method in HibernateDialectDetectorFactoryBean
-
- getParentSkeletonDir(java.io.File) - Method in AbstractProfile
-
- getParentSkeletonDir(java.io.File) - Method in Profile
-
- Returns:
- The directory the parent profile(s) skeleton should be copied into
- getPart(java.lang.String) - Method in GrailsMockHttpServletRequest
-
- getPart() - Method in StreamCharBuffer.EncodedPart
-
- getParts() - Method in GrailsMockHttpServletRequest
-
- getParts() - Method in HibernateCompositeIdentityProperty
-
- getPassword() - Method in GrailsDataSource
-
The password for the data source.
- getPasswordAuthentication() - Method in SystemPropertiesAuthenticator
-
- getPath() - Method in ClassPathResource
-
Return the path for this resource (as resource path within the class path).
- getPath() - Method in FileSystemResource
-
Return the file path for this resource.
- getPath() - Method in HibernateConnection
-
The portion of the url between the path and the query string.
- getPathFromBaseDir(java.lang.String) - Method in GrailsResourceUtils
-
Gets the path relative to the project base directory.
- getPathFromRoot() - Method in BeanPropertyAccessor
-
- Returns:
- the full path from the root bean to the requested property.
- getPathFromRoot() - Method in DelegatingBeanPropertyAccessorImpl
-
- getPathFromRoot() - Method in DomainProperty
-
- Returns:
- The path of the property from the root domain class
- getPathFromRoot(java.lang.String) - Method in GrailsResourceUtils
-
Get the path relative to an artefact folder under grails-app i.e:
- getPathMatcher() - Method in PathMatchingResourcePatternResolver
-
Return the PathMatcher that this resource pattern resolver uses.
- getPathWithinApplication(jakarta.servlet.http.HttpServletRequest) - Method in GrailsUrlPathHelper
-
- getPattern() - Method in Query.Like
-
- getPattern() - Method in Query.RLike
-
- getPatternComparator(java.lang.String) - Method in AntPathMatcher
-
Given a full path, returns a java.util.Comparator suitable for sorting patterns in order of explicitness.
- getPendingDeletes() - Method in AbstractSession
-
- getPendingDeletes() - Method in SessionImplementor
-
- Returns:
- The pending deletes
- getPendingInserts() - Method in AbstractSession
-
- getPendingInserts() - Method in SessionImplementor
-
- Returns:
- The pending insert operations
- getPendingUpdates() - Method in AbstractSession
-
- getPendingUpdates() - Method in SessionImplementor
-
- Returns:
- The pending updates
- getPersistenceInterceptorClass() - Method in AbstractDatastoreInitializer
-
- Returns:
- The class used to define the persistence interceptor
- getPersistenceInterceptorClass() - Method in HibernateDatastoreSpringInitializer
-
- getPersistenceInterceptorClass() - Method in MongoDbDataStoreSpringInitializer
-
- getPersistenceInterceptors(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in GrailsAsyncContext
-
- getPersistentClass() - Method in AbstractDetachedCriteria
-
- getPersistentClass() - Method in GeneratorCreationContextWrapper
-
- getPersistentClass() - Method in GormOperations
-
- Returns:
- The class these operations apply to
- getPersistentClass() - Method in GrailsHibernatePersistentEntity
-
- getPersistentClass() - Method in HibernateEmbeddedPersistentEntity
-
- getPersistentClass() - Method in HibernatePersistentEntity
-
- getPersistentClass() - Method in HibernatePersistentProperty
-
- getPersistentClasses() - Method in HibernateConnectionSourceFactory
-
- getPersistentEntities() - Method in AbstractMappingContext
-
- getPersistentEntities() - Method in MappingContext
-
Obtains a list of PersistentEntity instances
- getPersistentEntity() - Method in AbstractDetachedCriteria
-
- getPersistentEntity(java.lang.String) - Method in AbstractMappingContext
-
- getPersistentEntity() - Method in BeanEntityAccess
-
- getPersistentEntity() - Method in EntityAccess
-
- getPersistentEntity() - Method in EntityPersister
-
- Returns:
- The PersistentEntity instance
- getPersistentEntity() - Method in FieldEntityAccess
-
- getPersistentEntity(java.lang.String) - Method in HibernateMappingContext
-
- getPersistentEntity(java.lang.String) - Method in MappingContext
-
Obtains a PersistentEntity by name
- getPersistentEntity() - Method in OptimisticLockingException
-
- getPersistentEntity() - Method in QueryableCriteria
-
- Returns:
- The target entity
- getPersistentEntityCodec(java.lang.Class) - Method in MongoDatastore
-
- getPersistentInstance(Class<?>, java.lang.Object) - Method in GrailsWebDataBinder
-
- getPersistentProperties() - Method in AbstractPersistentEntity
-
- getPersistentProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping) - Method in GormMappingConfigurationStrategy
-
- getPersistentProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping, boolean) - Method in JpaMappingConfigurationStrategy
-
- getPersistentProperties(java.lang.Class, org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.ClassMapping) - Method in MappingConfigurationStrategy
-
Obtains a List of PersistentProperty instances for the given Mapped class
- getPersistentProperties() - Method in PersistentEntity
-
A list of properties to be persisted
- getPersistentPropertiesToBind() - Method in GrailsHibernatePersistentEntity
-
- getPersistentProperty() - Method in DomainProperty
-
- Returns:
- The PersistentProperty that represents this property
- getPersistentPropertyNames() - Method in AbstractPersistentEntity
-
- getPersistentPropertyNames() - Method in PersistentEntity
-
A list of property names that a persistent
- getPersistentValue(java.lang.String) - Method in GormEntity
-
Gets the original persisted value of a field.
- getPersistentValue(D, java.lang.String) - Method in GormInstanceApi
-
Gets the original persisted value of a field.
- getPersistentValue(D, java.lang.String) - Method in HibernateGormInstanceApi
-
Gets the original persisted value of a field.
- getPersister(java.lang.Object) - Method in AbstractHibernateSession
-
- getPersister(java.lang.Object) - Method in AbstractSession
-
- getPersister(java.lang.Object) - Method in Session
-
The persister for the given object
- getPersitentEntity() - Method in EntityReflector
-
The entity
- getPhase() - Method in EmbeddedDatabaseShutdownHook
-
- getPhysicalNamingStrategy(java.lang.String) - Method in NamingStrategyProvider
-
- getPlatformDefinitions() - Method in ExtractDependenciesTask
-
- getPlugin() - Method in DefaultGrailsPlugin
-
- getPluginClass() - Method in AbstractGrailsPlugin
-
- getPluginClass() - Method in GrailsPlugin
-
Returns the underlying class that represents this plugin
- getPluginClass() - Method in PluginInfo
-
Returns the plugin implementation class.
- getPluginClass() - Method in PluginMetadata
-
Returns the plugin implementation class.
- getPluginContextPath(jakarta.servlet.http.HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getPluginContextPath(jakarta.servlet.http.HttpServletRequest) - Method in GrailsApplicationAttributes
-
Retrieves the plugin context path for the current request.
- getPluginContextPath() - Method in GroovyPage
-
- getPluginContextPath() - Method in GroovyPageBinding
-
- getPluginContextPath() - Method in WebAttributes
-
Obtains the pluginContextPath
- getPluginDescriptor() - Method in BinaryGrailsPlugin
-
- Returns:
- The META-INF/grails-plugin.xml descriptor
- getPluginDescriptor() - Method in PluginInfo
-
Returns the descriptor that produced this plugin info.
- getPluginDir() - Method in DefaultGrailsPlugin
-
- getPluginDir() - Method in GrailsPluginInfo
-
- Returns:
- The directory where the plugin exists or null if it cannot be read
- getPluginDir() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getPluginExcludes() - Method in DefaultGrailsPlugin
-
- getPluginExcludes() - Method in GrailsPlugin
-
A list of resources that the plugin should exclude from the packaged distribution
- getPluginFilter(org.springframework.core.env.Environment) - Method in PluginFilterRetriever
-
Returns the cached plugin filter for this retriever, resolving it from the environment on first access.
- getPluginForClass(Class<?>) - Method in AbstractGrailsPluginManager
-
- getPluginForClass(Class<?>) - Method in GrailsPluginManager
-
Returns the
plugin for the given class.
- getPluginForInstance(java.lang.Object) - Method in AbstractGrailsPluginManager
-
- getPluginForInstance(java.lang.Object) - Method in GrailsPluginManager
-
Looks up the
plugin that defined the given instance.
- getPluginIndex() - Method in AbstractUrlMapping
-
- getPluginIndex() - Method in UrlMapping
-
- Returns:
- The plugin index or null
- getPluginList(List<PluginMetadata>, List<PluginMetadata>) - Method in BasePluginFilter
-
Builds the final filtered list from the original plugins and the plugins collected by the shared algorithm.
- getPluginList(List<PluginMetadata>, List<PluginMetadata>) - Method in ExcludingPluginFilter
-
Returns the original plugin list with the explicitly excluded plugins and their derived dependents removed.
- getPluginList(List<PluginMetadata>, List<PluginMetadata>) - Method in IncludingPluginFilter
-
Returns only the explicitly included plugins and the dependencies discovered from them.
- getPluginManager(boolean) - Method in Holders
-
- getPluginName() - Method in AbstractGrailsClass
-
- getPluginName() - Method in AbstractUrlMapping
-
- getPluginName() - Method in ArtefactHandler
-
Obtains the plugin name that deals with this artefact.
- getPluginName() - Method in ArtefactHandlerAdapter
-
- getPluginName() - Method in ControllerArtefactHandler
-
- getPluginName() - Method in DefaultUrlMappingInfo
-
- getPluginName() - Method in DomainClassArtefactHandler
-
- getPluginName() - Method in GrailsClass
-
- Returns:
- The plugin where the artefact originates from
- getPluginName(java.lang.String) - Method in GrailsNameUtils
-
Returns the name of a plugin given the name of the *GrailsPlugin.groovy
descriptor file.
- getPluginName(java.lang.Class) - Method in GrailsVersionUtils
-
Get the name of the a plugin for a particular class.
- getPluginName() - Method in InterceptorArtefactHandler
-
- getPluginName() - Method in ServiceArtefactHandler
-
- getPluginName() - Method in TagLibArtefactHandler
-
- getPluginName() - Method in UrlMapping
-
The name of the plugin this URL mapping relates to, if any
- getPluginName() - Method in UrlMappingInfo
-
The name of the plugin that this UrlMappingInfo maps to
- getPluginObservers(grails.plugins.GrailsPlugin) - Method in DefaultGrailsPluginManager
-
- getPluginObservers(grails.plugins.GrailsPlugin) - Method in GrailsPluginManager
-
Retrieves a collection of plugins that are observing the specified
plugin.
- getPluginObservers(grails.plugins.GrailsPlugin) - Method in MockGrailsPluginManager
-
- getPluginPath() - Method in AbstractGrailsPlugin
-
- getPluginPath(java.lang.String, boolean) - Method in AbstractGrailsPluginManager
-
- getPluginPath() - Method in GrailsPlugin
-
Returns the path of the plug-in
- getPluginPath(java.lang.String, boolean) - Method in GrailsPluginManager
-
Returns the plugin path for the
plugin with the given name.
- getPluginPath() - Method in GroovyPageMetaInfo
-
- getPluginPathCamelCase() - Method in AbstractGrailsPlugin
-
- getPluginPathCamelCase() - Method in GrailsPlugin
-
Returns the path of the plug-in using camel case
- getPluginPathForClass(Class<?>) - Method in AbstractGrailsPluginManager
-
- getPluginPathForClass(Class<?>) - Method in GrailsPluginManager
-
Returns the plugin path for the given
plugin class.
- getPluginPathForInstance(java.lang.Object) - Method in AbstractGrailsPluginManager
-
- getPluginPathForInstance(java.lang.Object) - Method in GrailsPluginManager
-
Returns the plugin path for the given
plugin instance.
- getPluginResources() - Method in DefaultPluginDiscovery
-
- getPluginResources() - Method in PluginDiscovery
-
Returns the configured dynamic plugin resources.
- getPlugins() - Method in GrailsExtension
-
- getPluginsInLoadOrder() - Method in DefaultPluginDiscovery
-
- getPluginsInLoadOrder() - Method in PluginDiscovery
-
Returns the discovered plugins in their effective load order.
- getPluginsInTopologicalOrder() - Method in DefaultPluginDiscovery
-
- getPluginsInTopologicalOrder() - Method in PluginDiscovery
-
Returns the discovered plugins in topological order.
- getPluginVersion(java.lang.Class) - Method in GrailsVersionUtils
-
Get the version of the a plugin for a particular class.
- getPluginVersion() - Method in PluginInfo
-
Returns the declared plugin version.
- getPluginVersion() - Method in PluginMetadata
-
Returns the declared plugin version.
- getPluginViewPathInfo(java.lang.String) - Method in DefaultGroovyPageLocator
-
- getPluginViewsPathForClass(Class<?>) - Method in AbstractGrailsPluginManager
-
- getPluginViewsPathForClass(Class<? extends Object>) - Method in GrailsPluginManager
-
Returns the views directory path for the given
plugin class.
- getPluginViewsPathForInstance(java.lang.Object) - Method in AbstractGrailsPluginManager
-
- getPluginViewsPathForInstance(java.lang.Object) - Method in GrailsPluginManager
-
Returns the views directory path for the given
plugin instance.
- getPointAtIndex(java.util.List, int) - Method in Point
-
Gets a point from the given list of coordinate lists
- getPrecision() - Method in JspDatePickerTag
-
- getPrecision() - Method in PropertyConfig
-
Shortcut to get the precision of this property's column.
- getPredicates(AbstractQuery<?>, From<?,?>, List<? extends Query.QueryElement>, org.grails.orm.hibernate.query.JpaQueryContext, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in PredicateGenerator
-
- getPreferredGrailsVersion() - Method in GrailsVersion
-
- getPrefix() - Method in HibernateConnection
-
Returns the 'protocol' of the URL.
- getPreOperations() - Method in PendingOperation
-
Operations to be executed directly prior to this operation
- getPreOperations() - Method in PendingOperationAdapter
-
- getPreviousEncodingState() - Method in EncodingState
-
- getPreviousEncodingState() - Method in EncodingStateImpl
-
- getPrevOffset(java.lang.Integer, java.lang.Integer) - Method in DefaultJsonViewHelper
-
- getPrimaryKeys(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getPriority(java.lang.String) - Method in EmbeddedJarPathHandler
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in GormColumnSnapshotGenerator
-
- getPriority() - Method in GroovyChangeLogSerializer
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateChangedColumnChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateChangedForeignKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateChangedPrimaryKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateChangedSequenceChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateChangedUniqueConstraintChangeGenerator
-
- getPriority() - Method in HibernateDatabase
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateMissingSequenceChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateSnapshotGenerator
-
- getPriority() - Method in HibernateSpringPackageDatabase
-
- getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in HibernateUnexpectedIndexChangeGenerator
-
- getPriority() - Method in ObjectMarshallerRegisterer
-
- getProcedureColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getProcedures(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getProcedureTerm() - Method in HibernateConnectionMetadata
-
- getProfile(java.lang.String, java.lang.Boolean) - Method in AbstractJarProfileRepository
-
- getProfile() - Method in Feature
-
- Returns:
- The profile this feature belongs to
- getProfile(java.lang.String) - Method in MavenProfileRepository
-
- getProfile() - Method in ProfileCommand
-
- Returns:
- The profile of the command
- getProfile(java.lang.String, java.lang.Boolean) - Method in ProfileRepository
-
- getProfile(java.lang.String) - Method in StaticJarProfileRepository
-
- getProfileAndDependencies(org.grails.cli.profile.Profile) - Method in AbstractJarProfileRepository
-
- getProfileAndDependencies(org.grails.cli.profile.Profile) - Method in ProfileRepository
-
Returns the given profile with all dependencies in topological order where
given profile is last in the order.
- getProfileArtifact(java.lang.String) - Method in AbstractJarProfileRepository
-
- getProfileArtifact(java.lang.String) - Method in ProfileRepository
-
- Returns:
- The Artifact that resolves to the profile
- getProfileDependencies() - Method in GrailsClasspath
-
- Returns:
- The profile dependencies
- getProfileDir() - Method in AbstractProfile
-
- getProfileDir() - Method in Profile
-
- Returns:
- The directory where the profile is located locally
- getProfileDirectory(java.lang.String) - Method in AbstractJarProfileRepository
-
- getProfileDirectory(java.lang.String) - Method in ProfileRepository
-
The directory where the profile is located
- getProfileRepository() - Method in AbstractProfile
-
- getProjectArtifactIds() - Method in ExtractDependenciesTask
-
- getProjectCoordinateProperties() - Method in ExtractDependenciesTask
-
- getProjectDirectory() - Method in BinaryGrailsPlugin
-
- getProjectedKeys() - Method in MongoQuery.AggregatePipeline
-
- getProjectionList() - Method in Query.ProjectionList
-
- getProjectionName() - Method in AbstractProjectionImplementer
-
- getProjections() - Method in AbstractDetachedCriteria
-
- getProjections() - Method in QueryableCriteria
-
- getProjectName() - Method in ExtractDependenciesTask
-
- getProjectPackageNames(java.io.File) - Method in AbstractGroovyTemplateCompileTask
-
- getProjectPackageNames(java.io.File) - Method in ResourceUtils
-
- getPromiseDecorators(java.lang.Object, Collection<PromiseDecorator>) - Method in DelegateAsyncUtils
-
Obtains all PromiseDecorator instances for the target and additional decorators supplied
- getPromiseFactory() - Method in Promises
-
- getPromiseFactory() - Method in WebPromises
-
- getProperties(java.util.Locale) - Method in BinaryGrailsPlugin
-
Obtains all properties for this binary plugin for the given locale.
- getProperties() - Method in DefaultGrailsPlugin
-
- getProperties() - Method in DefaultMappingConfigurationBuilder
-
Merges the builder's own property map (populated by
invokeMethod
during evaluation of the mapping/constraints closures) with
target.propertyConfigs (populated by alternate paths such as
Entity.property(name, Map) or constraint evaluators that write
directly to the entity's property configs).
- getProperties(org.grails.datastore.mapping.model.PersistentEntity, List<String>) - Method in DomainModelServiceImpl
-
- getProperties() - Method in GrailsPlaceholderConfigurer
-
- getProperties() - Method in GrailsPluginInfo
-
Gets the properties of the plugin as a map
- getProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.entity.dsl.GraphQLMapping) - Method in GraphQLDomainPropertyManager.Builder
-
Retrieves the desired properties based on the conditions previously applied
- getProperties() - Method in HibernateConnection
-
The set of properties provided by the URL.
- getProperties() - Method in HibernateMappingBuilder
-
- getProperties() - Method in HibernateSimpleIdentity
-
- getProperties() - Method in MappingConfigurationBuilder
-
- Returns:
- The build property definitions
- getProperties() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getProperties(java.lang.String, org.springframework.core.io.Resource) - Method in ReloadableResourceBundleMessageSource
-
Get a PropertiesHolder for the given filename, either from the
cache or freshly loaded.
- getProperties() - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperties() - Method in WebDataBinding
-
Returns a map of the objects properties that can be used to during binding to bind a subset of properties
- getPropertiesAssignableFromType(java.lang.Class) - Method in ClassPropertyFetcher
-
- getPropertiesAssignableToType(java.lang.Class) - Method in ClassPropertyFetcher
-
- getPropertiesAssignableToType(Class<?>, Class<?>) - Method in GrailsClassUtils
-
Retrieves all the properties of the given class which are assignable to the given type
- getPropertiesOfType(java.lang.Class) - Method in ClassPropertyFetcher
-
- getPropertiesOfType(Class<?>, Class<?>) - Method in GrailsClassUtils
-
Retrieves all the properties of the given class for the given type
- getPropertiesOfType(Class<?>, Class<?>) - Method in ReflectionUtils
-
Retrieves all the properties of the given class for the given type
- getPropertiesToEnsureConstraintsFor(org.codehaus.groovy.ast.ClassNode) - Method in DefaultASTValidateableHelper
-
Retrieves a Map describing all of the properties which need to be constrained for the class
represented by classNode.
- getProperty(java.lang.String) - Method in AbstractClosureProxy
-
- getProperty(java.lang.String) - Method in BeanBuilder
-
Overrides property retrieval in the scope of the BeanBuilder to either:
- getProperty(java.lang.String) - Method in BeanEntityAccess
-
- getProperty(java.lang.String, Class<T>, T) - Method in CodeGenConfig
-
- getProperty(java.lang.String) - Method in CompileStaticGroovyPage
-
- getProperty(java.lang.String) - Method in CompositeConfig
-
- getProperty(java.lang.String, Class<T>, T, List<T>) - Method in Config
-
Return the property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getProperty(java.lang.String, Class<T>, T) - Method in ConfigMap
-
Return the property value associated with the given key, or null
if the key cannot be resolved.
- getProperty(java.lang.String, java.lang.String) - Method in ConfigProperties
-
- getProperty(java.lang.String) - Method in ConstrainedPropertyBuilder
-
- getProperty(java.lang.String) - Method in DefaultBeanConfiguration
-
- getProperty(java.lang.String) - Method in DefaultGrailsApplication
-
Override property access and hit on xxxxClasses to return class arrays of artefacts.
- getProperty(java.lang.String) - Method in EmptyParameters
-
- getProperty(java.lang.String) - Method in EntityAccess
-
Obtains a property value
- getProperty(java.lang.Object, java.lang.String) - Method in EntityReflector
-
Get a property for the specified index
- getProperty(java.lang.String) - Method in EnvironmentAwarePropertySource
-
- getProperty(java.lang.String) - Method in ExtendedProxy
-
- getProperty(java.lang.String) - Method in FieldEntityAccess
-
- getProperty() - Method in GeneratorCreationContextWrapper
-
- getProperty(java.lang.String) - Method in GrailsApplicationContext
-
- getProperty(Class<?>, java.lang.String) - Method in GrailsClassUtils
-
Retrieves a property of the given class of the specified name and type
- getProperty(org.hibernate.mapping.PersistentClass, java.lang.String) - Method in GrailsDomainBinder
-
- getProperty(java.lang.String) - Method in GrailsMockHttpServletRequest
-
Property access for request attributes.
- getProperty(java.lang.String) - Method in GrailsMockHttpSession
-
- getProperty(java.lang.String) - Method in GrailsPrintWriter
-
- getProperty(org.hibernate.mapping.PersistentClass, java.lang.String) - Method in GrailsPropertyResolver
-
Retrieves a property from a PersistentClass, with a fallback for composite primary keys.
- getProperty(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
-
- getProperty(java.lang.String) - Method in GroovyPage
-
- getProperty(java.lang.String) - Method in HibernateDatabase
-
Returns the value of the given property.
- getProperty(java.lang.String) - Method in HibernateEjb3Database
-
- getProperty(java.lang.String) - Method in HibernateSpringBeanDatabase
-
- getProperty(jakarta.servlet.http.HttpServletRequest, java.lang.String) - Method in HttpServletRequestExtension
-
- getProperty(jakarta.servlet.http.HttpSession, java.lang.String) - Method in HttpSessionExtension
-
- getProperty(java.lang.String) - Method in InstanceProxy
-
- getProperty(java.lang.String, Class<T>, T) - Method in Metadata
-
- getProperty(java.lang.String) - Method in ModificationTrackingEntityAccess
-
- getProperty(java.lang.String) - Method in NavigableMap
-
- getProperty(java.lang.String) - Method in NavigableMap.NullSafeNavigator
-
- getProperty(java.lang.String, Class<T>, T) - Method in NavigableMapConfig
-
- getProperty(java.lang.String) - Method in NavigableMapPropertySource
-
- getProperty(java.lang.String) - Method in Parameters
-
- getProperty(java.lang.String) - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getProperty(java.lang.String, Class<T>, T, List<T>) - Method in PrefixedConfig
-
- getProperty(java.lang.String) - Method in PrefixedMapPropertySource
-
- getProperty(java.lang.Object, java.lang.String) - Method in ProxyInstanceMetaClass
-
- getProperty() - Method in Query.Between
-
- getProperty() - Method in Query.Order
-
- Returns:
- The property name to order by
- getProperty() - Method in Query.PropertyNameCriterion
-
- getProperty(java.lang.String) - Method in ReloadableResourceBundleMessageSource.PropertiesHolder
-
- getProperty(java.lang.String) - Method in TemplateVariableBinding
-
- getPropertyAccessStrategy() - Method in TraitPropertyAccessStrategy
-
- getPropertyAfterResolving(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
-
- getPropertyBeforeResolving(java.lang.Object, java.lang.String) - Method in EntityProxyMethodHandler
-
- getPropertyBeforeResolving(java.lang.Object, java.lang.String) - Method in GroovyObjectMethodHandler
-
- getPropertyByName(java.lang.String) - Method in AbstractPersistentEntity
-
- getPropertyByName(java.lang.String) - Method in KeyValuePersistentEntity
-
- getPropertyByName(java.lang.String) - Method in PersistentEntity
-
Obtains a PersistentProperty instance by name
- getPropertyConfig(java.lang.String) - Method in Entity
-
Get a property config
- getPropertyConfig(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getPropertyConfig(java.lang.String) - Method in Mapping
-
Obtains a PropertyConfig object for the given name
- getPropertyConfigs() - Method in Entity
-
- Returns:
- The property configurations
- getPropertyConfigs() - Method in Mapping
-
- getPropertyCriterion() - Method in FunctionCallingCriterion
-
- getPropertyDecoder(Class<T>) - Method in BsonPersistentEntityCodec
-
Obtains the property encoder for the given property type
- getPropertyDescriptor(java.lang.String) - Method in ClassPropertyFetcher
-
- getPropertyDescriptorForValue(java.lang.Object, java.lang.Object) - Method in GrailsClassUtils
-
Retrieves a PropertyDescriptor for the specified instance and property value
- getPropertyDescriptors() - Method in ClassPropertyFetcher
-
- deprecated:
- Use getMetaProperties instead
- getPropertyEditorRegistry() - Method in GrailsWebRequest
-
Obtains the PropertyEditorRegistry instance.
- getPropertyEditors() - Method in CompositeEditor
-
- getPropertyEncoder(Class<T>) - Method in BsonPersistentEntityCodec
-
Obtains the property encoder for the given property type
- getPropertyForGetter(java.lang.String, java.lang.String) - Method in GrailsClassUtils
-
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
- getPropertyForGetter(java.lang.String, java.lang.String) - Method in GrailsNameUtils
-
Returns a property name equivalent for the given getter name and return type or null if it is not a valid getter.
- getPropertyForSetter(java.lang.String) - Method in GrailsClassUtils
-
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
- getPropertyForSetter(java.lang.String) - Method in GrailsNameUtils
-
Returns a property name equivalent for the given setter name or null if it is not a valid setter.
- getPropertyFromHierarchy(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
-
Obtains a property from the class hierarchy
- getPropertyIfExists(java.lang.Object, java.lang.String, Class<T>) - Method in GrailsMetaClassUtils
-
Obtains a property of an instance if it exists
- getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractMongoObectEntityPersister
-
- getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
-
Obtains an indexer for a particular property
- getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in SimpleMapEntityPersister
-
- getPropertyInfo(java.lang.String, java.util.Properties) - Method in HibernateDriver
-
- getPropertyInitializer(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
-
- getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractMongoObectEntityPersister
-
- getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in NativeEntryEntityPersister
-
- getPropertyMappedFormType() - Method in AbstractGormMappingFactory
-
- getPropertyMappedFormType() - Method in GormDocumentMappingFactory
-
- getPropertyMappedFormType() - Method in GormKeyValueMappingFactory
-
- getPropertyMappedFormType() - Method in HibernateMappingFactory
-
- getPropertyMappings() - Method in GraphQLMapping
-
- getPropertyName() - Method in AbstractConstraint
-
- getPropertyName() - Method in AbstractGrailsClass
-
- getPropertyName(org.grails.datastore.mapping.query.Query.Criterion, java.lang.String) - Method in AbstractHibernateCriterionAdapter
-
- getPropertyName() - Method in BeanPropertyAccessor
-
- Returns:
- the name of the property at the end of the path, e.g. for `address.home.street`, `street` is returned.
- getPropertyName(org.grails.scaffolding.model.property.DomainProperty) - Method in BidirectionalToManyInputRenderer
-
- getPropertyName() - Method in BindingError
-
- Returns:
- the name of the property that the data binding error occurred on
- getPropertyName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in BsonQuery
-
- getPropertyName() - Method in ConstrainedDelegate
-
- getPropertyName() - Method in ConstrainedProperty
-
- Returns:
- The name of the property constrained
- getPropertyName() - Method in Constraint
-
- Returns:
- The property name of the constraint
- getPropertyName() - Method in DefaultGrailsDomainClass
-
- getPropertyName() - Method in GrailsClass
-
Returns the name of the class as a property name.
- getPropertyName() - Method in GrailsDomainClass
-
- getPropertyName(Class<?>) - Method in GrailsNameUtils
-
Shorter version of getPropertyNameRepresentation.
- getPropertyName(java.lang.String, java.lang.String, java.lang.String) - Method in GrailsWebDataBindingListener
-
- getPropertyName() - Method in Hibernate7CountProjection
-
- getPropertyName() - Method in MethodExpression
-
- getPropertyName() - Method in Model
-
A property name version of the class name.
- getPropertyName() - Method in Query.PropertyProjection
-
- getPropertyName() - Method in SimpleBindingError
-
- getPropertyNameConvention(java.lang.Object, java.lang.String) - Method in GrailsNameUtils
-
Returns an appropriate property name for the given object.
- getPropertyNameForGetterOrSetter(java.lang.String) - Method in NameUtils
-
Returns the property name for a getter or setter
- getPropertyNameForLowerCaseHyphenSeparatedName(java.lang.String) - Method in GrailsNameUtils
-
Converts foo-bar into fooBar.
- getPropertyNameForNode(groovy.xml.slurpersupport.Node) - Method in GPathResultMap
-
- getPropertyNameForNode(groovy.xml.slurpersupport.Node) - Method in HalGPathResultMap
-
- getPropertyNameForNodeChild(groovy.xml.slurpersupport.NodeChild) - Method in GPathResultMap
-
- getPropertyNameForNodeChild(groovy.xml.slurpersupport.NodeChild) - Method in HalGPathResultMap
-
- getPropertyNameRepresentation(java.lang.String) - Method in GrailsNameUtils
-
Returns the property name representation of the given name.
- getPropertyNames(org.codehaus.groovy.ast.ClassNode) - Method in AstPropertyResolveUtils
-
Resolves the property names for the given class node
- getPropertyNames() - Method in DataBindingSource
-
- Returns:
- the names of properties represented
- getPropertyNames() - Method in EntityReflector
-
- Returns:
- The property names
- getPropertyNames() - Method in EnvironmentAwarePropertySource
-
- getPropertyNames() - Method in HibernatePropertyIdentity
-
- Returns:
- The property names that make up the identity
- getPropertyNames() - Method in HibernateSimpleIdentity
-
- getPropertyNames() - Method in MatchSpec
-
- getPropertyNames() - Method in NavigableMapPropertySource
-
- getPropertyNames() - Method in SimpleMapDataBindingSource
-
- getPropertyOrFieldValue(java.lang.Object, java.lang.String) - Method in ClassUtils
-
This method will try to retrieve the value of the named property from the
object using a corresponding getter method.
- getPropertyOrStaticPropertyOrFieldValue(java.lang.String, Class<T>) - Method in AbstractGrailsClass
-
- getPropertyOrStaticPropertyOrFieldValue(org.springframework.beans.BeanWrapper, java.lang.Object, java.lang.String) - Method in GrailsClassUtils
-
- getPropertyReader(java.lang.String) - Method in EntityReflector
-
- Parameters:
name - Obtains the property reader for the given property
- getPropertySource() - Method in AbstractGrailsPlugin
-
Retrieves the plugin's property source from the Spring ConfigurableEnvironment.
- getPropertySource() - Method in GrailsPlugin
-
Returns the plugin's configuration as a PropertySource, looked up from the
Spring org.springframework.core.env.Environment by naming convention.
- getPropertySources() - Method in PropertySourcesConfig
-
- getPropertyType(java.lang.String) - Method in AbstractGrailsClass
-
- getPropertyType(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstPropertyResolveUtils
-
Resolves the type of of the given property
- getPropertyType(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
-
Returns the property type if it exists
- getPropertyType(java.lang.String) - Method in BeanEntityAccess
-
- getPropertyType() - Method in BeanPropertyAccessor
-
- Returns:
- the type of the property at the end of the path, e.g. for `address.home.street` then the type of `street` is returned.
- getPropertyType(Class<?>, java.lang.String) - Method in ClassPropertyFetcher
-
- getPropertyType() - Method in Constrained
-
- Returns:
- Returns the propertyType.
- getPropertyType() - Method in ConstrainedDelegate
-
- getPropertyType() - Method in ConstrainedProperty
-
- Returns:
- Returns the propertyType.
- getPropertyType(java.lang.String) - Method in EntityAccess
-
Obtains a property type
- getPropertyType(java.lang.String) - Method in FieldEntityAccess
-
- getPropertyType(Class<?>, java.lang.String) - Method in GrailsClassUtils
-
Returns the type of the given property contained within the specified class
- getPropertyTypeSuperclasses() - Method in BeanPropertyAccessor
-
- Returns:
- all superclasses and interfaces of `propertyType` excluding `Object`, `Serializable`, `Comparable` and `Cloneable`.
- getPropertyTypeSuperclasses() - Method in BeanPropertyAccessorImpl
-
- getPropertyTypeSuperclasses() - Method in DelegatingBeanPropertyAccessorImpl
-
- getPropertyTypeSuperclasses() - Method in PropertyPathAccessor
-
- getPropertyValue(java.lang.String) - Method in AbstractGrailsClass
-
- getPropertyValue(java.util.Map) - Method in AbstractStructuredBindingEditor
-
- getPropertyValue(java.lang.Object, java.lang.String, grails.databinding.DataBindingSource) - Method in AbstractStructuredDateBindingEditor
-
- getPropertyValue(java.lang.String) - Method in BeanConfiguration
-
Returns the value of the given property or throws a MissingPropertyException.
- getPropertyValue(java.lang.String) - Method in BeanEntityAccess
-
- getPropertyValue(java.lang.Object, java.lang.String, grails.databinding.DataBindingSource) - Method in BindingHelper
-
The value returned from this method will be bound to
the property specified by propertyName.
- getPropertyValue(java.lang.String, Class<T>) - Method in ClassPropertyFetcher
-
- getPropertyValue(java.lang.String) - Method in DataBindingSource
-
- Parameters:
propertyName - the name of a property
- getPropertyValue(java.lang.String) - Method in DefaultBeanConfiguration
-
- getPropertyValue(java.lang.String) - Method in EntityAccess
-
Obtains a property value
- getPropertyValue(java.lang.String) - Method in FieldEntityAccess
-
- getPropertyValue(java.lang.String, Class<T>) - Method in GrailsClass
-
Obtains a property value for the given name and type
- getPropertyValue(java.lang.String) - Method in SimpleMapDataBindingSource
-
- getPropertyValue(java.lang.Object, java.lang.String, grails.databinding.DataBindingSource) - Method in StructuredBindingEditor
-
The value returned from this method will be bound to
the property specified by propertyName.
- getPropertyValueObject(java.lang.String) - Method in AbstractGrailsClass
-
- getPropertyValueOfNewInstance(Class<?>, java.lang.String) - Method in GrailsClassUtils
-
Returns the value of the specified property and type from an instance of the specified Grails class
- getPropertyValuesMap(java.lang.String, grails.databinding.DataBindingSource) - Method in AbstractStructuredBindingEditor
-
A convenience method for extracting structured values from a DataBindingSource.
- getPropertyWriter(java.lang.String) - Method in EntityReflector
-
- Parameters:
name - Obtains the property writer for the given property
- getProvidedArtefacts() - Method in BinaryGrailsPlugin
-
- getProvidedArtefacts() - Method in DefaultGrailsPlugin
-
- getProvidedArtefacts() - Method in GrailsPlugin
-
Retrieves an array of provided Artefacts that are pre-compiled additions to the GrailsApplication object
but are overridable by the end-user
- getProvidedClasses() - Method in PluginDescriptor
-
Returns the non-plugin classes contributed by this descriptor.
- getProvidedPlugins() - Method in PluginDescriptor
-
Returns the plugin implementation classes declared by this descriptor.
- getProxiedClass(java.lang.Object) - Method in EntityProxyHandler
-
Returns the proxied class without initializing the proxy
- getProxiedClass(java.lang.Object) - Method in EntityProxyHandlerAdapter
-
- getProxiedClass(java.lang.Object) - Method in GroovyProxyFactory
-
- getProxiedClass(java.lang.Object) - Method in HibernateProxyHandler
-
{@inheritDoc}
- getProxiedClass(java.lang.Object) - Method in JavassistProxyFactory
-
- getProxiedClass(java.lang.Object) - Method in ProxyHandler
-
Get the class being proxied
- getProxiedClass(java.lang.Object) - Method in ProxyHandlerAdapter
-
- getProxiedClass(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- getProxy(java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor) - Method in ByteBuddyGroovyProxyFactory
-
- getProxy(org.eclipse.aether.repository.RemoteRepository) - Method in CompositeProxySelector
-
- getProxyClass(java.lang.Class) - Method in JavassistProxyFactory
-
- getProxyFactory() - Method in AbstractMappingContext
-
- getProxyFactory() - Method in EntityPersister
-
- getProxyFactory() - Method in MappingContext
-
Factory used for creating proxies
- getProxyFactoryFactory() - Method in GrailsBytecodeProvider
-
- getProxyHandler() - Method in AbstractMappingContext
-
- getProxyHandler() - Method in ChainedConverterConfiguration
-
- getProxyHandler() - Method in ConverterConfiguration
-
Lookup the ProxyHandler used to deal with proxies instances.
- getProxyHandler() - Method in DefaultConverterConfiguration
-
- getProxyHandler() - Method in GrailsView
-
Handlers for proxies
- getProxyHandler() - Method in ImmutableConverterConfiguration
-
- getProxyHandler() - Method in MappingContext
-
For handling proxies
- getProxyHandler() - Method in RestResponder
-
- getProxyHelper() - Method in GrailsBytecodeProvider
-
- getProxyIdentifier(java.lang.Object) - Method in EntityProxyHandler
-
This method returns the identifier of the proxy or null if the
object is not a proxy
- getProxyIdentifier(java.lang.Object) - Method in ProxyHandlerAdapter
-
- getProxyIdentifier(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- getProxyInstance(org.grails.datastore.mapping.core.Session, java.lang.Class, java.io.Serializable) - Method in JavassistProxyFactory
-
- getProxyInstanceMetaClass(java.lang.Object) - Method in GroovyProxyFactory
-
- getProxyInstanceMetaClass(java.lang.Object) - Method in GroovyProxyInterceptorLogic
-
- getProxyInterfaces() - Method in JavassistProxyFactory
-
- getProxyKey(java.lang.Object) - Method in AssociationQueryProxyHandler
-
- getProxyKey() - Method in EntityProxy
-
- getProxyKey(java.lang.Object) - Method in EntityProxyMethodHandler
-
- getProxyKey(java.lang.Object) - Method in SessionEntityProxyMethodHandler
-
- getProxySelector() - Method in MavenSettings
-
- getProxyTarget(java.lang.Object) - Method in EntityProxyMethodHandler
-
- getProxyTarget() - Method in ProxyInstanceMetaClass
-
Load the target from the DB.
- getPseudoColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getQuality() - Method in MimeType
-
- Returns:
- The quality of the Mime type
- getQualityAsNumber() - Method in MimeType
-
- Returns:
- The quality in BigDecimal form
- getQuery() - Method in AbstractCriteriaBuilder
-
- getQuery() - Method in AbstractQueryEvent
-
Get the query from the event.
- getQuery() - Method in JpaQueryInfo
-
- getQuery() - Method in PagedResultList
-
- getQueryDirectives() - Method in MockDataFetchingEnvironment
-
- getQueryFlushMode() - Method in GrailsQueryFlushMode
-
- getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
-
- getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in CountWhereImplementer
-
- getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in DeleteWhereImplementer
-
- getQueryMethodToExecute(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllWhereImplementer
-
- getQueryMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractProjectionImplementer
-
- getQueryMethodToInvoke(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in FindAllPropertyProjectionImplementer
-
- getQueryType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in DefaultGraphQLTypeManager
-
- getQueryType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in GraphQLTypeManager
-
Retrieves a GraphQL type used for queries that represents the provided entity
- getRange() - Method in Constrained
-
- getRange() - Method in ConstrainedDelegate
-
- getRange() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the range.
- getRange() - Method in RangeConstraint
-
- Returns:
- Returns the range.
- getRange() - Method in SizeConstraint
-
- Returns:
- Returns the range.
- getRawArguments() - Method in CommandLine
-
- getRawArguments() - Method in DefaultCommandLine
-
- getReader() - Method in AbstractPersistentProperty
-
- getReader() - Method in FastStringPrintWriter
-
- getReader() - Method in FastStringWriter
-
- getReader() - Method in GrailsConsole
-
- getReader() - Method in PersistentProperty
-
- Returns:
- The reader for this property
- getReader(boolean) - Method in StreamCharBuffer
-
Like getReader(), but when removeAfterReading is true, the read data will be removed from the buffer.
- getReadingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
-
- getReadingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in GraphQLDataFetcherManager
-
Returns a data fetcher instance to be used in GET or LIST
- getReadLenLimit(int) - Method in StreamCharBuffer.StreamCharBufferReader
-
- getReadMode() - Method in StreamByteBuffer
-
- getRealized(java.lang.String) - Method in AliasRegistry
-
- getRecordingDirectory() - Method in GrailsGebSettings
-
- getRedirectedUrl() - Method in AbstractGrailsMockHttpServletResponse
-
- getRedirectInfo() - Method in AbstractUrlMapping
-
- getRedirectInfo() - Method in AbstractUrlMappingInfo
-
The redirect information should be a String or a Map.
- getRedirectInfo() - Method in DefaultUrlMappingInfo
-
- getRedirectInfo() - Method in UrlMapping
-
The redirect information should be a String or a Map.
- getRedirectInfo() - Method in UrlMappingInfo
-
The redirect information should be a String or a Map.
- getRedirectUrl() - Method in AbstractGrailsMockHttpServletResponse
-
- getRedirectURL() - Method in IncludedContent
-
Returns the URL of a redirect if a redirect was issue in the Include
otherwise it returns null if there was no redirect.
- getRedirectURL() - Method in IncludeResponseWrapper
-
- getReference() - Method in ClassPropertyFetcher
-
- deprecated:
- will be removed in a future version of GORM
- getReferencedEntityName() - Method in HibernateAssociation
-
- getReferencedEntityName() - Method in HibernateManyToManyProperty
-
- getReferencedEntityName() - Method in HibernateManyToOneProperty
-
- getReferencedEntityName() - Method in HibernateOneToManyProperty
-
- getReferencedIdentifierColumns(java.lang.String) - Method in GrailsHibernatePersistentEntity
-
Returns the identifier columns for the given
propertyNames in the order that aligns
with the sorted foreign-key layout produced by
sortOrIndexForeignKeyColumns.
- getReferencedPropertyName() - Method in Association
-
- Returns:
- Returns the name of the inverse property or null if this association is unidirectional
- getReferencedTypeForCollection(java.lang.String, java.lang.Object) - Method in GrailsWebDataBinder
-
- getReferencedTypeForCollection(java.lang.String, java.lang.Object) - Method in SimpleDataBinder
-
- getReferencedTypeForCollectionInClass(java.lang.String, java.lang.Class) - Method in SimpleDataBinder
-
- getReferenceInstance() - Method in AbstractGrailsClass
-
- getReferenceInstance() - Method in DefaultGrailsBootstrapClass
-
- getReferenceInstance() - Method in GrailsClass
-
- Returns:
- Sample (reference) instance for this Grails class
- getReflectionOptimizer(Class<?>, Map<String,PropertyAccess>) - Method in GrailsBytecodeProvider
-
- getReflector() - Method in AbstractPersistentEntity
-
- getReflector(java.lang.String) - Method in FieldEntityAccess
-
- getReflector() - Method in PersistentEntity
-
- Returns:
- The reflector this entity
- getRegex() - Method in MatchesConstraint
-
- Returns:
- Returns the regex.
- getRegisteredObjects(java.lang.Class) - Method in ClassAndMimeTypeRegistry
-
- getRegistry() - Method in GrailsMetaClassUtils
-
Retrieves the MetaClassRegistry instance.
- getRejectedValue() - Method in BindingError
-
- Returns:
- The value which could not be bound to the property
- getRejectedValue() - Method in SimpleBindingError
-
- getRejectValueExpression(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in ControllerActionTransformer
-
- getRelationships(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultJsonApiViewHelper
-
- getRelativeInsideWebInf(org.grails.io.support.Resource) - Method in GrailsResourceUtils
-
Takes a Grails resource (one located inside the grails-app dir) and gets its relative path inside the WEB-INF directory
when deployed.
- getRelativizedPropertiesWithFilePaths() - Method in PublishGuideTask
-
- getReleaseCandidateVersion() - Method in Snapshot
-
- getReloadableScriptSource() - Method in GroovyPageCompiledScriptSource
-
- getReloadLocation() - Method in Environment
-
- Returns:
- Obtains the location to reload resources from
- getRemaining() - Method in JspWriterDelegate
-
- getRemainingArgs() - Method in CommandLine
-
- Returns:
- The remaining arguments after the command name
- getRemainingArgs() - Method in DefaultCommandLine
-
- getRemainingArgsArray() - Method in CommandLine
-
- Returns:
- The remaining arguments as an array
- getRemainingArgsArray() - Method in DefaultCommandLine
-
- getRemainingArgsLineSeparated() - Method in CommandLine
-
- Returns:
- The remaining args separated by the line separator char
- getRemainingArgsLineSeparated() - Method in DefaultCommandLine
-
- getRemainingArgsString() - Method in CommandLine
-
- Returns:
- The remaining args as one big string
- getRemainingArgsString() - Method in DefaultCommandLine
-
- getRemainingArgsWithOptionsString() - Method in CommandLine
-
- Returns:
- The remaining args as one big string without undeclared options
- getRemainingArgsWithOptionsString() - Method in DefaultCommandLine
-
- getRemainingParameterTypes(org.codehaus.groovy.ast.Parameter) - Method in GrailsASTUtils
-
Gets the remaining parameters excluding the first parameter in the given list
- getRenamedMethodPrefix() - Method in AbstractCacheTransformation
-
- getRenamedMethodPrefix() - Method in AbstractMethodDecoratingTransformation
-
- getRenamedMethodPrefix() - Method in PublisherTransform
-
- getRenamedMethodPrefix() - Method in TenantTransform
-
- getRenamedMethodPrefix() - Method in TransactionalTransform
-
- getRendererRegistry() - Method in RestResponder
-
- getRenderNulls(java.util.Map) - Method in DefaultJsonViewHelper
-
- getReportGroupDir() - Method in BrowserDelegate
-
Delegates to geb.Browser#getReportGroupDir().
- getReportingDirectory() - Method in GrailsGebSettings
-
- getRepositories() - Method in AbstractProfile
-
- getRepositories() - Method in Profile
-
- Returns:
- The maven repository definitions for this profile
- getRepositoryConfiguration() - Method in GroovyCompilerConfiguration
-
Returns the configuration for the repositories that will be used by the compiler to
resolve dependencies.
- getRepositoryConfiguration() - Method in OptionSetGroovyCompilerConfiguration
-
- getRequest() - Method in GrailsParameterMap
-
- Returns:
- Returns the request.
- getRequest() - Method in GrailsRequestContext
-
The request object.
- getRequest() - Method in GrailsWebUnitTest
-
- getRequest() - Method in GroovyPagesPageContext
-
- getRequest() - Method in ServletAttributes
-
- getRequest() - Method in WebRequestDelegatingRequestContext
-
- getRequestLogMessage(java.lang.String, jakarta.servlet.http.HttpServletRequest, java.lang.String) - Method in GrailsExceptionResolver
-
- getRequestURI() - Method in GrailsRequestContext
-
- getRequestURI() - Method in WebRequestDelegatingRequestContext
-
- getRequestURIForGrailsDispatchURI(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
-
The Grails dispatch servlet maps URIs like /app/grails/example/index.dispatch.
- getRequiredFeatures() - Method in AbstractProfile
-
- getRequiredFeatures() - Method in Profile
-
- Returns:
- The required features for this profile
- getRequiredFields() - Method in AbstractStructuredDateBindingEditor
-
- getRequiredFields() - Method in StructuredDateEditor
-
- getRequiredFields() - Method in StructuredPropertyEditor
-
- Returns:
- The required fields
- getRequiredImports() - Method in AbstractMemberDefinition
-
Gets the required import statements for Jakarta Validation annotations.
- getRequiredProperty(java.lang.String, Class<T>) - Method in CodeGenConfig
-
- getRequiredProperty(java.lang.String, Class<T>) - Method in CompositeConfig
-
- getRequiredProperty(java.lang.String, Class<T>) - Method in ConfigMap
-
Return the property value associated with the given key, converted to the given
targetType (never null).
- getRequiredProperty(java.lang.String, Class<T>) - Method in Metadata
-
- getRequiredProperty(java.lang.String, Class<T>) - Method in NavigableMapConfig
-
- getRequiredProperty(java.lang.String, Class<T>) - Method in PrefixedConfig
-
- getResolver() - Method in DefaultGrailsPlugin
-
- getResolveStrategy() - Method in AbstractClosureProxy
-
- getResource(java.lang.String) - Method in BinaryGrailsPlugin
-
Resolves a static resource contained within this binary plugin
- getResource(java.lang.String) - Method in ClosureClassIgnoringComponentScanBeanDefinitionParser
-
- getResource(java.lang.String) - Method in CommandLineResourceLoader
-
- getResource(java.lang.String) - Method in DefaultResourceLoader
-
- getResource(java.lang.String) - Method in GroovyPageResourceLoader
-
- getResource(java.lang.String) - Method in GroovyPageUnitTestResourceLoader
-
- getResource(java.lang.String) - Method in MockResourceLoader
-
- getResource(java.lang.String) - Method in MockStringResourceLoader
-
- getResource(java.lang.String) - Method in PathMatchingResourcePatternResolver
-
- getResource() - Method in PluginDescriptor
-
Returns the source resource for this descriptor.
- getResource(java.lang.String) - Method in ResourceLoader
-
Return a Resource handle for the specified resource.
- getResource(java.lang.String) - Method in SimpleMapResourceLoader
-
- getResource(java.lang.String) - Method in StaticResourceLoader
-
- getResourceAccessor(java.lang.String) - Method in EmbeddedJarPathHandler
-
- getResourceAccessor() - Method in HibernateConnection
-
- getResourceAsStream(java.lang.String) - Method in ExtendedGroovyClassLoader
-
- getResourceByPath(java.lang.String) - Method in DefaultResourceLoader
-
Return a Resource handle for the resource at the given path.
- getResourceByPath(java.lang.String) - Method in FileSystemResourceLoader
-
Resolve resource paths as file system paths.
- getResourceByPath(java.lang.String) - Method in GrailsWebApplicationContext
-
This implementation supports file paths beneath the root of the ServletContext.
- getResourceByPath(java.lang.String) - Method in PluginPathAwareFileSystemResourceLoader
-
- getResourceForClass(java.lang.Class) - Method in DefaultGrailsApplication
-
Retrieves the Spring Resource that was used to load the given Class.
- getResourceForClass(java.lang.Class) - Method in GrailsApplication
-
Retrieves a Resource instance for the given Grails class or null it doesn't exist.
- getResourceForClass(java.lang.Class) - Method in StandaloneGrailsApplication
-
- getResourceForUri(java.lang.String) - Method in GroovyPagesTemplateEngine
-
Attempts to retrieve a reference to a GSP as a Spring Resource instance for the given URI.
- getResourceId(java.lang.Object) - Method in DefaultLinkGenerator
-
- getResourceLoader() - Method in PathMatchingResourcePatternResolver
-
Return the ResourceLoader that this pattern resolver works with.
- getResourcePath() - Method in RenderContext
-
- Returns:
- The path the the resource
- getResourcePath() - Method in ServletRenderContext
-
- getResourcePatternResolver() - Method in GrailsWebApplicationContext
-
This implementation supports pattern matching in unexpanded WARs too.
- getResources(java.lang.String) - Method in PathMatchingResourcePatternResolver
-
- getResources() - Method in SimpleMapResourceLoader
-
- getResources(java.lang.String) - Method in SpringInvoker.Slf4jBindingAwareClassLoader
-
- getResourcesDir() - Method in FileSystemInteraction
-
- Returns:
- The directory where resources are processed to
- getResourcesDir() - Method in FileSystemInteractionImpl
-
- Returns:
- The directory where resources are processed to
- getResourceTitle(java.lang.String, java.util.Locale) - Method in AbstractLinkingRenderer
-
- getResponse() - Method in GrailsRequestContext
-
The response object.
- getResponse() - Method in GrailsWebUnitTest
-
- getResponse() - Method in GroovyPagesPageContext
-
- getResponse() - Method in ServletAttributes
-
Obtains the HttpServletResponse instance
- getResponse() - Method in WebRequestDelegatingRequestContext
-
- getResponseCode() - Method in ResponseCodeMappingData
-
- getResponseHandler() - Method in DeletingGormDataFetcher
-
- getResponseHandler() - Method in PaginatingGormDataFetcher
-
- getResultList() - Method in PagedList
-
- Returns:
- The underlying result list
- getResultList() - Method in PagedResultList
-
- getResults() - Method in PagedResultListPaginationResponse
-
- getResults() - Method in PaginationResult
-
- getResults() - Method in PostQueryEvent
-
- Returns:
- The results of the query.
- getResultSetHoldability() - Method in HibernateConnectionMetadata
-
- getReverseMapping(java.lang.String, java.lang.String, java.util.Map) - Method in AbstractGrailsControllerUrlMappings
-
- getReverseMapping(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in DefaultUrlMappingsHolder
-
- getReverseMapping(java.lang.String, java.lang.String, java.util.Map) - Method in UrlMappingsHolder
-
Retrieves the best guess of a URI for the given controller, action and parameters
- getReverseMappingNoDefault(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in AbstractGrailsControllerUrlMappings
-
- getReverseMappingNoDefault(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in DefaultUrlMappingsHolder
-
- getReverseMappingNoDefault(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map) - Method in UrlMappingsHolder
-
Retrieves the best guess of a URI for the given controller, action and parameters or null if non could be found.
- getRole() - Method in GrailsNoDecorator
-
- getRole(java.lang.String) - Method in HibernateToManyProperty
-
- getRoot() - Method in JoinTracker
-
- getRoot() - Method in JpaQueryContext
-
- getRootBean() - Method in BeanPropertyAccessor
-
- Returns:
- the object at the root of a path expression, e.g. for a `person` bean and `address.street` then `person` is returned.
- getRootBean() - Method in DelegatingBeanPropertyAccessorImpl
-
- getRootBean() - Method in PropertyPathAccessor
-
- getRootBeanType() - Method in BeanPropertyAccessor
-
- Returns:
- the type of the object at the root of a path expression, e.g. for a `person` bean and `address.street` then the type of `person` is returned.
- getRootBeanType() - Method in DelegatingBeanPropertyAccessorImpl
-
- getRootBeanType() - Method in DomainProperty
-
- Returns:
- The class the root property belongs to
- getRootBeanType() - Method in DomainPropertyImpl
-
- getRootBeanType() - Method in PropertyPathAccessor
-
- getRootCause(java.lang.Throwable) - Method in DefaultErrorsPrinter
-
Obtains the root cause of the given exception
- getRootCause(java.lang.Throwable) - Method in ExceptionUtils
-
Obtains the root cause of the given exception
- getRootCause(java.lang.Throwable) - Method in GrailsExceptionResolver
-
Obtains the root cause of the given exception
- getRootClass() - Method in GeneratorCreationContextWrapper
-
- getRootClass() - Method in HibernatePersistentEntity
-
- getRootEntity() - Method in AbstractPersistentEntity
-
- getRootEntity() - Method in PersistentEntity
-
Obtains the root entity of an inheritance hierarchy
- getRootMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
-
- getRootMapping() - Method in GrailsHibernatePersistentEntity
-
- getRootPath() - Method in EmbeddedJarResourceAccessor
-
- getRootProperty() - Method in DomainProperty
-
- Returns:
- The root property
- getRowIdLifetime() - Method in HibernateConnectionMetadata
-
- getScale() - Method in Constrained
-
- getScale() - Method in ConstrainedDelegate
-
- getScale() - Method in DefaultConstrainedProperty
-
- Returns:
- The scale, if defined for this property; null, otherwise
- getScale() - Method in PropertyConfig
-
Shortcut to get the scale of this property's column.
- getScale() - Method in ScaleConstraint
-
- getSchema(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsHibernatePersistentEntity
-
- getSchema() - Method in HibernateConnection
-
- getSchemaName(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in NamespaceNameExtractor
-
- getSchemas(java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getSchemaTerm() - Method in HibernateConnectionMetadata
-
- getScope() - Method in DefaultGrailsControllerClass
-
- getScope() - Method in GradleDependency
-
- getScope() - Method in GrailsControllerClass
-
- Returns:
- The scope of the controller, defaults to singleton
- getScope() - Method in GroovyCompilerConfiguration
-
Returns the scope in which the compiler operates.
- getScope() - Method in OptionSetGroovyCompilerConfiguration
-
- getScriptAsString() - Method in GroovyPageCompiledScriptSource
-
- getScriptName(java.lang.String) - Method in GrailsNameUtils
-
Retrieves the script name representation of the given class name.
- getSearchStringEscape() - Method in HibernateConnectionMetadata
-
- getSelectedVersion() - Method in GrailsUpdater
-
- Returns:
- the `grails-cli` version that was selected by this updater
- getServerBaseURL() - Method in DefaultGrailsViewHelper
-
- getServerBaseURL() - Method in DefaultLinkGenerator
-
- getServerBaseURL() - Method in LinkGenerator
-
The base URL of the server used for creating absolute links.
- getServerBaseURL() - Method in TestLinkGenerator
-
- getServerUrl() - Method in GraphQLSpec
-
- getService(Class<T>) - Method in AbstractDatastore
-
- getService(Class<T>) - Method in DefaultServiceRegistry
-
- getService(Class<T>) - Method in GraphQLServiceManager
-
- getService(Class<R>) - Method in HibernateDialectDetectorFactoryBean
-
- getService() - Method in RestfulServiceController
-
Get the scaffold service for this controller.
- getService(Class<T>) - Method in ServiceRegistry
-
Obtain a service for the given interface
- getService() - Method in ServiceUnitTest
-
- getServiceForConnection(java.lang.Class, java.lang.String) - Method in GrailsDataTckManager
-
- getServiceForMultiTenantConnection(java.lang.Class, java.lang.String) - Method in GrailsDataTckManager
-
- getServiceRegistry() - Method in GeneratorCreationContextWrapper
-
- getServiceRegistry() - Method in HibernateMappingContextConfiguration
-
- getServices() - Method in AbstractDatastore
-
- getServices() - Method in DefaultServiceRegistry
-
- getServices() - Method in ServiceRegistry
-
- Returns:
- An iterable of the available services
- getServletConfig() - Method in GrailsWebApplicationContext
-
- getServletConfig() - Method in GroovyPagesPageContext
-
- getServletContext() - Method in DefaultGrailsApplicationAttributes
-
- getServletContext() - Method in GrailsApplicationAttributes
-
Retrieves the servlet context instance
- getServletContext() - Method in GrailsHttpSession
-
- getServletContext() - Method in GrailsLayoutViewResolver
-
- getServletContext() - Method in GrailsRequestContext
-
The servletContext object.
- getServletContext() - Method in GrailsWebApplicationContext
-
- getServletContext() - Method in GrailsWebRequest
-
- Returns:
- The ServletContext instance
- getServletContext() - Method in GrailsWebUnitTest
-
- getServletContext() - Method in GroovyPagesPageContext
-
- getServletContext() - Method in Holders
-
- getServletContext() - Method in ServletAttributes
-
Obtains the ServletContext instance
- getServletContext() - Method in ServletContextHolder
-
- getServletContext() - Method in WebRequestDelegatingRequestContext
-
- getServletVersion() - Method in Metadata
-
- Returns:
- The version of the servlet spec the application was created for
- getSession() - Method in AbstractDatastorePersistenceContextInterceptor
-
- getSession(org.grails.datastore.mapping.core.Datastore, boolean) - Method in DatastoreUtils
-
Get a Datastore Session for the given Datastore.
- getSession() - Method in EntityPersister
-
- getSession() - Method in GrailsHibernateTemplate
-
- getSession() - Method in GrailsRequestContext
-
The session object.
- getSession() - Method in GrailsWebRequest
-
- Returns:
- The Grails session object
- getSession() - Method in GrailsWebUnitTest
-
The org.springframework.mock.web.MockHttpSession instance
- getSession() - Method in GroovyPagesPageContext
-
- getSession() - Method in MongoCodecEntityPersister
-
- getSession() - Method in Query
-
- Returns:
- The session that created the query
- getSession() - Method in ServletAttributes
-
- getSession() - Method in SessionCreationEvent
-
- Returns:
- The session that has just been created.
- getSession() - Method in SessionHolder
-
- getSession() - Method in WebRequestDelegatingRequestContext
-
- getSessionFactory() - Method in AbstractHibernateDatastore
-
- Returns:
- The Hibernate SessionFactory being used by this datastore instance
- getSessionFactory() - Method in AbstractHibernateGormInstanceApi
-
- getSessionFactory() - Method in GrailsHibernateTemplate
-
- getSessionFactory() - Method in HibernatePersistenceContextInterceptor
-
- Returns:
- the sessionFactory
- getSessionFactory() - Method in HibernateSpec
-
- Returns:
- the current session factory
- getSessionFactory() - Method in IHibernateTemplate
-
- getSessionFactory() - Method in SessionFactoryHolder
-
- getSessionFactoryBeanName() - Method in HibernateMappingContextSessionFactoryBean
-
- getSessionHolder() - Method in TransactionObject
-
- getSessionProperty(java.lang.String) - Method in AbstractAttributeStoringSession
-
Get the value of a property of the session.
- getSessionProperty(java.lang.String) - Method in Session
-
Get the value of a property of the session.
- getSessionStorage() - Method in BrowserDelegate
-
Delegates to geb.Browser#getSessionStorage().
- getSetter() - Method in TraitPropertyAccessStrategy
-
- getSetterName(java.lang.String) - Method in GrailsClassUtils
-
Retrieves the name of a setter for the specified property name
- getSetterName(java.lang.String) - Method in GrailsNameUtils
-
Retrieves the name of a setter for the specified property name
- getSetterName(java.lang.String) - Method in MappingUtils
-
Retrieves the name of a setter for the specified property name
- getSetterName(java.lang.String) - Method in NameUtils
-
Retrieves the name of a setter for the specified property name
- getSetting(java.lang.String, Class<T>, T) - Method in GrailsCli
-
Obtains a value from .grails/settings.yml
- getSettings() - Method in ConnectionSource
-
- getSettings() - Method in DefaultConnectionSource
-
- getSetTransactionManagerMethodBody(org.codehaus.groovy.ast.ClassNode) - Method in DefaultDelegateAsyncTransactionalMethodTransformer
-
- getSharedConstraint(java.lang.String) - Method in ConstrainedPropertyBuilder
-
- getShort(java.lang.String, java.lang.Integer) - Method in AbstractTypeConvertingMap
-
- getShortName() - Method in AbstractGrailsClass
-
- getShortName() - Method in GrailsClass
-
Returns the short name of the class without package prefix.
- getShortName(java.lang.String) - Method in GrailsNameUtils
-
Returns the class name without the package prefix.
- getShortName() - Method in HibernateClassicDatabase
-
- getShortName() - Method in HibernateEjb3Database
-
- getShortName() - Method in HibernateSpringBeanDatabase
-
- getShortName() - Method in HibernateSpringPackageDatabase
-
- getShortName() - Method in JpaPersistenceDatabase
-
- getSimpleName() - Method in Model
-
- Returns:
- The class name without package
- getSimpleNativePropertyValue(java.lang.Object, org.grails.datastore.mapping.model.MappingContext) - Method in MongoEntityPersister
-
Convert a value into a type suitable for use in Mongo.
- getSingleColumnConfig(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
-
- getSitemeshFactory() - Method in RenderGrailsLayoutTagLib
-
- getSize() - Method in Constrained
-
- getSize() - Method in ConstrainedDelegate
-
- getSize() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the size.
- getSize() - Method in GrailsConcurrentLinkedMapCache
-
- getSize() - Method in MockPart
-
- getSkeletonExcludes() - Method in AbstractProfile
-
- getSkeletonExcludes() - Method in Profile
-
- Returns:
- A list of paths to exclude from the skeleton.
- getSnapshot(liquibase.structure.DatabaseObject) - Method in GormDatabase.1
-
- getSnapshotsEnabled() - Method in RepositoryConfiguration
-
Return if the repository should enable access to snapshots.
- getSort() - Method in Entity
-
- getSort() - Method in HibernateToManyProperty
-
- getSort() - Method in MongoCollection
-
- getSource() - Method in AbstractGroovyTemplateCompileTask
-
- getSource() - Method in ConnectionSource
-
- Returns:
- The underlying native connection source, for example a SQL javax.sql.DataSource
- getSource() - Method in DefaultConnectionSource
-
- getSource() - Method in GroovyPageForkCompileTask
-
- getSource() - Method in ProfileCompilerTask
-
- getSource() - Method in SpringEventBusEvent
-
- getSourceFile() - Method in WritableScript
-
Obtains the source file
- getSourceFolderName() - Method in TestPhase
-
- getSources() - Method in SourceOptions
-
- getSourcesArray() - Method in SourceOptions
-
- getSourceUnit() - Method in AbstractCacheTransformation.1
-
- getSourceUnit() - Method in AnnotatedNodeASTTransformation
-
- getSourceUnit() - Method in AstUtils.1
-
- getSourceUnit() - Method in BuilderTypeCheckingExtension.BuilderMethodReplacer
-
- getSourceUnit() - Method in DetachedCriteriaTransformer
-
- getSourceUnit() - Method in HibernateEntityTransformation.1
-
- getSourceUnit() - Method in ResponseCodeUrlMappingVisitor
-
- getSourceUrl(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
- getSpecificationVersion() - Method in GroovyPagesJspFactory
-
- getSpringApplication() - Method in GrailsApplicationContextLoader
-
- getSpringBootVersion() - Method in CompositeDependencyManagement
-
- getSpringBootVersion() - Method in DependencyManagement
-
Returns the managed version of Spring Boot.
- getSpringBootVersion() - Method in GrailsDependencyVersions
-
- getSpringBootVersion() - Method in MavenModelDependencyManagement
-
- getSpringConfig() - Method in BeanBuilder
-
Retrieves the RuntimeSpringConfiguration instance used the the BeanBuilder
- getSql() - Method in GroovyChange
-
Called from the change or rollback closure.
- getSql() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getSQLKeywords() - Method in HibernateConnectionMetadata
-
- getSqlPattern() - Method in RegexDialectPattern
-
- getSQLStateType() - Method in HibernateConnectionMetadata
-
- getSqlStringGenerationContext() - Method in GeneratorCreationContextWrapper
-
- getSqlStringGenerationContext() - Method in HibernateColumnSnapshotGenerator
-
- getSqlType() - Method in PropertyConfig
-
Shortcut to get the SQL type of the corresponding column.
- getStackReference(int) - Method in PathCapturingJSONWriterWrapper
-
- getStackTraceLines() - Method in GrailsWrappedRuntimeException
-
- Returns:
- Returns the stackTrace lines
- getStackTraceText() - Method in GrailsWrappedRuntimeException
-
- Returns:
- Returns the stackTrace.
- getStandardAttributes(org.grails.scaffolding.model.property.DomainProperty) - Method in PropertyMarkupRenderer
-
Builds the standard html attributes that will be passed to grails.plugin.scaffolding.registry.DomainInputRenderer#renderInput
- getStaticApi() - Method in DefaultGormDataFetcher
-
- getStaticApi(Class<D>, java.lang.String) - Method in GormEnhancer
-
- getStaticApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
-
- getStaticApi(Class<D>, java.lang.String) - Method in MongoDatastore
-
- getStaticApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
-
- getStaticApplicationContext() - Method in Controller
-
- getStaticCodecDirectiveValue() - Method in GroovyPageParser
-
- getStaticEncoder() - Method in GroovyPageMetaInfo
-
- getStaticEncoder() - Method in OutputEncodingStack
-
- getStaticEncoder() - Method in OutputEncodingStackAttributes
-
- getStaticFieldValue(Class<?>, java.lang.String) - Method in GrailsClassUtils
-
- getStaticImplementation() - Method in AbstractGrailsArtefactTransformer
-
The class that provides static methods
- getStaticImplementation() - Method in ControllerDomainTransformer
-
- getStaticImplementation() - Method in ConvertersDomainTransformer
-
- getStaticImports() - Method in ViewConfiguration
-
- Returns:
- The static imports to automatically import
- getStaticPropertyValue(java.lang.String, Class<T>) - Method in AbstractGrailsClass
-
Get the value of the named static property.
- getStaticPropertyValue(java.lang.Class, java.lang.String, Class<T>) - Method in ClassPropertyFetcher
-
- getStaticPropertyValue(Class<?>, java.lang.String) - Method in GrailsClassUtils
-
- getStaticPropertyValuesFromInheritanceHierarchy(java.lang.Class, java.lang.String, Class<T>) - Method in ClassPropertyFetcher
-
Get the list of property values for this static property from the whole inheritance hierarchy, starting
from the most derived version of the property ending with the base class.
- getStaticResourcePathForResource(org.grails.io.support.Resource, java.lang.String) - Method in GrailsResourceUtils
-
Retrieves the static resource path for the given Grails resource artifact (controller/taglib etc.)
- getStaticWriter() - Method in OutputEncodingStack
-
- getStatus(org.hibernate.Session, java.lang.Object) - Method in GrailsEntityDirtinessStrategy
-
- getStatus() - Method in GrailsWebUnitTest
-
- Returns:
- The status code of the response
- getStatus() - Method in IncludeResponseWrapper
-
- getStep(java.lang.String, org.grails.cli.profile.Command, java.util.Map) - Method in StepRegistry
-
Looks up a Step
- getSteps() - Method in DefaultMultiStepCommand
-
- getSteps() - Method in MultiStepCommand
-
- Returns:
- The steps that make up the command
- getStoredAs() - Method in DefaultIdentityMapping
-
- getStoredAs() - Method in IdentityMapping
-
The native storage type for this identifier, which may differ from the declared Java type.
- getStrategyMapping() - Method in GrailsHibernatePersistentEntity
-
- getStrategyOwner() - Method in GrailsHibernatePersistentEntity
-
- getStream() - Method in XML
-
- getStreamingEncoder() - Method in EncodesToWriterAdapter
-
- getString(java.lang.String, java.lang.String) - Method in AbstractTypeConvertingMap
-
- getString(int) - Method in JSONArray
-
Get the string associated with an index.
- getString(java.lang.String) - Method in JSONObject
-
Get the string associated with a key.
- getStringFunctions() - Method in HibernateConnectionMetadata
-
- getStringIdDefaultStoredAs() - Method in MongoMappingContext
-
- getStringListFromMap(java.lang.String, java.util.Map, List<String>) - Method in ViewUtils
-
Obtains a list of strings from the map for the given key
- getStrings() - Method in StringsCompleter
-
- getSubBufferChunkMinSize() - Method in StreamCharBuffer
-
- getSubmittedFileName() - Method in MockPart
-
- getSubquery() - Method in Query.Exists
-
- getSubquery() - Method in Query.In
-
- getSubquery() - Method in Query.NotExists
-
- getSubquery() - Method in Query.NotIn
-
- getSubscribedEvents() - Method in GormAnnotatedSubscriber
-
- getSubscribedMethods() - Method in AnnotatedSubscriber
-
- getSubscriber() - Method in ClosureEventTrigger
-
- getSubscriber() - Method in EventTrigger
-
- Returns:
- The event listener
- getSubStringChunkMinSize() - Method in StreamCharBuffer
-
- GetSuffix(int) - Method in SimpleCharStream
-
Get the suffix.
- getSuperclassesAndInterfaces(java.lang.Class) - Method in BeanPropertyAccessorImpl
-
- getSuperTables(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getSuperTypes(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getSuppliedNames() - Method in BasePluginFilter
-
Returns the plugin names supplied to this filter.
- getSystemFunctions() - Method in HibernateConnectionMetadata
-
- getSystemOffset() - Method in TemporalConverter
-
- getSystemProperties() - Method in CommandLine
-
- Returns:
- The system properties specified
- getSystemProperties() - Method in DefaultCommandLine
-
- getSystemPropertyName() - Method in TestPhase
-
- getTable() - Method in HibernatePersistentProperty
-
- getTableName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in GrailsDomainBinder
-
Evaluates the table name for the given property
- getTableName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsHibernatePersistentEntity
-
Evaluates the table name for the given entity
- getTableName() - Method in Mapping
-
The table name
- getTableName(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in TableForManyCalculator
-
- getTablePrivileges(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getTableTypes() - Method in HibernateConnectionMetadata
-
- getTabSize(int) - Method in SimpleCharStream
-
- getTag(java.lang.String) - Method in JspTagLib
-
Obtains a reference to a JspTag instance contained within the library
- getTag(java.lang.String) - Method in JspTagLibImpl
-
- getTagLib() - Method in TagLibUnitTest
-
- getTaglibCodecDirectiveValue() - Method in GroovyPageParser
-
- getTaglibEncoder() - Method in GroovyPageMetaInfo
-
- getTaglibEncoder() - Method in OutputEncodingStack
-
- getTaglibEncoder() - Method in OutputEncodingStackAttributes
-
- getTaglibNamespace() - Method in TagLibrary
-
- getTaglibNamespace() - Method in TagLibraryInvoker
-
- getTagLibraryLookup() - Method in GroovyPageMetaInfo
-
- getTagLibraryLookup() - Method in TagLibraryInvoker
-
- getTaglibWriter() - Method in OutputEncodingStack
-
- getTagName() - Method in JspInvokeGrailsTagLibTag
-
- getTagNames() - Method in DefaultGrailsTagLibClass
-
- getTagNames() - Method in GrailsTagLibClass
-
- Returns:
- The tag names in this library
- getTagNamesThatReturnObject() - Method in DefaultGrailsTagLibClass
-
- getTagNamesThatReturnObject() - Method in GrailsTagLibClass
-
- getTarget() - Method in EntityProxy
-
Obtains the target performing initialization if necessary
- getTarget() - Method in GrailsPrintWriterAdapter
-
- getTargetBeanDefinition(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String, org.springframework.beans.factory.config.BeanDefinition, java.lang.Class) - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getTargetBeanDefinitionForFactoryBean(org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.lang.String, org.springframework.beans.factory.config.BeanDefinition, Class<? extends FactoryBean>) - Method in MapBasedSmartPropertyOverrideConfigurer
-
- getTargetClass() - Method in AbstractCriteriaBuilder
-
- getTargetClass() - Method in AbstractHibernateCriteriaBuilder
-
- getTargetClass() - Method in BuildableCriteria
-
- Returns:
- The class the criteria applies to
- getTargetClassForContainer(java.lang.Class, java.lang.Object) - Method in DefaultRendererRegistry
-
- getTargetFileLocation() - Method in GrailsMockMultipartFile
-
- Returns:
- The location where the MultipartFile was transfered to
- getTargetKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in MappingUtils
-
- getTargetOut() - Method in GrailsConsoleErrorPrintStream
-
- getTargetOut() - Method in GrailsConsolePrintStream
-
- getTargetResponse() - Method in GrailsContentBufferingResponse
-
- getTargetTransactionManager() - Method in PlatformTransactionManagerProxy
-
- getTargetType() - Method in AbstractMappingAwareCustomTypeMarshaller
-
- getTargetType() - Method in AbstractRequestBodyDataBindingSourceCreator
-
- getTargetType() - Method in AbstractVndErrorRenderer
-
- getTargetType() - Method in ByteArrayMultipartFileValueConverter
-
- getTargetType() - Method in ClosureValueConverter
-
- getTargetType() - Method in CodecCustomTypeMarshaller
-
- getTargetType() - Method in CurrencyValueConverter
-
- getTargetType() - Method in CustomTypeMarshaller
-
- Returns:
- The target Java type
- getTargetType() - Method in DataBindingSourceCreator
-
- Returns:
- The target type of this creator
- getTargetType() - Method in DateConversionHelper
-
- getTargetType() - Method in DefaultDataBindingSourceCreator
-
- getTargetType() - Method in DefaultHtmlRenderer
-
- getTargetType() - Method in FormattedDateValueConverter
-
- getTargetType() - Method in FormattedLocalDateTimeValueConverter
-
- getTargetType() - Method in FormattedValueConverter
-
- Returns:
- the output type of this converter
- getTargetType() - Method in HalJsonRenderer.1
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.1
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.10
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.11
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.12
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.13
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.14
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.15
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.16
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.17
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.18
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.19
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.2
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.20
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.21
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.22
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.3
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.4
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.5
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.6
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.7
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.8
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.9
-
- getTargetType() - Method in Jsr310ConvertersConfiguration.Jsr310DateValueConverter
-
- getTargetType() - Method in LocalDateTimeConverter
-
- getTargetType() - Method in Renderer
-
- getTargetType() - Method in TimeZoneConverter
-
- getTargetType() - Method in TypedStructuredBindingEditor
-
- Returns:
- the type that this editor is used for binding to
- getTargetType() - Method in UUIDConverter
-
- getTargetType() - Method in ValueConverter
-
- getTargetType() - Method in ValueInitializer
-
- getTaskCount() - Method in StopWatch
-
Return the number of tasks timed.
- getTaskInfo() - Method in StopWatch
-
Return an array of the data for tasks performed.
- getTaskName() - Method in StopWatch.TaskInfo
-
Return the name of this task.
- getTemplate() - Method in AbstractGrailsView
-
- getTemplate(java.lang.String) - Method in AbstractProfile
-
- getTemplate() - Method in EmbeddedGrailsLayoutView
-
- getTemplate() - Method in GroovyPageView
-
- getTemplate() - Method in JspRenderTag
-
- getTemplate(java.lang.String) - Method in Profile
-
Obtain a template by path
- getTemplate() - Method in SpringMVCViewDecorator
-
- getTemplateEngine() - Method in GrailsView
-
The template engine
- getTemplateEngine() - Method in JsonViewUnitTest
-
- getTemplateFor(java.lang.String) - Method in FormFieldsTemplateService
-
- getTemplatePath() - Method in ViewConfiguration
-
- Returns:
- Path to the templates
- getTemplateUri(java.lang.String) - Method in Controller
-
Obtains a URI of a template by name
- getTemplateUri(java.lang.CharSequence, jakarta.servlet.ServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getTemplateURI(groovy.lang.GroovyObject, java.lang.String) - Method in DefaultGroovyPagesUriService
-
- getTemplateUri(java.lang.CharSequence, jakarta.servlet.ServletRequest) - Method in GrailsApplicationAttributes
-
- getTemplateURI(groovy.lang.GroovyObject, java.lang.String, boolean) - Method in GroovyPagesUriService
-
- getTemplateURI(java.lang.String, java.lang.String, boolean) - Method in GroovyPagesUriSupport
-
Obtains the URI to a template using the controller name and template name
- getTenantId() - Method in AbstractPersistentEntity
-
- getTenantId() - Method in PersistentEntity
-
- getTenantResolver() - Method in AbstractHibernateDatastore
-
- getTenantResolver() - Method in MongoDatastore
-
- getTenantResolver() - Method in MultiTenancySettings
-
- Returns:
- The tenant resolver
- getTenantResolver() - Method in MultiTenantCapableDatastore
-
- Returns:
- Obtain the tenant resolver
- getTenantResolver() - Method in SimpleMapDatastore
-
- getter - Property in DirtyCheckingTransformer.GetterAndSetter
-
- getter() - Method in EntityReflector.PropertyReader
-
- getTerminal() - Method in GrailsConsole
-
- getTestDbUrl() - Method in HibernateDatastoreSpringInitializer
-
- getText() - Method in AbstractGrailsMockHttpServletResponse
-
The response body as text
- getThisMetaClass() - Method in GroovyObjectMethodHandler
-
- getThreadLocalConverterConfiguration(Class<C>) - Method in ConvertersConfigurationHolder
-
- getThrowable() - Method in Interceptor
-
Obtains the exception thrown by an action execution
- getTimeDateFunctions() - Method in HibernateConnectionMetadata
-
- getTimeFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in DefaultGrailsTagDateHelper
-
- getTimeFormat(java.lang.String, java.lang.Object, java.util.Locale) - Method in GrailsTagDateHelper
-
Retrieve a time format object without time to be passed to the
format method
- getTimeMillis() - Method in StopWatch.TaskInfo
-
Return the time in milliseconds this task took.
- getTimeSeconds() - Method in StopWatch.TaskInfo
-
Return the time in seconds this task took.
- getTimestampProvider() - Method in AutoTimestampEventListener
-
- getTimestampProvider() - Method in HibernateEventListener
-
- getTimestampProviders() - Method in AggregateTimestampProvider
-
- getTimeZone(java.lang.Object) - Method in DefaultGrailsTagDateHelper
-
- getTimeZone(java.lang.Object) - Method in GrailsTagDateHelper
-
Retrieve a time zone object from a parameter
- getTitle() - Method in PageDelegate
-
- getTitleBuffer() - Method in GSPGrailsLayoutPage
-
- getTitleBuffer() - Method in Sitemesh3CapturedPage
-
- getTldFromServletContext(java.lang.String) - Method in TagLibraryResolverImpl
-
- getTmpDirPath(org.gradle.api.Project) - Method in GroovyPagePlugin
-
- getTo() - Method in Query.Between
-
- getToJSONMethod(java.lang.Object) - Method in InstanceMethodBasedMarshaller
-
- getToken(int) - Method in JSONParser
-
Get the specific Token.
- getTokens() - Method in DefaultUrlMappingData
-
- getTokens() - Method in ResponseCodeMappingData
-
- getTokens(java.lang.String) - Method in SynchronizerTokensHolder
-
- getTokens() - Method in UrlMappingData
-
- getTopWriter() - Method in OutputEncodingStackAttributes
-
- getTotalCount() - Method in HibernatePagedResultList
-
- getTotalCount() - Method in PagedList
-
- Returns:
- The total number of records for this query
- getTotalCount() - Method in PagedResultList
-
- Returns:
- The total number of records for this query
- getTotalCount() - Method in PagedResultListPaginationResponse
-
- getTotalCount() - Method in PaginationResult
-
- getTotalTimeMillis() - Method in StopWatch
-
Return the total time in milliseconds for all tasks.
- getTotalTimeSeconds() - Method in StopWatch
-
Return the total time in seconds for all tasks.
- getToXMLMethod(java.lang.Object) - Method in InstanceMethodBasedMarshaller
-
- getTPCacheAdapter(org.grails.datastore.mapping.model.PersistentEntity) - Method in TPCacheAdapterRepository
-
- getTPCacheAdapter(org.grails.datastore.mapping.model.PersistentEntity) - Method in TPCacheAdapterRepositoryImpl
-
- getTrait() - Method in ControllerTagLibraryTraitInjector
-
- getTrait() - Method in ControllerTraitInjector
-
- getTrait() - Method in DomainClassTraitInjector
-
- getTrait() - Method in EntityTraitInjector
-
- getTrait() - Method in InterceptorTraitInjector
-
- getTrait() - Method in RestResponderTraitInjector
-
- getTrait() - Method in TagLibraryTraitInjector
-
- getTrait() - Method in TraitInjector
-
- getTrait() - Method in WebDataBindingTraitInjector
-
- getTraitClass() - Method in AbstractTraitApplyingGormASTTransformation
-
- getTraitClass() - Method in ServiceTransformation
-
- getTraitClass() - Method in SubscriberTransform
-
- getTransaction() - Method in AbstractHibernateSession
-
- getTransaction() - Method in AbstractSession
-
- getTransaction(org.springframework.transaction.TransactionDefinition) - Method in ChainedTransactionManager
-
- getTransaction(org.springframework.transaction.TransactionDefinition) - Method in PlatformTransactionManagerProxy
-
- getTransaction() - Method in Session
-
Obtains the current transaction instance
- getTransaction() - Method in SessionHolder
-
- getTransaction() - Method in TransactionObject
-
- getTransaction(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
-
- getTransactionAttribute(java.lang.reflect.Method, java.lang.Class) - Method in GroovyAwareNamedTransactionAttributeSource
-
- getTransactionIsolation() - Method in HibernateConnection
-
- getTransactionManager() - Method in DatabaseMigrationTransactionManager
-
- Returns:
- The transactionManager bean for the current dataSource
- getTransactionManager() - Method in DataTest
-
- getTransactionManager() - Method in HibernateDatastore
-
- Returns:
- The org.springframework.transaction.PlatformTransactionManager instance
- getTransactionManager() - Method in HibernateMappingContextSessionFactoryBean
-
- getTransactionManager() - Method in MongoDatastore
-
- Returns:
- The transaction manager
- getTransactionManager() - Method in SimpleMapDatastore
-
- getTransactionManager() - Method in TransactionCapableDatastore
-
- Returns:
- The transaction manager for this datastore
- getTransactionManagerBeanNames(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in ChainedTransactionManagerPostProcessor
-
- getTransactionManagers() - Method in ChainedTransactionManager
-
- getTransactionTemplateMethodName() - Method in RollbackTransform
-
- getTransactionTemplateMethodName() - Method in TransactionalTransform
-
- getTransformedClassNames() - Method in AbstractGrailsArtefactTransformer
-
- getTraversableResolver() - Method in GormValidatorFactoryAdapter
-
- getTraversableResolver() - Method in JakartaValidatorRegistry
-
- getType() - Method in AbstractInputObjectTypeBuilder
-
- getType() - Method in AbstractObjectTypeBuilder
-
- getType() - Method in AbstractPersistentProperty
-
- getType() - Method in ArtefactHandler
-
Implementations must return a name such as "Domain" to indicate the type of artefact they represent.
- getType() - Method in ArtefactHandlerAdapter
-
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexArgument
-
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexField
-
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexOperation
-
- getType() - Method in ConstraintFactory
-
- Returns:
- The type of the constraint
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in CustomArgument
-
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in CustomOperation
-
- getType(java.lang.Class, boolean) - Method in DefaultGraphQLTypeManager
-
- getType() - Method in EntityPersister
-
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in Field
-
- getType() - Method in GeneratorCreationContextWrapper
-
- getType() - Method in GrailsEnumType
-
- getType(java.lang.String, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in GraphQLEntityNamingConvention
-
- Parameters:
typeName - The custom type name
- getType(java.lang.Class, boolean) - Method in GraphQLTypeManager
-
Retrieves the corresponding GraphQL type for the specified class.
- getType() - Method in InputObjectTypeBuilder
-
- getType() - Method in ObjectTypeBuilder
-
- getType() - Method in PaginatedObjectTypeBuilder
-
- getType() - Method in PersistentProperty
-
The type of the property
- getType() - Method in Persister
-
The type this persister persists
- getType() - Method in ServiceDefinition
-
- Returns:
- The type of the service
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleArgument
-
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleField
-
- getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleOperation
-
- getTypeClass() - Method in Jsr310Coercion
-
- getTypeClass() - Method in LocalDateCoercion
-
- getTypeClass() - Method in LocalDateTimeCoercion
-
- getTypeClass() - Method in LocalTimeCoercion
-
- getTypeClass() - Method in OffsetDateTimeCoercion
-
- getTypeClass() - Method in OffsetTimeCoercion
-
- getTypeClass() - Method in ZonedDateTimeCoercion
-
- getTypedValues(org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery) - Method in RlikeExpression
-
- getTypeFilters() - Method in AbstractGrailsPluginManager
-
- getTypeFilters() - Method in DefaultGrailsPlugin
-
- getTypeFilters() - Method in GrailsPlugin
-
Plugin can provide a list of Spring TypeFilters so that annotated components can
be scanned into the ApplicationContext
- getTypeFilters() - Method in GrailsPluginManager
-
Get all the TypeFilter definitions defined by the plugins.
- getTypeInfo() - Method in HibernateConnectionMetadata
-
- getTypeMap() - Method in HibernateConnection
-
- getTypeName(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionType
-
Gets the type name.
- getTypeName(org.grails.datastore.mapping.model.PersistentProperty, org.grails.orm.hibernate.cfg.PropertyConfig, org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
-
- getTypeName(Class<?>, org.grails.orm.hibernate.cfg.PropertyConfig, org.grails.orm.hibernate.cfg.Mapping) - Method in HibernateAssociation
-
- Parameters:
propertyType - The property type
- getTypeName() - Method in HibernateEmbeddedCollectionProperty
-
Returns
null so that
CollectionType
does not set a Hibernate type name on the collection mapping.
- getTypeName(org.hibernate.mapping.SimpleValue) - Method in HibernatePersistentProperty
-
- Parameters:
simpleValue - The Hibernate simple value
- getTypeName(java.lang.Class) - Method in Mapping
-
Return a type name of the known custom user types
- getTypeParameters(org.hibernate.mapping.SimpleValue) - Method in HibernatePersistentProperty
-
- Parameters:
simpleValue - The Hibernate simple value
- getTypeProperty(org.hibernate.mapping.SimpleValue) - Method in HibernatePersistentProperty
-
- Parameters:
simpleValue - The Hibernate simple value
- getTypeResolver(org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
-
- getTypeResolver(org.hibernate.SessionFactory) - Method in HibernateQuery
-
- getTypeUnderTest() - Method in ParameterizedGrailsUnitTest
-
- getUDTs(java.lang.String, java.lang.String, java.lang.String, int[]) - Method in HibernateConnectionMetadata
-
- getUnambiguousCompletions(List<Candidate>) - Method in CandidateListCompletionHandler
-
Returns a root that matches all the java.lang.String elements
of the specified java.util.List, or null if there are
no commonalities.
- getUndeclaredOptions() - Method in CommandLine
-
- getUndeclaredOptions() - Method in DefaultCommandLine
-
- getUniquenessGroup() - Method in Property
-
- getUnrefreshedApplicationContext() - Method in DefaultRuntimeSpringConfiguration
-
- getUnrefreshedApplicationContext() - Method in RuntimeSpringConfiguration
-
- getUpdate(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
-
- Parameters:
entity - The persistent entity
- getUpdate() - Method in JspFormRemoteTag
-
- getUpdate() - Method in JspRemoteFunctionTag
-
- getUpdate() - Method in JspRemoteLinkTag
-
- getUpdate() - Method in JspSubmitToRemoteTag
-
- getUpdateable() - Method in PropertyConfig
-
Whether or not this column is updatable by hibernate
- getUpdateableness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getUpdatedByPropertyNames(java.lang.String) - Method in AutoTimestampEventListener
-
- getUpperVersion(java.lang.String) - Method in GrailsVersionUtils
-
Returns the upper version of a Grails version number expression in a plugin
- getURI() - Method in ByteArrayResource
-
- getURI() - Method in ClassPathResource
-
- getURI() - Method in DefaultUrlMappingInfo
-
- getURI() - Method in FileSystemResource
-
This implementation returns a URI for the underlying file.
- getURI() - Method in GrailsResource
-
- getURI() - Method in GroovyPageCompiledScriptSource
-
- getURI() - Method in GroovyPageResourceScriptSource
-
- getURI() - Method in GroovyPageScriptSource
-
- Returns:
- The URI of the Groovy page
- getURI() - Method in JspTagLib
-
- Returns:
- The URI of the tag library
- getURI() - Method in JspTagLibImpl
-
- getUri() - Method in RepositoryConfiguration
-
Return the URI of the repository.
- getUri() - Method in Request
-
- getURI() - Method in Resource
-
Return a URI handle for this resource.
- getURI() - Method in SpringResource
-
- getURI() - Method in UrlMappingInfo
-
The URI to map to.
- getURI() - Method in UrlResource
-
This implementation returns the underlying URI directly,
if possible.
- getUriFromRequest(jakarta.servlet.http.HttpServletRequest) - Method in GrailsWebUtil
-
Retrieves the URI from the request from either the include attribute or the request.getRequestURI() method.
- getURIPath() - Method in GrailsNoDecorator
-
- getUriWithinGrailsViews(java.lang.String) - Method in GroovyPagesTemplateEngine
-
Returns the path to the view of the relative URI within the Grails views directory
- getUrl() - Method in AbstractMongoConnectionSourceSettings
-
- Returns:
- Obtain the final URL whether from the connection string or the host/port setting
- getURL() - Method in ByteArrayResource
-
- getURL() - Method in ClassPathResource
-
This implementation returns a URL for the underlying class path resource.
- getURL() - Method in FileSystemResource
-
This implementation returns a URL for the underlying file.
- getURL() - Method in GrailsByteArrayResource
-
Overrides the default behaviour to generate a fake "file:" URL
so that the resource can be used from a ServletContextResource.
- getUrl() - Method in GrailsDataSource
-
The URL for the data source.
- getURL() - Method in GrailsResource
-
- getUrl() - Method in GraphQLSpec
-
- getUrl() - Method in HibernateConnection
-
Returns the entire connection URL
- getURL() - Method in HibernateConnectionMetadata
-
- getUrl() - Method in JspFormRemoteTag
-
- getUrl() - Method in JspFormTag
-
- getUrl() - Method in JspLinkTag
-
- getUrl() - Method in JspRemoteFunctionTag
-
- getUrl() - Method in JspRemoteLinkTag
-
- getUrl() - Method in JspSubmitToRemoteTag
-
- getURL() - Method in Resource
-
Return a URL handle for this resource.
- getURL() - Method in SpringResource
-
- getURL() - Method in UrlResource
-
This implementation returns the underlying URL reference.
- getUrlData() - Method in DefaultUrlMappingInfo
-
- getUrlData() - Method in ForwardUrlMappingInfo
-
- getUrlData() - Method in RegexUrlMapping
-
- getUrlData() - Method in ResponseCodeUrlMapping
-
- getUrlData() - Method in UrlMapping
-
Retrieves the UrlMappingData instance that describes this UrlMapping
- getUrlData() - Method in UrlMappingInfo
-
Retrieves the UrlMappingData (information about a parsed URL) if any
- getUrlMappings() - Method in DefaultUrlMappingsHolder
-
- getUrlMappings() - Method in GrailsControllerUrlMappings
-
- getUrlMappings() - Method in UrlMappingsHolder
-
Retrieves the held UrlMapping instances as an array
- getUrlMappingsHolder() - Method in UrlMappingsUnitTest
-
- Returns:
- The UrlMappingsHolder bean
- getUrlPattern() - Method in DefaultUrlMappingData
-
- getUrlPattern() - Method in ResponseCodeMappingData
-
- getUrlPattern() - Method in UrlMappingData
-
Retrieves the URL pattern for this UrlMappingData instance
- getURLs() - Method in ExtendedGroovyClassLoader
-
- getUrls(java.lang.String, java.lang.ClassLoader) - Method in ResourceUtils
-
Return URLs from a given source path.
- getUsageHelp() - Method in AbstractCommand
-
- getUsageHelp() - Method in Command
-
Returns usage help for the command.
- getUsageHelp() - Method in InstallCommand
-
- getUsageHelp() - Method in UninstallCommand
-
- getUsername() - Method in GrailsDataSource
-
The username for the data source.
- getUserName() - Method in HibernateConnectionMetadata
-
- getUserPlugins() - Method in DefaultGrailsPluginManager
-
- getUserPlugins() - Method in GrailsPluginManager
-
Returns plugins installed by the user (e.g., not provided by the core framework).
- getUserPlugins() - Method in MockGrailsPluginManager
-
- getUserType(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getUserType() - Method in HibernatePersistentProperty
-
- getValidatedFields() - Method in ValidationEvent
-
- getValidatedSession() - Method in SessionHolder
-
- getValidationApi(Class<D>, java.lang.String) - Method in GormEnhancer
-
- getValidationApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
-
- getValidationApi(Class<D>, java.lang.String) - Method in MongoDatastore
-
- getValidationApi(Class<D>, java.lang.String) - Method in SimpleMapDatastore
-
- getValidationQuery() - Method in DatabaseDriver
-
Return the validation query.
- getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in BeanFactoryValidatorRegistry
-
- getValidator() - Method in DefaultGrailsDomainClass
-
- getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultValidatorRegistry
-
- getValidator() - Method in GormValidationApi
-
- getValidator() - Method in GormValidatorFactoryAdapter
-
- getValidator() - Method in GormValidatorFactoryAdapter.GormValidatorContext
-
- getValidator() - Method in GrailsDomainClass
-
Retreives the validator for this domain class
- getValidator() - Method in JakartaValidatorRegistry
-
- getValidator() - Method in ValidatorProvider
-
- getValidator(org.grails.datastore.mapping.model.PersistentEntity) - Method in ValidatorRegistry
-
Looks up a validator for the given entity
- getValidatorFactory() - Method in ValidatedService
-
- Returns:
- The validator factory for this service
- getValidatorRegistry() - Method in AbstractMappingContext
-
- getValidatorRegistry() - Method in MappingContext
-
- Returns:
- Gets the validation registry used by this MappingContext
- getValidBasenames(java.lang.String) - Method in ReloadableResourceBundleMessageSource
-
- getValidFileExtensions() - Method in GroovyChangeLogSerializer
-
- getValidProperty(java.lang.Object) - Method in SimpleMapQuery
-
- getValue() - Method in AbstractTemplateVariableBinding.BindingMapEntry
-
- getValue() - Method in BeanPropertyAccessor
-
- Returns:
- the value of the property at the end of the path, e.g. for `address.home.street` then the value of `street` is returned.
- getValue() - Method in CacheEntry
-
- getValue() - Method in CascadeBehavior
-
- Returns:
- The string representation of the cascade behavior used in the mapping block.
- getValue() - Method in DefaultCommandLine.SpecifiedOption
-
- getValue() - Method in DelegatingBeanPropertyAccessorImpl
-
- getValue() - Method in FastStringPrintWriter
-
- getValue() - Method in FastStringWriter
-
- getValue() - Method in GeneratorCreationContextWrapper
-
- getValue() - Method in JspActionSubmitTag
-
- getValue() - Method in JspCheckboxTag
-
- getValue() - Method in JspCurrencySelectTag
-
- getValue() - Method in JspDatePickerTag
-
- getValue() - Method in JspLocaleSelectTag
-
- getValue() - Method in JspSubmitToRemoteTag
-
- getValue() - Method in JspTimeZoneSelectTag
-
- getValue(org.bson.Document, java.lang.String) - Method in MongoEntityPersister
-
- getValue() - Method in PrefixedConfig
-
- getValue() - Method in PropertyPathAccessor
-
- getValue() - Method in Query.PropertyCriterion
-
- getValue() - Method in Query.SubqueryCriterion
-
- getValue() - Method in Token
-
An optional attribute value of the Token.
- getValueConverter(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
-
- getValueConverterForClass(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
-
- getValueConverterForField(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
-
- getValueInitializerForField(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
-
- getValueOfBindInitializer(java.lang.annotation.Annotation) - Method in SimpleDataBinder
-
- Parameters:
annotation - An instance of grails.databinding.BindInitializer
- getValueOfBindUsing(java.lang.annotation.Annotation) - Method in SimpleDataBinder
-
- Parameters:
annotation - An instance of grails.databinding.BindingUsing or org.grails.databinding.BindingUsing
- getValues() - Method in MongoQuery.WithinBox
-
- getValues() - Method in MongoQuery.WithinCircle
-
- getValues() - Method in MongoQuery.WithinPolygon
-
- getValues() - Method in Query.In
-
- getValueWhileUpdating(java.lang.Object) - Method in CacheEntry
-
- getVariable(java.lang.String) - Method in GroovyPageBinding
-
- getVariable(java.lang.String) - Method in TemplateVariableBinding
-
- getVariable(java.lang.String) - Method in WebRequestTemplateVariableBinding
-
- getVariableNames() - Method in AbstractTemplateVariableBinding
-
- getVariableNames() - Method in TemplateVariableBinding
-
- getVariableNames() - Method in WebRequestTemplateVariableBinding
-
- getVariables() - Method in AbstractTemplateVariableBinding
-
- getVariables() - Method in MockDataFetchingEnvironment
-
- getVariablesMap() - Method in AbstractTemplateVariableBinding
-
- getVersion() - Method in AbstractGrailsPlugin
-
- getVersion() - Method in AbstractPersistentEntity
-
- getVersion() - Method in AbstractProfile
-
- getVersion() - Method in AbstractUrlMapping
-
- getVersion(java.lang.String) - Method in ArtifactCoordinatesResolver
-
Gets the version of the artifact identified by the given module.
- getVersion() - Method in DefaultUrlMappingInfo
-
- getVersion() - Method in Dependency
-
Return the dependency version.
- getVersion(java.lang.String, java.lang.String) - Method in DependencyCustomizer
-
- getVersion(java.lang.String) - Method in DependencyManagementArtifactCoordinatesResolver
-
- getVersion() - Method in FindLastSnapshotHandler
-
- getVersion() - Method in GrailsHibernatePersistentEntity
-
- getVersion() - Method in GrailsPluginInfo
-
- Returns:
- The version of the plug-in
- getVersion() - Method in GrailsWrapper
-
- Returns:
- the version of the packaged wrapper, if not packaged null
- getVersion() - Method in HibernateEmbeddedPersistentEntity
-
- getVersion() - Method in HibernatePersistentEntity
-
- getVersion() - Method in MimeType
-
- Returns:
- The version of the Mime type
- getVersion() - Method in PersistentEntity
-
Returns the version property.
- getVersion() - Method in PluginAstReader.BasicGrailsPluginInfo
-
- getVersion() - Method in Profile
-
- Returns:
- The version of the profile
- getVersion() - Method in UrlMapping
-
- Returns:
- The version of the URL mapping.
- getVersion() - Method in UrlMappingInfo
-
- Returns:
- The version of the API (for REST)
- getVersionColumns(java.lang.String, java.lang.String, java.lang.String) - Method in HibernateConnectionMetadata
-
- getVersionProperties() - Method in GrailsDependencyVersions
-
- getVersionPropertyName() - Method in ExtractedDependencyConstraint
-
- getVersionPropertyReference() - Method in ExtractedDependencyConstraint
-
- getVersions() - Method in ExtractDependenciesTask
-
- getVersions() - Method in RootMetadataHandler
-
- getView() - Method in ControllerUnitTest
-
- Returns:
- The view of the current controller
- getView() - Method in ForwardUrlMappingInfo
-
- getView() - Method in Interceptor
-
- getView() - Method in SpringMVCViewDecorator
-
- getViewModuleName() - Method in JsonViewConfiguration
-
- getViewModuleName() - Method in MarkupViewConfiguration
-
- getViewModuleName() - Method in ViewConfiguration
-
- Returns:
- The name of the views module (example json or markup)
- getViewName() - Method in AbstractUrlMapping
-
- getViewName() - Method in DefaultUrlMappingInfo
-
- getViewName() - Method in RenderContext
-
- Returns:
- The view name to use
- getViewName() - Method in ServletRenderContext
-
- getViewName() - Method in UrlMapping
-
Returns the name of the view to map to
- getViewName() - Method in UrlMappingInfo
-
The name of the view that the URL mappping maps to
- getViews() - Method in GrailsWebUnitTest
-
- getViewsDir(org.grails.io.support.Resource) - Method in GrailsResourceUtils
-
- getViewUri(java.lang.String) - Method in Controller
-
Obtains a URI of a view by name
- getViewUri(java.lang.String, jakarta.servlet.http.HttpServletRequest) - Method in DefaultGrailsApplicationAttributes
-
- getViewUri(java.lang.String, jakarta.servlet.http.HttpServletRequest) - Method in GrailsApplicationAttributes
-
Retrieves the uri of a named view
- getViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriService
-
Obtains a view name for the given controller name and template name
- getViewURI(java.lang.String, java.lang.String) - Method in GroovyPagesUriSupport
-
Obtains a view URI of the given controller name and view name
- getWarnings() - Method in HibernateConnection
-
- getWatchedResourcePatterns() - Method in AbstractGrailsPlugin
-
- getWatchedResourcePatterns() - Method in DefaultGrailsPlugin
-
- getWatchedResourcePatterns() - Method in GrailsPlugin
-
Resources that this plugin watches
- getWatchedResources() - Method in DefaultGrailsPlugin
-
- Returns:
- the watchedResources
- getWatchPatterns(List<String>) - Method in WatchPatternParser
-
- getWebRequest() - Method in DefaultRequestStateLookupStrategy
-
- getWebRequest() - Method in GrailsRequestStateLookupStrategy
-
- Returns:
- the current request
- getWebRequest() - Method in WebAttributes
-
Obtains the currently executing web request
- getWebRequest() - Method in WebRequestDelegatingRequestContext
-
Retrieves the webRequest object.
- getWebXmlFromServletContext() - Method in TagLibraryResolverImpl
-
- getWidget() - Method in Constrained
-
- getWidget() - Method in ConstrainedDelegate
-
- getWidget(org.grails.scaffolding.model.property.Constrained, java.lang.Class) - Method in FormFieldsTemplateService
-
- getWidgetPrefix() - Method in FormFieldsTemplateService
-
- getWikiView(java.lang.String) - Method in LinkTestFilter
-
Returns the view of the wiki name that is shown to the
user.
- getWrappedResponse() - Method in GrailsWebRequest
-
- getWrappedResponse() - Method in WrappedResponseHolder
-
Return the HttpServletResponse currently bound to the thread.
- getWriteConcern() - Method in AbstractMongoSession
-
Obtains the WriteConcern to use for the session
- getWriteDirectlyToConnectedMinSize() - Method in StreamCharBuffer
-
- getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity, List<WriteModel<?>>>) - Method in MongoCodecSession
-
- getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity,List<WriteModel<Document>>>) - Method in MongoSession
-
- getWriter() - Method in AbstractPersistentProperty
-
- getWriter() - Method in Converter
-
- getWriter() - Method in GrailsPageResponseWrapper
-
- getWriter() - Method in GSPResponseWriter
-
- getWriter() - Method in IncludeResponseWrapper
-
- getWriter() - Method in JSON
-
- getWriter() - Method in OutputAwareHttpServletResponse
-
- getWriter() - Method in PersistentProperty
-
- Returns:
- The writer for this property
- getWriter() - Method in RenderContext
-
- Returns:
- The writer to render to
- getWriter() - Method in ServletRenderContext
-
- getWriter() - Method in StreamCharBuffer
-
Writer interface for adding/writing data to the buffer.
- getWriter() - Method in StreamCharBuffer.LazyInitializingWriter
-
- getWriter() - Method in XML
-
- getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in CodecPrintWriter
-
- getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in EncodedAppenderWriter
-
- getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in EncodedAppenderWriterFactory
-
Gets the EncodedAppenderWriter instance that is connected to this
instance implementation with a certain encoder fixed.
- getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in GrailsPrintWriter
-
- getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry, boolean) - Method in StreamCharBuffer
-
- getWriterForEncoder(org.grails.encoder.Encoder, org.grails.encoder.EncodingStateRegistry) - Method in StreamCharBuffer.StreamCharBufferWriter
-
- getWrittenValues() - Method in WriteFilteringMap
-
- getXaDataSourceClassName() - Method in DatabaseDriver
-
Return the XA driver source class name.
- getXml() - Method in AbstractGrailsMockHttpServletResponse
-
Get the response XML
- getXML(jakarta.servlet.http.HttpServletRequest) - Method in ConvertersExtension
-
- getXML() - Method in GrailsMockHttpServletRequest
-
Parses the request content as XML using XmlSlurper and returns
the GPath result object.
- getXmlDeclaration() - Method in XmlUtils.Format
-
- githubSlug - Property in CreateReleaseDropDownTask
-
- gitTags - Property in CreateReleaseDropDownTask
-
- GLOBAL_GRAILS_TRANSFORM_ORDER - Field in GroovyTransformOrder
-
Grails allows applying transforms by artefact type, this transformation is what implements that
- GLOBAL_IMPORT_ORDER - Field in GroovyTransformOrder
-
Adds global imports
- GLOBAL_JPA_ORDER - Field in GroovyTransformOrder
-
Transforms a JPA entity into a GORM entity
- GlobalClassInjector - Interface in grails.compiler.ast
A marker interface that indicates that this injector applies to all classes in a project
- GlobalClassInjectorAdapter - Class in grails.compiler.ast
- GlobalClassInjectorAdapter() - Constructor in GlobalClassInjectorAdapter
-
- GlobalDetachedCriteriaASTTransformation - Class in org.grails.datastore.gorm.query.transform
Global version of the detached query transformer
- GlobalGrailsClassInjectorTransformation - Class in org.grails.compiler.injection
A global transformation that applies Grails' transformations to classes within a Grails project
- GlobalGrailsClassInjectorTransformation() - Constructor in GlobalGrailsClassInjectorTransformation
-
- GlobalImportTransformation - Class in org.grails.compiler.injection
- GlobalImportTransformation() - Constructor in GlobalImportTransformation
-
- GlobalJpaEntityTransform - Class in org.grails.compiler.gorm
Makes all entities annotated with
- Entity:
- JPA into GORM entities
- GlobalJpaEntityTransform() - Constructor in GlobalJpaEntityTransform
-
- go(java.util.Map, java.lang.String, geb.url.UrlFragment) - Method in BrowserDelegate
-
Delegates to geb.Browser#go(Map, String, UrlFragment).
- goesInPatch - Property in Plant
-
- GORM_ASYNC_ORDER - Field in GroovyTransformOrder
-
Changes methods in a file to return a promise instead of a value
- GORM_AUTOWIRE_INSTANCES - Field in Settings
-
Whether to autowire instances
- GORM_DEFAULT_CONSTRAINTS - Field in Settings
-
The default configured constraints for the application
- GORM_DEFAULT_NULLABLE - Field in Settings
-
Whether an unconstrained persistent property is nullable by default
- GORM_ENTITY_ORDER - Field in GroovyTransformOrder
-
Transforms a given class to a GORM Entity
- GORM_REACTOR_EVENTS - Field in Settings
-
Whether to translate GORM events into reactor events
- GORM_TRANSFORMS_ORDER - Field in GroovyTransformOrder
-
Several of the gorm related transforms iterate not at the priority level but on the node level, this class
performs those iterations
- GormAllOperations - Interface in grails.gorm.api
All GORM operations
- GormAnnotatedListener - Trait in org.grails.events.gorm
Marks a class as a synchronous listener of GORM events
- GormAnnotatedSubscriber - Trait in org.grails.events.gorm
The events subscribed to
- GormASTTransformationClass - Annotation Type in org.grails.datastore.gorm.transform
U
- GormAsyncStaticApi - Class in org.grails.datastore.gorm.async
Transforms the GormStaticApi into an asynchronous API
- GormAsyncStaticApi(GormStaticApi<D>) - Constructor in GormAsyncStaticApi
-
- GormColumnSnapshotGenerator - Class in org.grails.plugins.databasemigration.liquibase
- GormColumnSnapshotGenerator() - Constructor in GormColumnSnapshotGenerator
-
- GormCompilerAutoConfiguration - Class in org.grails.datastore.gorm.boot.compiler
A compiler configuration that automatically adds the necessary imports
- GormCompilerAutoConfiguration() - Constructor in GormCompilerAutoConfiguration
-
- GormDatabase - Class in org.grails.plugins.databasemigration.liquibase
- GormDatabase.1 - Class in org.grails.plugins.databasemigration.liquibase
- GormDatabase.1() - Constructor in GormDatabase.1
-
- GormDatabase(org.hibernate.dialect.Dialect, org.hibernate.service.ServiceRegistry, org.grails.orm.hibernate.HibernateDatastore) - Constructor in GormDatabase
-
- GormDataFetcher - Interface in org.grails.gorm.graphql.fetcher
A base interface to describe fetchers that
work with GORM
- GormDispatcherRegistrar - Class in org.grails.events.gorm
- GormDispatcherRegistrar(grails.events.bus.EventBus) - Constructor in GormDispatcherRegistrar
-
- GormDocumentMappingFactory - Class in org.grails.datastore.mapping.document.config
- gormDynamicFinders - Field in GormStaticApi
-
- GormEnhancer - Class in org.grails.datastore.gorm
Enhances a class with GORM behavior
- GormEnhancer.1 - Class in org.grails.datastore.gorm
- GormEnhancer.1() - Constructor in GormEnhancer.1
-
- GormEnhancer(org.grails.datastore.mapping.core.Datastore, org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in GormEnhancer
-
Construct a new GormEnhancer for the given arguments
- gormEnhancer - Field in HibernateDatastore
-
- gormEnhancer - Field in MongoDatastore
-
- gormEnhancer - Field in SimpleMapDatastore
-
- GormEnhancerSpec - Class in org.apache.grails.data.testing.tck.tests
- GormEnhancerSpec() - Constructor in GormEnhancerSpec
-
- GormEntity - Trait in org.grails.datastore.gorm
A trait that turns any class into a GORM entity
- GormEntityApi - Trait in org.grails.datastore.gorm
API for instance methods defined by a GORM entity
- GormEntityDirtyCheckable - Trait in org.grails.datastore.gorm
Special trait meant only for GORM entities to override default behaviour of DirtyCheckable.
- GormEntityTraitProvider - Interface in org.grails.compiler.gorm
Provides the implementation to use for the GormEntity trait
- GormEntityTransformation - Class in org.grails.compiler.gorm
An AST transformation that adds the following features:
- GormEntityTransformation() - Constructor in GormEntityTransformation
-
- GormEventDispatcher - Class in org.grails.events.gorm
Dispatches GORM events to the EventBus
- GormEventDispatcher(grails.events.bus.EventBus, org.grails.datastore.mapping.core.Datastore, Set<Class<? extends AbstractPersistenceEvent>>, List<GormAnnotatedListener>) - Constructor in GormEventDispatcher
-
- GormGraphqlGrailsPlugin - Class in org.grails.gorm.graphql.plugin
- GormGraphqlGrailsPlugin() - Constructor in GormGraphqlGrailsPlugin
-
- GormInstanceApi - Class in org.grails.datastore.gorm
Instance methods of the GORM API.
- GormInstanceApi(Class<D>, org.grails.datastore.mapping.core.Datastore) - Constructor in GormInstanceApi
-
- GormInstanceOperations - Interface in grails.gorm.api
Instance methods of the GORM API.
- GormKeyValueMappingFactory - Class in org.grails.datastore.mapping.keyvalue.mapping.config
- GormKeyValueMappingFactory(java.lang.String) - Constructor in GormKeyValueMappingFactory
-
- GormMappingConfigurationStrategy - Class in org.grails.datastore.mapping.model.config
- GormMappingConfigurationStrategy(org.grails.datastore.mapping.model.MappingFactory) - Constructor in GormMappingConfigurationStrategy
-
- GormOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical GORM operations on class
- gormOperations - Property in AsyncQuery
-
- GormProperties - Interface in org.grails.datastore.mapping.model.config
Reserved static property names used by GORM to evaluate GORM-style syntax.
- GormQueryOperations - Interface in org.grails.datastore.gorm.query
Interface defining all typical query GORM operations on class
- GormService - Class in grails.plugin.scaffolding
- GormService(Class<T>, boolean) - Constructor in GormService
-
- GormStaticApi - Class in org.grails.datastore.gorm
Static methods of the GORM API.
- gormStaticApi - Property in GormService
-
- GormStaticApi(Class<D>, org.grails.datastore.mapping.core.Datastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in GormStaticApi
-
- GormStaticOperations - Interface in grails.gorm.api
Interface for the default static methods in GORM
- GormTestingSupportExtension - Class in org.grails.testing.gorm.spock
- GormTestingSupportExtension() - Constructor in GormTestingSupportExtension
-
- GormTransformer - Class in org.grails.compiler.gorm
Transforms GORM entities making the GORM API available to Java.
- GormValidateable - Trait in org.grails.datastore.gorm
A trait that adds GORM validation behavior to any class
- GormValidateableSpec - Class in org.apache.grails.data.testing.tck.tests
- GormValidateableSpec() - Constructor in GormValidateableSpec
-
- GormValidationApi - Class in org.grails.datastore.gorm
Methods used for validating GORM instances.
- GormValidationApi(Class<D>, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher) - Constructor in GormValidationApi
-
- GormValidatorAdapter - Class in org.grails.datastore.gorm.validation.jakarta
A validator adapter that applies translates the constraint errors into the Errors object of a GORM entity
- GormValidatorAdapter(jakarta.validation.Validator) - Constructor in GormValidatorAdapter
-
- GormValidatorContext(jakarta.validation.ValidatorContext) - Constructor in GormValidatorFactoryAdapter.GormValidatorContext
-
- GormValidatorFactoryAdapter - Class in org.grails.datastore.gorm.validation.jakarta
A ValidatorFactory that creates adapted validators
- GormValidatorFactoryAdapter.GormValidatorContext - Class in org.grails.datastore.gorm.validation.jakarta
- GormValidatorFactoryAdapter(jakarta.validation.ValidatorFactory) - Constructor in GormValidatorFactoryAdapter
-
- gormValidatorRegistry(org.grails.datastore.mapping.model.MappingContext) - Method in GrailsDomainClassAutoConfiguration
-
- GPARS_PRESENT - Property in GparsPromiseFactory
-
- GparsPromise - Class in org.grails.async.factory.gpars
Implementation of Promise interface for Gpars
- GparsPromise(grails.async.PromiseFactory, groovy.lang.Closure) - Constructor in GparsPromise
-
- GparsPromiseFactory - Class in org.grails.async.factory.gpars
- GparsPromiseFactory() - Constructor in GparsPromiseFactory
-
- gpath - Field in GPathResultMap
-
- GPathResultCollectionDataBindingSource - Class in org.grails.databinding.xml
- GPathResultCollectionDataBindingSource(groovy.xml.slurpersupport.GPathResult) - Constructor in GPathResultCollectionDataBindingSource
-
- GPathResultMap - Class in org.grails.databinding.xml
- GPathResultMap(groovy.xml.slurpersupport.GPathResult) - Constructor in GPathResultMap
-
- grab(java.lang.String) - Method in MavenResolverGrapeEngine
-
- GrabCommand - Class in org.grails.cli.command.grab
org.springframework.boot.cli.command.Command to grab the dependencies of one or more Groovy scripts.
- GrabCommand() - Constructor in GrabCommand
-
- GRADLE_ARGUMENT_ADAPTER - Field in GradleStep
-
- GRADLE - Field in GradleCommand
-
- gradle - Property in GroovyScriptCommand
-
Allows invoking of Gradle commands
- GRADLE_PROPERTIES - Field in CreateAppCommand
-
- GradleAsyncInvoker - Class in org.grails.cli.gradle
- GradleAsyncInvoker(org.grails.cli.gradle.GradleInvoker) - Constructor in GradleAsyncInvoker
-
- GradleCommand - Class in org.grails.cli.gradle.commands
A command for invoking Gradle commands
- GradleCommand() - Constructor in GradleCommand
-
- GradleDependency - Class in org.grails.cli.profile.commands.io
- GradleDependency(java.lang.String, org.eclipse.aether.graph.Dependency) - Constructor in GradleDependency
-
- GradleInvoker - Class in org.grails.cli.gradle
Allow dynamic invocation of Gradle tasks
- GradleInvoker(org.grails.cli.profile.ExecutionContext) - Constructor in GradleInvoker
-
- GradleStep - Class in org.grails.cli.profile.steps
A
Step that invokes Gradle
- GradleStep(org.grails.cli.profile.ProfileCommand, Map<String, Object>) - Constructor in GradleStep
-
- GradleTaskCommandAdapter - Class in org.grails.cli.gradle.commands
Adapts a Named command into a Gradle task execution
- GradleTaskCommandAdapter(org.grails.cli.profile.Profile, grails.util.Named) - Constructor in GradleTaskCommandAdapter
-
- GradleUtil - Class in org.grails.cli.gradle
Utility methods for interacting with Gradle
- GradleUtil() - Constructor in GradleUtil
-
- GradleUtils - Class in org.apache.grails.buildsrc
- GradleUtils() - Constructor in GradleUtils
-
- GRAILS - Enum Constant in AbstractMemberDefinition.ConstraintStyle
-
Use Grails static constraints block
- GRAILS_APP_DIR - Field in AstUtils
-
The name of the Grails application directory
- GRAILS_APP_DIR - Field in GrailsASTUtils
-
- GRAILS_APP_DIR - Field in GrailsResourceUtils
-
The name of the Grails application directory
- GRAILS_APP_DIR_PRESENT - Field in BuildSettings
-
Whether the application is running inside the development environment or deployed
- GRAILS_APPLICATION_CONTEXT_LOADER - Field in IntegrationTestAstTransformation
-
- GRAILS_CACHE_KEY_GENERATOR_PROPERTY_NAME - Field in AbstractCacheTransformation
-
- GRAILS_CACHE_MANAGER_PROPERTY_NAME - Field in AbstractCacheTransformation
-
- GRAILS_COMPILE_STATIC_EXTENSIONS - Field in GrailsASTUtils
-
The Grails-specific type checking extensions applied by @GrailsCompileStatic.
- GRAILS_CONFIGURATION_CLASS_NODE - Field in BootInitializerClassInjector
-
- GRAILS_DISPATCH_EXTENSION - Field in GrailsUrlPathHelper
-
- GRAILS_DISPATCH_EXTENSION - Field in WebUtils
-
- GRAILS - Enum Constant in GrailsBanner.DefaultVersionOption
-
- GRAILS - Enum Constant in GrailsBanner.VersionOption
-
- GRAILS_LAYOUT_ENABLE_NONGSP - Field in LayoutGrailsPlugin
-
- GRAILS_PLUGIN_SUFFIX - Field in PluginUtils
-
The naming suffix required for Grails plugin implementation classes.
- GRAILS_REDIRECT_ISSUED - Field in ResponseRedirector
-
- GRAILS_REPO - Field in MavenProfileRepository
-
- GRAILS_RESOURCE_PATTERN_EIGHTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_ELEVENTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_FIFTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_FIRST_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_FOURTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_NINTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_SECOND_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_SEVENTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_SIXTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_TENTH_MATCH - Field in GrailsResourceUtils
-
- GRAILS_RESOURCE_PATTERN_THIRD_MATCH - Field in GrailsResourceUtils
-
- GRAILS_SERVLET_PATH - Field in GrailsUrlPathHelper
-
- GRAILS_SERVLET_PATH - Field in WebUtils
-
- GRAILS_URL_MAPPINGS - Field in RuntimeSpringConfigUtilities
-
- GRAILS_VERSION_PROPERTY - Field in GrailsVersion
-
Property key read from gradle.properties to pin the wrapper to a specific version inside a project.
- GRAILS_VIEWS_ENABLE_JSESSIONID - Field in Settings
-
Whether to include the jsessionid in the rendered links
- GRAILS_WEB_REQUEST_FILTER - Enum Constant in GrailsFilters
-
- GRAILS_WRAPPER_ALLOWED_TYPES_ENV - Field in GrailsVersion
-
Environment variable used to restrict which release types the wrapper will resolve (e.g.
- GrailsApp - Class in grails.boot
Extends the SpringApplication with reloading behavior and other Grails features
- GrailsApp.1 - Class in grails.boot
- GrailsApp.1() - Constructor in GrailsApp.1
-
- GrailsApp.2 - Class in grails.boot
- GrailsApp.2() - Constructor in GrailsApp.2
-
- GrailsApp(org.springframework.core.io.ResourceLoader, Class<?>) - Constructor in GrailsApp
-
- GrailsAppBaseDirProvider - Class in org.grails.gradle.plugin.core
Provides the -Dbase.dir system property (see BuildSettings#APP_BASE_DIR#APP_BASE_DIR)
to forked JVM tasks.
- GrailsAppBaseDirProvider(java.io.File) - Constructor in GrailsAppBaseDirProvider
-
- GrailsAppBuilder - Class in grails.boot
Fluent API for constructing GrailsApp instances.
- GrailsAppBuilder() - Constructor in GrailsAppBuilder
-
- GrailsApplication - Interface in grails.core
- grailsApplication - Field in AbstractGrailsClass
-
- grailsApplication - Field in AbstractGrailsPlugin
-
- grailsApplication - Field in AbstractUrlMapping
-
- grailsApplication - Property in ApplicationTagLib
-
- grailsApplication - Property in BeanPropertyAccessorFactory
-
- grailsApplication - Property in BeanPropertyAccessorImpl
-
- grailsApplication - Property in BootStrapClassRunner
-
- grailsApplication - Field in DefaultCodecLookup
-
- grailsApplication - Property in DefaultConstraintEvaluatorFactoryBean
-
- grailsApplication - Property in DefaultMappingContextFactoryBean
-
- grailsApplication - Property in FormFieldsTemplateService
-
- grailsApplication - Property in GrailsApplicationBuilder
-
- grailsApplication - Property in GrailsApplicationPostProcessor
-
- grailsApplication - Property in GrailsDomainClassAutoConfiguration
-
- grailsApplication - Field in GrailsExceptionResolver
-
- grailsApplication - Field in GrailsLayoutViewResolver
-
- grailsApplication - Field in GrailsWebDataBinder
-
- grailsApplication() - Method in GspAutoConfiguration.StandaloneGrailsApplicationConfiguration
-
- grailsApplication - Property in JsonRenderer
-
- grailsApplication - Property in MapBasedSmartPropertyOverrideConfigurer
-
- grailsApplication - Property in Plugin
-
The GrailsApplication instance
- grailsApplication - Property in RestResponderGrailsPlugin
-
- grailsApplication - Field in TagLibraryLookup
-
- grailsApplication - Property in TagLibraryResolverImpl
-
- grailsApplication - Property in TomcatJDBCPoolMBeanExporter
-
- grailsApplication - Property in XmlRenderer
-
- GrailsApplicationAttributes - Interface in org.grails.web.util
Defines the names of and methods to retrieve Grails specific request and servlet attributes.
- GrailsApplicationAware - Interface in grails.core.support
- GrailsApplicationAwareBeanPostProcessor - Class in org.grails.spring.beans
Implementation of org.springframework.beans.factory.config.BeanPostProcessor
that recognizes
GrailsApplicationAware
and injects and instance of GrailsApplication.
- GrailsApplicationAwareBeanPostProcessor(grails.core.GrailsApplication) - Constructor in GrailsApplicationAwareBeanPostProcessor
-
- GrailsApplicationBuilder - Class in org.grails.testing
Created by jameskleeh on 5/31/17.
- GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor - Class in org.grails.testing
- GrailsApplicationBuilder() - Constructor in GrailsApplicationBuilder
-
- GrailsApplicationClass - Trait in grails.core
Marker interface for the GrailsApplicationClass
- GrailsApplicationCommand - Trait in grails.dev.commands
- GrailsApplicationCompilerAutoConfiguration - Class in org.grails.cli.boot
A CompilerAutoConfiguration for Grails Micro Service applications
- GrailsApplicationContext - Class in org.grails.spring
An ApplicationContext that extends StaticApplicationContext and implements GroovyObject such that
beans can be retrieved with the dot de-reference syntax instead of using getBean('name').
- GrailsApplicationContext() - Constructor in GrailsApplicationContext
-
- GrailsApplicationContextCommandRunner - Class in grails.ui.command
- GrailsApplicationContextCommandRunner(java.lang.String, Class<?>) - Constructor in GrailsApplicationContextCommandRunner
-
- GrailsApplicationContextLoader - Class in grails.boot.test
Extends Spring Boot's SpringBootContextLoader with a version for Grails
- GrailsApplicationContextLoader() - Constructor in GrailsApplicationContextLoader
-
- GrailsApplicationDiscoveryStrategy - Interface in org.grails.core.support
Interface used for classes that discover the GrailsApplication and ApplicationContext instances
- GrailsApplicationLifeCycle - Interface in grails.core
API which plugins implement to provide behavior in defined application lifecycle hooks.
- GrailsApplicationLifeCycleAdapter - Class in grails.core
- GrailsApplicationLifeCycleAdapter() - Constructor in GrailsApplicationLifeCycleAdapter
-
- GrailsApplicationPostProcessor - Class in grails.boot.config
A BeanDefinitionRegistryPostProcessor that enhances any ApplicationContext with plugin manager capabilities
- GrailsApplicationPostProcessor.1 - Class in grails.boot.config
- GrailsApplicationPostProcessor.1() - Constructor in GrailsApplicationPostProcessor.1
-
- GrailsApplicationPostProcessor.2 - Class in grails.boot.config
- GrailsApplicationPostProcessor.2() - Constructor in GrailsApplicationPostProcessor.2
-
- GrailsApplicationPostProcessor.3 - Class in grails.boot.config
- GrailsApplicationPostProcessor.3() - Constructor in GrailsApplicationPostProcessor.3
-
- GrailsApplicationPostProcessor(grails.core.GrailsApplicationLifeCycle, org.springframework.context.ApplicationContext, org.apache.grails.core.plugins.PluginDiscovery, java.lang.Class) - Constructor in GrailsApplicationPostProcessor
-
- grailsApplicationPostProcessor(org.apache.grails.core.plugins.PluginDiscovery) - Method in GrailsAutoConfiguration
-
- Returns:
- A post processor that uses the GrailsPluginManager to configure the org.springframework.context.ApplicationContext
- GrailsApplicationScriptRunner - Class in grails.ui.script
Used to run Grails scripts within the context of a Grails application
- grailsAppResourceDirs - Property in GrailsGradlePlugin
-
- grailsAppResourcePatterns - Field in GrailsResourceUtils
-
- GrailsAppServletInitializer - Class in org.grails.boot.context.web
Ensure a
GrailsApp in constructed during servlet initialization
- GrailsAppServletInitializer() - Constructor in GrailsAppServletInitializer
-
- GrailsArrayUtils - Class in grails.util
Utility methods for working with Arrays
- GrailsArrayUtils() - Constructor in GrailsArrayUtils
-
- GrailsArtefactClassInjector - Interface in grails.compiler.ast
Interface specific to Grails artefacts that returns the artefact type.
- GrailsASTUtils - Class in org.grails.compiler.injection
Helper methods for working with Groovy AST trees.
- GrailsASTUtils.GrailsDelegatingConstructor - Annotation Type in org.grails.compiler.injection
- GrailsAsyncContext - Class in org.grails.plugins.web.async
Wraps an AsyncContext providing additional logic to provide the appropriate context to a Grails application.
- GrailsAsyncContext(jakarta.servlet.AsyncContext, org.grails.web.servlet.mvc.GrailsWebRequest, grails.async.web.AsyncGrailsWebRequest) - Constructor in GrailsAsyncContext
-
- GrailsAutoConfiguration - Class in grails.boot.config
A base class for configurations that bootstrap a Grails application
- GrailsAutoConfiguration() - Constructor in GrailsAutoConfiguration
-
- GrailsAwareClassLoader - Class in org.grails.compiler.injection
A class loader that is aware of Groovy sources and injection operations.
- GrailsAwareClassLoader(java.lang.ClassLoader, org.codehaus.groovy.control.CompilerConfiguration) - Constructor in GrailsAwareClassLoader
-
- GrailsAwareInjectionOperation - Class in org.grails.compiler.injection
A Groovy compiler injection operation that uses a specified array of
ClassInjector instances to attempt AST injection.
- GrailsAwareInjectionOperation(grails.compiler.ast.ClassInjector) - Constructor in GrailsAwareInjectionOperation
-
- GrailsBanner - Class in grails.boot
The default Grails application banner.
- GrailsBanner.DefaultVersionFormatter - Class in grails.boot
The default implementation of the VersionsFormatter.
- GrailsBanner.DefaultVersionFormatter() - Constructor in GrailsBanner.DefaultVersionFormatter
-
- GrailsBanner.DefaultVersionOption - Enum in grails.boot
Enumeration of default version options.
- GrailsBanner.OptionalVersionOption - Enum in grails.boot
Enumeration of optional version options.
- GrailsBanner.VersionOption - Enum in grails.boot
Enumeration of supported version options.
- GrailsBanner.VersionsFormatter - Interface in grails.boot
Strategy interface for formatting version information
into printable lines.
- GrailsBanner() - Constructor in GrailsBanner
-
- GrailsBomAstTransformation - Class in org.grails.cli.compiler
- GrailsBootstrapClass - Interface in grails.web.servlet.bootstrap
Loaded and executed on application load.
- GrailsBootstrapRegistryInitializer - Class in org.apache.grails.core
Registers the
PluginDiscovery in the Spring Boot Bootstrap context so it can be accessed during
the early lifecycle of the application & later promoted to actual bean.
- GrailsByteArrayResource - Class in org.grails.core.io
Hacky version of the ByteArrayResource that implements the
getURL() method, required for the resource to work with Spring's
ServletContextResource.
- GrailsByteArrayResource(byte[], java.lang.String) - Constructor in GrailsByteArrayResource
-
- GrailsBytecodeProvider - Class in org.grails.orm.hibernate.proxy
A BytecodeProvider implementation for Hibernate 7 that provides Groovy-aware proxies.
- GrailsBytecodeProvider() - Constructor in GrailsBytecodeProvider
-
- GrailsCache - Interface in grails.plugin.cache
- GrailsCacheAdminService - Class in grails.plugin.cache
- GrailsCacheAdminService() - Constructor in GrailsCacheAdminService
-
- GrailsCacheKeyGenerator - Interface in grails.plugin.cache
Generates a cache key for the given arguments
- GrailsCacheManager - Interface in org.grails.plugin.cache
- GrailsCacheManagerAware - Trait in org.grails.plugin.cache
A trait for classes that are cache aware
- GrailsClass - Interface in grails.core
Represents any class in a Grails application.
- grailsClassImpl - Field in ArtefactHandlerAdapter
-
- GrailsClasspath - Interface in org.grails.gradle.plugin.model
Gradle ToolingModel class that is used to return Classpath to Grails cli
- GrailsClasspathToolingModelBuilder - Class in org.grails.gradle.plugin.model
Builds the GrailsClasspath instance that contains the URLs of the resolved dependencies
- GrailsClasspathToolingModelBuilder() - Constructor in GrailsClasspathToolingModelBuilder
-
- grailsClassType - Field in ArtefactHandlerAdapter
-
- GrailsClassUtils - Class in grails.util
Utility methods for dealing with Grails class artifacts.
- GrailsCli - Class in org.grails.cli
Main class for the Grails command line.
- GrailsCli.1 - Class in org.grails.cli
- GrailsCli.1() - Constructor in GrailsCli.1
-
- GrailsCli.ExecutionContextImpl - Class in org.grails.cli
- GrailsCli() - Constructor in GrailsCli
-
- GrailsCodeAnalysisExtension - Class in org.apache.grails.buildsrc
- GrailsCodeAnalysisExtension(org.gradle.api.model.ObjectFactory, org.gradle.api.Project) - Constructor in GrailsCodeAnalysisExtension
-
- GrailsCodeAnalysisPlugin - Class in org.apache.grails.buildsrc
Convention plugin for Grails byte code analysis (PMD and SpotBugs).
- GrailsCodeAnalysisPlugin() - Constructor in GrailsCodeAnalysisPlugin
-
- GrailsCodecClass - Interface in org.grails.commons
Provides access to Codec classes.
- GrailsCodeStyleExtension - Class in org.apache.grails.buildsrc
- GrailsCodeStyleExtension(org.gradle.api.model.ObjectFactory, org.gradle.api.Project) - Constructor in GrailsCodeStyleExtension
-
- GrailsCodeStylePlugin - Class in org.apache.grails.buildsrc
Convention plugin for Grails code style enforcement (Checkstyle and CodeNarc).
- GrailsCodeStylePlugin() - Constructor in GrailsCodeStylePlugin
-
- GrailsCompilerAutoConfiguration - Class in org.grails.cli.compiler.autoconfigure
- GrailsCompileStatic - Annotation Type in grails.compiler
- GrailsCompileStaticArtefactsProvider - Class in org.grails.gradle.plugin.core
Publishes the nested grails { compileStatic { controllers / services / tagLibs }} opt-ins
(see BuildSettings#COMPILE_STATIC_CONTROLLERS#COMPILE_STATIC_CONTROLLERS, BuildSettings#COMPILE_STATIC_SERVICES#COMPILE_STATIC_SERVICES
and BuildSettings#COMPILE_STATIC_TAGLIBS#COMPILE_STATIC_TAGLIBS) to the Groovy compiler's worker JVM as system
properties so the CompileStaticArtefactInjector AST transform can stamp
@GrailsCompileStatic onto the matching artefacts.
- GrailsCompileStaticArtefactsProvider(org.grails.gradle.plugin.core.GrailsCompileStaticOptions) - Constructor in GrailsCompileStaticArtefactsProvider
-
- GrailsCompileStaticOptions - Class in org.grails.gradle.plugin.core
Lazy opt-ins for compiling Grails artefacts with @GrailsCompileStatic automatically,
configured through the nested grails { compileStatic { }} block:
- GrailsCompileStaticOptions(org.gradle.api.model.ObjectFactory) - Constructor in GrailsCompileStaticOptions
-
- GrailsConcurrentLinkedMapCache - Class in grails.plugin.cache
- Authors:
- Jakob Drangmeister
- GrailsConcurrentLinkedMapCache(java.lang.String, long) - Constructor in GrailsConcurrentLinkedMapCache
-
Create a new GrailsConcurrentLinkedMapCache with the specified name
and capacity
- GrailsConcurrentLinkedMapCacheManager - Class in grails.plugin.cache
Based on com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.
- GrailsConcurrentLinkedMapCacheManager() - Constructor in GrailsConcurrentLinkedMapCacheManager
-
- GrailsConcurrentMapCache - Class in grails.plugin.cache
Extends the default implementation to return GrailsValueWrapper instances instead of
SimpleValueWrapper.
- GrailsConcurrentMapCache(java.lang.String, ConcurrentMap<Object,Object>, boolean) - Constructor in GrailsConcurrentMapCache
-
- GrailsConcurrentMapCacheManager - Class in grails.plugin.cache
Based on org.springframework.cache.concurrent.ConcurrentMapCacheManager.
- GrailsConcurrentMapCacheManager() - Constructor in GrailsConcurrentMapCacheManager
-
- grailsConfigProperties(grails.core.GrailsApplication) - Method in CoreAutoConfiguration
-
- GrailsConfigurationAware - Interface in grails.core.support
Obtains the Grails ConfigObject via Spring.
- GrailsConfigurationException - Class in org.grails.core.exceptions
- GrailsConfigurationException(java.lang.Throwable) - Constructor in GrailsConfigurationException
-
- grailsConfigurationPaths - Property in AbstractGroovyTemplateCompileTask
-
- grailsConfigurationPaths - Property in GroovyPageForkCompileTask
-
- GrailsConfigUtils - Class in org.grails.web.servlet.context
A common class where shared configurational methods can reside.
- GrailsConsole - Class in grails.build.logging
Utility class for delivering console output in a nicely formatted way.
- GrailsConsole() - Constructor in GrailsConsole
-
- GrailsConsoleAntBuilder - Class in org.grails.build.logging
Silences ant builder output.
- GrailsConsoleAntBuilder() - Constructor in GrailsConsoleAntBuilder
-
- GrailsConsoleBuildListener - Class in org.grails.build.logging
Mainly silences a lot of redundant Ant output.
- GrailsConsoleBuildListener(grails.build.logging.GrailsConsole) - Constructor in GrailsConsoleBuildListener
-
- GrailsConsoleErrorPrintStream - Class in org.grails.build.logging
Used to replace default System.err with one that routes calls through GrailsConsole.
- GrailsConsoleErrorPrintStream(java.io.PrintStream) - Constructor in GrailsConsoleErrorPrintStream
-
- GrailsConsolePrintStream - Class in org.grails.build.logging
Used to replace default System.out with one that routes calls through GrailsConsole.
- GrailsConsolePrintStream(java.io.PrintStream) - Constructor in GrailsConsolePrintStream
-
- GrailsContainerGebExtension - Class in grails.plugin.geb
A Spock Extension that manages the Testcontainers
lifecycle for a
ContainerGebSpec.
- GrailsContainerGebExtension() - Constructor in GrailsContainerGebExtension
-
- GrailsContentBufferingResponse - Class in org.apache.grails.web.layout
- GrailsContentBufferingResponse(jakarta.servlet.http.HttpServletResponse, com.opensymphony.sitemesh.ContentProcessor, com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext) - Constructor in GrailsContentBufferingResponse
-
- GrailsContextEvent - Class in org.grails.spring
Signals various events related to the Grails context loading.
- GrailsContextEvent(org.springframework.web.context.WebApplicationContext, int) - Constructor in GrailsContextEvent
-
- GrailsContextNamespaceHandler - Class in org.grails.spring.context.annotation
Provides custom implementation of component-scan that ignores Groovy closures.
- GrailsControllerClass - Interface in grails.core
Represents a controller class in Grails.
- GrailsControllerUrlMappingInfo - Class in org.grails.web.mapping.mvc
A UrlMappingInfo that holds a reference to the controller to be executed
- GrailsControllerUrlMappingInfo(grails.core.GrailsControllerClass, grails.web.mapping.UrlMappingInfo) - Constructor in GrailsControllerUrlMappingInfo
-
- GrailsControllerUrlMappings - Class in org.grails.web.mapping.mvc
A
UrlMappings implementation that matches URLs directly onto controller instances
- GrailsControllerUrlMappings(grails.core.GrailsApplication, grails.web.mapping.UrlMappings) - Constructor in GrailsControllerUrlMappings
-
- GrailsConventionGroovyPageLocator - Class in org.grails.web.gsp.io
Extended GroovyPageLocator that deals with the details of Grails' conventions
for controllers names, view names and template names
- GrailsCorsConfiguration - Class in grails.web.mapping.cors
A bean that stores config and converts it to the format expected by Spring
- GrailsCorsConfiguration() - Constructor in GrailsCorsConfiguration
-
- GrailsCorsFilter - Class in grails.web.mapping.cors
A class to be registered as a filter for Cors based on Grails configuration
- GrailsCorsFilter(grails.web.mapping.cors.GrailsCorsConfiguration) - Constructor in GrailsCorsFilter
-
- grailsCorsFilter(grails.web.mapping.cors.GrailsCorsConfiguration) - Method in UrlMappingsAutoConfiguration
-
- grailsCorsMapping - Property in GrailsCorsConfiguration
-
- GrailsDataSource - Interface in grails.core
Represents a data source in Grails.
- GrailsDataTckManager - Class in org.apache.grails.data.testing.tck.base
- GrailsDataTckManager() - Constructor in GrailsDataTckManager
-
- GrailsDataTckSpec - Class in org.apache.grails.data.testing.tck.base
- GrailsDataTckSpec() - Constructor in GrailsDataTckSpec
-
- GrailsDefaultCorsConfiguration - Class in grails.web.mapping.cors
A class that stores default CORS settings
- GrailsDefaultCorsConfiguration() - Constructor in GrailsDefaultCorsConfiguration
-
- GrailsDependencyValidatorPlugin - Class in org.apache.grails.buildsrc
Validates that transitive dependencies do not replace versions what the
BOM (grails-bom or grails-gradle-bom) defines.
- GrailsDependencyValidatorPlugin() - Constructor in GrailsDependencyValidatorPlugin
-
- GrailsDependencyVersions - Class in org.grails.cli.boot
Introduces dependency management based on a published BOM file
- GrailsDependencyVersions(groovy.grape.GrapeEngine, java.util.Map) - Constructor in GrailsDependencyVersions
-
- GrailsDispatcherServlet - Class in org.grails.web.servlet.mvc
Simple extension to the Spring DispatcherServlet implementation that makes sure a
GrailsWebRequest is bound
- GrailsDispatcherServlet(org.springframework.web.context.WebApplicationContext) - Constructor in GrailsDispatcherServlet
-
- GrailsDomainBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
- GrailsDomainBinder(java.lang.String, java.lang.String, org.grails.orm.hibernate.cfg.HibernateMappingContext, org.grails.orm.hibernate.cfg.domainbinding.util.NamingStrategyProvider, org.grails.orm.hibernate.cfg.MappingCacheHolder) - Constructor in GrailsDomainBinder
-
- GrailsDomainClass - Interface in grails.core
Represents a persistable Grails domain class.
- GrailsDomainClassAutoConfiguration - Class in org.grails.plugins.domain
- GrailsDomainClassAutoConfiguration(grails.core.GrailsApplication, List<MessageSource>) - Constructor in GrailsDomainClassAutoConfiguration
-
- GrailsDomainClassInjector - Interface in grails.compiler.ast
Mainly just a marker interface for implementations that perform injection on domain classes.
- grailsDomainClassMappingContext - Property in BeanPropertyAccessorFactory
-
- grailsDomainClassMappingContext - Property in DefaultConstraintEvaluatorFactoryBean
-
- grailsDomainClassMappingContext - Property in DomainPropertyFactoryImpl
-
- grailsDomainClassMappingContext(List<ConstraintFactory>) - Method in GrailsDomainClassAutoConfiguration
-
- GrailsDomainException - Class in org.grails.core.exceptions
Thrown when creation of the Grails domain from the Grails domain classes fails.
- GrailsDomainException(java.lang.Throwable) - Constructor in GrailsDomainException
-
- GrailsEclipseConsole - Class in grails.build.logging
This class is meant to keep changes made in support of Eclipse separate from
the standard GrailsConsole implementation.
- GrailsEclipseConsole() - Constructor in GrailsEclipseConsole
-
Create a GrailsConsole that has some customizations to work better with STS.
- GrailsEntityDirtinessStrategy - Class in org.grails.orm.hibernate.dirty
A class to customize Hibernate dirtiness based on Grails DirtyCheckable interface
- GrailsEntityDirtinessStrategy.1 - Class in org.grails.orm.hibernate.dirty
- GrailsEntityDirtinessStrategy.1() - Constructor in GrailsEntityDirtinessStrategy.1
-
- GrailsEntityDirtinessStrategy() - Constructor in GrailsEntityDirtinessStrategy
-
- GrailsEnumType - Enum in org.grails.orm.hibernate.cfg.domainbinding.util
- GrailsEnvironment - Class in grails.web.servlet.context.support
Bridges Grails' existing environment API with the new Spring 3.1 environment profiles API.
- GrailsEnvironment(grails.core.GrailsApplication) - Constructor in GrailsEnvironment
-
- GrailsEnvironmentPostProcessor - Class in grails.boot.config
A Spring Boot EnvironmentPostProcessor that loads plugin.yml or plugin.groovy configuration
files from Grails plugins early in the application lifecycle, before autoconfiguration conditions
(such as @ConditionalOnProperty) are evaluated.
- GrailsException - Class in org.grails.core.exceptions
Base class for all Grails exceptions that are not recoverable.
- GrailsException(java.lang.Throwable) - Constructor in GrailsException
-
- GrailsExceptionResolver - Class in org.grails.web.errors
Wraps any runtime exceptions with a GrailsWrappedException instance.
- GrailsExplodedPlugin - Class in org.grails.gradle.plugin.exploded
Configures a Grails Plugin so that its classes and resources are exploded when running bootRun from a dependent Grails Application
- GrailsExplodedPlugin(org.gradle.api.model.ObjectFactory) - Constructor in GrailsExplodedPlugin
-
- GrailsExtension - Class in org.grails.gradle.plugin.core
A extension to the Gradle plugin to configure Grails settings
- GrailsExtension(org.gradle.api.Project) - Constructor in GrailsExtension
-
- GrailsFactoriesLoader - Class in org.grails.core.io.support
General purpose factory loading mechanism for internal use within the framework.
- GrailsFactoriesLoader() - Constructor in GrailsFactoriesLoader
-
- GrailsFilterOrder - Class in org.grails.web.config.http
Constants for filter ordering in Grails applications.
- GrailsFilters - Enum in org.grails.web.config.http
Stores the default order numbers of all Grails filters for use in configuration.
- GrailsFlashScope - Class in org.grails.web.servlet
Grails implementation of Flash scope (
- See Also:
- FlashScope
- GrailsFlashScope(boolean) - Constructor in GrailsFlashScope
-
- GrailsGebSettings - Class in grails.plugin.geb
- GrailsGebSettings(java.time.LocalDateTime) - Constructor in GrailsGebSettings
-
- GrailsGradlePlugin - Class in org.grails.gradle.plugin.core
The main Grails gradle plugin implementation
- GrailsGradlePlugin(org.gradle.tooling.provider.model.ToolingModelBuilderRegistry) - Constructor in GrailsGradlePlugin
-
- GrailsGraphQLConfiguration - Class in org.grails.gorm.graphql.plugin
- GrailsGraphQLConfiguration() - Constructor in GrailsGraphQLConfiguration
-
- GrailsGraphQLDataBinder - Class in org.grails.gorm.graphql.plugin.binding
A default data binder using Grails data binding
- GrailsGraphQLDataBinder() - Constructor in GrailsGraphQLDataBinder
-
- GrailsGroovydocPlugin - Class in org.apache.grails.buildsrc
- GrailsGroovydocPlugin() - Constructor in GrailsGroovydocPlugin
-
- GrailsGsonViewsPlugin - Class in org.grails.gradle.plugin.views.json
Concrete implementation of plugin for JSON views
- GrailsGsonViewsPlugin() - Constructor in GrailsGsonViewsPlugin
-
- GrailsHibernateConfigurationException - Class in org.grails.orm.hibernate.exceptions
Thrown when configuration Hibernate for GORM features.
- GrailsHibernateConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in GrailsHibernateConfigurationException
-
- GrailsHibernateException - Class in org.grails.orm.hibernate.exceptions
Base exception class for errors related to Hibernate configuration in Grails.
- GrailsHibernateException(java.lang.String, java.lang.Throwable) - Constructor in GrailsHibernateException
-
- GrailsHibernatePersistentEntity - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Common interface for Hibernate persistent entities
- GrailsHibernateQueryUtils - Class in org.grails.orm.hibernate.query
Utility methods for configuring Hibernate queries
- GrailsHibernateTemplate - Class in org.grails.orm.hibernate
- GrailsHibernateTemplate.CloseSuppressingInvocationHandler - Class in org.grails.orm.hibernate
Invocation handler that suppresses close calls on Hibernate Sessions.
- GrailsHibernateTemplate.HibernateCallback - Interface in org.grails.orm.hibernate
- GrailsHibernateTemplate(org.hibernate.SessionFactory, org.grails.orm.hibernate.HibernateDatastore, int) - Constructor in GrailsHibernateTemplate
-
- GrailsHibernateTransactionManager - Class in org.grails.orm.hibernate
Extends the standard class to always set the flush mode to manual when in a read-only transaction.
- GrailsHibernateTransactionManager(org.hibernate.SessionFactory, javax.sql.DataSource, org.hibernate.FlushMode) - Constructor in GrailsHibernateTransactionManager
-
- GrailsHibernateUtil - Class in org.grails.orm.hibernate.cfg
Utility methods for configuring Hibernate inside Grails.
- GrailsHTMLPageParser - Class in org.apache.grails.web.layout
- GrailsHttpSession - Class in grails.web.servlet.mvc
An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map.
- GrailsHttpSession(jakarta.servlet.http.HttpServletRequest) - Constructor in GrailsHttpSession
-
- GrailsIdentifierGeneratorFactory - Class in org.grails.orm.hibernate.cfg
Hibernate IdentifierGeneratorFactory that prefers sequence-identity generator over sequence generator
- GrailsIdentityGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
- GrailsIdentityGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity) - Constructor in GrailsIdentityGenerator
-
- GrailsIJFormatterPlugin - Class in org.apache.grails.buildsrc
- GrailsIJFormatterPlugin() - Constructor in GrailsIJFormatterPlugin
-
- GrailsIncrementGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
Grails-aware increment ID generator.
- GrailsIncrementGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Constructor in GrailsIncrementGenerator
-
- GrailsInterceptorHandlerInterceptorAdapter - Class in org.grails.plugins.web.interceptors
Adapts Grails groovy.lang.Interceptor instances to the Spring HandlerInterceptor interface
- GrailsInterceptorHandlerInterceptorAdapter() - Constructor in GrailsInterceptorHandlerInterceptorAdapter
-
- GrailsJacocoPlugin - Class in org.apache.grails.buildsrc
Convention plugin for JaCoCo code coverage.
- GrailsJacocoPlugin() - Constructor in GrailsJacocoPlugin
-
- GrailsJpaMappingConfigurationStrategy - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
A JpaMappingConfigurationStrategy for Grails/Hibernate that excludes
Spring Errors from being treated as custom types.
- GrailsJpaMappingConfigurationStrategy(org.grails.datastore.mapping.model.MappingFactory) - Constructor in GrailsJpaMappingConfigurationStrategy
-
- GrailsJsonViewHelper - Interface in grails.plugin.json.view.api
Additional methods specific to JSON views
- GrailsJunit4ClassRunner - Class in org.grails.testing.context.junit4
- GrailsJunit4ClassRunner() - Constructor in GrailsJunit4ClassRunner
-
- GrailsLayoutDecoratorMapper - Class in org.apache.grails.web.layout
Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts.
- grailsLayoutPreprocessMode - Field in RenderGrailsLayoutTagLib
-
- GrailsLayoutPreprocessor - Class in org.grails.gsp.compiler
Adds GSP Grails Layout integration directly to compiled GSP.
- GrailsLayoutRenderViewMutator - Class in org.apache.grails.web.layout
- GrailsLayoutRenderViewMutator() - Constructor in GrailsLayoutRenderViewMutator
-
- GrailsLayoutSelector - Interface in grails.web.pages
Interface to override the selected layout during the rendering process.
- GrailsLayoutTagLib - Class in org.grails.plugins.web.taglib
Internal Grails Layout pre-processor tags.
- GrailsLayoutTagLib() - Constructor in GrailsLayoutTagLib
-
- GrailsLayoutView - Class in org.apache.grails.web.layout
- GrailsLayoutView(org.apache.grails.web.layout.GroovyPageLayoutFinder, org.springframework.web.servlet.View, com.opensymphony.sitemesh.ContentProcessor) - Constructor in GrailsLayoutView
-
- GrailsLayoutViewResolver - Class in org.apache.grails.web.layout
- GrailsLayoutViewResolver(org.springframework.web.servlet.ViewResolver, org.apache.grails.web.layout.GroovyPageLayoutFinder) - Constructor in GrailsLayoutViewResolver
-
- GrailsLayoutViewResolverPostProcessor - Class in org.apache.grails.web.layout
This BeanDefinitionRegistryPostProcessor replaces the existing jspViewResolver bean with EmbeddedGrailsLayoutViewResolver
and moves the previous jspViewResolver bean configuration as an inner bean of EmbeddedGrailsLayoutViewResolver to be used as
the innerViewResolver of it.
- GrailsLayoutViewResolverPostProcessor() - Constructor in GrailsLayoutViewResolverPostProcessor
-
- GrailsLazyProxyPrintWriter - Class in org.grails.buffer
- GrailsLazyProxyPrintWriter.DestinationFactory - Interface in org.grails.buffer
Factory to lazily instantiate the destination.
- GrailsLazyProxyPrintWriter(org.grails.buffer.GrailsLazyProxyPrintWriter.DestinationFactory) - Constructor in GrailsLazyProxyPrintWriter
-
- grailsLinkGenerator - Property in DomainRendererRegisterer
-
- grailsLinkGenerator() - Method in UrlMappingsAutoConfiguration
-
- GrailsLiquibase - Class in org.grails.plugins.databasemigration.liquibase
- GrailsLiquibase(org.springframework.context.ApplicationContext) - Constructor in GrailsLiquibase
-
- GrailsLiquibaseFactory - Class in org.grails.plugins.databasemigration.liquibase
- GrailsLiquibaseFactory(org.springframework.context.ApplicationContext) - Constructor in GrailsLiquibaseFactory
-
- GrailsMarkupViewsPlugin - Class in org.grails.gradle.plugin.views.markup
A plugin for compiling markup templates
- GrailsMarkupViewsPlugin() - Constructor in GrailsMarkupViewsPlugin
-
- GrailsMavenResolverGrapeEngineFactory - Class in org.grails.cli.profile.repository
Creates maven resolver engine to resolve profiles.
- GrailsMavenResolverGrapeEngineFactory() - Constructor in GrailsMavenResolverGrapeEngineFactory
-
- GrailsMessageSourceUtils - Class in grails.util
A simple class that selects a single org.springframework.context.MessageSource
when two or more are present in the ApplicationContext.
- GrailsMessageSourceUtils() - Constructor in GrailsMessageSourceUtils
-
- GrailsMetaClassUtils - Class in grails.util
Provides utility methods for working with the Groovy MetaClass API.
- GrailsMockHttpServletRequest - Class in org.grails.plugins.testing
A custom mock HTTP servlet request that provides the extra properties
and methods normally injected by the "servlets" plugin.
- GrailsMockHttpServletRequest(jakarta.servlet.ServletContext) - Constructor in GrailsMockHttpServletRequest
-
- GrailsMockHttpServletResponse - Class in org.grails.plugins.testing
- GrailsMockHttpSession - Class in org.grails.plugins.testing
Simple sub-class of Spring's MockHttpSession that adds support for
map and property notation, i.e.
- GrailsMockHttpSession() - Constructor in GrailsMockHttpSession
-
- GrailsMockMultipartFile - Class in org.grails.plugins.testing
Extends the default Spring MockMultipartFile to provide an implementation of transferTo that
doesn't use the file system.
- GrailsMockMultipartFile(java.lang.String, java.lang.String, java.lang.String, java.io.InputStream) - Constructor in GrailsMockMultipartFile
-
- GrailsMVCException - Class in org.grails.web.servlet.mvc.exceptions
Thrown when an unrecoverable error occurred in the Grails MVC framework.
- GrailsMVCException(java.lang.Throwable) - Constructor in GrailsMVCException
-
- GrailsNamedStrategyContributor - Class in org.grails.orm.hibernate.cfg
- GrailsNameUtils - Class in grails.util
Utility methods for converting between different name types,
for example from class names -> property names and vice-versa.
- GrailsNativeGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
- GrailsNativeGenerator(org.hibernate.generator.GeneratorCreationContext) - Constructor in GrailsNativeGenerator
-
- GrailsNoDecorator - Class in org.apache.grails.web.layout
Grails version of Sitemesh's NoDecorator
- GrailsOpenSessionInViewInterceptor - Class in org.grails.plugin.hibernate.support
Extends the default Spring OSIV to support multiple datasources.
- GrailsPageResponseWrapper - Class in org.apache.grails.web.layout
- GrailsPageResponseWrapper(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, com.opensymphony.module.sitemesh.PageParserSelector) - Constructor in GrailsPageResponseWrapper
-
- GrailsParameterMap - Class in grails.web.servlet.mvc
A parameter map class that allows mixing of request parameters and controller parameters.
- GrailsParameterMap(jakarta.servlet.http.HttpServletRequest) - Constructor in GrailsParameterMap
-
Creates a GrailsParameterMap populating from the given request object
- GrailsPlaceholderConfigurer - Class in org.grails.spring.context.support
Uses Grails' ConfigObject for place holder values.
- GrailsPlaceholderConfigurer() - Constructor in GrailsPlaceholderConfigurer
-
- GrailsPlugin - Interface in grails.plugins
Plugin interface that adds Spring
org.springframework.beans.factory.config.BeanDefinitions to a registry
based on a GrailsApplication object.
- grailsPlugin - Property in HibernateDatastoreSpringInitializer
-
- GrailsPluginApplication - Interface in grails.boot
A marker interface for applications that are also plugins
- GrailsPluginGradlePlugin - Class in org.grails.gradle.plugin.core
A Gradle plugin for Grails plugins
- GrailsPluginGradlePlugin(org.gradle.tooling.provider.model.ToolingModelBuilderRegistry) - Constructor in GrailsPluginGradlePlugin
-
- GrailsPluginInfo - Interface in grails.plugins
Base interface that just contains information about a particular plugin.
- GrailsPluginManager - Interface in grails.plugins
Handles the loading and management of plugins in the Grails framework.
- GrailsPluginSorter - Class in grails.plugins
Canonical topological sort for Grails plugins based on loadAfter
and loadBefore declarations.
- GrailsPrintWriter - Class in org.grails.buffer
PrintWriter implementation that doesn't have synchronization. null object
references are ignored in print methods (nothing gets printed)
- GrailsPrintWriter(java.io.Writer) - Constructor in GrailsPrintWriter
-
- GrailsPrintWriterAdapter - Class in org.grails.buffer
- GrailsPrintWriterAdapter(java.io.Writer) - Constructor in GrailsPrintWriterAdapter
-
- GrailsProfileGradlePlugin - Class in org.grails.gradle.plugin.profiles
A plugin that is capable of compiling a Grails profile into a JAR file for distribution
- GrailsProfileGradlePlugin(org.gradle.api.model.ObjectFactory, org.gradle.api.component.SoftwareComponentFactory) - Constructor in GrailsProfileGradlePlugin
-
- GrailsProfilePublishGradlePlugin - Class in org.grails.gradle.plugin.profiles
A plugin for publishing profiles
- GrailsProfilePublishGradlePlugin(org.gradle.api.model.ObjectFactory) - Constructor in GrailsProfilePublishGradlePlugin
-
- GrailsPropertyBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
- GrailsPropertyBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.EnumTypeBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ComponentBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CollectionBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.OneToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ForeignKeyOneToOneBinder) - Constructor in GrailsPropertyBinder
-
- GrailsPropertyResolver - Class in org.grails.orm.hibernate.cfg.domainbinding.util
Utility class for resolving Grails properties from PersistentClass.
- GrailsProxyFactoryFactory - Class in org.grails.orm.hibernate.proxy
A ProxyFactoryFactory implementation for Hibernate 7 that provides Groovy-aware proxies.
- GrailsProxyFactoryFactory(org.grails.orm.hibernate.proxy.GrailsBytecodeProvider) - Constructor in GrailsProxyFactoryFactory
-
- GrailsQueryException - Class in org.grails.orm.hibernate.exceptions
Base exception class for errors related to Domain class queries in Grails.
- GrailsQueryException(java.lang.String) - Constructor in GrailsQueryException
-
- GrailsQueryFlushMode - Enum in org.grails.orm.hibernate.query
An enum that maps traditional GORM/Hibernate flush modes to Hibernate 7 QueryFlushMode.
- GrailsReleaseNotFoundException - Class in grails.init
- GrailsReleaseNotFoundException(java.lang.String, java.lang.Throwable) - Constructor in GrailsReleaseNotFoundException
-
- GrailsReleaseType - Enum in grails.init
The type of releases that a Grails version may represent
- GrailsRenderViewMutator - Interface in grails.web.pages
Interface to customize the view when rendering
- GrailsRepoSettingsPlugin - Class in org.apache.grails.buildsrc
- GrailsRepoSettingsPlugin() - Constructor in GrailsRepoSettingsPlugin
-
- GrailsRepositoryConfiguration - Class in org.grails.cli.profile.repository
The configuration of a repository.
- GrailsRepositoryConfiguration(java.lang.String, java.net.URI, boolean, java.lang.String, java.lang.String) - Constructor in GrailsRepositoryConfiguration
-
Creates a new GrailsRepositoryConfiguration instance.
- GrailsRequestContext - Interface in org.grails.web.servlet
Defines the methods and objects available during a Grails request context.
- GrailsRequestStateLookupStrategy - Interface in org.grails.web.servlet.mvc
Strategy interface for obtaining details about the currently executing request
- GrailsResource - Class in org.grails.core.io
Bridges Grails and Spring resource APIs
- GrailsResource(org.grails.io.support.Resource) - Constructor in GrailsResource
-
- GrailsResourceUtils - Class in org.grails.io.support
Utility methods for resource handling / figuring out class names.
- GrailsResponseMutator - Interface in grails.web.mvc
Interface to assign to a HttpServletResponse wrapper so on an error, it can be deactivated to not further
change the response.
- GrailsRLikeFunctionContributor - Class in org.grails.orm.hibernate.query
- GrailsRoutablePrintWriter - Class in org.grails.buffer
- GrailsRoutablePrintWriter.DestinationFactory - Interface in org.grails.buffer
Factory to lazily instantiate the destination.
- GrailsRoutablePrintWriter(org.grails.buffer.GrailsRoutablePrintWriter.DestinationFactory) - Constructor in GrailsRoutablePrintWriter
-
- GrailsRunTask - Class in org.grails.gradle.plugin.run
Extension to the standard JavaExec task to run Grails applications
- GrailsRunTask() - Constructor in GrailsRunTask
-
- GrailsRuntimeException - Class in org.grails.core.exceptions
Generic global runtime exception.
- GrailsRuntimeException(java.lang.Throwable) - Constructor in GrailsRuntimeException
-
- GrailsSecondPass - Interface in org.grails.orm.hibernate.cfg.domainbinding.secondpass
- GrailsSequenceGeneratorEnum - Enum in org.grails.orm.hibernate.cfg.domainbinding.generator
Enum for Grails ID generator strategies.
- GrailsSequenceStyleGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
- GrailsSequenceStyleGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in GrailsSequenceStyleGenerator
-
- GrailsSequenceWrapper - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
- GrailsServiceClass - Interface in grails.core
- GrailsSessionContext - Class in org.grails.orm.hibernate
Based on org.springframework.orm.hibernate4.SpringSessionContext.
- GrailsSessionContext(org.hibernate.engine.spi.SessionFactoryImplementor) - Constructor in GrailsSessionContext
-
Constructor.
- GrailsShell - Class in grails.ui.shell
A Shell
- GrailsShell(org.springframework.core.io.ResourceLoader, Class<?>) - Constructor in GrailsShell
-
- GrailsSiteMeshView - Class in org.grails.plugins.sitemesh3
Grails-flavoured SiteMeshView.
- GrailsSiteMeshView(org.springframework.web.servlet.View, org.sitemesh.content.ContentProcessor, DecoratorSelector<SiteMeshContext>, jakarta.servlet.ServletContext, org.springframework.web.servlet.ViewResolver) - Constructor in GrailsSiteMeshView
-
- GrailsSiteMeshViewContext - Class in org.grails.plugins.sitemesh3
Grails-flavoured SiteMeshViewContext that pushes a fresh
Sitemesh3CapturedPage onto the request for the duration of each
decorator dispatch.
- GrailsSiteMeshViewContext(java.lang.String, jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletContext, org.sitemesh.content.ContentProcessor, org.sitemesh.webapp.contentfilter.ResponseMetaData, boolean, org.springframework.web.servlet.ViewResolver, java.util.Locale) - Constructor in GrailsSiteMeshViewContext
-
- GrailsSiteMeshViewResolver - Class in org.grails.plugins.sitemesh3
Grails-flavoured SiteMeshViewResolver that wraps each inner view
with a
GrailsSiteMeshView rather than the upstream default.
- GrailsSiteMeshViewResolver(org.springframework.web.servlet.ViewResolver, org.sitemesh.content.ContentProcessor, DecoratorSelector<SiteMeshContext>, jakarta.servlet.ServletContext) - Constructor in GrailsSiteMeshViewResolver
-
- GrailsSiteMeshViewResolverBeanPostProcessor - Class in org.grails.plugins.sitemesh3
- GrailsSiteMeshViewResolverBeanPostProcessor() - Constructor in GrailsSiteMeshViewResolverBeanPostProcessor
-
- GrailsStringUtils - Class in grails.util
Extra methods for string manipulation
- GrailsStringUtils() - Constructor in GrailsStringUtils
-
- GrailsSwingConsole - Class in grails.ui.console
The Grails console runs Grails embedded within a Swing console instead of within a container like Tomcat
- GrailsSwingConsole(org.springframework.core.io.ResourceLoader, Class<?>) - Constructor in GrailsSwingConsole
-
- GrailsTableGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
- GrailsTableGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in GrailsTableGenerator
-
- GrailsTag - Interface in org.grails.gsp.compiler.tags
Allows to tag implementation to be abstracted from the JSP custom tag spec.. hence allowing
them to be used in direct method calls etc.
- GrailsTagDateHelper - Interface in org.grails.plugins.web
An interface for defining behavior that Grails tags require surrounding dates
- grailsTagDateHelper - Property in FormatTagLib
-
- grailsTagDateHelper - Property in FormTagLib
-
- GrailsTagException - Class in org.grails.taglib
- GrailsTagException(java.lang.String, java.lang.Throwable, java.lang.String, int) - Constructor in GrailsTagException
-
- GrailsTagLibClass - Interface in grails.core.gsp
Represents a Grails tab library class.
- GrailsTagRegistry - Class in org.grails.gsp.compiler.tags
A registry for holding all Grails tag implementations.
- GrailsTestAutowirer - Class in org.grails.test.support
Convenience class to autowire test classes
- GrailsTestAutowirer(org.springframework.context.ApplicationContext) - Constructor in GrailsTestAutowirer
-
- GrailsTestCompilerAutoConfiguration - Class in org.grails.cli.boot
- GrailsTestCompilerAutoConfiguration() - Constructor in GrailsTestCompilerAutoConfiguration
-
- GrailsTestConfiguration - Annotation Type in org.grails.testing.context.junit4
- GrailsTestInterceptor - Class in org.grails.test.support
- GrailsTestInterceptor(java.lang.Object, org.grails.test.support.GrailsTestMode, org.springframework.context.ApplicationContext, java.lang.String) - Constructor in GrailsTestInterceptor
-
- GrailsTestMode - Class in org.grails.test.support
- GrailsTestMode() - Constructor in GrailsTestMode
-
- GrailsTestRequestEnvironmentInterceptor - Class in org.grails.test.support
Establishes a “mock” request environment suitable for running tests in.
- GrailsTestRequestEnvironmentInterceptor(org.springframework.context.ApplicationContext) - Constructor in GrailsTestRequestEnvironmentInterceptor
-
- GrailsTestTransactionInterceptor - Class in org.grails.test.support
Establishes a rollback only transaction for running a test in.
- GrailsTestTransactionInterceptor(org.springframework.context.ApplicationContext) - Constructor in GrailsTestTransactionInterceptor
-
- GrailsTransactionAttribute - Class in grails.gorm.transactions
- GrailsTransactionAttribute(org.springframework.transaction.interceptor.RuleBasedTransactionAttribute) - Constructor in GrailsTransactionAttribute
-
- GrailsTransactionTemplate - Class in grails.gorm.transactions
Template class that simplifies programmatic transaction demarcation and
transaction exception handling.
- GrailsTransactionTemplate.1 - Class in grails.gorm.transactions
- GrailsTransactionTemplate.1() - Constructor in GrailsTransactionTemplate.1
-
- GrailsTransactionTemplate.2 - Class in grails.gorm.transactions
- GrailsTransactionTemplate.2() - Constructor in GrailsTransactionTemplate.2
-
- GrailsTransactionTemplate(org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.transactions.CustomizableRollbackTransactionAttribute) - Constructor in GrailsTransactionTemplate
-
- GrailsTypeChecked - Annotation Type in grails.compiler
- GrailsUnitTest - Trait in org.grails.testing
- GrailsUpdater - Class in grails.init
Handles updating the grails-cli shadowJar under `~/.grails/wrapper`
- GrailsUpdater(LinkedHashSet<GrailsReleaseType>, grails.init.GrailsVersion, java.lang.String) - Constructor in GrailsUpdater
-
- Parameters:
allowedTypes - the release types that are allowed to be updated to
- grailsUrlConverter - Property in DefaultLinkGenerator
-
- GrailsUrlMappingsClass - Interface in grails.core
Loads the UrlMappings.
- grailsUrlMappingsHolder - Property in ApplicationTagLib
-
- GrailsUrlPathHelper - Class in org.grails.web.servlet
Extends the default Spring UrlPathHelper and makes methods Grails path aware.
- GrailsUtil - Class in grails.util
Grails utility methods for command line and GUI applications.
- GrailsValueWrapper - Class in grails.plugin.cache
Extends the standard implementation to also include the native wrapper instance.
- GrailsValueWrapper(java.lang.Object, java.lang.Object) - Constructor in GrailsValueWrapper
-
- GrailsVersion - Class in grails.init
Assists in parsing grails versions and sorting them by priority
- grailsVersion - Property in CacheGrailsPlugin
-
- grailsVersion - Property in ControllersAsyncGrailsPlugin
-
- grailsVersion - Property in CreateAppCommand.CreateAppCommandObject
-
- grailsVersion - Property in DatabaseMigrationGrailsPlugin
-
- grailsVersion - Property in EventBusGrailsPlugin
-
- grailsVersion - Property in FieldsGrailsPlugin
-
- grailsVersion - Property in GebGrailsPlugin
-
- grailsVersion - Property in GormGraphqlGrailsPlugin
-
- GrailsVersion(java.lang.String) - Constructor in GrailsVersion
-
- Parameters:
version - the grails version number
- grailsVersion - Property in GroovyPagesGrailsPlugin
-
- grailsVersion - Property in GroovyScriptCommand
-
The version of Grails being used
- grailsVersion - Property in HibernateGrailsPlugin
-
- grailsVersion - Property in JsonViewGrailsPlugin
-
- grailsVersion - Property in LayoutGrailsPlugin
-
- grailsVersion - Property in MarkupViewGrailsPlugin
-
- grailsVersion - Property in MongodbGrailsPlugin
-
- grailsVersion - Property in ScaffoldingGrailsPlugin
-
- grailsVersion - Property in Sitemesh3GrailsPlugin
-
- GrailsVersionUtils - Class in grails.plugins
- GrailsVersionUtils() - Constructor in GrailsVersionUtils
-
- GrailsView - Trait in grails.views.api
A trait for all view types to extend to add methods to generate links, render other templates and so on
- GrailsViewBufferingResponse - Class in org.apache.grails.web.layout
- GrailsViewBufferingResponse(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) - Constructor in GrailsViewBufferingResponse
-
- GrailsViewHelper - Interface in grails.views.api
Methods available via the 'g' namespace in views
- GrailsViewResolver - Interface in org.grails.web.servlet.view
- GrailsViewTemplate - Class in grails.views
- GrailsViewTemplate() - Constructor in GrailsViewTemplate
-
- GrailsViolationAggregationPlugin - Class in org.apache.grails.buildsrc
Root-only convention plugin that aggregates code-style violation XML reports and JaCoCo coverage
CSV reports into human-readable Markdown files under build/reports/violations/.
- GrailsViolationAggregationPlugin() - Constructor in GrailsViolationAggregationPlugin
-
- GrailsWebApplicationContext - Class in grails.web.servlet.context
A WebApplicationContext that extends StaticApplicationContext to allow for programmatic
configuration at runtime.
- GrailsWebApplicationContext(org.springframework.beans.factory.support.DefaultListableBeanFactory, org.springframework.context.ApplicationContext, grails.core.GrailsApplication) - Constructor in GrailsWebApplicationContext
-
- GrailsWebDataBinder - Class in grails.web.databinding
- GrailsWebDataBinder.1 - Class in grails.web.databinding
- GrailsWebDataBinder.1() - Constructor in GrailsWebDataBinder.1
-
- grailsWebDataBinder(grails.core.GrailsApplication, grails.databinding.converters.ValueConverter, grails.databinding.converters.FormattedValueConverter, grails.databinding.TypedStructuredBindingEditor, grails.databinding.events.DataBindingListener) - Method in DataBindingConfiguration
-
- GrailsWebDataBinder(grails.core.GrailsApplication) - Constructor in GrailsWebDataBinder
-
- GrailsWebDataBindingListener - Class in org.grails.web.databinding
- GrailsWebDataBindingListener(org.springframework.context.MessageSource) - Constructor in GrailsWebDataBindingListener
-
- GrailsWebGradlePlugin - Class in org.grails.gradle.plugin.web
Adds web specific extensions
- GrailsWebGradlePlugin(org.gradle.tooling.provider.model.ToolingModelBuilderRegistry) - Constructor in GrailsWebGradlePlugin
-
- GrailsWebMockUtil - Class in grails.util
- GrailsWebMockUtil() - Constructor in GrailsWebMockUtil
-
- GrailsWebPluginManager - Class in grails.web.servlet.plugins
- GrailsWebPluginManager(grails.core.GrailsApplication, org.apache.grails.core.plugins.PluginDiscovery) - Constructor in GrailsWebPluginManager
-
- GrailsWebRequest - Class in org.grails.web.servlet.mvc
Encapsulates a Grails request.
- GrailsWebRequest(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, jakarta.servlet.ServletContext, org.springframework.context.ApplicationContext) - Constructor in GrailsWebRequest
-
- GrailsWebRequestFilter - Class in org.grails.web.servlet.mvc
- grailsWebRequestFilter(org.springframework.context.ApplicationContext) - Method in ControllersAutoConfiguration
-
- GrailsWebUnitTest - Trait in grails.testing.web
- GrailsWebUtil - Class in grails.util
Utility methods for clients using the web framework.
- GrailsWrappedRuntimeException - Class in org.grails.web.errors
Wraps a Grails RuntimeException and attempts to extract more relevent diagnostic messages
from the stack trace.
- GrailsWrappedRuntimeException(jakarta.servlet.ServletContext, java.lang.Throwable) - Constructor in GrailsWrappedRuntimeException
-
- Parameters:
servletContext - The ServletContext instance
- GrailsWrappedWriter - Interface in org.grails.buffer
- GrailsWrapper - Class in grails.init
The purpose of this class is to download the expanded Grails wrapper jars into GRAILS_WRAPPER_HOME (defaults to `.grails` in the user home folder)
This class is not meant to be distributed as part of SDKMAN since we'll distribute the expanded jars with it.
- GrailsWrapper() - Constructor in GrailsWrapper
-
- GrailsWrapperHome - Class in grails.init
Helper class for managing the `grails-cli` jar files in the Grails Wrapper home directory.
- GrailsWrapperHome(LinkedHashSet<GrailsReleaseType>, java.lang.String) - Constructor in GrailsWrapperHome
-
- GrailsWrapperRepo - Class in grails.init
Helper class to locate the remote or local repository for the `grails-cli`
- grapeEngine - Property in MavenProfileRepository
-
- GrapeEngineInstaller - Class in org.grails.cli.compiler.grape
Utility to install a specific groovy.grape.Grape engine with Groovy.
- GrapeRootRepositorySystemSessionAutoConfiguration - Class in org.grails.cli.compiler.grape
Honours the configuration of grape.root by customizing the session's local
repository location.
- GraphDatastore - Interface in org.grails.datastore.mapping.graph
Marker interface for a Datastore that is a Graph
- GraphQL - Annotation Type in org.grails.gorm.graphql
Annotation used to supply metadata to GraphQL.
- graphql(java.lang.String, Class<T>) - Method in GraphQLSpec.GraphQLRequestHelper
-
- GRAPHQL_MIME - Field in GormGraphqlGrailsPlugin
-
- GraphQLByteArray - Field in CustomScalars
-
- GraphQLCharacterArray - Field in CustomScalars
-
- GraphQLContextBuilder - Interface in org.grails.gorm.graphql.plugin
- GraphQLCurrency - Field in CustomScalars
-
- GraphQLDataBinder - Interface in org.grails.gorm.graphql.binding
An interface to bind data from GraphQL to a GORM entity
- GraphQLDataBinderManager - Interface in org.grails.gorm.graphql.binding.manager
An interface to describe a manager that will store
and return instances of data binders to be used
with GraphQL operations on GORM entities
- GraphQLDataFetcherManager - Interface in org.grails.gorm.graphql.fetcher.manager
An interface to register and retrieve data fetcher instances
- GraphQLDataFetcherType - Enum in org.grails.gorm.graphql.fetcher
An enum defining the different data fetcher types and their
required interfaces
- GraphQLDeleteResponseHandler - Interface in org.grails.gorm.graphql.response.delete
Responsible for determining the data available in a GraphQL delete mutation response
- GraphQLDomainProperty - Interface in org.grails.gorm.graphql.entity.property
An interface to describe a property to be used in the
creation of a GraphQL schema
- GraphQLDomainPropertyManager - Interface in org.grails.gorm.graphql.entity.property.manager
An interface to describe a class creates builder instances that retrieve
GraphQLDomainProperty instances based on conditions
- GraphQLDomainPropertyManager.Builder - Interface in org.grails.gorm.graphql.entity.property.manager
- GraphQLEntityHelper - Class in org.grails.gorm.graphql
A helper class to get GraphQL mappings and descriptions for GORM entities
- GraphQLEntityHelper() - Constructor in GraphQLEntityHelper
-
- GraphQLEntityNamingConvention - Class in org.grails.gorm.graphql.entity
A class to return the names of class types and query/mutation names
- GraphQLEntityNamingConvention() - Constructor in GraphQLEntityNamingConvention
-
- GraphQLErrorsResponseHandler - Interface in org.grails.gorm.graphql.response.errors
Responsible for defining what data is available in a response
to return validation errors to the user
- GraphQLFetcherInterceptor - Interface in org.grails.gorm.graphql.interceptor
Interface to describe a class that can intercept GraphQL data
fetchers and prevent the execution of their functionality.
- GraphQLInterceptorManager - Interface in org.grails.gorm.graphql.interceptor.manager
Describes a class that stores and retrieves fetcher interceptor
instances based on a class
- GraphQLMapping - Class in org.grails.gorm.graphql.entity.dsl
DSL to provide GraphQL specific data for a GORM entity
- GraphQLMapping() - Constructor in GraphQLMapping
-
- GraphQLOperationType - Enum in org.grails.gorm.graphql.types
An enum to store the base operations provided
- GraphQLPaginationResponseHandler - Interface in org.grails.gorm.graphql.response.pagination
Defines how a pagination response is defined and built
- GraphQLPostProcessor - Class in org.grails.gorm.graphql.plugin
- GraphQLPostProcessor() - Constructor in GraphQLPostProcessor
-
- GraphQLPropertyMapping - Class in org.grails.gorm.graphql.entity.dsl
Builder to provide GraphQL specific data for a GORM entity property
- GraphQLPropertyMapping() - Constructor in GraphQLPropertyMapping
-
- GraphQLPropertyType - Enum in org.grails.gorm.graphql.types
Represents what type of property is being created
- GraphQLRequest - Class in org.grails.gorm.graphql.plugin
- GraphQLRequest() - Constructor in GraphQLRequest
-
- GraphQLRequestUtils - Class in org.grails.gorm.graphql.plugin
- GraphQLRequestUtils() - Constructor in GraphQLRequestUtils
-
- graphQLRequestWithBodyAndMimeTypes(java.lang.String, grails.web.mime.MimeType) - Method in GraphQLRequestUtils
-
- graphQLRequestWithGraphqlBody(java.lang.String) - Method in GraphQLRequestUtils
-
- graphQLRequestWithJSONBody(java.lang.String) - Method in GraphQLRequestUtils
-
- graphQLRequestWithParams(grails.web.servlet.mvc.GrailsParameterMap) - Method in GraphQLRequestUtils
-
- graphQLSchema - Property in MockDataFetchingEnvironment
-
- GraphQLSchemaInterceptor - Interface in org.grails.gorm.graphql.interceptor
Interface to describe a class that can modify the fields and types used
to build the GraphQL schema.
- GraphQLSchemaSpec - Trait in org.grails.gorm.graphql.testing
- GraphQLServiceManager - Class in org.grails.gorm.graphql
Used to store references to the actual implementations of most of
the interfaces used in the project to make it easier to pass
multiple managers (services) to methods.
- GraphQLServiceManager() - Constructor in GraphQLServiceManager
-
- GraphQLSpec - Trait in org.grails.gorm.graphql.plugin.testing
- GraphQLSpec.GraphQLRequestHelper - Class in org.grails.gorm.graphql.plugin.testing
- GraphQLSpec.GraphQLRequestHelper() - Constructor in GraphQLSpec.GraphQLRequestHelper
-
- GraphQLSqlDate - Field in CustomScalars
-
- GraphQLTime - Field in CustomScalars
-
- GraphQLTimestamp - Field in CustomScalars
-
- GraphQLTimeZone - Field in CustomScalars
-
- GraphQLTypeManager - Interface in org.grails.gorm.graphql.types
An interface for handling type conversion and creation with GraphQL.
- GraphQLURI - Field in CustomScalars
-
- GraphQLURL - Field in CustomScalars
-
- GraphQLUUID - Field in CustomScalars
-
- GREATER_THAN - Field in AbstractHibernateCriteriaBuilder
-
- GREATER_THAN - Enum Constant in CriteriaMethods
-
- GREATER_THAN_OR_EQUAL - Field in AbstractHibernateCriteriaBuilder
-
- GREATER_THAN_OR_EQUAL - Enum Constant in CriteriaMethods
-
- GREATER_THAN_OR_EQUAL_PROPERTY - Field in AbstractHibernateCriteriaBuilder
-
- GREATER_THAN_OR_EQUAL_PROPERTY - Enum Constant in CriteriaMethods
-
- GREATER_THAN_PROPERTY - Field in AbstractHibernateCriteriaBuilder
-
- GREATER_THAN_PROPERTY - Enum Constant in CriteriaMethods
-
- GreaterThan(java.lang.String) - Constructor in MethodExpression.GreaterThan
-
- GreaterThan(java.lang.String, java.lang.Object) - Constructor in Query.GreaterThan
-
- GreaterThanAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanAll
-
- GreaterThanEquals(java.lang.String) - Constructor in MethodExpression.GreaterThanEquals
-
- GreaterThanEquals(java.lang.String, java.lang.Object) - Constructor in Query.GreaterThanEquals
-
- GreaterThanEqualsAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanEqualsAll
-
- GreaterThanEqualsProperty(java.lang.String, java.lang.String) - Constructor in Query.GreaterThanEqualsProperty
-
- GreaterThanEqualsSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanEqualsSome
-
- GreaterThanProperty(java.lang.String, java.lang.String) - Constructor in Query.GreaterThanProperty
-
- GreaterThanSome(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.GreaterThanSome
-
- GROOVY - Enum Constant in GrailsBanner.DefaultVersionOption
-
- GROOVY - Enum Constant in GrailsBanner.VersionOption
-
- GROOVY_OBJECT_CLASS - Field in KeyValueMappingContext
-
- GROOVY_OBJECT_CLASS_NODE - Field in DelegateAsyncTransformation
-
- GROOVY_PAGES_TEMPLATE_ENGINE - Field in WebCleanupInterceptor
-
- GROOVY_PAGES_TEMPLATE_RENDERER - Field in WebCleanupInterceptor
-
- GROOVY_PROXY_FACTORY_NAME - Field in AbstractMappingContext
-
- GROOVY_SOURCE_CHAR_ENCODING - Field in GroovyPageParser
-
- GroovyAwareAspectJAwareAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
Enables AspectJ weaving from the application context.
- GroovyAwareInfrastructureAdvisorAutoProxyCreator - Class in org.grails.spring.aop.autoproxy
Tells Spring always to proxy Groovy classes.
- GroovyAwareNamedTransactionAttributeSource - Class in org.grails.transaction
- GroovyBeanMarshaller - Class in org.grails.web.converters.marshaller.xml
- Authors:
- Siegfried Puchbauer
- GroovyBeansTransformation - Class in org.grails.cli.compiler
org.codehaus.groovy.transform.ASTTransformation to resolve beans declarations inside application source
files.
- GroovyChange - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based change.
- GroovyChange.1 - Class in org.grails.plugins.databasemigration.liquibase
- GroovyChange.1() - Constructor in GroovyChange.1
-
- GroovyChange() - Constructor in GroovyChange
-
- GroovyChangeLogParser - Class in org.grails.plugins.databasemigration.liquibase
- GroovyChangeLogParser() - Constructor in GroovyChangeLogParser
-
- GroovyChangeLogSerializer - Class in org.grails.plugins.databasemigration.liquibase
- GroovyChangeLogSerializer() - Constructor in GroovyChangeLogSerializer
-
- groovyClassLoader - Property in CodeGenConfig
-
- GroovyCollectTag - Class in org.grails.gsp.compiler.tags
Example:
<gr:collect in="${thing" expr="it.length() == 3">
- GroovyCompiler - Class in org.grails.cli.compiler
Compiler for Groovy sources.
- GroovyCompiler(org.grails.cli.compiler.GroovyCompilerConfiguration) - Constructor in GroovyCompiler
-
- GroovyCompilerConfiguration - Interface in org.grails.cli.compiler
- GroovyCompilerScope - Enum in org.grails.cli.compiler
The scope in which a groovy compiler operates.
- GroovyConfigPropertySourceLoader - Class in org.grails.core.cfg
Adds support for defining a 'application.groovy' file in ConfigSlurper format in order to configure Spring Boot within Grails
- GroovyConfigPropertySourceLoader() - Constructor in GroovyConfigPropertySourceLoader
-
- GroovyConsoleApplicationContext - Class in grails.ui.console.support
An org.springframework.context.ApplicationContext that loads the GroovyConsole and makes the ApplicationContext and Grails environment available to the console
- GroovyConsoleApplicationContext.1 - Class in grails.ui.console.support
- GroovyConsoleApplicationContext.1() - Constructor in GroovyConsoleApplicationContext.1
-
- GroovyConsoleApplicationContext() - Constructor in GroovyConsoleApplicationContext
-
- GroovyConsoleWebApplicationContext - Class in grails.ui.console.support
A {@org.springframework.web.context.WebApplicationContext} for use in the embedded Grails console
- GroovyConsoleWebApplicationContext.1 - Class in grails.ui.console.support
- GroovyConsoleWebApplicationContext.1() - Constructor in GroovyConsoleWebApplicationContext.1
-
- GroovyConsoleWebApplicationContext() - Constructor in GroovyConsoleWebApplicationContext
-
- GroovyDefTag - Class in org.grails.gsp.compiler.tags
Allows defining of variables within the page context.
- GroovyDiffToChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
- GroovyDiffToChangeLogCommandStep() - Constructor in GroovyDiffToChangeLogCommandStep
-
- GroovydocEnhancerExtension - Class in org.apache.grails.buildsrc
Extension for configuring the Groovydoc Enhancer convention plugin.
- GroovydocEnhancerExtension(org.gradle.api.model.ObjectFactory, org.gradle.api.Project) - Constructor in GroovydocEnhancerExtension
-
- GroovydocEnhancerPlugin - Class in org.apache.grails.buildsrc
- GroovydocEnhancerPlugin() - Constructor in GroovydocEnhancerPlugin
-
- GroovyEachTag - Class in org.grails.gsp.compiler.tags
- GroovyEclipseCompilationHelper - Class in org.grails.compiler.injection
- GroovyEclipseCompilationHelper() - Constructor in GroovyEclipseCompilationHelper
-
- GroovyElseIfTag - Class in org.grails.gsp.compiler.tags
- GroovyElseTag - Class in org.grails.gsp.compiler.tags
- GroovyFindAllTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyGenerateChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
- GroovyGenerateChangeLogCommandStep() - Constructor in GroovyGenerateChangeLogCommandStep
-
- GroovyGrepTag - Class in org.grails.gsp.compiler.tags
Example:
- GroovyIfTag - Class in org.grails.gsp.compiler.tags
- GroovyObjectMethodHandler - Class in org.grails.datastore.mapping.proxy
Javassist MethodHandler for handling GroovyObject methods
- GroovyObjectMethodHandler(Class<?>) - Constructor in GroovyObjectMethodHandler
-
- GroovyPage - Class in org.grails.gsp
- GroovyPage() - Constructor in GroovyPage
-
- GroovyPageAttributes - Class in org.grails.taglib
Defines attributes passed to a GSP tag.
- GroovyPageAttributes(java.util.Map, boolean) - Constructor in GroovyPageAttributes
-
- GroovyPageBinding - Class in org.grails.gsp
Script Binding that is used in GSP evaluation.
- GroovyPageBinding(java.lang.String) - Constructor in GroovyPageBinding
-
- GroovyPageBytecodeOptimizer - Class in org.grails.gsp.compiler.transform
- GroovyPageClassLoader - Class in org.grails.gsp
A class loader that is aware of Groovy Pages and injection operations.
- GroovyPageClassLoader(java.lang.ClassLoader, org.codehaus.groovy.control.CompilerConfiguration) - Constructor in GroovyPageClassLoader
-
- GroovyPageCompiledScriptSource - Class in org.grails.gsp.io
Represents a pre-compiled GSP.
- GroovyPageCompiledScriptSource(java.lang.String, java.lang.String, Class<?>) - Constructor in GroovyPageCompiledScriptSource
-
- GroovyPageCompiler - Class in org.grails.gsp.compiler
Used to compile GSP files into a specified target directory.
- GroovyPageCompiler() - Constructor in GroovyPageCompiler
-
- GroovyPageCompilerTask - Class in org.grails.web.pages
An Ant task used for compiling GSP sources.
- GroovyPageCompilerTask() - Constructor in GroovyPageCompilerTask
-
- GroovyPageForkCompileTask - Class in org.grails.gradle.plugin.views.gsp
Abstract Gradle task for compiling templates, using GroovyPageForkedCompiler
This Task is a Forked Java Task that is configurable with fork options provided
by ViewCompileOptions
- GroovyPageForkCompileTask.1 - Class in org.grails.gradle.plugin.views.gsp
- GroovyPageForkCompileTask.1() - Constructor in GroovyPageForkCompileTask.1
-
- GroovyPageForkCompileTask(org.gradle.process.ExecOperations, org.gradle.api.model.ObjectFactory) - Constructor in GroovyPageForkCompileTask
-
- GroovyPageForkedCompiler - Class in org.grails.web.pages
A Forked Compiler for use (typically by Gradle)
- GroovyPageForkedCompiler(java.io.File, java.io.File, java.io.File) - Constructor in GroovyPageForkedCompiler
-
- GroovyPageInjectionOperation - Class in org.grails.gsp.compiler.transform
A GroovyPage compiler injection operation that uses a specified array of ClassInjector instances to
attempt AST injection.
- GroovyPageInjector - Interface in grails.compiler.ast
Extended marker interface that indicates this ClassInjector applies to GSPs.
- GroovyPageLayoutFinder - Class in org.apache.grails.web.layout
Provides the logic for GrailsLayoutDecoratorMapper without so many ties to
the Sitemesh API.
- groovyPageLayoutFinder - Field in EmbeddedGrailsLayoutViewResolver
-
- groovyPageLayoutFinder - Property in GrailsLayoutRenderViewMutator
-
- groovyPageLayoutFinder - Property in RenderGrailsLayoutTagLib
-
- GroovyPageLocator - Interface in org.grails.gsp.io
Used to locate GSPs whether in development or WAR deployed mode.
- groovyPageLocator - Property in AbstractLinkingRenderer
-
- groovyPageLocator - Property in DefaultJsonRenderer
-
- groovyPageLocator - Property in DefaultRendererRegistry
-
- groovyPageLocator - Property in DefaultXmlRenderer
-
- groovyPageLocator - Property in FormFieldsTemplateService
-
- groovyPageLocator - Field in GroovyPageViewResolver
-
- groovyPageLocator - Property in PageRenderer
-
- GroovyPageMetaInfo - Class in org.grails.gsp
Encapsulates the information necessary to describe a GSP.
- GroovyPageMetaInfo(Class<?>) - Constructor in GroovyPageMetaInfo
-
- GroovyPageParser - Class in org.grails.gsp.compiler
NOTE: Based on work done by the GSP standalone project (https://gsp.dev.java.net/).
- GroovyPageParser(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, grails.config.ConfigMap) - Constructor in GroovyPageParser
-
- GroovyPagePlugin - Class in org.grails.gradle.plugin.views.gsp
A plugin that adds support for compiling Groovy Server Pages (GSP)
- GroovyPagePlugin() - Constructor in GroovyPagePlugin
-
- GroovyPageResourceLoader - Class in org.grails.gsp
A StaticResourceLoader that loads GSPs from a local grails-app folder instead of from WEB-INF in
development mode.
- GroovyPageResourceScriptSource - Class in org.grails.gsp.io
- GroovyPageResourceScriptSource(java.lang.String, org.springframework.core.io.Resource) - Constructor in GroovyPageResourceScriptSource
-
Create a new ResourceScriptSource for the given resource.
- groovyPages - Property in GrailsWebUnitTest
-
- GroovyPageScriptSource - Interface in org.grails.gsp.io
- GroovyPagesException - Class in org.grails.gsp
Thrown when processing GSP pages.
- GroovyPagesException(java.lang.String) - Constructor in GroovyPagesException
-
- GroovyPagesGrailsPlugin - Class in org.grails.plugins.web
Sets up and configures the GSP and GSP tag library support in Grails.
- GroovyPagesGrailsPlugin() - Constructor in GroovyPagesGrailsPlugin
-
- GroovyPagesJspApplicationContext - Class in org.grails.gsp.jsp
- GroovyPagesJspApplicationContext() - Constructor in GroovyPagesJspApplicationContext
-
- GroovyPagesJspFactory - Class in org.grails.gsp.jsp
- GroovyPagesJspFactory() - Constructor in GroovyPagesJspFactory
-
- GroovyPagesMetaUtils - Class in org.grails.gsp
- GroovyPagesMetaUtils() - Constructor in GroovyPagesMetaUtils
-
- GroovyPageSourceDecorator - Interface in org.grails.gsp
- GroovyPagesPageContext - Class in org.grails.gsp.jsp
A JSP PageContext implementation for use with GSP.
- GroovyPagesPageContext() - Constructor in GroovyPagesPageContext
-
- GroovyPagesPostProcessor - Class in org.grails.plugins.web
Registers a jspViewResolver bean definition if one does not already exist.
- GroovyPagesPostProcessor() - Constructor in GroovyPagesPostProcessor
-
- GroovyPagesServlet - Class in org.grails.web.pages
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
Main servlet class.
- GroovyPagesServlet() - Constructor in GroovyPagesServlet
-
- GroovyPageStaticResourceLocator - Class in org.grails.gsp.io
- GroovyPagesTemplateEngine - Class in org.grails.gsp
Based on (but not extending) the existing TemplateEngine implementations
within Groovy.
- GroovyPagesTemplateEngine() - Constructor in GroovyPagesTemplateEngine
-
- groovyPagesTemplateEngine - Property in RenderGrailsLayoutTagLib
-
- GroovyPagesTemplateRenderer - Class in org.grails.web.gsp
Service that provides the actual implementation to RenderTagLib's render tag.
- groovyPagesTemplateRenderer - Property in RenderTagLib
-
- GroovyPagesUriService - Interface in grails.web.pages
Provides methods to lookup URIs of views and templates.
- GroovyPagesUriSupport - Class in org.grails.web.pages
Methods to establish template names, paths and so on.
- GroovyPageTagWriter - Class in org.grails.taglib
A temporary writer used by GSP to write to a StringWriter and later retrieve the value.
- GroovyPageTagWriter() - Constructor in GroovyPageTagWriter
-
- GroovyPageTemplate - Class in org.grails.gsp
Knows how to make in instance of GroovyPageWritable.
- GroovyPageTemplate(org.grails.gsp.GroovyPageMetaInfo, org.grails.taglib.encoder.OutputContextLookup) - Constructor in GroovyPageTemplate
-
- GroovyPageTypeCheckingConfig - Annotation Type in org.grails.gsp.compiler
- GroovyPageTypeCheckingExtension - Class in org.grails.gsp.compiler
CompileStatic type checking extension for GSPs
- GroovyPageTypeCheckingExtension() - Constructor in GroovyPageTypeCheckingExtension
-
- GroovyPageUnitTestResourceLoader - Class in org.grails.testing.runtime.support
A org.springframework.core.io.ResourceLoader implementation
that loads GSP views relative to the project base directory for unit tests.
- GroovyPageUnitTestResourceLoader(Map<String,String>) - Constructor in GroovyPageUnitTestResourceLoader
-
- GroovyPageView - Class in org.grails.web.servlet.view
A Spring View that renders Groovy Server Pages to the response.
- GroovyPageViewResolver - Class in org.grails.web.servlet.view
Evaluates the existance of a view for different extensions choosing which one to delegate to.
- GroovyPageViewResolver(org.grails.gsp.GroovyPagesTemplateEngine, org.grails.web.gsp.io.GrailsConventionGroovyPageLocator) - Constructor in GroovyPageViewResolver
-
- GroovyPageWritable - Class in org.grails.gsp
Writes itself to the specified writer, typically the response writer.
- GroovyPageWritable(org.grails.gsp.GroovyPageMetaInfo, org.grails.taglib.encoder.OutputContextLookup, boolean) - Constructor in GroovyPageWritable
-
- GroovyPrecondition - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based precondition.
- GroovyPrecondition.1 - Class in org.grails.plugins.databasemigration.liquibase
- GroovyPrecondition.1() - Constructor in GroovyPrecondition.1
-
- GroovyPrecondition() - Constructor in GroovyPrecondition
-
- GroovyProxyFactory - Class in org.grails.datastore.gorm.proxy
Implements the proxy interface and creates a Groovy proxy by passing the need for javassist style proxies
and all the problems they bring.
- GroovyProxyFactory() - Constructor in GroovyProxyFactory
-
- GroovyProxyInterceptorLogic - Class in org.grails.orm.hibernate.proxy
Pure logic for Groovy proxy interception and handling, decoupled from Hibernate.
- GroovyProxyInterceptorLogic.InterceptorState - Record in org.grails.orm.hibernate.proxy
- GroovyProxySpec - Class in org.apache.grails.data.testing.tck.tests
- GroovyProxySpec() - Constructor in GroovyProxySpec
-
- GroovyScriptCommand - Class in org.grails.cli.profile.commands.script
A base class for Groovy scripts that implement commands
- GroovyScriptCommand() - Constructor in GroovyScriptCommand
-
- GroovyScriptCommandFactory - Class in org.grails.cli.profile.commands.factory
- GroovyScriptCommandFactory() - Constructor in GroovyScriptCommandFactory
-
- GroovyScriptCommandTransform - Class in org.grails.cli.profile.commands.script
Transformation applied to command scripts
- GroovyScriptCommandTransform.CommandScriptTransformer - Class in org.grails.cli.profile.commands.script
- GroovyScriptCommandTransform() - Constructor in GroovyScriptCommandTransform
-
- GroovyshApplicationContext - Class in grails.ui.shell.support
- GroovyshApplicationContext() - Constructor in GroovyshApplicationContext
-
- GroovyshWebApplicationContext - Class in grails.ui.shell.support
- GroovyshWebApplicationContext() - Constructor in GroovyshWebApplicationContext
-
- GroovySyntaxTag - Class in org.grails.gsp.compiler.tags
- GroovyTemplate - Class in org.grails.cli.groovy
Helpful utilities for working with Groovy groovy.text.Templates.
- GroovyTemplatesCompilerAutoConfiguration - Class in org.grails.cli.compiler.autoconfigure
CompilerAutoConfiguration for Groovy Templates (outside MVC).
- GroovyTransformOrder - Interface in org.apache.grails.common.compiler
Helper class to store the transformation order for groovy based AST transformations
- GroovyUnlessTag - Class in org.grails.gsp.compiler.tags
- GroovyWhileTag - Class in org.grails.gsp.compiler.tags
- group - Property in ConfigReportCommand.ConfigPropertyMetadata
-
- GROUP_OPERATOR - Field in BsonQuery
-
- group - Field in UniqueConstraint
-
- groupAndArtifactToDependency - Field in GrailsDependencyVersions
-
- groupByProjectionHandlers - Field in BsonQuery
-
- groupDescriptions - Property in ConfigReportCommand.MetadataResult
-
- groupId - Property in CoordinateHolder
-
- groupname - Property in CreateAppCommand
-
- groupProperty(java.lang.String) - Method in AbstractCriteriaBuilder
-
Defines a group by projection for datastores that support it
- groupProperty(java.lang.String) - Method in AbstractDetachedCriteria.DetachedProjections
-
- groupProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection that allows the criteria's result to be grouped by a property
- groupProperty(java.lang.String) - Method in ProjectionList
-
Defines a group by projection for datastores that support it
- groupProperty(java.lang.String) - Method in Projections
-
Defines a group by projection for datastores that support it
- groupProperty(java.lang.String) - Method in Query.ProjectionList
-
- GroupPropertyProjection(java.lang.String) - Constructor in Query.GroupPropertyProjection
-
- GroupWithin - Class in org.apache.grails.data.testing.tck.domains
- GroupWithin() - Constructor in GroupWithin
-
- GsonViewCompilerTask - Class in org.grails.gradle.plugin.views.json
Concrete implementation that compiles JSON templates
- GsonViewCompilerTask(org.gradle.process.ExecOperations, org.gradle.api.model.ObjectFactory) - Constructor in GsonViewCompilerTask
-
- GSP_DISABLE_CACHING_RESOURCES - Field in Settings
-
Whether to disable caching of resources in GSP
- GSP_ENABLE_RELOAD - Field in Settings
-
Whether to enable GSP reload in production
- GSP_GRAILS_LAYOUT_PAGE - Field in EmbeddedGrailsLayoutView
-
- GSP_GRAILS_LAYOUT_PAGE - Field in GrailsLayoutTagLib
-
- GSP_LINE_ORDER - Field in GroovyTransformOrder
-
Adds line numbers to GSPs
- GSP_RELOAD_INTERVAL - Field in GroovyPagesGrailsPlugin
-
- GSP_SUFFIX - Field in GroovyPageViewResolver
-
- GSP_VIEW_ENCODING - Field in Settings
-
The encoding to use for GSP views, defaults to UTF-8
- GSP_VIEW_LAYOUT_RESOLVER_ENABLED - Field in LayoutGrailsPlugin
-
- GSP_VIEWS_DIR - Field in GroovyPagesGrailsPlugin
-
- GSP_VIEWS_DIR - Field in Settings
-
Thew views directory for GSP
- GspAutoConfiguration - Class in grails.gsp.boot
- GspAutoConfiguration.AbstractGspConfig - Class in grails.gsp.boot
- GspAutoConfiguration.CodecLookupConfiguration - Class in grails.gsp.boot
- GspAutoConfiguration.GspJspIntegrationConfiguration - Class in grails.gsp.boot
- GspAutoConfiguration.GspTemplateEngineAutoConfiguration - Class in grails.gsp.boot
- GspAutoConfiguration.GspViewResolverConfiguration - Class in grails.gsp.boot
- GspAutoConfiguration.RemoveDefaultViewResolverRegistrar - Class in grails.gsp.boot
WebMvcAutoConfiguration adds defaultViewResolver and viewResolver beans.
- GspAutoConfiguration.ServletContextConfiguration - Class in grails.gsp.boot
- GspAutoConfiguration.Sitemesh3Configuration - Class in grails.gsp.boot
- GspAutoConfiguration.StandaloneGrailsApplicationConfiguration - Class in grails.gsp.boot
- GspAutoConfiguration.TagLibraryLookupRegistrar - Class in grails.gsp.boot
- GSPGrailsLayoutPage - Class in org.apache.grails.web.layout
Grails/GSP specific implementation of Sitemesh's AbstractHTMLPage
- GSPGrailsLayoutPage(boolean) - Constructor in GSPGrailsLayoutPage
-
- GSPResponseWriter - Class in org.grails.web.pages
NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
A buffered writer that won't commit the response until the buffer has reached the high watermark, or until flush() or close() is called.
- gspTagLibraryLookup - Field in GroovyPage
-
- gspTagLibraryLookup - Property in RenderGrailsLayoutTagLib
-
- gspTagLibraryLookup - Property in RenderSitemeshTagLib
-
- GspTagSourceMacro - Class in grails.doc.macros
- GspTagSourceMacro(java.lang.Object) - Constructor in GspTagSourceMacro
-
- gspViewResolver(org.grails.gsp.GroovyPagesTemplateEngine, org.grails.web.gsp.io.GrailsConventionGroovyPageLocator) - Method in GspAutoConfiguration.GspViewResolverConfiguration
-
- GSPWriter - Class in org.grails.gsp.compiler
A PrintWriter used in the generation of GSP pages that allows printing to the target output
stream and maintains a record of the current line number during usage.
- GSPWriter(java.io.Writer, org.grails.gsp.compiler.GroovyPageParser) - Constructor in GSPWriter
-
- gt(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be greater than or equal to the given value
- gt(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
-
- gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
Creates a "greater than" Criterion based on the specified property name and value
- gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
-
- gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- gt(java.lang.String, java.lang.Object) - Method in Criteria
-
Used to restrict a value to be greater than or equal to the given value
- gt(java.lang.String, java.lang.Object) - Method in DetachedCriteria
-
- GT_OPERATOR - Field in BsonQuery
-
- gt(java.lang.String, java.lang.Object) - Method in Query
-
Used to restrict a value to be greater than the given value
- gt(java.lang.String, java.lang.Object) - Method in Restrictions
-
Used to restrict a value to be greater than the given value
- gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractDetachedCriteria
-
- gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- gtAll(java.lang.String, QueryableCriteria<?>) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in DetachedCriteria
-
- gte(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
-
Used to restrict a value to be greater than or equal to the given value
- gte(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
-
- gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
-
- gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- gte(java.lang.String, java.lang.Object) - Method in Criteria
-
Used to restrict a value to be greater than or equal to the given value
- gte(java.lang.String, java.lang.Object) - Method in DetachedCriteria
-
- GTE_OPERATOR - Field in BsonQuery
-
- gte(java.lang.String, java.lang.Object) - Method in Query
-
Used to restrict a value to be greater than or equal to the given value
- gte(java.lang.String, java.lang.Object) - Method in Restrictions
-
Used to restrict a value to be greater than or equal to the given value
- gtProperty(java.lang.String, java.lang.String) - Method in AbstractCriteriaBuilder
-
Constraints a property to be greater than a specified other property
- gtProperty(java.lang.String, java.lang.String) - Method in AbstractDetachedCriteria
-
- gtProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that tests if the first property is greater than the second property
- gtProperty(java.lang.String, java.lang.String) - Method in Criteria
-
Constrains a property to be greater than a specified other property
- gtProperty(java.lang.String, java.lang.String) - Method in DetachedCriteria
-
- gtProperty(java.lang.String, java.lang.String) - Method in Restrictions
-
Constraints a property to be greater than a specified other property
- gtSome(java.lang.String, Closure<?>) - Method in AbstractCriteriaBuilder
-
- gtSome(java.lang.String, Closure<?>) - Method in AbstractDetachedCriteria
-
- gtSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
-
- gtSome(java.lang.String, Closure<?>) - Method in Criteria
-
Creates a subquery criterion that ensures the given property is greater than some of the given values
- gtSome(java.lang.String, Closure<?>) - Method in DetachedCriteria
-
- GUID - Enum Constant in ValueGenerator
-
uses a database-generated GUID string on MS SQL Server and MySQL.
- I18N_CACHE_SECONDS - Field in Settings
-
- I18N_FILE_CACHE_SECONDS - Field in Settings
-
- I18nAutoConfiguration - Class in org.grails.plugins.i18n
- I18nGrailsPlugin - Class in org.grails.plugins.i18n
Configures Grails' internationalisation support.
- I18nGrailsPlugin() - Constructor in I18nGrailsPlugin
-
- i - Property in CommonTypes
-
- IContainerGebConfiguration - Trait in grails.plugin.geb
- id() - Method in AbstractCriteriaBuilder
-
- id() - Method in AbstractDetachedCriteria
-
Adds an id projection
- id() - Method in AbstractDetachedCriteria.DetachedProjections
-
- id() - Method in AbstractHibernateCriteriaBuilder
-
- id() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- id - Property in Book
-
- id - Property in Card
-
- id - Property in CardProfile
-
- id - Property in Child
-
- id - Property in ChildEntity
-
- id - Property in ClassWithListArgBeforeValidate
-
- id - Property in ClassWithNoArgBeforeValidate
-
- id - Property in ClassWithOverloadedBeforeValidate
-
- id - Property in CommonTypes
-
- id - Property in ConstrainedEntity
-
- id - Property in DataServiceRoutingMetric
-
- id - Property in DataServiceRoutingProduct
-
- ID_DATE_FORMAT - Field in AtomRenderer
-
- id() - Method in DetachedCriteria
-
Adds an id projection
- id - Property in Dog
-
- id(groovy.lang.Closure) - Method in Entity
-
Define the identity config
- id - Property in EnumThing
-
- ID_EQUALS - Field in AbstractHibernateCriteriaBuilder
-
- ID_EQUALS - Enum Constant in CriteriaMethods
-
- id - Property in Event
-
The id of the event
- id - Property in Face
-
- id - Property in ForwardUrlMappingInfo
-
- id - Field in GPathResultMap
-
- id - Property in GroupWithin
-
- id(Map<String, Object>) - Method in HibernateMappingBuilder
-
- ID - Enum Constant in HibernateMappingKeyword
-
- id - Property in Highway
-
- ID - Field in JsonApiDataBindingSourceCreator
-
- id(org.grails.orm.hibernate.cfg.CompositeIdentity) - Method in Mapping
-
Define the identity config
- id - Property in ModifyPerson
-
- id(groovy.lang.Closure) - Method in MongoCollection
-
- id - Property in Nose
-
- id - Property in OptLockNotVersioned
-
- id - Property in OptLockVersioned
-
- ID_PARAMETER - Field in GrailsWebRequest
-
- id - Property in Parent
-
- id - Property in PersonEvent
-
- id - Property in Pet
-
- id - Property in PetType
-
- id - Property in Plant
-
- id - Property in PlantCategory
-
- ID_PROJECTION - Field in Projections
-
- id() - Method in ProjectionList
-
A Projection that obtains the id of an object
- id() - Method in Projections
-
Projection used to obtain the id of an object
- id - Property in Publication
-
- id() - Method in Query.ProjectionList
-
- id - Property in Record
-
- ID_REFERENCE_SUFFIX - Field in BsonQuery
-
- id - Property in Simples
-
- id - Property in SimpleWidget
-
- ID_TAG - Field in AtomRenderer
-
- id - Property in Task
-
- id - Property in TestAuthor
-
- id - Property in TestBook
-
- id - Property in TestEntity
-
- id - Property in TestPlayer
-
- id - Property in UniqueGroup
-
- id - Property in WhereRoutingItem
-
- ideaIntegration - Property in IntegrationTestGradlePlugin
-
- ident() - Method in DelegatingGormEntityApi
-
- ident() - Method in GormEntity
-
Returns the objects identifier
- ident() - Method in GormEntityApi
-
Returns the objects identifier
- ident(D) - Method in GormInstanceApi
-
Returns the objects identifier
- ident(D) - Method in GormInstanceOperations
-
Returns the objects identifier
- ident(D) - Method in GormStaticApi
-
- ident(D) - Method in TenantDelegatingGormOperations
-
- identifierType() - Method in EntityReflector
-
- Returns:
- The identity type
- Identity - Class in org.grails.datastore.mapping.model.types
Represents the identity of a persistent entity
- identity - Field in AbstractPersistentEntity
-
- IDENTITY_DECODERS - Field in IdentityDecoder
-
- IDENTITY - Enum Constant in GrailsEnumType
-
- IDENTITY - Enum Constant in GrailsSequenceGeneratorEnum
-
- IDENTITY - Field in HttpHeaders
-
- Identity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, java.lang.Class) - Constructor in Identity
-
- identity - Property in Mapping
-
The identity definition
- IDENTITY_PROPERTY - Field in MappingFactory
-
- IDENTITY - Enum Constant in ValueGenerator
-
Using an identity column
- IdentityBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
- IdentityBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleIdBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CompositeIdBinder) - Constructor in IdentityBinder
-
- IdentityDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding the
Identity
- IdentityDecoder.1 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.1() - Constructor in IdentityDecoder.1
-
- IdentityDecoder.2 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.2() - Constructor in IdentityDecoder.2
-
- IdentityDecoder.3 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.3() - Constructor in IdentityDecoder.3
-
- IdentityDecoder.4 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.4() - Constructor in IdentityDecoder.4
-
- IdentityDecoder.5 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.5() - Constructor in IdentityDecoder.5
-
- IdentityDecoder.6 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.6() - Constructor in IdentityDecoder.6
-
- IdentityDecoder.7 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.7() - Constructor in IdentityDecoder.7
-
- IdentityDecoder.8 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.8() - Constructor in IdentityDecoder.8
-
- IdentityDecoder.IdentityTypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder() - Constructor in IdentityDecoder
-
- IdentityEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding the
Identity
- IdentityEncoder() - Constructor in IdentityEncoder
-
- IdentityEnumType - Class in org.grails.orm.hibernate.cfg
Hibernate Usertype that enum values by their ID.
- IdentityGenerationException - Class in org.grails.datastore.mapping.core
Thrown when an identity cannot be generated.
- IdentityGenerationException(java.lang.String) - Constructor in IdentityGenerationException
-
- IdentityMapping - Interface in org.grails.datastore.mapping.model
- identityType - Field in HibernateGormStaticApi
-
- IdentityWithMapping - Class in org.grails.datastore.mapping.model.types.mapping
- IdentityWithMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor, PropertyMapping<T>) - Constructor in IdentityWithMapping
-
- idEq(java.lang.Object) - Method in AbstractCriteriaBuilder
-
Creates an "equals" Criterion based on the specified property name and value.
- idEq(java.lang.Object) - Method in AbstractDetachedCriteria
-
- idEq(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- idEq(java.lang.Object) - Method in AbstractHibernateQuery
-
- idEq(java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- idEq(java.lang.Object) - Method in Criteria
-
Creates an "equals" Criterion based on the specified property name and value
- idEq(java.lang.Object) - Method in DetachedCriteria
-
- idEq(java.lang.Object) - Method in Query
-
Restricts the results by the given properties value
- idEq(java.lang.Object) - Method in Restrictions
-
Restricts the property to be equal to the given value
- idEquals(java.lang.Object) - Method in AbstractCriteriaBuilder
-
- idEquals(java.lang.Object) - Method in AbstractDetachedCriteria
-
- idEquals(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- idEquals(java.lang.Object) - Method in Criteria
-
Creates a criterion that restricts the id to the given value
- idEquals(java.lang.Object) - Method in DetachedCriteria
-
- IdEquals(java.lang.Object) - Constructor in Query.IdEquals
-
- IF_MATCH - Field in HttpHeaders
-
- IF_MODIFIED_SINCE - Field in HttpHeaders
-
- IF_NONE_MATCH - Field in HttpHeaders
-
- IF_RANGE - Field in HttpHeaders
-
- IF_UNMODIFIED_SINCE - Field in HttpHeaders
-
- ifAllMissingClasses(java.lang.String) - Method in DependencyCustomizer
-
Create a nested
DependencyCustomizer that only applies if all the specified
class names are not on the class path.
- ifAllResourcesPresent(java.lang.String) - Method in DependencyCustomizer
-
Create a nested
DependencyCustomizer that only applies if the specified
paths are on the class path.
- ifAnyMissingClasses(java.lang.String) - Method in DependencyCustomizer
-
Create a nested
DependencyCustomizer that only applies if any of the
specified class names are not on the class path.
- ifAnyResourcesPresent(java.lang.String) - Method in DependencyCustomizer
-
Create a nested
DependencyCustomizer that only applies at least one of the
specified paths is on the class path.
- ifPageProperty - Property in RenderGrailsLayoutTagLib
-
Invokes the body of this tag if the page property exists:
- ifPageProperty(java.util.Map, groovy.lang.Closure) - Method in RenderSitemeshTagLib
-
Invokes the body of this tag if the page property exists:
- IGNORE_CASE - Enum Constant in HibernateQueryArgument
-
- IGNORE - Enum Constant in Converter.CircularReferenceBehaviour
-
- IGNORE_FAILURES_PROPERTY - Property in GrailsCodeAnalysisPlugin
-
- IGNORE_FAILURES_PROPERTY - Property in GrailsCodeStylePlugin
-
- ignoreCase() - Method in Query.Order
-
Whether to ignore the case for this order definition
- ignoredPackages - Property in ClasspathEntityScanner
-
Packages that won't be scanned for performance reasons
javax still exists for select packages
- ignoredRequestBodyMethods - Property in AbstractRequestBodyDataBindingSourceCreator
-
- ignoredRootPackages() - Method in ClassPathScanner
-
- Returns:
- The root packages to ignore by default
- ignoreNotFound - Property in PropertyConfig
-
Whether to ignore ObjectNotFoundException
- IHibernateTemplate - Interface in org.grails.orm.hibernate
Template interface that can be used with both Hibernate 3 and Hibernate 4
- ilike(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
-
Creates an ilike Criterion based on the specified property name and value.
- ilike(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
-
- ILIKE - Field in AbstractHibernateCriteriaBuilder
-
- ilike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
-
- ilike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- ilike(java.lang.String, java.lang.Object) - Method in Criteria
-
Creates an ilike Criterion based on the specified property name and value.
- ILIKE - Enum Constant in CriteriaMethods
-
- ilike(java.lang.String, java.lang.Object) - Method in DetachedCriteria
-
- Ilike(java.lang.String) - Constructor in MethodExpression.Ilike
-
- ilike(java.lang.String, java.lang.String) - Method in Query
-
Restricts the results by the given properties value
- ILike(java.lang.String, java.lang.String) - Constructor in Query.ILike
-
- ilike(java.lang.String, java.lang.String) - Method in Restrictions
-
Case insensitive like
- IllegalMappingException - Class in org.grails.datastore.mapping.model
Thrown when an error occurs reading the mapping between object and datastore.
- IllegalMappingException(java.lang.String) - Constructor in IllegalMappingException
-
- IMAGE - Field in HibernateCriteriaBuilder
-
- image - Field in Token
-
The string image of the token.
- ImageFilter - Class in grails.doc
- ImageFilter() - Constructor in ImageFilter
-
- images - Property in DocPublisher
-
The directory containing any images to use (will override defaults) *
- img(java.util.Map) - Method in ApplicationTagLib
-
Render an img tag with src set to a static resource
- attr:
- dir Optional name of resource directory, defaults to "images"
- attr:
- file Name of resource file (optional if uri specified)
- attr:
- plugin Optional the name of the grails plugin if the resource is not part of the application
- attr:
- uri Optional app-relative URI path of the resource if not using dir/file attributes - only if Resources plugin is in use
- ImmutableConverterConfiguration - Class in org.grails.web.converters.configuration
Immutable Converter Configuration.
- ImmutableConverterConfiguration(ConverterConfiguration<C>, grails.core.support.proxy.ProxyHandler) - Constructor in ImmutableConverterConfiguration
-
- implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractReadOperationImplementer
-
- implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractWriteOperationImplementer
-
- implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in MethodValidationImplementer
-
- implement(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in ServiceImplementer
-
Implement the method
- implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractDetachedCriteriaServiceImplementor
-
Provide an implementation in the case querying for a single instance by id
- implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractProjectionImplementer
-
- implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in CountImplementer
-
- implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteImplementer
-
- implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllImplementer
-
- implementById(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneImplementer
-
- Implemented - Annotation Type in org.grails.datastore.gorm.services
Annotation added by the
Service transformation to know which class implemented
a method
- IMPLEMENTED - Field in ServiceImplementer
-
Marker that should be stored on the method node once a method has been implemented
- implementers - Field in Service
-
- Returns:
- Any additional implementers to apply
- Default:
- {}
- implementsInterface(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
Whether the given class node implements the given interface node
- implementsOrInheritsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
-
- implementsOrInheritsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String, java.util.List) - Method in GrailsASTUtils
-
- implementsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
-
Tests whether the ClasNode implements the specified method name.
- implementsZeroArgMethod(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
-
Tests whether the ClasNode implements the specified method name.
- implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractDetachedCriteriaServiceImplementor
-
Provide an implementation in the case of a query
- implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in AbstractProjectionImplementer
-
- implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in CountImplementer
-
- implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in DeleteImplementer
-
- implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllImplementer
-
- implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindAllInterfaceProjectionImplementer
-
- implementWithQuery(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.expr.VariableExpression, org.codehaus.groovy.ast.expr.Expression) - Method in FindOneImplementer
-
- implicitlyWait - Property in GrailsGebSettings
-
- IMPORT_FROM - Enum Constant in HibernateMappingKeyword
-
- importBeans(org.springframework.core.io.Resource) - Method in BeanBuilder
-
- importGrailsCommonAnnotations - Property in GrailsExtension
-
Whether grails annotation packages and common validation annotations should be default import packages.
- importJavaTime - Property in GrailsExtension
-
Whether java.time.* package should be a default import package
- in(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
-
Creates an "in" Criterion based on the specified property name and list of values.
- in(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
-
- IN - Field in AbstractHibernateCriteriaBuilder
-
- in(java.lang.String, java.util.List) - Method in AbstractHibernateQuery
-
- in(java.lang.String, java.util.List) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- in(java.lang.String, java.lang.Object) - Method in Criteria
-
Creates an "in" Criterion based on the specified property name and list of values
- IN - Enum Constant in CriteriaMethods
-
- in(java.lang.String, java.lang.Object) - Method in DetachedCriteria
-
- IN_LIST_CONSTRAINT - Field in ConstrainedProperty
-
- IN_OPERATOR - Field in BsonQuery
-
- in(java.lang.String, java.util.List) - Method in Query
-
Restricts the results by the given property values
- In(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Constructor in Query.In
-
- in(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in Restrictions
-
Restricts the property to be in the list of given values
- inBuf - Field in SimpleCharStream
-
- INC_OPERATOR - Field in MongoCodecEntityPersister
-
- INC_OPERATOR - Field in MongoConstants
-
- include - Property in CacheConfig
-
What to include in caching
- include(java.lang.String, boolean) - Method in GroovyPagesPageContext
-
- INCLUDE_OPTIONS - Property in CacheConfig
-
- include(java.lang.String) - Method in SettingsFile
-
- include(java.util.Map, groovy.lang.Closure) - Method in UrlMappingTagLib
-
Includes another controller/action within the current response.
- includeAssociations(java.util.Map) - Method in DefaultJsonViewHelper
-
- includeClass - Field in DomainClassMarshaller
-
- IncludedContent - Class in org.grails.web.util
Represents some content that has been used in an include request.
- IncludedContent(java.lang.String) - Constructor in IncludedContent
-
- IncludeExcludeConverter - Interface in org.grails.web.converters
A converter capable of including/excluding properties on the target object
- IncludeExcludePropertyMarshaller - Class in org.grails.web.converters.marshaller
A marshaller capable of including or excluding properties
- IncludeExcludeSupport - Class in org.grails.core.util
Simple support class for simplifying include/exclude handling
- includeExcludeSupport - Property in AbstractIncludeExcludeRenderer
-
- includeExcludeSupport - Property in DefaultJsonViewHelper
-
- IncludeExcludeSupport(List<T>, List<T>) - Constructor in IncludeExcludeSupport
-
- includeExternal - Property in GormEnhancer
-
Whether to include external entities
- includeFlat(java.lang.String) - Method in SettingsFile
-
- includeForUrl(java.lang.String, jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, java.util.Map) - Method in UrlMappingUtils
-
Includes the given URL returning the resulting content as a String
- includeForUrlMappingInfo(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse, grails.web.mapping.UrlMappingInfo, java.util.Map, grails.web.mapping.LinkGenerator) - Method in UrlMappingUtils
-
Include whatever the given UrlMappingInfo maps to within the current response
- includeIdentifiers() - Method in AbstractPersistentEntity
-
- includeIdentifiers() - Method in HibernatePersistentEntity
-
- includePlugins - Property in GrailsApplicationBuilder
-
- IncludeResponseWrapper - Class in org.grails.web.util
Response wrapper used to capture the content of a response (such as within in an include).
- IncludeResponseWrapper(jakarta.servlet.http.HttpServletResponse) - Constructor in IncludeResponseWrapper
-
- includes - Field in AbstractConverter
-
- includes - Property in AbstractIncludeExcludeRenderer
-
- includes - Property in AbstractRenderContext
-
- INCLUDES - Field in DefaultGrailsPlugin
-
- includes(List<String>, java.lang.String) - Method in DefaultJsonViewIncludeExcludeSupport
-
- includes(groovy.lang.Closure) - Method in HibernateMappingBuilder
-
- INCLUDES - Enum Constant in HibernateMappingKeyword
-
- includes(List<T>, T) - Method in IncludeExcludeSupport
-
- includes - Property in JsonRenderer
-
The properties to be included
- INCLUDES_PROPERTY - Property in IncludeExcludeSupport
-
- includes - Property in XmlRenderer
-
The properties to be included
- includesProperty(java.lang.Object, java.lang.String) - Method in AbstractIncludeExcludeRenderer
-
- includesProperty(java.lang.Object, java.lang.String) - Method in IncludeExcludePropertyMarshaller
-
Override for custom include logic
- includesProperty(java.lang.Object, java.lang.String) - Method in JsonRenderer.1
-
- includesProperty(java.lang.Object, java.lang.String) - Method in JsonRenderer.2
-
- includesProperty(java.lang.Object, java.lang.String) - Method in XmlRenderer.1
-
- includesProperty(java.lang.Object, java.lang.String) - Method in XmlRenderer.2
-
- includeVersion - Field in DomainClassMarshaller
-
- IncludingPluginFilter - Class in org.apache.grails.core.plugins.filters
A
PluginFilter implementation that retains explicitly named plugins and any plugins they
transitively depend on.
- IncludingPluginFilter(java.lang.String) - Constructor in IncludingPluginFilter
-
Creates a filter that includes the supplied plugin names.
- INCREMENT - Enum Constant in GrailsSequenceGeneratorEnum
-
- INCREMENT - Enum Constant in ValueGenerator
-
A generator that uses an auto-increment column
- incrementEntityVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
-
- incrementVersion(java.lang.Object) - Method in AbstractHibernateGormInstanceApi
-
Increments the entities version number in order to force an update
- incrementVersion(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
-
- incrementVersion(java.lang.Object) - Method in GrailsHibernateUtil
-
Increments the entities version number in order to force an update
- indent - Property in XmlUtils.Format
-
- index(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- index(T, K) - Method in AssociationIndexer
-
Index a single foreign key
- INDEX_ATTRIBUTES - Field in MongoDatastore
-
- index - Property in ColumnConfig
-
The index, can be either a boolean or a string for the name of the index
- INDEX_EXPIRE_AFTER_SECONDS - Field in MongoDatastore
-
TTL index attribute.
- index - Property in IndexedPropertyReferenceDescriptor
-
- index(java.lang.String) - Method in MongoAttribute
-
Configures the index type
- index(Map<String, Object>, Map<String, Object>) - Method in MongoCollection
-
Defines an index
- Index(Map<String, Object>, Map<String, Object>) - Constructor in MongoCollection.Index
-
- index - Property in Property
-
- Returns:
- Whether this property is index
- index(java.lang.Object, K) - Method in PropertyValueIndexer
-
Creates an index for the given value to the specified key
- INDEX_RECREATE_ON_CONFLICT - Field in MongoDatastore
-
Opt-in index attribute: when an index already exists on the same keys with conflicting
options that cannot be reconciled in place (i.e. anything other than a TTL change), drop the
existing index and recreate it with the declared options instead of just logging the conflict.
- index(java.lang.Integer) - Method in RestfulController
-
Lists all resources up to the given maximum
- index(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.1
-
- index(java.lang.Object, java.lang.Object) - Method in SimpleMapEntityPersister.2
-
- INDEX_TYPE_2D - Field in MongoAttribute
-
- INDEX_TYPE_2DSPHERE - Field in MongoAttribute
-
- INDEX_TYPE - Field in MongoAttribute
-
- indexAttributes(java.util.Map) - Method in MongoAttribute
-
Configures the index attributes
- IndexBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
- indexColumn - Property in PropertyConfig
-
The column used to produce the index for index based collections (lists and maps)
- INDEXED_PROPERTY_REGEX - Property in SimpleDataBinder
-
- IndexedPropertyReferenceDescriptor - Class in org.grails.databinding
- IndexedPropertyReferenceDescriptor() - Constructor in IndexedPropertyReferenceDescriptor
-
- indexer - Field in AbstractPersistentCollection
-
- indexIdentifier(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in SimpleMapEntityPersister
-
- indexOf(java.lang.Object) - Method in JSONArray
-
- indexOf(java.lang.Object) - Method in PagedList
-
- indexOf(java.lang.Object) - Method in PagedResultList
-
- indexOf(java.lang.Object) - Method in PersistentList
-
- indicateProgress(int) - Method in ConsoleLogger
-
Indicates progress by number
- indicateProgress(int) - Method in GrailsConsole
-
Indicates progress by number
- indicateProgressPercentage(long, long) - Method in ConsoleLogger
-
Indicates progress as a percentage for the given number and total
- indicateProgressPercentage(long, long) - Method in GrailsConsole
-
Indicates progress as a percentage for the given number and total
- indices - Property in SimpleMapEntityPersister
-
- indy - Property in GrailsExtension
-
Whether to enable Groovy's invokedynamic (indy) bytecode instruction for dynamic Groovy method dispatch.
- inferNativeKey(java.lang.String, java.lang.Object) - Method in NativeEntryEntityPersister
-
Used to establish the native key to use from the identifier defined by the object
- info(java.lang.String) - Method in AntLogAdapter
-
- info(java.lang.String) - Method in ConsoleLogger
-
Synonym for #log
- info(java.lang.String) - Method in GrailsConsole
-
Synonym for #log
- info - Property in GrailsControllerUrlMappingInfo
-
- INFORMIX - Enum Constant in DatabaseDriver
-
Informix.
- informObservers(java.lang.String, java.util.Map) - Method in DefaultGrailsPluginManager
-
- informObservers(java.lang.String, java.util.Map) - Method in GrailsPluginManager
-
Notify observers of the
plugin with the given name
of the event described by the given java.util.Map.
- informObservers(java.lang.String, java.util.Map) - Method in MockGrailsPluginManager
-
- informOfClassChange(java.io.File, java.lang.Class) - Method in AbstractGrailsPluginManager
-
- informOfClassChange(java.io.File, java.lang.Class) - Method in GrailsPluginManager
-
Inform the plugins that a particular java.io.File and it's resulting
compiled class has changed.
- informOfFileChange(java.io.File) - Method in AbstractGrailsPluginManager
-
- informOfFileChange(java.io.File) - Method in GrailsPluginManager
-
Inform the plugins that a particular java.io.File has changed.
- informParameterCreationListeners() - Method in GrailsWebRequest
-
Informs any parameter creation listeners.
- informPluginsOfConfigChange() - Method in AbstractGrailsPluginManager
-
- informPluginsOfConfigChange() - Method in GrailsPluginManager
-
Informs the plugins of a configuration change event.
- INHERIT_SETTING_NAME - Field in OutputEncodingSettings
-
allow inheriting codecs from parent levels
- InheritanceSpec - Class in org.apache.grails.data.testing.tck.tests
- InheritanceSpec() - Constructor in InheritanceSpec
-
- inherited - Field in AbstractPersistentProperty
-
- inheritInitializers - Field in GrailsTestConfiguration
-
- See Also:
- ContextConfiguration#inheritInitializers()#inheritInitializers()
- Default:
- true
- inheritLocations - Field in GrailsTestConfiguration
-
- See Also:
- ContextConfiguration#inheritLocations()#inheritLocations()
- Default:
- true
- inheritPreviousEncoders(boolean) - Method in OutputEncodingStackAttributes.Builder
-
- inheritRollbackOnly - Field in ReadOnly
-
In Spring, when there are nested transaction calls, the execution of the outermost callback will throw UnexpectedRollbackException if TransactionStatus.setRollbackOnly() was called in a nested transaction callback.
- inheritRollbackOnly - Field in Transactional
-
In Spring, when there are nested transaction calls, the execution of the outermost callback will throw UnexpectedRollbackException if TransactionStatus.setRollbackOnly() was called in a nested transaction callback.
- inherits(java.util.Map) - Method in JsonView
-
Specify a template that this template inherits from
- init() - Method in AbstractDatastorePersistenceContextInterceptor
-
- init() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- init() - Method in AggregatePersistenceContextInterceptor
-
- init(org.springframework.core.env.Environment) - Method in DefaultPluginDiscovery
-
- init() - Method in DocEngine
-
- init() - Method in GrailsContextNamespaceHandler
-
- init() - Method in GrailsGraphQLConfiguration
-
- init(com.opensymphony.module.sitemesh.Config, java.util.Properties, com.opensymphony.module.sitemesh.DecoratorMapper) - Method in GrailsLayoutDecoratorMapper
-
- init() - Method in GrailsLayoutViewResolver
-
- init(java.util.Map) - Method in GrailsTag
-
- init() - Method in GrailsTestInterceptor
-
- init(java.lang.String) - Method in GrailsTestRequestEnvironmentInterceptor
-
Establishes a mock request environment
- init() - Method in GrailsTestTransactionInterceptor
-
Establishes a transaction.
- init() - Method in GroovyPage
-
- init(java.util.Map) - Method in GroovySyntaxTag
-
- init() - Method in HibernatePersistenceContextInterceptor
-
- INIT - Enum Constant in JSONWriter.Mode
-
- init() - Method in NullPersistentContextInterceptor
-
- init() - Method in PersistenceContextInterceptor
-
Called to intialisation the persistent context.
- init(org.springframework.core.env.Environment) - Method in PluginDiscovery
-
Initializes plugin discovery for the supplied environment.
- INIT - Enum Constant in XMLStreamWriter.Mode
-
- initArtefactHandlers() - Method in DefaultGrailsApplication
-
Initialises the default set of ArtefactHandler instances.
- initClosure - Property in GroovyChange
-
- initClosureCalled - Property in GroovyChange
-
- initCommonRun(org.grails.gsp.GroovyPageMetaInfo) - Method in GroovyPage
-
- initConfig() - Method in JSON
-
- initConfig() - Method in XML
-
- initDeferredClose(org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
-
Initialize deferred close for the current thread and the given Datastore.
- initForMappingContext(org.grails.datastore.mapping.model.MappingContext) - Method in AutoTimestampEventListener
-
- initFrameworkServlet() - Method in GroovyPagesServlet
-
- initialise() - Method in DefaultGrailsApplication
-
- initialise() - Method in GrailsApplication
-
Initialise this GrailsApplication.
- initialise() - Method in StandaloneGrailsApplication
-
- initialiseApplicationContext() - Method in DefaultRuntimeSpringConfiguration
-
Initialises the ApplicationContext instance.
- initialised - Field in AbstractGrailsPluginManager
-
- initialised - Field in DefaultGrailsApplication
-
- initialiseGroovyExtensionModules() - Method in DefaultGrailsApplication
-
- initialiseIfNecessary(Class<T>) - Method in AbstractDetachedCriteria
-
- Initializable - Interface in org.grails.datastore.mapping.model.lifecycle
Interface for object that requires explicit initialization
- initialize() - Method in AbstractHibernateCriterionAdapter
-
- initialize() - Method in AbstractMappingContext
-
- initialize() - Method in AbstractPersistentCollection
-
- initialize() - Method in AbstractPersistentEntity
-
- initialize() - Method in AbstractProfile
-
- initialize(grails.core.ArtefactInfo) - Method in ArtefactHandler
-
- initialize(grails.core.ArtefactInfo) - Method in ArtefactHandlerAdapter
-
Sets up the relationships between the domain classes, this has to be done after
the intial creation to avoid looping.
- initialize() - Method in ChildHibernateDatastore
-
- initialize() - Method in ClosureValueInitializer
-
- initialize(java.lang.Object, java.util.Map) - Method in ControllersDomainBindingApi
-
A map based constructor that binds the named arguments to the target instance
- initialize() - Method in ConvertersConfigurationInitializer
-
- initialize() - Method in DefaultDataBindingSourceRegistry
-
- initialize() - Method in DefaultGrailsControllerClass
-
- initialize() - Method in DefaultGraphQLTypeManager
-
- initialize(java.lang.Object) - Method in DefaultProxyHandler
-
- initialize() - Method in DefaultRendererRegistry
-
- initialize() - Method in DefaultServiceRegistry
-
- initialize() - Method in DefaultUrlMappingsHolder
-
- initialize() - Method in DocPublisher
-
- initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in DocumentMappingContext
-
- initialize() - Method in EmbeddedPersistentEntity
-
- initialize() - Method in EntityProxy
-
Initializes the proxy if it hasn't been initialized already
- initialize(java.lang.Object) - Method in EntityProxyHandlerAdapter
-
- initialize(grails.core.GrailsApplication) - Method in FilteringCodecsByContentTypeSettings
-
- initialize() - Method in GradleStep
-
- initialize(org.springframework.boot.bootstrap.BootstrapRegistry) - Method in GrailsBootstrapRegistryInitializer
-
- initialize(java.io.InputStream, java.io.PrintStream, java.io.PrintStream) - Method in GrailsConsole
-
- initialize() - Method in GrailsControllerClass
-
Initialize the controller class
- initialize(org.hibernate.boot.model.relational.SqlStringGenerationContext) - Method in GrailsSequenceStyleGenerator
-
- initialize() - Method in GroovyPageMetaInfo
-
- initialize(jakarta.servlet.Servlet, jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse, java.lang.String, boolean, int, boolean) - Method in GroovyPagesPageContext
-
- initialize(org.grails.gsp.GroovyPageMetaInfo) - Method in GroovyPagesTemplateEngine
-
- initialize(java.lang.Object) - Method in GroovyProxyFactory
-
- initialize() - Method in HalJsonRenderer
-
- initialize() - Method in HibernateDatastore
-
- initialize(java.lang.Object) - Method in HibernateProxyHandler
-
Force initialization of a proxy or persistent collection.
- initialize() - Method in Initializable
-
Call to initialize the object
- initialize(java.lang.Object) - Method in JavassistProxyFactory
-
- initialize() - Method in JsonViewResolver
-
- initialize() - Method in LazyGraphQLMapping
-
- initialize() - Method in MarkupViewResolver
-
- INITIALIZE_METHOD - Field in EntityProxyMethodHandler
-
- initialize(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
-
- initialize(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoDatastore
-
Runs the initialization sequence
- initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in MongoMappingContext
-
- initialize() - Method in PagedResultList
-
- initialize() - Method in PersistentCollection
-
Initializes the collection if it hasn't already been initialized.
- initialize(java.lang.Object) - Method in ProxyHandler
-
Initialises the given object
- initialize(java.lang.Object) - Method in ProxyHandlerAdapter
-
- initialize() - Method in Schema
-
- initialize(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in SimpleMapDatastore
-
- initialize(grails.core.ArtefactInfo) - Method in TagLibArtefactHandler
-
Creates a map of tags (keyed on "${namespace}:${tagName}") to tag libraries.
- initialize() - Method in TagLibraryResolverImpl
-
- initialize() - Method in ValueInitializer
-
- initializeActionParameters(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ASTNode, java.lang.String, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext) - Method in ControllerActionTransformer
-
- initializeAndValidateCommandObjectParameter(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ASTNode, java.lang.String, java.lang.String, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext) - Method in ControllerActionTransformer
-
- initializeApplication(org.grails.build.parsing.CommandLine) - Method in GrailsCli
-
- initializeArray(java.lang.Object, java.lang.String, java.lang.Class, int) - Method in SimpleDataBinder
-
- initializeArtefacts(grails.core.ArtefactHandler) - Method in DefaultGrailsApplication
-
Re-initialize the artefacts of the specified type.
- initializeBeanBuilderForClassLoader(java.lang.ClassLoader) - Method in BeanBuilder
-
- initializeCollection(java.lang.Object, java.lang.String, java.lang.Class, boolean) - Method in SimpleDataBinder
-
- initializeCommandObject(java.lang.Class, java.lang.String) - Method in Controller
-
Initializes a command object.
- initializeCommandObjectParameter(org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ClassNode, java.lang.String, org.codehaus.groovy.control.SourceUnit) - Method in ControllerActionTransformer
-
- initializeConverters(org.grails.datastore.mapping.model.MappingContext) - Method in AbstractDatastore
-
- initialized - Field in AbstractHibernateCriterionAdapter
-
- initialized - Field in AbstractPersistentCollection
-
- initialized - Field in AbstractResultList
-
- initialized - Field in DefaultPluginDiscovery
-
- initialized - Field in PromiseList
-
- INITIALIZED_PROPERTY - Field in EntityProxyMethodHandler
-
- initialized - Property in TagLibraryResolverImpl
-
- initializeDefaultMappingFactory(java.lang.String) - Method in KeyValueMappingContext
-
- initializedObjects - Field in AbstractResultList
-
- initializeEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultGormDataFetcher
-
- initializeFromPropertySources(org.springframework.core.env.PropertySources) - Method in PropertySourcesConfig
-
- initializeFully() - Method in AbstractResultList
-
- initializeFully() - Method in MongoQuery.AggregatedResultList
-
- initializeGrailsApplication(org.springframework.context.ApplicationContext) - Method in GrailsApplicationPostProcessor
-
- initializeGroupAndName(java.lang.String, boolean) - Method in CreateAppCommand
-
- initializeIndices(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
Indexes any properties that are mapped with index:true
- initializeJoinStatus() - Method in AbstractHibernateQuery
-
- initializeMap(java.lang.Object, java.lang.String) - Method in SimpleDataBinder
-
- initializeMetaClass() - Method in NamespacedTagDispatcher
-
- initializeMethodParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.ASTNode, java.lang.String, org.codehaus.groovy.ast.Parameter, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext) - Method in ControllerActionTransformer
-
- initializeMethods(java.lang.Object) - Method in AbstractGormApi
-
- initializeMultiple(org.grails.buffer.StreamCharBuffer, boolean) - Method in GSPResponseWriter
-
- initializeMultiple(org.grails.buffer.StreamCharBuffer, boolean) - Method in StreamCharBuffer
-
- initializeMultiple(org.grails.buffer.StreamCharBuffer, boolean) - Method in StreamCharBuffer.LazyInitializingMultipleWriter
-
initialize underlying writer
- initializePersistentCollection(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in PersistentEntityCodec.OneToManyDecoder
-
- initializePrimitiveOrTypeWrapperParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.Parameter, java.lang.String) - Method in ControllerActionTransformer
-
- initializeProcessedObjects(groovy.lang.Binding) - Method in DefaultGrailsJsonViewHelper
-
- initializeProperty(java.lang.Object, java.lang.String, java.lang.Class, grails.databinding.DataBindingSource) - Method in GrailsWebDataBinder
-
- initializeProperty(java.lang.Object, java.lang.String, java.lang.Class, grails.databinding.DataBindingSource) - Method in SimpleDataBinder
-
- initializeProvidedArtefacts(List<String>) - Method in BinaryGrailsPlugin
-
- initializeProxyTarget(java.lang.Object) - Method in EntityProxyMethodHandler
-
- initializerClosure - Property in ClosureValueInitializer
-
- initializeResourcePath() - Method in DefaultLinkGenerator
-
- initializers - Field in GrailsTestConfiguration
-
- See Also:
- ContextConfiguration#initializers()#initializers()
- Default:
- {}
- initializeSpringConfig() - Method in BeanBuilder
-
- initializeStringParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.stmt.BlockStatement, org.codehaus.groovy.ast.Parameter, java.lang.String) - Method in ControllerActionTransformer
-
- initializeTagLibrary() - Method in TagLibrary
-
- initializeTarget(java.lang.Object) - Method in SessionEntityProxyMethodHandler
-
- initializeTemplate(grails.views.GrailsViewTemplate, java.io.File) - Method in ResolvableGroovyTemplateEngine
-
Initialises a template instance
- initializeViewMap(org.apache.grails.core.plugins.PluginDescriptor) - Method in BinaryGrailsPlugin
-
- initializing - Field in AbstractPersistentCollection
-
- INITIALIZING - Field in Environment
-
Whether Grails is in the middle of bootstrapping or not
- initialSize - Property in ModelEntry
-
- initialValue() - Method in ChainedEncoder
-
- initialValue() - Method in DefaultOutputContextLookup
-
- initialValue() - Method in SoftThreadLocalMap
-
Creates an initial value of a Map.
- initIndexAttributes() - Method in MongoAttribute
-
- initJta() - Method in GrailsSessionContext
-
- initModelTypes(Class<? extends WritableScript>) - Method in ResolvableGroovyTemplateEngine.1
-
- initModelTypes(Class<? extends WritableScript>) - Method in WritableScriptTemplate
-
- initOut() - Method in FastStringWriter
-
- initPersistenceContext(org.springframework.context.ApplicationContext) - Method in PersistenceContextInterceptorExecutor
-
- initRequestEnvironmentIfNecessary() - Method in GrailsTestInterceptor
-
- initRun(java.io.Writer, org.grails.taglib.encoder.OutputContext, org.grails.gsp.GroovyPageMetaInfo) - Method in CompileStaticGroovyPage
-
- initRun(java.io.Writer, org.grails.taglib.encoder.OutputContext, org.grails.gsp.GroovyPageMetaInfo) - Method in GroovyPage
-
- initRun(java.io.Writer, org.grails.taglib.encoder.OutputContext, org.grails.gsp.GroovyPageMetaInfo) - Method in ModelRecordingGroovyPage
-
- initTemplate() - Method in GroovyPageView
-
- initTransactionIfNecessary() - Method in GrailsTestInterceptor
-
- InjectableGrailsClass - Interface in grails.core
Represents a Grails class that is to be configured in Spring and as such is injectable.
- injectDatabindingCode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.ast.ClassNode) - Method in ASTDatabindingHelper
-
- injectDatabindingCode(org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.classgen.GeneratorContext, org.codehaus.groovy.ast.ClassNode) - Method in DefaultASTDatabindingHelper
-
- injectErrorsCode(org.codehaus.groovy.ast.ClassNode) - Method in ASTErrorsHelper
-
- injectErrorsCode(org.codehaus.groovy.ast.ClassNode) - Method in ASTValidationErrorsHelper
-
- injectIdProperty(org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
-
- injectTrait(org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in AstUtils
-
- injectTrait(org.codehaus.groovy.control.CompilationUnit, org.codehaus.groovy.control.SourceUnit, org.codehaus.groovy.ast.ClassNode, java.lang.Class) - Method in TraitInjectionUtils
-
- injectValidateableCode(org.codehaus.groovy.ast.ClassNode, boolean) - Method in ASTValidateableHelper
-
- injectValidateableCode(org.codehaus.groovy.ast.ClassNode, boolean) - Method in DefaultASTValidateableHelper
-
- injectVersionProperty(org.codehaus.groovy.ast.ClassNode) - Method in GormEntityTransformation
-
- inline(java.lang.Object, groovy.lang.Closure) - Method in DefaultGrailsJsonViewHelper
-
- inline(java.lang.Object, groovy.lang.Closure) - Method in DefaultHalViewHelper
-
- inline(java.lang.Object) - Method in GrailsJsonViewHelper
-
Renders the given object inline within the current JSON object instead of creating a new JSON object
- inline(java.lang.Object) - Method in HalViewHelper
-
- inline - Field in JsonOutput.JsonWritable
-
- inline - Property in JsonViewWritableScript
-
- inList(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
-
Creates an "in" Criterion based on the specified property name and list of values.
- inList(java.lang.String, java.lang.Object) - Method in AbstractDetachedCriteria
-
- inList(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
Delegates to in as in is a Groovy keyword
- inList(java.lang.String, java.lang.Object) - Method in Criteria
-
Creates an "in" Criterion based on the specified property name and list of values
- inList(java.lang.String, java.lang.Object) - Method in DetachedCriteria
-
- InList(java.lang.String) - Constructor in MethodExpression.InList
-
- inList - Property in Property
-
- Returns:
- List of valid values
- InListConstraint - Class in org.grails.datastore.gorm.validation.constraints
A constraint that validates the property is contained within the supplied list.
- InListConstraint(Class<?>, java.lang.String, java.lang.Object, org.springframework.context.MessageSource) - Constructor in InListConstraint
-
- InListInputRenderer - Class in org.grails.scaffolding.registry.input
The default renderer for rendering properties with an inList constraint
- InListInputRenderer() - Constructor in InListInputRenderer
-
- InMemoryConnectionSources - Class in org.grails.datastore.mapping.core.connections
- InMemoryConnectionSources(ConnectionSource<T, S>, ConnectionSourceFactory<T, S>, org.springframework.core.env.PropertyResolver) - Constructor in InMemoryConnectionSources
-
- innerEngine - Property in MarkupViewTemplateEngine
-
- innerView - Field in EmbeddedGrailsLayoutView
-
- innerViewResolver - Field in EmbeddedGrailsLayoutViewResolver
-
- inplace - Property in CreateAppCommand.CreateAppCommandObject
-
- INPLACE_FLAG - Field in CreateAppCommand
-
- input - Property in CustomGraphQLProperty
-
- input - Property in Field
-
- input - Property in GraphQLPropertyMapping
-
Whether or not the property should be available to
be sent by the client in CREATE or UPDATE operations
- INPUT_ONLY - Enum Constant in DisplayType
-
Display the property only in input views (create and edit forms).
- input - Property in PersistentGraphQLProperty
-
- input_stream - Field in JsonParserTokenManager
-
- input - Property in SystemStreamsRedirector
-
- inputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRenderer
-
Defines the context for rendering a single domain class property input (select, textarea, etc)
- inputContext(org.grails.scaffolding.model.property.DomainProperty, groovy.lang.Closure) - Method in ContextMarkupRendererImpl
-
- InputObjectTypeBuilder - Interface in org.grails.gorm.graphql.types.input
Definition of a builder that creates output types
- inputObjectTypeBuilders - Property in DefaultGraphQLTypeManager
-
- inputStream - Field in SimpleCharStream
-
- inRadians() - Method in Distance
-
- Returns:
- The value of the distance in Radians
- InRange(java.lang.String) - Constructor in MethodExpression.InRange
-
- insert(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
-
- insert(java.lang.Object) - Method in AbstractHibernateSession
-
- insert(java.lang.Object) - Method in AbstractSession
-
- insert(java.util.Map) - Method in DelegatingGormEntityApi
-
- insert(java.lang.Object) - Method in EntityPersister
-
- insert(java.util.Map) - Method in GormEntity
-
Forces an insert of an object to the datastore
- insert(java.util.Map) - Method in GormEntityApi
-
Forces an insert of an object to the datastore
- insert(D, java.util.Map) - Method in GormInstanceApi
-
Forces an insert of an object to the datastore
- insert(D, java.util.Map) - Method in GormInstanceOperations
-
Forces an insert of an object to the datastore
- insert(D, java.util.Map) - Method in GormStaticApi
-
- insert(MongoCollection<Document>, List<? extends Map>, com.mongodb.client.model.InsertManyOptions) - Method in MongoExtensions
-
- INSERT_NULL - Enum Constant in Converter.CircularReferenceBehaviour
-
- insert(java.lang.Object) - Method in Persister
-
Forces an insert of an object rather than trying to guess if it is an insert or an update
- insert(java.lang.Object) - Method in Session
-
Forces an insert
- insert(D, java.util.Map) - Method in TenantDelegatingGormOperations
-
- insertable - Property in DiscriminatorConfig
-
Whether it is insertable
- insertable - Property in PropertyConfig
-
Whether or not this is column is insertable by hibernate
- insertActiveThreadLocal - Property in AbstractHibernateGormInstanceApi
-
When a domain instance is saved without validation, we put it
into this thread local variable.
- insertOverwrite - Field in AutoTimestampEventListener
-
- insertsAreDetected(int) - Method in HibernateConnectionMetadata
-
- insideMapping - Property in ResponseCodeUrlMappingVisitor
-
- insideScope - Property in BuilderTypeCheckingExtension
-
- install(groovy.grape.GrapeEngine) - Method in GrapeEngineInstaller
-
- InstallCommand - Class in org.grails.cli.command.install
org.springframework.boot.cli.command.Command to install additional dependencies into the CLI.
- InstallCommand() - Constructor in InstallCommand
-
- INSTALLED - Field in DevelopmentShutdownHook
-
- INSTANCE - Field in CachingPathMatchingResourcePatternResolver
-
- instance - Field in InstanceProxy
-
- INSTANCE_PREFIX - Field in AbstractMongoObectEntityPersister
-
- INSTANCE_PREFIX - Field in MongoCodecEntityPersister
-
- instanceApi - Property in DelegatingGormEntityApi
-
- instanceApi - Field in InstanceProxy
-
- InstanceApiHelper - Class in org.grails.orm.hibernate
Workaround for VerifyErrors in Groovy when using a HibernateCallback.
- instanceApiHelper - Field in HibernateGormInstanceApi
-
- InstanceApiHelper(org.grails.orm.hibernate.GrailsHibernateTemplate) - Constructor in InstanceApiHelper
-
- InstanceFactoryBean - Class in org.grails.datastore.gorm.bootstrap.support
- InstanceFactoryBean(T) - Constructor in InstanceFactoryBean
-
- InstanceMethodBasedMarshaller - Class in org.grails.web.converters.marshaller.xml
- Authors:
- Siegfried Puchbauer
- InstanceMethodInvokingClosure - Class in org.grails.datastore.gorm.internal
Not public API.
- InstanceMethodInvokingClosure(java.lang.Object, Class<?>, java.lang.String, java.lang.Class) - Constructor in InstanceMethodInvokingClosure
-
- instanceOf(D, java.lang.Class) - Method in AbstractHibernateGormInstanceApi
-
- instanceOf(java.lang.Class) - Method in DelegatingGormEntityApi
-
- instanceOf(java.lang.Class) - Method in GormEntity
-
Proxy aware instanceOf implementation.
- instanceOf(java.lang.Class) - Method in GormEntityApi
-
Proxy aware instanceOf implementation.
- instanceOf(D, java.lang.Class) - Method in GormInstanceApi
-
Proxy aware instanceOf implementation.
- instanceOf(D, java.lang.Class) - Method in GormInstanceOperations
-
Proxy aware instanceOf implementation.
- instanceOf(D, java.lang.Class) - Method in GormStaticApi
-
- instanceOf(D, java.lang.Class) - Method in TenantDelegatingGormOperations
-
- InstanceProxy - Class in org.grails.orm.hibernate.cfg
- InstanceProxy(java.lang.Object, org.grails.orm.hibernate.AbstractHibernateGormInstanceApi, org.grails.orm.hibernate.AbstractHibernateGormValidationApi) - Constructor in InstanceProxy
-
- InstantBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.Instant to MongoDB
- InstantCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.Instant in MongoDB
- InstantCodec() - Constructor in InstantCodec
-
- InstantCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.Instant coercion
- InstantCoercion() - Constructor in InstantCoercion
-
- InstantConverter - Trait in grails.gorm.time
A trait to convert a java.time.Instant to and from a long
- InstantDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.Instant
- InstantDecoder() - Constructor in InstantDecoder
-
- InstantEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.Instant
- InstantEncoder() - Constructor in InstantEncoder
-
- instantiate(Class<T>) - Method in ReflectionUtils
-
Instantiates an object catching any relevant exceptions and rethrowing as a runtime exception
- instantiateFromConfig(groovy.util.ConfigObject, java.lang.String, java.lang.String) - Method in GrailsClassUtils
-
- instantiateFromConfig(groovy.util.ConfigObject, java.lang.String, java.lang.String) - Method in GrailsResourceUtils
-
- instantiateFromFlatConfig(Map<String,Object>, java.lang.String, java.lang.String) - Method in GrailsClassUtils
-
- instantiateFromFlatConfig(Map<String,Object>, java.lang.String, java.lang.String) - Method in GrailsResourceUtils
-
- InstantiationException - Class in org.grails.datastore.mapping.reflect
Runtime exception equivalent of java.lang.InstantiationException
- InstantiationException(java.lang.String, java.lang.Throwable) - Constructor in InstantiationException
-
- InstantJsonConverter - Class in grails.plugin.json.converters
A class to render a java.time.Instant as json
- InstantJsonConverter() - Constructor in InstantJsonConverter
-
- InstantMarshaller - Class in org.grails.web.converters.marshaller.json
JSON ObjectMarshaller which converts an Instant to ISO-8601 format with Z suffix.
- instantStringValueConverter() - Method in Jsr310ConvertersConfiguration
-
- instantStructuredBindingEditor() - Method in Jsr310ConvertersConfiguration
-
- instantValueConverter() - Method in Jsr310ConvertersConfiguration
-
- instructions - Field in AbstractProfile
-
- int(java.lang.String, java.lang.Integer) - Method in DelegatingParameters
-
- int(java.lang.String, java.lang.Integer) - Method in EmptyParameters
-
- int(grails.web.mvc.FlashScope, java.lang.String, java.lang.Integer) - Method in FlashScopeExtension
-
- int(jakarta.servlet.http.HttpServletRequest, java.lang.String, java.lang.Integer) - Method in HttpServletRequestExtension
-
- int(jakarta.servlet.http.HttpSession, java.lang.String, java.lang.Integer) - Method in HttpSessionExtension
-
- int(java.lang.String, java.lang.Integer) - Method in Parameters
-
Obtains the value of a parameter as an integer
- int(jakarta.servlet.ServletContext, java.lang.String, java.lang.Integer) - Method in ServletContextExtension
-
- int(java.lang.String, java.lang.Integer) - Method in TypeConvertingMap
-
- IntArrayToIntegerArrayConverter - Class in org.grails.datastore.mapping.model.types.conversion
- Authors:
- Stefan Armbruster
- IntArrayToIntegerArrayConverter() - Constructor in IntArrayToIntegerArrayConverter
-
- INTEGER_CLASS_NODE - Field in GrailsASTUtils
-
- INTEGER - Field in HibernateCriteriaBuilder
-
- integerConverter() - Method in DefaultConvertersConfiguration
-
- IntegerToByteConverter - Class in org.grails.datastore.mapping.model.types.conversion
- Authors:
- Stefan Armbruster
- IntegerToByteConverter() - Constructor in IntegerToByteConverter
-
- IntegerToShortConverter - Class in org.grails.datastore.mapping.model.types.conversion
- Authors:
- Stefan Armbruster
- IntegerToShortConverter() - Constructor in IntegerToShortConverter
-
- integrate(org.hibernate.boot.Metadata, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in EventListenerIntegrator
-
- integrate(org.hibernate.boot.Metadata, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in MetadataIntegrator
-
- integrateGradle - Property in GrailsCli
-
- Integration - Annotation Type in grails.testing.mixin.integration
Transformation to apply to integration tests
- INTEGRATION_ORDER - Field in GroovyTransformOrder
-
- INTEGRATION_TEST_CLASS_NODE - Field in IntegrationTestAstTransformation
-
- INTEGRATION_TEST_SOURCE_SET_NAME - Property in IntegrationTestGradlePlugin
-
- IntegrationSpecConfigurerExtension - Class in org.grails.test.spock
Spock extension that can be applied to Integration tests to make them Grails aware
- IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor - Class in org.grails.test.spock
- IntegrationSpecConfigurerExtension() - Constructor in IntegrationSpecConfigurerExtension
-
- IntegrationSpecMethodInterceptor(org.springframework.context.ApplicationContext) - Constructor in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
-
- IntegrationTestAstTransformation - Class in org.grails.compiler.injection.testing
- IntegrationTestAstTransformation() - Constructor in IntegrationTestAstTransformation
-
- IntegrationTestGradlePlugin - Class in org.grails.gradle.plugin.core
Gradle plugin for adding separate src/integration-test folder to hold integration tests.
- IntegrationTestGradlePlugin() - Constructor in IntegrationTestGradlePlugin
-
- interact(groovy.lang.Closure) - Method in PageDelegate
-
- INTERACTIVE_MODE_ENABLED - Field in Environment
-
Whether interactive mode is enabled
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in AutowiredInterceptor
-
- intercept(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in ByteBuddyGroovyInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in CleanupContextInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestCleanupInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestCleanupSpecInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestSetupInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in DataTestSetupSpecInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in GebOnFailureReporter
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in InterceptorSetupSpecInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in JsonViewSetupSpecInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in UrlMappingCleanupInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in UrlMappingSetupSpecInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebCleanupInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebCleanupSpecInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebSetupInterceptor
-
- intercept(org.spockframework.runtime.extension.IMethodInvocation) - Method in WebSetupSpecInterceptor
-
- interceptCleanupMethod(org.spockframework.runtime.extension.IMethodInvocation) - Method in DatabaseCleanupInterceptor
-
- interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation) - Method in DatabaseCleanupInterceptor
-
- interceptEntity(org.grails.datastore.mapping.model.PersistentEntity, Builder>, Builder>) - Method in GraphQLSchemaInterceptor
-
Executed for each entity mapped with GraphQL.
- InterceptingDataFetcher - Class in org.grails.gorm.graphql.fetcher.interceptor
Data fetcher to wrap another data fetcher to apply
interceptor execution
- InterceptingDataFetcher(java.lang.Class, org.grails.gorm.graphql.GraphQLServiceManager, org.grails.gorm.graphql.fetcher.interceptor.InterceptorInvoker, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType, graphql.schema.DataFetcher) - Constructor in InterceptingDataFetcher
-
- Interceptor - Trait in grails.artefact
An interceptor can be used to intercept requests to controllers and URIs
- interceptor - Field in HibernateConnectionSourceFactory
-
- INTERCEPTOR_RENDERED_VIEW - Property in GrailsInterceptorHandlerInterceptorAdapter
-
- interceptor - Field in UrlMappingMatcher
-
- interceptor - Property in UrlMappingMatcher.ClosureExclude
-
- interceptorAdapter - Property in InterceptorsGrailsPlugin
-
- InterceptorArtefactHandler - Class in org.grails.plugins.web.interceptors
- InterceptorArtefactHandler() - Constructor in InterceptorArtefactHandler
-
- interceptorComparator - Field in DefaultGraphQLInterceptorManager
-
- InterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
A generic interface for custom operations to separate which event
will be called based on the returnType of the operation.
- InterceptorInvoker() - Constructor in InterceptorInvoker
-
- interceptorManager - Property in Schema
-
- interceptors - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- interceptors - Field in DefaultGraphQLInterceptorManager
-
- interceptors - Field in GrailsInterceptorHandlerInterceptorAdapter
-
- interceptors - Field in InterceptingDataFetcher
-
- InterceptorSetupSpecInterceptor - Class in org.grails.testing.spock
- InterceptorSetupSpecInterceptor() - Constructor in InterceptorSetupSpecInterceptor
-
- interceptorSetupSpecInterceptor - Property in WebTestingSupportExtension
-
- InterceptorsGrailsPlugin - Class in org.grails.plugins.web.interceptors
A plugin for interceptors
- InterceptorsGrailsPlugin() - Constructor in InterceptorsGrailsPlugin
-
- InterceptorTraitInjector - Class in grails.compiler.traits
Injects the groovy.lang.Interceptor trait by convention
- InterceptorTraitInjector() - Constructor in InterceptorTraitInjector
-
- InterceptorUnitTest - Trait in grails.testing.web.interceptor
- interceptSchema(graphql.schema.GraphQLObjectType.Builder, graphql.schema.GraphQLObjectType.Builder, Set<GraphQLType>) - Method in GraphQLSchemaInterceptor
-
Executed a single time before the schema is created.
- interceptSetupMethod(org.spockframework.runtime.extension.IMethodInvocation) - Method in DatabaseCleanupInterceptor
-
- interceptSetupMethod(org.spockframework.runtime.extension.IMethodInvocation) - Method in RunOnceInterceptor
-
- interface and abstract services share the same datasource() - Method in DataServiceConnectionRoutingSpec
-
- interface service: delete routes to secondary datasource() - Method in DataServiceConnectionRoutingSpec
-
- interface service: get by ID routes to secondary datasource() - Method in DataServiceConnectionRoutingSpec
-
- interface service: save routes to secondary datasource() - Method in DataServiceConnectionRoutingSpec
-
- interface service: void delete routes to secondary datasource() - Method in DataServiceConnectionRoutingSpec
-
- InterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Base trait for building interface projections
- internalCommands - Field in AbstractProfile
-
- internalPromise - Property in GparsPromise
-
- internalSetVariable(java.lang.String, java.lang.Object) - Method in AbstractTemplateVariableBinding
-
- internalSetVariable(java.lang.String, java.lang.Object) - Method in TemplateVariableBinding
-
- into - Property in FileSystemInteraction.CopySpec
-
- intValue(java.util.Map, java.lang.String) - Method in AbstractHibernateGormStaticApi
-
- INVALID_SUFFIX - Field in ConstrainedProperty
-
- invalidate() - Method in GrailsHttpSession
-
- InvalidPropertyException - Class in org.grails.core.exceptions
Thrown when a property of a Grails class is invalidated.
- InvalidPropertyException(java.lang.Throwable) - Constructor in InvalidPropertyException
-
- InvalidRequestBodyException - Class in org.grails.web.databinding.bindingsource
Represents an error creation a data binding source because the request
body is invalid.
- InvalidRequestBodyException(java.lang.Exception) - Constructor in InvalidRequestBodyException
-
- InvalidResponseHandler - Class in org.grails.plugins.web.servlet.mvc
Handles an invalid token response.
- InvalidResponseHandler() - Constructor in InvalidResponseHandler
-
- invalidToken(groovy.lang.Closure) - Method in AbstractTokenResponseHandler
-
- invalidToken - Property in GrailsMockHttpServletRequest
-
- invalidToken(groovy.lang.Closure) - Method in TokenResponseHandler
-
Specify behavior in the event of an invalid token.
- invalidTokenInternal(groovy.lang.Closure) - Method in AbstractTokenResponseHandler
-
- invalidTokenInternal(groovy.lang.Closure) - Method in InvalidResponseHandler
-
- invalidTokenInternal(groovy.lang.Closure) - Method in ValidResponseHandler
-
- InvalidVersionException - Class in grails.plugins
Throw when a specified version number is invalid.
- InvalidVersionException(java.lang.Throwable) - Constructor in InvalidVersionException
-
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Object) - Method in ActionSettingMethodHandler
-
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in CloseSuppressingInvocationHandler
-
- invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in CustomInterceptorInvoker
-
- invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in CustomMutationInterceptorInvoker
-
- invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in CustomQueryInterceptorInvoker
-
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in DefaultGrailsApplication
-
- invoke(java.lang.Object, java.lang.String) - Method in DefaultGrailsControllerClass
-
Invokes the controller action for the given name on the given controller instance
- invoke(java.lang.Class, java.lang.String, java.lang.Object) - Method in DynamicFinder
-
- invoke(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in FinderMethod
-
Invokes the method
- invoke(java.lang.Object, java.lang.String) - Method in GrailsControllerClass
-
Invokes a controller action on the given controller instance
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
-
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Object) - Method in GroovyObjectMethodHandler
-
- INVOKE_IMPLEMENTATION - Field in GroovyObjectMethodHandler
-
- INVOKE_IMPLEMENTATION - Field in GroovyProxyInterceptorLogic
-
- invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in InterceptorInvoker
-
- invoke(java.io.Writer) - Method in JspFragmentImpl
-
- invoke(java.lang.Class, java.lang.String, groovy.lang.Closure, java.lang.Object) - Method in ListOrderByFinder
-
- INVOKE_METHOD - Field in GroovyObjectMethodHandler
-
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in PageRenderer.PageRenderRequestCreator.1
-
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in PageRenderer.PageRenderResponseCreator.1
-
- invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in ProvidedInterceptorInvoker
-
- invokeBeanDefiningClosure(Closure<?>) - Method in BeanBuilder
-
When an method's argument is only a closure it is a set of bean definitions.
- invokeBeanDefiningMethod(java.lang.String, java.lang.Object) - Method in BeanBuilder
-
Called when a bean definition node is called.
- invokeBeforeValidate(java.lang.Object, List<?>) - Method in BeforeValidateHelper
-
- invokeClosure(groovy.lang.Closure, java.lang.Object) - Method in AsyncWebRequestPromiseDecorator
-
- invokeClosureNode(java.lang.Object) - Method in AbstractCriteriaBuilder
-
- invokeClosureNode(java.lang.Object) - Method in CriteriaMethodInvoker
-
- invokeEntityProxyMethods(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityProxyMethodHandler
-
- invokeList() - Method in AbstractCriteriaBuilder
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in AbstractCriteriaBuilder
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in BeanBuilder
-
Overrides method invocation to create beans for each method name that takes a class argument.
- invokeMethod(java.lang.String, java.lang.Object) - Method in ClosureToMapPopulator
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in CompileStaticGroovyPage
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in CriteriaMethodInvoker
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in DefaultGrailsApplication
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in DefaultHalViewHelper.HalStreamingJsonDelegate
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in DefaultMappingConfigurationBuilder
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in DynamicElementReader
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in FormatInterceptor
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in GradleAsyncInvoker
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in GradleInvoker
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in GrailsApplicationContext
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in GrailsPrintWriter
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in HibernateMappingBuilder.1
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in InstanceProxy
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in JspTagLibImpl
-
Overrides invoke method so tags can be invoked as methods
- invokeMethod(java.lang.String, java.lang.Object) - Method in NavigableMap.NullSafeNavigator
-
- invokeMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in ProxyInstanceMetaClass
-
Handle method calls on our proxy.
- invokeMethod(java.lang.String, java.lang.Object) - Method in SpringInvoker
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in TagLibNamespaceMethodDispatcher
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in TemplateRenderer
-
- invokeMethodAfterResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
-
- invokeMethodBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in EntityProxyMethodHandler
-
- invokeMethodBeforeResolving(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
-
- invokeMethodIfExists(java.lang.Object, java.lang.String, java.lang.Object) - Method in GrailsMetaClassUtils
-
Invokes a method if it exists otherwise returns null
- invokeOriginalAsTypeMethod(java.lang.Object, Class<?>) - Method in ConverterUtil
-
- invokeQuery(org.grails.datastore.mapping.query.Query) - Method in AbstractFindByFinder
-
- invokeQuery(org.grails.datastore.mapping.query.Query) - Method in CountByFinder
-
- invokeQuery(org.grails.datastore.mapping.query.Query) - Method in FindAllByFinder
-
- invokeQuery(org.grails.datastore.mapping.query.Query) - Method in ListOrderByFinder
-
- invoker - Property in GradleAsyncInvoker
-
- invokeTag(java.lang.String, java.lang.String, int, java.util.Map, int) - Method in GroovyPage
-
Attempts to invokes a dynamic tag
- invokeTagMethod(groovy.lang.GroovyObject, java.lang.String, Map<?,?>, Closure<?>) - Method in TagMethodInvoker
-
- invokeThisMethod(java.lang.Object, java.lang.String, java.lang.Object) - Method in GroovyObjectMethodHandler
-
- invokeWithTargetException() - Method in DatastoreServiceMethodInvokingFactoryBean
-
- IOUtils - Class in grails.io
Utility methods for performing I/O operations.
- IOUtils.1 - Class in grails.io
- IOUtils.1() - Constructor in IOUtils.1
-
- IOUtils() - Constructor in IOUtils
-
- IS_EMPTY - Field in AbstractHibernateCriteriaBuilder
-
- IS_EMPTY - Enum Constant in CriteriaMethods
-
- IS_INITIALIZED_METHOD - Field in EntityProxyMethodHandler
-
- is(java.lang.Object) - Method in NavigableMap.NullSafeNavigator
-
- IS_NOT_EMPTY - Field in AbstractHibernateCriteriaBuilder
-
- IS_NOT_EMPTY - Enum Constant in CriteriaMethods
-
- IS_NOT_NULL - Field in AbstractHibernateCriteriaBuilder
-
- IS_NOT_NULL - Enum Constant in CriteriaMethods
-
- IS_NULL - Field in AbstractHibernateCriteriaBuilder
-
- IS_NULL - Enum Constant in CriteriaMethods
-
- IS_NULL_CRITERION - Field in DetachedCriteriaTransformer
-
- IS_OLD_SETUP - Field in DataTestSetupSpecInterceptor
-
- IS_PROXY_METHOD - Field in EntityProxyMethodHandler
-
- isAbsolute(java.util.Map) - Method in DefaultLinkGenerator
-
- isAbstract() - Method in AbstractGrailsClass
-
- isAbstract() - Method in AbstractPersistentEntity
-
- isAbstract(org.grails.datastore.mapping.model.PersistentEntity) - Method in GormMappingConfigurationStrategy
-
- isAbstract() - Method in GrailsClass
-
Whether the class is abstract or not
- isAbstract() - Method in GrailsHibernatePersistentEntity
-
- isAbstract() - Method in HibernateEmbeddedPersistentEntity
-
- isActionMethod(java.lang.String) - Method in AbstractGrailsClass
-
- isActive() - Method in AbstractEventBus
-
- isActive() - Method in ActorEventBus
-
- isActive() - Method in EventBus
-
- Returns:
- Whether the event bus is active or has been shutdown
- isActive() - Method in GrailsContentBufferingResponse
-
- isActive() - Method in GrailsWebRequest
-
Whether the web request is still active
- isActive() - Method in SessionOnlyTransaction
-
- isActive() - Method in Transaction
-
Whether the transaction is active
- isAllowCreate() - Method in OutputEncodingStackAttributes
-
- isAllowed(java.lang.String, jakarta.servlet.http.HttpServletRequest, java.util.Map) - Method in AllowedMethodsHelper
-
- isAllowGrailsViewCaching() - Method in GroovyPageViewResolver
-
- isAllowNullValues() - Method in GrailsConcurrentLinkedMapCache
-
- isAllowPrecedingContent() - Method in GroovyCollectTag
-
- isAllowPrecedingContent() - Method in GroovyDefTag
-
- isAllowPrecedingContent() - Method in GroovyEachTag
-
- isAllowPrecedingContent() - Method in GroovyElseIfTag
-
- isAllowPrecedingContent() - Method in GroovyElseTag
-
- isAllowPrecedingContent() - Method in GroovyFindAllTag
-
- isAllowPrecedingContent() - Method in GroovyGrepTag
-
- isAllowPrecedingContent() - Method in GroovySyntaxTag
-
- isAllowPrecedingContent() - Method in GroovyWhileTag
-
- isAllowResourceExpansion() - Method in ViewConfiguration
-
- Returns:
- Whether to allow resource expansion
- isAllowSettingContentType() - Method in GroovyPageTemplate
-
- isAllowSubBuffers() - Method in StreamCharBuffer
-
- isAllowUnwrappingOut() - Method in GrailsLazyProxyPrintWriter
-
- isAllowUnwrappingOut() - Method in GrailsPrintWriter
-
- isAllowUnwrappingOut() - Method in GrailsPrintWriterAdapter
-
- isAllowUnwrappingOut() - Method in GrailsRoutablePrintWriter
-
- isAllowUnwrappingOut() - Method in GrailsWrappedWriter
-
- isAllowUnwrappingOut() - Method in GSPResponseWriter
-
- isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractStringQueryImplementer
-
- isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractWhereImplementer
-
- isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AnnotatedServiceImplementer
-
Is the method annotated
- isAnnotated(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in UpdateStringQueryImplementer
-
- isAnnotatedSuperClass(org.grails.datastore.mapping.model.MappingConfigurationStrategy, java.lang.Class) - Method in AbstractPersistentEntity
-
- isAnnotatedWithJavaValidationApi(List<AnnotationNode>) - Method in DirtyCheckingTransformer
-
- isAnsiEnabled - Property in AnsiConsoleUrlMappingsRenderer
-
- isAnsiEnabled() - Method in GrailsConsole
-
- isApplicationClass(java.lang.String) - Method in DefaultStackTraceFilterer
-
Whether the given class name is an internal class and should be filtered
- isApplied(org.codehaus.groovy.ast.ClassNode) - Method in ArtefactTypeAstTransformation
-
- isApplied(org.codehaus.groovy.ast.ASTNode, Class<?>) - Method in GrailsASTUtils
-
- isApplyFlushModeOnlyToNonExistingTransactions() - Method in GrailsHibernateTemplate
-
- isApplyToSafelyEncoded() - Method in AbstractCharReplacementEncoder
-
- isApplyToSafelyEncoded() - Method in BasicJSONEncoder
-
- isApplyToSafelyEncoded() - Method in ChainedEncoder
-
- isApplyToSafelyEncoded() - Method in Encoder
-
- Returns:
true if this this codec should be applied to a buffer part that is
already encoded with a safe encoder
- isApplyToSafelyEncoded() - Method in JavaScriptEncoder
-
- isApplyToSafelyEncoded() - Method in NoneEncoder
-
- isApplyToSafelyEncoded() - Method in RawCodec
-
- isApplyToSafelyEncoded() - Method in URLCodecFactory.1
-
- isArtefact(org.codehaus.groovy.ast.ClassNode) - Method in ApplicationArtefactHandler
-
- isArtefact(java.lang.Class) - Method in ArtefactHandler
-
- isArtefact(java.lang.Class) - Method in ArtefactHandlerAdapter
-
- isArtefact(java.lang.Class) - Method in DefaultGrailsApplication
-
Returns true if the given class is an artefact identified by one of the registered
ArtefactHandler instances.
- isArtefact(org.codehaus.groovy.ast.ClassNode) - Method in DomainClassArtefactHandler
-
- isArtefact(java.lang.Class) - Method in GrailsApplication
-
- isArtefact(java.lang.Class) - Method in StandaloneGrailsApplication
-
- isArtefactAnnotationNode(org.codehaus.groovy.ast.AnnotationNode) - Method in ArtefactTypeAstTransformation
-
- isArtefactClass(java.lang.Class) - Method in AnnotationDomainClassArtefactHandler
-
- isArtefactClass(java.lang.Class) - Method in ApplicationArtefactHandler
-
- isArtefactClass(java.lang.Class) - Method in ArtefactHandlerAdapter
-
- isArtefactClass(java.lang.Class) - Method in CodecArtefactHandler
-
- isArtefactClass(java.lang.Class) - Method in DomainClassArtefactHandler
-
- isArtefactGrailsClass(grails.core.GrailsClass) - Method in ArtefactHandler
-
- isArtefactGrailsClass(grails.core.GrailsClass) - Method in ArtefactHandlerAdapter
-
- isArtefactOfType(java.lang.String, java.lang.String) - Method in DefaultGrailsApplication
-
Returns true if the specified class name is of the given artefact type as defined by the ArtefactHandler.
- isArtefactOfType(java.lang.String, java.lang.String) - Method in GrailsApplication
-
- isArtefactOfType(java.lang.String, java.lang.String) - Method in StandaloneGrailsApplication
-
- isArtefactResource(org.grails.io.support.Resource) - Method in ArtefactHandlerAdapter
-
Subclasses can override to narrow down whether the given resource is an artefact of this type.
- isArtefactResource(org.grails.io.support.Resource) - Method in DomainClassArtefactHandler
-
- isAssignableFrom(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
Determines if the class or interface represented by the superClass
argument is either the same as, or is a superclass or superinterface of,
the class or interface represented by the specified subClass parameter.
- isAssignableFrom(Class<?>, Class<?>) - Method in ReflectionUtils
-
- isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Method in ClassUtils
-
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface
of, the specified type parameter.
- isAssignableOrConvertibleFrom(Class<?>, Class<?>) - Method in GrailsClassUtils
-
Returns true if the specified clazz parameter is either the same as, or is a superclass or superinterface
of, the specified type parameter.
- isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in EntityPersister
-
- isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- isAssociationColumnNullable() - Method in HibernateAssociation
-
Returns the nullable value for the FK column when this property is an association without a
user type.
- isAssociationColumnNullable() - Method in HibernateOneToOneProperty
-
- isAssociationColumnNullable() - Method in HibernateToManyProperty
-
- Returns:
- Whether the association column is nullable.
- isAssociationQueryMethod(java.lang.Object) - Method in CriteriaMethodInvoker
-
- isAssociationQueryWithJoinSpecificationMethod(java.lang.Object) - Method in CriteriaMethodInvoker
-
- isAsync(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
-
Check whether the given request is a forward request
- isAsyncComplete() - Method in AsyncGrailsWebRequest
-
- isAsyncStarted() - Method in AsyncGrailsWebRequest
-
- isAsyncStarted() - Method in GrailsMockHttpServletRequest
-
- isAsyncSupported() - Method in GrailsMockHttpServletRequest
-
- isAt(geb.Page, boolean) - Method in BrowserDelegate
-
Delegates to geb.Browser#isAt(Page, boolean).
- isAtLeast(java.lang.String, java.lang.String) - Method in GrailsVersion
-
Check whether the version is at least the given version
- isAtLeastMajorMinor(java.lang.String, int, int) - Method in GrailsVersion
-
Check whether the current version is at least the given major and minor version
- isAtLeastVersion(java.lang.String) - Method in HibernateVersionSupport
-
Check the current hibernate version
- isAttached(D) - Method in AbstractHibernateGormInstanceApi
-
- isAttached() - Method in DelegatingGormEntityApi
-
- isAttached() - Method in GormEntity
-
No concept of session-based model so defaults to true
- isAttached() - Method in GormEntityApi
-
No concept of session-based model so defaults to true
- isAttached(D) - Method in GormInstanceApi
-
No concept of session-based model so defaults to true
- isAttached(D) - Method in GormInstanceOperations
-
No concept of session-based model so defaults to true
- isAttached(D) - Method in GormStaticApi
-
- isAttached(D) - Method in TenantDelegatingGormOperations
-
- isAutoconfigure() - Method in GroovyCompilerConfiguration
-
Returns true if auto-configuration transformations should be applied.
- isAutoconfigure() - Method in OptionSetGroovyCompilerConfiguration
-
- isAutoFlush() - Method in AbstractHibernateDatastore
-
- isAutoStartedMongoSpec(org.spockframework.runtime.model.SpecInfo) - Method in AbstractMongoGrailsExtension
-
AutoStartedMongoSpec is the marker class that enables our extension to autostart mongodb in a container & initialize a datastore
- isAutoStartup() - Method in EmbeddedDatabaseShutdownHook
-
- isAutoSync() - Method in OutputEncodingStackAttributes
-
- isAutowire() - Method in DefaultGrailsDomainClass
-
- isAutowire() - Method in GrailsDomainClass
-
- Returns:
- Whether to autowire
- isAvailable() - Method in AbstractDatastoreInitializer.GrailsBeanBuilderInit
-
- isAvailable() - Method in AbstractDatastoreInitializer.GroovyBeanReaderInit
-
- isAvailable() - Method in AdditionalGormEntityTransformation
-
- Returns:
- Whether the transformation is available
- isAvailable() - Method in GormEntityTraitProvider
-
- Returns:
- Whether this trait provided is available
- isAvailable() - Method in JakartaValidatorRegistry
-
- Returns:
- Whether jakarta.validation is available
- isAvailable() - Method in JavaCompiler
-
- isAvailable(java.util.Map, groovy.lang.Closure) - Method in PluginTagLib
-
Checks whether a particular plugin exists and executes the body if it does.
- isBase - Field in AbstractGrailsPlugin
-
- isBasePlugin() - Method in AbstractGrailsPlugin
-
- isBasePlugin() - Method in GrailsPlugin
-
Returns whether this plugin is loaded from the current plugin.
- isBasic() - Method in Association
-
- Returns:
- Whether this association is embedded
- isBasic() - Method in HibernateToManyProperty
-
- isBasicType(java.lang.Class) - Method in SimpleDataBinder
-
- isBidirectional() - Method in Association
-
- Returns:
- True if the association is bidirectional
- isBidirectional() - Method in HibernateAssociation
-
- isBidirectionalManyToOne(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isBidirectionalManyToOne() - Method in PersistentProperty
-
- isBidirectionalManyToOneWithListMapping(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Property) - Method in GrailsDomainBinder
-
- isBidirectionalManyToOneWithListMapping(org.hibernate.mapping.Property) - Method in HibernateAssociation
-
- isBidirectionalManyToOneWithListMapping(org.hibernate.mapping.Property) - Method in HibernatePersistentProperty
-
- isBidirectionalOneToManyMap(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
-
- isBidirectionalToManyMap() - Method in Association
-
- isBidirectionalToManyMap() - Method in HibernateAssociation
-
- isBlank() - Method in BlankConstraint
-
- isBlank() - Method in Constrained
-
- isBlank() - Method in ConstrainedDelegate
-
- isBlank() - Method in DefaultConstrainedProperty
-
- isBlank(java.lang.String) - Method in GrailsNameUtils
-
- isBlank(java.lang.String) - Method in GrailsStringUtils
-
Same as StringUtils#isEmpty(java.lang.Object) but trims the string for surrounding whitespace
- isBlockClose() - Method in GrailsRoutablePrintWriter
-
- isBlockFlush() - Method in GrailsRoutablePrintWriter
-
- isBodyTag() - Method in JspTag
-
- Returns:
- Return true if the tag class implements the BodyTag interface
- isBodyTag() - Method in JspTagImpl
-
- isBuildSnapshot() - Method in Snapshot
-
- isBuiltinType() - Method in AbstractMemberDefinition
-
Checks if the type is a built-in type that doesn't require imports.
- isBuyNow() - Method in Bid
-
- isBuyNow() - Method in BuyNow
-
- isCache() - Method in MarkupViewConfiguration
-
- isCache() - Method in ViewConfiguration
-
- isCacheable(java.util.Map) - Method in CachingLinkGenerator
-
- isCached(java.lang.Class, java.io.Serializable) - Method in AbstractSession
-
- isCached(java.lang.Class, java.io.Serializable) - Method in SessionImplementor
-
Whether an object with the specified key is contained within the first level cache.
- isCacheEnabled() - Method in GroovyPagesTemplateRenderer
-
- isCacheObjectMarshallerByClass() - Method in ChainedConverterConfiguration
-
- isCacheObjectMarshallerByClass() - Method in ConverterConfiguration
-
Enables caching object marshaller selection by class.
- isCacheObjectMarshallerByClass() - Method in DefaultConverterConfiguration
-
- isCacheObjectMarshallerByClass() - Method in ImmutableConverterConfiguration
-
- isCacheQueries - Field in AbstractHibernateDatastore
-
- isCacheQueries() - Method in GrailsHibernateTemplate
-
- isCacheResources() - Method in GroovyPagesTemplateEngine
-
- isCancelled() - Method in AbstractPersistenceEvent
-
- isCancelled() - Method in AbstractSubscription
-
- isCancelled() - Method in BoundPromise
-
- isCancelled() - Method in GparsPromise
-
- isCancelled() - Method in PromiseList
-
- isCancelled() - Method in PromiseMap
-
- isCancelled() - Method in Subscription
-
- Returns:
- Whether it is cancelled
- isCancelled() - Method in SynchronousPromise
-
- isCandidateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isCandidateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in ControllerDomainTransformer
-
- isCandidateInstanceMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
-
- isCandidateMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
-
- isCascadable(java.lang.Object, jakarta.validation.Path.Node, Class<?>, jakarta.validation.Path, java.lang.annotation.ElementType) - Method in MappingContextTraversableResolver
-
- isCase(java.lang.Object) - Method in AbstractClosureProxy
-
- isCaseSensitive() - Method in HibernateDatabase
-
- isCatalogAtStart() - Method in HibernateConnectionMetadata
-
- isChildOfFile(java.io.File, java.io.File) - Method in I18nGrailsPlugin
-
- isChunkSizeResizeable() - Method in StreamCharBuffer
-
- isCircular() - Method in Association
-
- Returns:
- Whether the association is circular
- isCircular() - Method in HibernateAssociation
-
- isCircularAssociation(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- ISCLASS_PATTERN - Field in DefaultGrailsApplication
-
- isClassBelowPackage(Class<?>, java.util.List) - Method in ClassUtils
-
- isClassBelowPackage(Class<?>, List<?>) - Method in GrailsClassUtils
-
Returns whether the specified class is either within one of the specified packages or
within a subpackage of one of the packages
- isClassFile(java.io.File) - Method in MainClassFinder
-
- isCleanAll() - Method in DatasourceCleanupMapping
-
- Returns:
true if no specific data sources were specified, meaning all
datas ources in the application context should be cleaned
- isCloseable() - Method in DefaultConnectionSource
-
- isClosed() - Method in HibernateConnection
-
- isClosed() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- isCollectionType(java.lang.Class) - Method in GormMappingConfigurationStrategy
-
- isCommitted() - Method in GrailsContentBufferingResponse
-
Always report this buffering response as committed.
- isCommitted() - Method in IncludeResponseWrapper
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AbstractArrayOrIterableResultImplementer
-
Return true if the provided return type is compatible with this implementor.
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AbstractServiceImplementer
-
Return true if the provided return type is compatible with this implementor.
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountByImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in CountWhereImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in DeleteImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in DeleteWhereImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllByInterfaceProjectionImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllInterfaceProjectionImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllPropertyProjectionImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllStringQueryImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAllWhereImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindAndDeleteImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneByImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneByInterfaceProjectionImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionStringQueryImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneInterfaceProjectionWhereImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOnePropertyProjectionImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneStringQueryImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in FindOneWhereImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in IterableProjectionServiceImplementer
-
Is the return type compatible with the projection query
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in SaveImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in SingleResultProjectionServiceImplementer
-
Is the return type compatible with the projection query
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in UpdateOneImplementer
-
- isCompatibleReturnType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in UpdateStringQueryImplementer
-
- isCompileStatic() - Method in ViewConfiguration
-
- Returns:
- Should compile statically
- isCompileStaticControllers() - Method in GrailsCompileStaticArtefactsProvider
-
- isCompileStaticMode() - Method in GroovyPageMetaInfo
-
- isCompileStaticMode() - Method in GroovyPageParser
-
- isCompileStaticMode() - Method in GroovySyntaxTag
-
- isCompileStaticServices() - Method in GrailsCompileStaticArtefactsProvider
-
- isCompileStaticTagLibs() - Method in GrailsCompileStaticArtefactsProvider
-
- isComponentPropertyNullable(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isComponentPropertyNullable(PersistentProperty<?>) - Method in GrailsHibernatePersistentEntity
-
- isCompositeIdProperty(org.grails.orm.hibernate.cfg.Mapping, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isCompositeIdProperty() - Method in PersistentProperty
-
- Returns:
- Whether this property is part of a composite identifier
- isConfigTrue(java.lang.Object, java.lang.String) - Method in GrailsConfigUtils
-
- isConfigurational(java.lang.String) - Method in NameUtils
-
- isConnected() - Method in AbstractAttributeStoringSession
-
- isConnected() - Method in AbstractHibernateSession
-
- isConnected() - Method in Session
-
- Returns:
true if connected to the datastore
- isConnectedMode() - Method in StreamCharBuffer
-
- isConstrainableProperty(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in DefaultConstraintEvaluator
-
- isConstructorMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
-
- isContainerType(Class<?>) - Method in DefaultRendererRegistry
-
- isContainerType(Class<?>) - Method in RendererRegistry
-
Whether the specified class is a container (list, map etc.)
- isContentTypeAlreadySet() - Method in DefaultOutputContextLookup.DefaultOutputContext
-
- isContentTypeAlreadySet() - Method in OutputContext
-
- isConvertEmptyStringsToNull() - Method in DataBindingConfigurationProperties
-
- isConverterClass(Class<?>) - Method in ConverterUtil
-
- isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in GormDatabase
-
- isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in HibernateClassicDatabase
-
- isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in HibernateEjb3Database
-
- isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in HibernateSpringBeanDatabase
-
- isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in HibernateSpringPackageDatabase
-
- isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in JpaPersistenceDatabase
-
- isCorrectlyOwned() - Method in Association
-
- isCreditCard() - Method in Constrained
-
- isCreditCard() - Method in ConstrainedDelegate
-
- isCreditCard() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the creditCard.
- isCriteriaCall(org.codehaus.groovy.ast.expr.MethodCall) - Method in CriteriaTypeCheckingExtension
-
- isCriteriaConstructionMethod(grails.orm.CriteriaMethods, java.lang.Object) - Method in CriteriaMethodInvoker
-
- isCustomType(Class<?>) - Method in MappingFactory
-
- isDataSourceAware() - Method in DataBindingSource
-
- Returns:
- true if GORM operations should be enabled when binding with this DataBindingSource
- isDateParsingLenient() - Method in DataBindingConfigurationProperties
-
- isDebugEnabled() - Method in DatabaseCleanupStats
-
Returns true if the grails.testing.cleanup.debug system property
is set to "true".
- isDefaultDataSource(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
-
- isDefined(java.lang.String) - Method in AliasRegistry
-
- isDefinedInPlugin() - Method in AbstractUrlMapping
-
- isDefinedInPlugin() - Method in UrlMapping
-
- Returns:
- True if the URL mapping comes from a plugin
- isDependentOn(org.apache.grails.core.plugins.PluginMetadata, java.lang.String) - Method in BasePluginFilter
-
Determines whether the supplied plugin declares a dependency on the named plugin.
- isDeprecated() - Method in GraphQLDomainProperty
-
- Returns:
- True if the property is deprecated
- isDeprecated() - Method in PersistentGraphQLProperty
-
- isDestinationActivated() - Method in GrailsLazyProxyPrintWriter
-
- isDestinationActivated() - Method in GrailsPrintWriter
-
- isDestinationActivated() - Method in GrailsRoutablePrintWriter
-
- isDevelopmentEnv() - Method in GrailsUtil
-
Retrieves whether the current execution environment is the development one.
- isDevelopmentEnvironmentAvailable() - Method in Environment
-
This method will return true if the 'grails-app' directory was found, regardless of whether reloading is active or not
- isDevelopmentEnvironmentAvailable() - Method in Metadata
-
- Returns:
- True if the development sources are present
- isDevelopmentGrailsVersion() - Method in BuildSettings
-
- Returns:
- Whether the current version of Grails being used is a development version
- isDevelopmentMode() - Method in Environment
-
Returns true if the application is running in development mode (within grails run-app)
- isDevelopmentMode() - Method in GroovyPagesGrailsPlugin
-
- isDevelopmentMode() - Method in ViewsEnvironment
-
- Returns:
- Whether development mode is enabled
- isDevelopmentModeActive() - Method in GrailsApp
-
- isDevelopmentRun() - Method in GrailsExtension
-
- isDevtoolsRestart() - Method in Environment
-
Checks if the run of the app is due to spring dev-tools or not.
- isDirty(java.lang.Object) - Method in AbstractHibernateSession
-
- isDirty(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister
-
- isDirty() - Method in AbstractPersistentCollection
-
- isDirty(java.lang.Object) - Method in AbstractSession
-
- isDirty() - Method in DelegatingGormEntityApi
-
- isDirty() - Method in GormEntity
-
Checks whether an entity is dirty.
- isDirty() - Method in GormEntityApi
-
Checks whether an entity is dirty
- isDirty(D) - Method in GormInstanceApi
-
Checks whether an entity is dirty
- isDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session) - Method in GrailsEntityDirtinessStrategy
-
- isDirty(org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation) - Method in GrailsEntityDirtinessStrategy.1
-
- isDirty(D) - Method in HibernateGormInstanceApi
-
Checks whether an entity is dirty
- isDirty(java.lang.Object, java.lang.Object) - Method in NativeEntryEntityPersister
-
- isDirty() - Method in PersistentCollection
-
Check whether the collection has been modified.
- isDirty(java.lang.Object) - Method in Session
-
Check if the instance has been modified since loading.
- isDiscriminatorProperty(java.lang.String) - Method in BsonPersistentEntityCodec
-
- isDisplay() - Method in Constrained
-
- isDisplay() - Method in ConstrainedDelegate
-
- isDisplay() - Method in DefaultConstrainedProperty
-
- Returns:
- Whether the property should be displayed (for backwards compatibility).
- isDisplayInput() - Method in Constrained
-
- isDisplayOutput() - Method in Constrained
-
- isDomainClass(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
- isDomainClass(Class<?>) - Method in DomainClassArtefactHandler
-
- isDomainClass(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in GrailsASTUtils
-
- isDomainClass(java.net.URL) - Method in GrailsResourceUtils
-
- isDomainClass(Class<?>) - Method in GrailsWebDataBinder
-
- isDomainClass(java.lang.Class) - Method in HibernateMappingContext
-
- isDomainResource(java.lang.Class) - Method in AbstractLinkingRenderer
-
- isDone() - Method in BoundPromise
-
- isDone() - Method in FutureTaskPromise
-
- isDone() - Method in GparsPromise
-
- isDone() - Method in PromiseList
-
- isDone() - Method in PromiseMap
-
- isDone() - Method in SynchronousPromise
-
- isDynamic() - Method in PluginInfo
-
Returns whether this plugin was discovered from a dynamic plugin configuration.
- isEditable() - Method in Constrained
-
- isEditable() - Method in ConstrainedDelegate
-
- isEmail() - Method in Constrained
-
- isEmail() - Method in ConstrainedDelegate
-
- isEmail() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the email.
- isEmbedded() - Method in Association
-
- Returns:
- Whether this association is embedded
- isEmbedded() - Method in HibernatePersistentProperty
-
- isEmbeddedEntry(java.lang.Object) - Method in MongoEntityPersister
-
- isEmbeddedEntry(java.lang.Object) - Method in NativeEntryEntityPersister
-
Tests whether a native entry is an embedded entry
- isEmbeddedH2orHsqldb(javax.sql.DataSource) - Method in EmbeddedDatabaseShutdownHook
-
- isEmpty(java.lang.String) - Method in AbstractCriteriaBuilder
-
- isEmpty(java.lang.String) - Method in AbstractDetachedCriteria
-
- isEmpty(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isEmpty(java.lang.String) - Method in AbstractHibernateQuery
-
- isEmpty(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- isEmpty() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- isEmpty() - Method in AbstractPersistentCollection
-
- isEmpty() - Method in AbstractResultList
-
- isEmpty() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- isEmpty() - Method in AbstractTypeConvertingMap
-
- isEmpty() - Method in CodeGenConfig
-
- isEmpty() - Method in CompositeConfig
-
- isEmpty(java.lang.String) - Method in Criteria
-
Creates a criterion that asserts the given property is empty (such as a blank string)
- isEmpty() - Method in DelegatingParameters
-
- isEmpty(java.lang.String) - Method in DetachedCriteria
-
- isEmpty() - Method in EmptyParameters
-
- isEmpty() - Method in GPathResultMap
-
- isEmpty() - Method in GrailsFlashScope
-
- isEmpty() - Method in JSONArray
-
- isEmpty() - Method in JSONObject
-
- isEmpty() - Method in LazyMetaPropertyMap
-
{@inheritDoc}
- IsEmpty(java.lang.String) - Constructor in MethodExpression.IsEmpty
-
- isEmpty() - Method in NavigableMap
-
- isEmpty() - Method in NavigableMap.NullSafeNavigator
-
- isEmpty() - Method in NavigableMapConfig
-
- isEmpty() - Method in PagedList
-
- isEmpty() - Method in PagedResultList
-
- isEmpty() - Method in Parameters
-
- Returns:
- Whether there are any parameters
- isEmpty() - Method in PrefixedConfig
-
- isEmpty() - Method in PromiseMap
-
- Returns:
- Whether the map is empty
- isEmpty() - Method in PropertyResolverMap
-
- isEmpty(java.lang.String) - Method in Query
-
Used to restrict a value to be empty (such as a blank string or an empty collection)
- IsEmpty(java.lang.String) - Constructor in Query.IsEmpty
-
- isEmpty() - Method in Query.Junction
-
- isEmpty() - Method in Query.ProjectionList
-
- isEmpty(java.lang.String) - Method in Restrictions
-
Used to restrict a value to be empty (such as a blank string or an empty collection)
- isEmpty() - Method in SessionHolder
-
- isEmpty() - Method in StreamCharBuffer
-
- isEmpty() - Method in SynchronizerTokensHolder
-
- isEnabled(java.lang.String) - Method in AbstractGrailsPlugin
-
- isEnabled() - Method in DefaultGrailsPlugin
-
- isEnabled(java.lang.String) - Method in GrailsPlugin
-
Check whether the plugin is enabled for the given profile
- isEnabled() - Method in StringCharArrayAccessor
-
- isEnableReloading() - Method in ViewConfiguration
-
- Returns:
- Whether reloading is enabled
- isEncodedWith(org.grails.encoder.Encoder, java.lang.CharSequence) - Method in DefaultEncodingStateRegistry
-
- isEncodedWith(org.grails.encoder.Encoder, java.lang.CharSequence) - Method in EncodingStateRegistry
-
Checks if the CharSequence is encoded with encoder.
- isEnum(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
Is the class an enum
- isEnum() - Method in Basic
-
- isEnum() - Method in HibernatePersistentProperty
-
- Returns:
- Whether this property is an enum property.
- isEnum() - Method in HibernateToManyProperty
-
- isEnumType() - Method in HibernatePersistentProperty
-
- isEnvironmentSet() - Method in CommandLine
-
- Returns:
- Whether the environment is user specified
- isEnvironmentSet() - Method in DefaultCommandLine
-
- isEquivalent(org.grails.encoder.CodecIdentifier) - Method in BasicJSONEncoder
-
- isEquivalent(org.grails.encoder.CodecIdentifier) - Method in CodecIdentifier
-
Checks if this codec is equivalent to some other codec
- isEquivalent(org.grails.encoder.CodecIdentifier) - Method in CombinedCodecIdentifier
-
- isEquivalent(org.grails.encoder.CodecIdentifier) - Method in DefaultCodecIdentifier
-
- isEquivalent(org.grails.encoder.CodecIdentifier) - Method in JavaScriptEncoder
-
- isEquivalent(org.grails.encoder.CodecIdentifier) - Method in RawCodec
-
- isError(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
-
Check whether the given request is a forward request
- isExclude() - Method in Matcher
-
Checks whether the current matcher is a exclude matcher or not
- isExclude() - Method in UrlMappingMatcher
-
- isExcluded(org.springframework.core.io.Resource) - Method in ClassPathScanner
-
Whether the given resource is excluded
- isExcluded(java.lang.String, grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher
-
- isExcluded(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher.ClosureExclude
-
- isExcluded(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher.Exclude
-
- isExcluded(grails.web.mapping.UrlMappingInfo) - Method in UrlMappingMatcher.MapExclude
-
- isExcludedProperty(java.lang.String, org.grails.datastore.mapping.model.ClassMapping, java.util.Collection, boolean) - Method in GormMappingConfigurationStrategy
-
- isExecuted - Property in TestSaveOrUpdateEventListener
-
- isExpired() - Method in GroovyPageView
-
- isExposeNativeSession() - Method in GrailsHibernateTemplate
-
- isExternal() - Method in AbstractPersistentEntity
-
- isExternal() - Method in PersistentEntity
-
Whether this PersistentEntity is mapped using a different store.
- isFailOnError() - Method in AbstractHibernateDatastore
-
- isFileURL(java.net.URL) - Method in GrailsResourceUtils
-
Determine whether the given URL points to a resource in the file system,
that is, has protocol "file" or "vfs".
- isFlagPresent(java.lang.String) - Method in CommandLineHelper
-
- isFlowRequest() - Method in GrailsWebRequest
-
Returns true if the current executing request is a flow request
- isForeignKeyInChild(org.grails.datastore.mapping.model.types.Association) - Method in EntityFetchOptions
-
- isForeignKeyInChild() - Method in ToOne
-
- isFork() - Method in Environment
-
Whether this is a fork of the Grails command line environment
- isForward(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
-
Check whether the given request is a forward request
- isForwardOrInclude(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
-
Check whether the given request is an include or forward request
- isGet() - Method in GrailsMockHttpServletRequest
-
- isGet(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
-
- isGetter(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
-
- isGetter(java.lang.String, java.lang.Class, Class<?>) - Method in GrailsClassUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
- isGetter(java.lang.String, java.lang.Class, Class<?>) - Method in GrailsNameUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
- isGetter(java.lang.String, Class<?>) - Method in ReflectionUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property
- isGetterMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
-
- isGparsAvailable() - Method in GparsPromiseFactory
-
- isGrailsLayoutActive() - Method in GrailsPageResponseWrapper
-
- isGrailsLayoutPreprocessMode() - Method in RenderGrailsLayoutTagLib
-
- isGrailsPath(java.lang.String) - Method in GrailsResourceUtils
-
- isGrailsPlugin - Property in FindMainClassTask
-
- isGrailsPluginClassNamedCorrectly(Class<?>) - Method in PluginUtils
-
Determines whether the supplied class follows Grails plugin naming conventions.
- isGrailsPluginLoadable(Class<?>) - Method in PluginUtils
-
Determines whether the supplied class can be loaded as a Grails plugin.
- isGrailsPresent() - Method in AbstractDatastoreInitializer
-
- isGrailsProperty(java.lang.String) - Method in ConfigReportCommand
-
- isGrailsResource(org.grails.io.support.Resource) - Method in GrailsResourceUtils
-
Checks whether the specific resources is a Grails resource.
- isGrailsSourceDirectory(java.io.File) - Method in GrailsGradlePlugin
-
- isGrailsVersionCompatible(java.lang.String) - Method in PluginInfo
-
Determines whether this plugin declares compatibility with the supplied Grails version.
- isGroovyAssignableFrom(Class<?>, Class<?>) - Method in GrailsClassUtils
-
- isGroovyMethod(java.lang.String) - Method in GroovyProxyInterceptorLogic
-
- isGroovyType(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
Whether the given type is a Groovy object
- isGspGrailsLayoutActive() - Method in GrailsPageResponseWrapper
-
- isGspTagSyntaxCall() - Method in GroovyPageAttributes
-
- isGuessDependencies() - Method in GroovyCompilerConfiguration
-
Returns if jar dependencies should be guessed.
- isGuessDependencies() - Method in OptionSetGroovyCompilerConfiguration
-
- isGuessImports() - Method in GroovyCompilerConfiguration
-
Returns if import declarations should be guessed.
- isGuessImports() - Method in OptionSetGroovyCompilerConfiguration
-
- isHandled(java.lang.reflect.Method) - Method in JavassistProxyFactory
-
- isHasOne() - Method in Association
-
- isHibernateConstrained() - Method in HibernateOneToOneProperty
-
True when the FK is on this side (hasOne on the other side).
- isHtmlPart(java.lang.String) - Method in GroovyPage
-
- isIdentifier(org.hibernate.mapping.PersistentClass, java.lang.String) - Method in GormColumnSnapshotGenerator
-
- isIdentifierProperty(java.lang.String) - Method in BsonPersistentEntityCodec
-
Whether the given document attribute is the identifier
- isIdentifierProperty(java.lang.String) - Method in PersistentEntityCodec
-
- isIdentityName(java.lang.String) - Method in AbstractPersistentEntity
-
- isIdentityName(java.lang.String) - Method in PersistentEntity
-
True if the given property is the identifier
- isIdentityProperty(org.grails.orm.hibernate.cfg.Mapping, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isIdentityProperty() - Method in PersistentProperty
-
- Returns:
- Whether this property is the identity
- isIgnoreCase() - Method in Query.Order
-
- isIgnoreEncodingState() - Method in AbstractEncodedAppender
-
- isIgnoreEncodingState() - Method in EncodedAppender
-
- Returns:
- current state of ignoreEncodingState setting
- isIgnoreEncodingState() - Method in EncodesToWriterAdapter
-
- isInClosure() - Method in GroovyPageParser
-
- isInclude(jakarta.servlet.http.HttpServletRequest) - Method in WebUtils
-
Check whether the given request is an include request
- isIncludeClass() - Method in DomainClassMarshaller
-
- isIncludeVersion() - Method in DomainClassMarshaller
-
- isIndexed(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractDatastore
-
- isInherited() - Method in AbstractPersistentProperty
-
- isInherited() - Method in PersistentProperty
-
- Returns:
- Whether this property is inherited
- isInheritedFromTrait(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
-
- isInheritPreviousEncoders() - Method in OutputEncodingStackAttributes
-
- isInheritRollbackOnly() - Method in CustomizableRollbackTransactionAttribute
-
- isInheritRollbackOnly() - Method in GrailsTransactionAttribute
-
- isInInheritanceHierarchy(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMappingContext
-
Returns true if the given entity is in an inheritance hierarchy
- isInInheritanceHierarchy(org.grails.datastore.mapping.model.PersistentEntity) - Method in MappingContext
-
Returns true if the given entity is in an inheritance hierarchy
- isInitialised() - Method in AbstractGrailsPluginManager
-
- isInitialised() - Method in DefaultGrailsApplication
-
- isInitialised() - Method in GrailsApplication
-
Returns whether this GrailsApplication has been initialised or not.
- isInitialised() - Method in GrailsPluginManager
-
Returns whether the manager has been initialised or not.
- isInitialised() - Method in MockGrailsPluginManager
-
- isInitialised() - Method in StandaloneGrailsApplication
-
- isInitialized() - Method in AbstractMappingContext
-
- isInitialized() - Method in AbstractPersistentCollection
-
- isInitialized() - Method in AbstractPersistentEntity
-
- isInitialized() - Method in CacheEntry
-
- isInitialized(java.lang.Object, java.lang.String) - Method in DefaultProxyHandler
-
- isInitialized() - Method in DefaultServiceRegistry
-
- isInitialized() - Method in EntityProxy
-
Checks whether the proxy has been initialized
- isInitialized(java.lang.Object, java.lang.String) - Method in EntityProxyHandlerAdapter
-
- isInitialized(java.lang.Object, java.lang.String) - Method in GrailsHibernateUtil
-
Checks whether an associated property is initialized and returns true if it is
- isInitialized() - Method in GroovyPagesTemplateRenderer
-
- isInitialized(java.lang.Object, java.lang.String) - Method in GroovyProxyFactory
-
- isInitialized(java.lang.Object) - Method in GroovyProxyInterceptorLogic
-
Check if a Groovy proxy is initialized.
- isInitialized(java.lang.Object, java.lang.String) - Method in HibernateProxyHandler
-
Check if an association proxy or persistent collection is initialized.
- isInitialized() - Method in Initializable
-
- isInitialized(java.lang.Object, java.lang.String) - Method in JavassistProxyFactory
-
- isInitialized() - Method in PersistentCollection
-
Check whether the collection has been loaded.
- isInitialized(java.lang.Object, java.lang.String) - Method in ProxyHandler
-
Checks whether the given association name of the given object is initialized
- isInitialized(java.lang.Object, java.lang.String) - Method in ProxyHandlerAdapter
-
- isInitialized(java.lang.Object, java.lang.String) - Method in SimpleHibernateProxyHandler
-
- isInitialized() - Method in WebDriverContainerHolder
-
- isInitializing() - Method in Environment
-
- Returns:
- Whether interactive mode is enabled
- isInnerClassNode(org.codehaus.groovy.ast.ClassNode) - Method in GrailsASTUtils
-
Whether the given class node is an inner class
- isInput() - Method in GraphQLDomainProperty
-
- Returns:
- True if the property is to be used for input operations (CREATE/UPDATE)
- isInstance(java.lang.Object) - Method in AbstractPersistentEntity
-
- isInstance(java.lang.Object) - Method in PersistentEntity
-
Tests whether the given instance is an instance of this persistent entity
- isIntegrationSpec(org.spockframework.runtime.model.SpecInfo) - Method in AbstractMongoGrailsExtension
-
- isIntegrationTestRun() - Method in AbstractMongoGrailsExtension
-
Integration tests have a special property added by the Grails Gradle plugin that ensure they can be detected
so different extensions can be applied on Unit vs Integration
- isInteractiveEnabled() - Method in GrailsConsole
-
- isInteractiveMode() - Method in Environment
-
- Returns:
- Whether interactive mode is enabled
- isInteractiveModeActive() - Method in GrailsCli
-
- isInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in InterfaceProjectionBuilder
-
- isInterfaceProjection(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode, org.codehaus.groovy.ast.ClassNode) - Method in IterableInterfaceProjectionBuilder
-
Is the method an interface projection
- isInvalid() - Method in BeanPropertyAccessor
-
- Returns:
- whether or not the property has any validation errors (i.e.
- isInvalid() - Method in BeanPropertyAccessorImpl
-
- isInvalid() - Method in DelegatingBeanPropertyAccessorImpl
-
- isInvalid() - Method in PropertyPathAccessor
-
- isInvertBooleanReturnValue() - Method in EventTriggerCaller
-
- isIsolatedBuild() - Method in GlobalGrailsClassInjectorTransformation
-
- Returns:
true when the grails.isolated.build system property is true.
- isIterableOrArrayOfDomainClasses(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
- isIterationTag() - Method in JspTag
-
- Returns:
- Return true if the tag class implements the IterationTag interface
- isIterationTag() - Method in JspTagImpl
-
- iSize - Property in ClassWithHungarianNotation
-
- isJarResource(org.grails.io.support.Resource) - Method in PathMatchingResourcePatternResolver
-
Return whether the given resource handle indicates a jar resource
that the doFindPathMatchingJarResources method can handle.
- isJarURL(java.net.URL) - Method in GrailsResourceUtils
-
Determine whether the given URL points to a resource in a jar file,
that is, has protocol "jar", "zip", "wsjar" or "code-source".
- isJdbcBatchVersionedData - Property in GrailsHibernateTransactionManager
-
- isJmxEnabled(java.lang.String, org.apache.tomcat.jdbc.pool.DataSource) - Method in TomcatJDBCPoolMBeanExporter
-
- isJoinedSubclass() - Method in GrailsHibernatePersistentEntity
-
- isJoinKeyMapped() - Method in HibernatePersistentProperty
-
- Returns:
- true if the property has a join key mapping
- isJPADomainClass(Class<?>) - Method in AnnotationDomainClassArtefactHandler
-
- isKeepPrecedingWhiteSpace() - Method in GroovyCollectTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyDefTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyEachTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyElseIfTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyElseTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyFindAllTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyGrepTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovySyntaxTag
-
- isKeepPrecedingWhiteSpace() - Method in GroovyWhileTag
-
- isLazy(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in GrailsHibernatePersistentEntity
-
Determines if the given property should be lazy.
- isLazy() - Method in HibernateManyToManyProperty
-
- isLazy() - Method in HibernateOneToManyProperty
-
- isLazy() - Method in HibernatePersistentProperty
-
Determines if the property should be lazy.
- isLazy() - Method in Property
-
- isLazy() - Method in ToMany
-
- Returns:
- Whether this association is lazy
- isLazyAble() - Method in HibernatePersistentProperty
-
- isLazyAble() - Method in PersistentProperty
-
- isList() - Method in Association
-
- Returns:
- Whether the association is a List
- isListenerExcluded(java.lang.String) - Method in AbstractPersistenceEvent
-
- isLocked(java.lang.Object) - Method in LockableEntityPersister
-
Return whether an object is locked or not
- isLocked(java.lang.Object) - Method in MongoCodecEntityPersister
-
- isLocked(java.lang.Object) - Method in NativeEntryEntityPersister
-
Subclasses can override to provide locking semantics
- isLoggingSql() - Method in GrailsDataSource
-
Whether SQL logging is enabled
- isMainClass(groovyjarjarasm.asm.ClassReader) - Method in MainClassFinder
-
- isManyToMany() - Method in Association
-
- isManyToMany() - Method in HibernateToManyProperty
-
- isManyToOne() - Method in Association
-
- isMappedClass(java.lang.String, java.lang.Class) - Method in AbstractDatastoreInitializer
-
- isMappedClass(java.lang.String, java.lang.Class) - Method in MongoDbDataStoreSpringInitializer
-
- isMappedWithHibernate(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
-
- isMatch(java.lang.String, java.lang.String) - Method in GroovyAwareNamedTransactionAttributeSource
-
- isMatchBetweenPrimitiveAndWrapperTypes(java.lang.Class, java.lang.Class) - Method in GrailsClassUtils
-
Detect if left and right types are matching types.
- isMethodDynamic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) - Method in BuilderTypeCheckingExtension
-
- isMethodDynamic(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) - Method in JsonTemplateTypeCheckingExtension
-
- isMethodMatch(java.lang.String) - Method in DynamicFinder
-
Checks whether the given method is a match
- isMethodMatch(java.lang.String) - Method in FinderMethod
-
Whether the given method name matches this finder
- isMethodMatch(java.lang.String) - Method in ListOrderByFinder
-
- isMethodOverriddenFromParent(java.lang.reflect.Method) - Method in ReflectionUtils
-
Tests whether a method is overridden from the parent
- isMilestone() - Method in Snapshot
-
- isModelFieldsMode() - Method in GroovyPageMetaInfo
-
- isModelFieldsMode() - Method in GroovyPageParser
-
- isModified() - Method in GroovyPageCompiledScriptSource
-
- isMongoAlreadyRunning() - Method in AbstractMongoGrailsExtension
-
Determines if MongoDB is already running.
- isMongoNativeType(java.lang.Class) - Method in MongoMappingContext
-
Check whether a type is a native mongo type that can be stored by the mongo driver without conversion.
- isMongoSpec(org.spockframework.runtime.model.SpecInfo) - Method in AbstractMongoGrailsExtension
-
MongoSpec is used to spin up mongo db instances per a test and let the end-user control when it's started.
- isMultiTenant() - Method in AbstractPersistentEntity
-
- isMultiTenant(java.lang.Class) - Method in ClassUtils
-
Whether the class is multi tenant
- isMultiTenant(java.lang.Class) - Method in ConnectionSourcesSupport
-
- isMultiTenant() - Method in PersistentEntity
-
- Returns:
- Whether the entity is multi tenant
- isMultiTenantExcludedDataSource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in ConnectionSourcesSupport
-
Returns whether the given entity should be excluded from given connection source name or not.
- isMutable() - Method in IdentityEnumType
-
- isNew() - Method in GrailsHttpSession
-
- isNewSession() - Method in TransactionObject
-
- isNewSessionHolder() - Method in TransactionObject
-
- isNoneEncoder(org.grails.encoder.Encoder) - Method in DefaultEncodingStateRegistry
-
- isNonPropertyToken(java.lang.String) - Method in GrailsDomainBinder
-
- isNoNullCheck() - Method in ApiDelegateTransformation
-
- isNoOperationCaller() - Method in EventTriggerCaller
-
- isNotAvailable(java.util.Map, groovy.lang.Closure) - Method in PluginTagLib
-
Checks whether a particular plugin does not exist and executes the body if it does.
- isNotBlank(java.lang.String) - Method in GrailsStringUtils
-
- isNotConfigurational(java.lang.String) - Method in NameUtils
-
- isNotEmpty(java.lang.String) - Method in AbstractCriteriaBuilder
-
- isNotEmpty(java.lang.String) - Method in AbstractDetachedCriteria
-
- isNotEmpty(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isNotEmpty(java.lang.String) - Method in AbstractHibernateQuery
-
- isNotEmpty(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- isNotEmpty(java.lang.String) - Method in Criteria
-
Creates a criterion that asserts the given property is not empty
- isNotEmpty(java.lang.String) - Method in DetachedCriteria
-
- isNotEmpty(java.lang.String) - Method in GrailsDomainBinder
-
- isNotEmpty(java.lang.String) - Method in GrailsHibernateUtil
-
- isNotEmpty(java.lang.String) - Method in GrailsStringUtils
-
- IsNotEmpty(java.lang.String) - Constructor in MethodExpression.IsNotEmpty
-
- isNotEmpty(java.lang.String) - Method in Query
-
Used to restrict a value to be not empty (such as a blank string or an empty collection)
- IsNotEmpty(java.lang.String) - Constructor in Query.IsNotEmpty
-
- isNotEmpty(java.lang.String) - Method in Restrictions
-
Used to restrict a value to be not empty (such as a non-blank string)
- isNotifyParentBuffersEnabled() - Method in StreamCharBuffer
-
- isNotNull(java.lang.String) - Method in AbstractCriteriaBuilder
-
- isNotNull(java.lang.String) - Method in AbstractDetachedCriteria
-
- isNotNull(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isNotNull(java.lang.String) - Method in AbstractHibernateQuery
-
- isNotNull(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- isNotNull(java.lang.String) - Method in Criteria
-
Creates a criterion that asserts the given property is not null
- isNotNull(java.lang.String) - Method in DetachedCriteria
-
- IsNotNull(java.lang.String) - Constructor in MethodExpression.IsNotNull
-
- isNotNull(java.lang.String) - Method in Query
-
Used to restrict a property to be not null
- IsNotNull(java.lang.String) - Constructor in Query.IsNotNull
-
- isNotNull(java.lang.String) - Method in Restrictions
-
Used to restrict a value to be null
- isNotTransactional(java.lang.String) - Method in ChainedTransactionManagerPostProcessor
-
- isNull(java.lang.String) - Method in AbstractCriteriaBuilder
-
- isNull(java.lang.String) - Method in AbstractDetachedCriteria
-
- isNull(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isNull(java.lang.String) - Method in AbstractHibernateQuery
-
- isNull(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- isNull() - Method in Constrained
-
- isNull(java.lang.String) - Method in Criteria
-
Creates a criterion that asserts the given property is null
- isNull(java.lang.String) - Method in DetachedCriteria
-
- isNull(int) - Method in JSONArray
-
Determine if the value is null.
- isNull(java.lang.String) - Method in JSONObject
-
Determine if the value associated with the key is null or if there is
no value.
- IsNull(java.lang.String) - Constructor in MethodExpression.IsNull
-
- isNull(java.lang.String) - Method in Query
-
Used to restrict a property to be null
- IsNull(java.lang.String) - Constructor in Query.IsNull
-
- isNull(java.lang.String) - Method in Restrictions
-
Used to restrict a value to be null
- isNullable() - Method in AbstractPersistentProperty
-
- isNullable() - Method in Constrained
-
- isNullable() - Method in ConstrainedDelegate
-
- isNullable() - Method in DefaultConstrainedProperty
-
- Returns:
- Returns the nullable.
- isNullable() - Method in GraphQLDomainProperty
-
- Returns:
- True if the property allows nulls
- isNullable() - Method in NullableConstraint
-
- isNullable() - Method in OneToMany
-
- isNullable() - Method in PersistentProperty
-
Whether the property can be set to null
- isNumberType(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
Is the class a number
- isNumericPropertyType(Class<?>) - Method in HibernateDetachedCriteria
-
- ISO3166_3 - Property in CountryTagLib
-
- ISO_8601 - Field in JsonWriter
-
- isOkToAddElementAt(java.util.Collection, int) - Method in SimpleDataBinder
-
- isOkToBind(groovy.lang.MetaProperty, java.util.List, java.util.List) - Method in SimpleDataBinder
-
- ISOLATED_BUILD_PROPERTY - Field in GlobalGrailsClassInjectorTransformation
-
The system property signalling that each project compiles into its own isolated output
directory.
- isolation - Field in ReadOnly
-
The transaction isolation level.
- isolation - Field in Transactional
-
The transaction isolation level.
- isOneToMany() - Method in Association
-
- isOneToMany() - Method in HibernateToManyProperty
-
- isOneToOne() - Method in Association
-
- isOnValue() - Method in FunctionCallingCriterion
-
Whether the function is called on the value or on the property
- isOpen() - Method in AbstractDatastorePersistenceContextInterceptor
-
- isOpen() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- isOpen() - Method in AggregatePersistenceContextInterceptor
-
- isOpen() - Method in GrailsResource
-
- isOpen() - Method in HibernatePersistenceContextInterceptor
-
- isOpen() - Method in NullPersistentContextInterceptor
-
- isOpen() - Method in PersistenceContextInterceptor
-
Checks whether the persistence context is open.
- isOptional(int) - Method in DefaultUrlMappingData
-
- isOptional(int) - Method in ResponseCodeMappingData
-
- isOptional(int) - Method in UrlMappingData
-
Returns whether the given token in the URL is optional.
- isOptionCommand(org.springframework.boot.cli.command.Command) - Method in CommandRunner
-
Returns if the specified command is an option command.
- isOrphanRemoval() - Method in Association
-
- Returns:
- Whether orphaned entities should be removed when cascading deletes to this association
- isOsivReadOnly() - Method in AbstractHibernateDatastore
-
- isOsivReadOnly() - Method in GrailsHibernateTemplate
-
- isOutput() - Method in GraphQLDomainProperty
-
- Returns:
- True if the property is to be used for output operations (GET/LIST)
- isOwningClass(java.lang.Class) - Method in DefaultGrailsDomainClass
-
- isOwningClass(java.lang.Class) - Method in GrailsDomainClass
-
- isOwningEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractPersistentEntity
-
- isOwningEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntity
-
Returns whether the specified entity asserts ownership over this
entity
- isOwningSide() - Method in Association
-
Returns whether this side owns the relationship.
- isOwningSide() - Method in Basic
-
- isOwningSide() - Method in Embedded
-
- isOwningSide() - Method in EmbeddedCollection
-
- isOwningSide() - Method in HibernateAssociation
-
- isOwningSide() - Method in ToOne
-
- isPaged(Map<String,Object>) - Method in HqlListQueryBuilder
-
- isParsingRequest() - Method in DefaultUrlMappingInfo
-
- isParsingRequest() - Method in ForwardUrlMappingInfo
-
- isParsingRequest() - Method in UrlMappingInfo
-
Returns true of the request body should be parsed.
- isPassReadOnlyToHibernate() - Method in AbstractHibernateDatastore
-
- isPassword() - Method in Constrained
-
- isPassword() - Method in ConstrainedDelegate
-
- isPattern(java.lang.String) - Method in AntPathMatcher
-
- isPendingAlready(java.lang.Object) - Method in AbstractSession
-
- isPendingAlready(T) - Method in SessionImplementor
-
- Parameters:
obj - Whether the given object is already pending
- isPendingAlready(java.lang.Object) - Method in SimpleMapSession
-
- isPersistentEntity(java.lang.Object) - Method in AbstractMappingContext
-
- isPersistentEntity(java.lang.Class) - Method in GormMappingConfigurationStrategy
-
Tests whether an class is a persistent entity
- isPersistentEntity(java.lang.Class) - Method in MappingConfigurationStrategy
-
Tests whether the given class is a persistent entity
- isPersistentEntity(java.lang.Object) - Method in MappingContext
-
Returns whether the specified value is a persistent entity
- isPluginDisabledForProfile(grails.plugins.GrailsPlugin) - Method in AbstractGrailsPluginManager
-
- isPluginVersionCompatible(java.lang.String, java.lang.String, java.lang.String, java.lang.String) - Method in PluginUtils
-
Determines whether a plugin's declared Grails version range is compatible with the target Grails version.
- isPooled() - Method in GrailsDataSource
-
True is connection pooling is enabled.
- isPost() - Method in GrailsMockHttpServletRequest
-
- isPost(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
-
- isPrecompiledMode() - Method in GroovyPageMetaInfo
-
- isPreferSubChunkWhenWritingToOtherBuffer() - Method in StreamCharBuffer
-
- isPresent(java.lang.String, java.lang.ClassLoader) - Method in ClassUtils
-
Determine whether the java.lang.Class identified by the supplied name is present
and can be loaded.
- isPresent() - Method in ServiceDefinition
-
- Returns:
- is the service present
- isPrettyPrint() - Method in ChainedConverterConfiguration
-
- isPrettyPrint() - Method in ConverterConfiguration
-
Lookup method whether the converter should default to pretty printed output
- isPrettyPrint() - Method in DefaultConverterConfiguration
-
- isPrettyPrint() - Method in ImmutableConverterConfiguration
-
- isPrettyPrint() - Method in ViewConfiguration
-
- Returns:
- Whether to pretty print
- isPreviousEncoderSafeOrEqual(org.grails.encoder.Encoder, org.grails.encoder.Encoder) - Method in DefaultEncodingStateRegistry
-
Checks if is previous encoder is already "safe", equal or equivalent
- isProjectSource(org.grails.io.support.Resource) - Method in GrailsResourceUtils
-
Checks whether the specified path is a Grails path.
- isPropertyDynamic(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in BuilderTypeCheckingExtension
-
- isPropertyDynamic(org.codehaus.groovy.ast.expr.PropertyExpression) - Method in JsonTemplateTypeCheckingExtension
-
- isPropertyGetter(java.lang.reflect.Method) - Method in GrailsClassUtils
-
Check whether the specified method is a property getter
- isPropertyIndexed(org.grails.datastore.mapping.config.Property) - Method in NativeEntryEntityPersister
-
- isPropertyIndexed(org.grails.datastore.mapping.config.Property) - Method in SimpleMapEntityPersister
-
- isPropertyInherited(java.lang.Class, java.lang.String) - Method in GrailsClassUtils
-
Checks whether the specified property is inherited from a super class
- isPropertyMethodSuffix(java.lang.String) - Method in GrailsNameUtils
-
This method is used when interrogating a method name to determine if the
method represents a property getter.
- isPropertyOfType(Class<?>, java.lang.String, Class<?>) - Method in GrailsClassUtils
-
Returns true if the specified property in the specified class is of the specified type
- isProxy(java.lang.Object) - Method in DefaultProxyHandler
-
- isProxy(java.lang.Object) - Method in EntityProxyHandlerAdapter
-
- isProxy(java.lang.Object) - Method in GroovyProxyFactory
-
Check our object has the correct meta class to be a proxy of this type.
- isProxy(java.lang.Object) - Method in HibernateProxyHandler
-
{@inheritDoc}
- isProxy(java.lang.Object) - Method in JavassistProxyFactory
-
- isProxy(java.lang.Object) - Method in ProxyHandler
-
Checks whether the specified instance is a proxy
- isProxy(java.lang.Object) - Method in ProxyHandlerAdapter
-
- isProxy(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- isProxyIfReloadEnabled() - Method in HibernateMappingContextSessionFactoryBean
-
- isProxyInitiated(java.lang.Object) - Method in AssociationQueryProxyHandler
-
- isProxyInitiated(java.lang.Object) - Method in EntityProxyMethodHandler
-
- isProxyInitiated() - Method in ProxyInstanceMetaClass
-
- isProxyInitiated(java.lang.Object) - Method in SessionEntityProxyMethodHandler
-
- isPublic() - Method in GroovyPageCompiledScriptSource
-
Whether the GSP is publicly accessible directly, or only usable using internal rendering
- isPublic() - Method in GroovyPageResourceScriptSource
-
Whether the GSP is publicly accessible directly, or only usable using internal rendering
- isPublic() - Method in GroovyPageScriptSource
-
Whether the GSP is publicly accessible directly, or only usable using internal rendering
- isPublicField(java.lang.Object, java.lang.String) - Method in GrailsClassUtils
-
Work out if the specified object has a public field with the name supplied.
- isPublicPath(java.lang.String) - Method in GroovyPageResourceScriptSource
-
- isPublicStatic(java.lang.reflect.Field) - Method in GrailsClassUtils
-
Determine whether the field is declared public static
- isPushTop() - Method in OutputEncodingStackAttributes
-
- isQuiet() - Method in GroovyCompilerConfiguration
-
Returns if running in quiet mode.
- isQuiet() - Method in OptionSetGroovyCompilerConfiguration
-
- isReachable(java.lang.Object, jakarta.validation.Path.Node, Class<?>, jakarta.validation.Path, java.lang.annotation.ElementType) - Method in MappingContextTraversableResolver
-
- isReadable() - Method in AbstractFileResolvingResource
-
- isReadable() - Method in ByteArrayResource
-
- isReadable() - Method in FileSystemResource
-
This implementation checks whether the underlying file is marked as readable
(and corresponds to an actual file with content, not to a directory).
- isReadable() - Method in GrailsResource
-
- isReadable() - Method in Resource
-
- isReadable() - Method in SpringResource
-
- isReadableProperty(java.lang.String) - Method in AbstractGrailsClass
-
- isReadableProperty(java.lang.String) - Method in ClassPropertyFetcher
-
- isReadOnly() - Method in HibernateConnection
-
- isReadOnly() - Method in HibernateConnectionMetadata
-
- isReady() - Method in IncludeResponseWrapper
-
- isRealMethod(groovy.lang.MetaMethod) - Method in GormEnhancer
-
- isRecordingEnabled() - Method in GrailsGebSettings
-
- isReference(org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
-
- isReleaseCandidate() - Method in Snapshot
-
- isReloadEnabled() - Method in DefaultGroovyPageLocator
-
- isReloadEnabled() - Method in Environment
-
- Returns:
- Returns whether reload is enabled for the environment
- isReloadEnabled() - Method in GroovyPagesTemplateEngine
-
Return whether reload is enabled for the GroovyPagesTemplateEngine
- isReloadingAgentEnabled() - Method in Environment
-
- Returns:
- true if the reloading agent is active
- isReloadInProgress() - Method in Environment
-
- isRenderDomainClassRelations() - Method in DeepDomainClassMarshaller
-
- isRenderDomainClassRelations() - Method in DomainClassMarshaller
-
- isRenderView() - Method in GrailsWebRequest
-
- Returns:
- true if the view for this GrailsWebRequest should be rendered
- isReplaceOnly() - Method in OutputEncodingStackAttributes
-
- isRequestAttributeVariable(java.lang.String) - Method in WebRequestTemplateVariableBinding
-
- isRequired() - Method in BeanPropertyAccessor
-
- Returns:
- whether or not the property is required as determined by constraints.
- isRequired() - Method in BeanPropertyAccessorImpl
-
- isRequired() - Method in DelegatingBeanPropertyAccessorImpl
-
- isRequired() - Method in DomainProperty
-
- Returns:
- Whether or not the property is required
- isRequired() - Method in DomainPropertyImpl
-
- isRequired() - Method in PropertyPathAccessor
-
- isReservedName(java.lang.String) - Method in GroovyPage
-
Return whether the given name cannot be used within the binding of a GSP
- isReservedName(java.lang.String) - Method in GroovyPageBinding
-
- isReservedName(java.lang.String) - Method in TemplateVariableBinding
-
- isRollback() - Method in HibernateSpec
-
Whether to rollback on each test (defaults to true)
- isRollbackOnly() - Method in TransactionObject
-
- isRoot() - Method in AbstractPersistentEntity
-
- isRoot() - Method in PersistentEntity
-
Whether this entity is a root entity
- isRoot() - Method in ResourceMatcher.MatchedResource
-
- isRoot() - Method in TemplateVariableBinding
-
- isRowCount() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- isRunning() - Method in EmbeddedDatabaseShutdownHook
-
- isRunning(java.io.File) - Method in RunningApplicationProcess
-
- Parameters:
pidFile - the PID file
- isRunning() - Method in StopWatch
-
Return whether the stop watch is currently running.
- isSafe() - Method in AbstractCharReplacementEncoder
-
- isSafe() - Method in ChainedEncoder
-
- isSafe() - Method in Encoder
-
Checks if this encoder is XSS "safe".
- isSafe() - Method in NoneEncoder
-
- isSafe() - Method in RawCodec
-
- isSafe() - Method in URLCodecFactory.1
-
- isSafeToRunUpdate() - Method in HibernateDatabase
-
- isSaveUpdate() - Method in CascadeBehavior
-
Returns whether save update.
- isSaveUpdateCascade(java.lang.String) - Method in GrailsDomainBinder
-
Check if a save-update cascade is defined within the Hibernate cascade properties string.
- isSchemaless() - Method in AbstractDatastore
-
- isSchemaless() - Method in AbstractHibernateSession
-
- isSchemaless() - Method in AbstractSession
-
- isSchemaless() - Method in Datastore
-
Whether the datastore is schema-less.
- isSchemaless() - Method in MongoDatastore
-
- isSchemaless() - Method in QueryCreator
-
- Returns:
- Whether schemaless queries are allowed
- isSecurePath(java.lang.String) - Method in GroovyPagesServlet
-
- isSerializableType() - Method in HibernatePersistentProperty
-
- isServerAvailable(java.lang.String, int) - Method in ServerInteraction
-
Returns true if the server is available
- isServletApiPresent - Field in GrailsApplicationBuilder
-
- isSessionTransactional(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.core.Datastore) - Method in DatastoreUtils
-
Return whether the given Datastore Session is transactional, that is,
bound to the current thread by Spring's transaction facilities.
- isSessionTransactional(org.hibernate.Session) - Method in GrailsHibernateTemplate
-
- isSetter(org.codehaus.groovy.ast.MethodNode) - Method in AstUtils
-
- isSetter(java.lang.String, java.lang.Class) - Method in GrailsClassUtils
-
Returns true if the name of the method specified and the number of arguments make it a javabean property setter.
- isSetter(java.lang.String, java.lang.Class) - Method in ReflectionUtils
-
- isSetterMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
-
- isSetterOrGetterMethod(org.codehaus.groovy.ast.MethodNode) - Method in GrailsASTUtils
-
- isSharedConnection() - Method in MultiTenancySettings.MultiTenancyMode
-
- Returns:
- Whether a single shared connection is used
- isSharedMongoDatastore(org.spockframework.runtime.model.FieldInfo) - Method in StartMongoGrailsUnitExtension
-
- isShowSource() - Method in GroovyPageWritable
-
- isShutdown() - Method in AbstractGrailsPluginManager
-
- isShutdown() - Method in GrailsPluginManager
-
Indicates whether this plugin manager has been shutdown or not.
- isSimpleType(java.lang.Class, java.lang.Object) - Method in DefaultJsonViewHelper
-
- isSimpleType(java.lang.String) - Method in MappingFactory
-
- isSimpleValue(java.lang.Object) - Method in DefaultGrailsJsonViewHelper
-
- isSingleResult() - Method in MongoQuery.AggregatePipeline
-
- isSingleton() - Method in BeanConfiguration
-
- Returns:
- true if the bean is singleton
- isSingleton() - Method in DataSourceConnectionSourcesFactoryBean
-
- isSingleton() - Method in DataSourceFactoryBean
-
- isSingleton() - Method in DefaultBeanConfiguration
-
- isSingleton() - Method in DefaultConstraintEvaluatorFactoryBean
-
- isSingleton() - Method in DefaultGrailsControllerClass
-
- isSingleton() - Method in DefaultMappingContextFactoryBean
-
- isSingleton() - Method in EventBusFactoryBean
-
- isSingleton() - Method in GormDispatcherRegistrar
-
- isSingleton() - Method in GrailsControllerClass
-
- Returns:
- Whether the scope is singleton
- isSingleton() - Method in HibernateDatastoreFactoryBean
-
- isSingleton() - Method in HibernateDialectDetectorFactoryBean
-
- isSingleton() - Method in HibernateMappingContextSessionFactoryBean
-
- isSingleton() - Method in HotSwappableTargetSourceFactoryBean
-
- isSingleton() - Method in InstanceFactoryBean
-
- isSingleton() - Method in PromiseFactoryBean
-
- isSingleton() - Method in ServiceRegistryFactoryBean
-
- isSingleton() - Method in ValidatorRegistryFactoryBean
-
- isSkipFilteringCodec() - Method in GrailsWebRequest
-
- Returns:
- true if grails.views.filteringCodecForMimeType settings should be ignored for this request
- isSnapshot() - Method in GrailsVersion
-
- isSnapshot() - Method in SoftwareVersion
-
- isSnapshot(java.lang.String) - Method in VersionComparator
-
- isSorted(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
Establish whether a collection property is sorted
- isSorted() - Method in PersistentProperty
-
Establish whether a collection property is sorted
- isSpockTest(org.codehaus.groovy.ast.ClassNode) - Method in AstUtils
-
Whether the class is a Spock test
- isStacktrace() - Method in GrailsConsole
-
- Returns:
- Whether to show stack traces
- isStandalone() - Method in Environment
-
Whether the application has been executed standalone via static void main.
- isStandaloneDeployed() - Method in Environment
-
Whether the application is running standalone within a JAR
- isStateless(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractSession
-
- isStateless(org.grails.datastore.mapping.model.PersistentEntity) - Method in SessionImplementor
-
- Returns:
- Whether the session is stateless
- isStaticCandidateMethod(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isStaticMethodExcluded(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isStaticMethodIncluded(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractGrailsArtefactTransformer
-
- isStaticProperty(java.lang.Class, java.lang.String) - Method in GrailsClassUtils
-
- isStopRequested(java.io.File) - Method in RunningApplicationProcess
-
- Parameters:
buildDir - the project build directory
- isStringType(java.lang.Class) - Method in DefaultJsonViewHelper
-
- isSubclassOf(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
-
Returns true if the given class name is a parent class of the given class
- isSubclassOf(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
-
Returns true if the given class name is a parent class of the given class
- isSubclassOfOrImplementsInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in AstUtils
-
- isSubclassOfOrImplementsInterface(org.codehaus.groovy.ast.ClassNode, java.lang.String) - Method in GrailsASTUtils
-
- issueManagement - Property in GebGrailsPlugin
-
- issueManagement - Property in GormGraphqlGrailsPlugin
-
- issueManagement - Property in HibernateGrailsPlugin
-
- issueManagement - Property in JsonViewGrailsPlugin
-
- issueManagement - Property in MarkupViewGrailsPlugin
-
- issueManagement - Property in MongodbGrailsPlugin
-
- issueManagement - Property in ScaffoldingGrailsPlugin
-
- isSupportedOs(java.lang.String) - Method in DefaultFeature
-
- isSwapped() - Method in SystemOutAndErrSwapper
-
- isSynchronizedWithTransaction - Field in AbstractSession
-
- isSyntaxTag(java.lang.String) - Method in GrailsTagRegistry
-
- isSystemSet() - Method in Environment
-
- Returns:
- Return true if the environment has been set as a System property
- isTableAbstract() - Method in GrailsHibernatePersistentEntity
-
- isTablePerConcreteClass() - Method in Mapping
-
- isTablePerHierarchy() - Method in GrailsHibernatePersistentEntity
-
- isTablePerHierarchySubclass() - Method in GrailsHibernatePersistentEntity
-
- isTagMethodCandidate(java.lang.reflect.Method) - Method in TagMethodInvoker
-
- isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in AbstractGormMappingFactory
-
- isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in KeyValueMappingFactory
-
- isTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in MappingFactory
-
Return whether the given property descriptor is the tenant id
- isTestSetupOrCleanup(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.MethodNode) - Method in AbstractMethodDecoratingTransformation
-
- isThisTheReceiver(java.lang.Object) - Method in GroovyPageTypeCheckingExtension
-
- isTimeFormat(java.lang.String) - Method in DatabaseMigrationCommand
-
- isTitleCaptured() - Method in GSPGrailsLayoutPage
-
- isTitleCaptured() - Method in Sitemesh3CapturedPage
-
- isTrait(org.codehaus.groovy.ast.ClassNode) - Method in EnhancesTraitTransformation
-
- isTransactional() - Method in DefaultGrailsServiceClass
-
- isTransactional() - Method in GrailsServiceClass
-
Service should be configured with transaction demarcation.
- isTransactional(java.lang.Object) - Method in GrailsTestTransactionInterceptor
-
A test is non transactional if it defines an instance or static property name 'transactional' with
a value of false.
- isTransactionPresent(org.grails.datastore.mapping.core.Datastore) - Method in TransactionUtils
-
- isTrimStrings() - Method in DataBindingConfigurationProperties
-
- isTrouble() - Method in GrailsPrintWriterAdapter
-
- isTryCatchFinallyTag() - Method in JspTag
-
- Returns:
- Return true if the tag class implements the TryCatchFinally interface
- isTryCatchFinallyTag() - Method in JspTagImpl
-
- isUnidirectionalOneToMany(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
Checks whether a property is a unidirectional non-circular one-to-many
- isUnidirectionalOneToMany() - Method in PersistentProperty
-
- isUnionSubclass() - Method in GrailsHibernatePersistentEntity
-
- isUnique() - Method in Property
-
- Returns:
- Whether the property should be unique
- isUnique() - Method in PropertyConfig
-
Shortcut to determine whether the property's column is configured
to be unique.
- isUniqueWithinGroup() - Method in Property
-
- Returns:
- Whether the property is unique within a group
- isUrl() - Method in Constrained
-
- isUrl() - Method in ConstrainedDelegate
-
- isUrl() - Method in DefaultConstrainedProperty
-
- isUrlRequired() - Method in GroovyPageView
-
- isUseAbsoluteLinks() - Method in ViewConfiguration
-
- Returns:
- Whether to use absolute links
- isUseCompileStatic() - Method in ApiDelegateTransformation
-
- isUsed() - Method in GrailsPrintWriter
-
- isUsed() - Method in GrailsPrintWriterAdapter
-
- isUsed() - Method in GSPGrailsLayoutPage
-
- isUsed() - Method in Sitemesh3CapturedPage
-
- isUsed() - Method in StreamCharBuffer.StreamCharBufferWriter
-
- isUseJsessionId() - Method in ResponseRedirector
-
- isUserButNotCollectionType() - Method in HibernatePersistentProperty
-
- isUsingStream() - Method in GrailsContentBufferingResponse
-
- isUsingStream() - Method in GrailsPageResponseWrapper
-
- isValid() - Method in AbstractConstraint
-
Return whether the constraint is valid for the owning class
- isValid() - Method in Constraint
-
Return whether the constraint is valid for the owning class
- isValid(int) - Method in HibernateConnection
-
- isValid(java.lang.String, java.lang.String) - Method in SynchronizerTokensHolder
-
- isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in AbstractGormASTTransformation
-
- isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in SubscriberTransform
-
- isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in TenantTransform
-
- isValidAnnotation(org.codehaus.groovy.ast.AnnotationNode, org.codehaus.groovy.ast.AnnotatedNode) - Method in TransactionalTransform
-
- isValidArtefactClassNode(org.codehaus.groovy.ast.ClassNode, int) - Method in ArtefactHandlerAdapter
-
- isValidArtefactClassNode(org.codehaus.groovy.ast.ClassNode, int) - Method in DomainClassArtefactHandler
-
- isValidArtefactType() - Method in AbstractGrailsArtefactTransformer
-
- isValidateEnabled() - Method in DatabaseCleanupExtension
-
Returns true if the grails.testing.cleanup.validate system property
is set to "true".
- isValidHibernateManyToOne() - Method in HibernateManyToOneProperty
-
- isValidHibernateManyToOne() - Method in HibernateOneToOneProperty
-
- isValidHibernateManyToOne() - Method in HibernatePersistentProperty
-
- isValidHibernateOneToOne() - Method in HibernateOneToOneProperty
-
- isValidHibernateOneToOne() - Method in HibernatePersistentProperty
-
- isValidInterface(java.lang.Class) - Method in DefaultServiceRegistry
-
- isValidJavaIdentifier(java.lang.String) - Method in GrailsNameUtils
-
Test whether the given name is a valid Java identifier
- isValidJavaPackage(java.lang.String) - Method in GrailsNameUtils
-
Test whether the give package name is a valid Java package
- isValidMappingStrategy(Class<?>, java.lang.Object) - Method in AbstractMappingContext
-
- isValidMappingStrategy(java.lang.Class, java.lang.Object) - Method in HibernateMappingContext
-
- isValidParameter(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.Parameter, java.lang.String) - Method in AbstractServiceImplementer
-
Check whether the given parameter is a valid property of the domain class
- isValidPropertyType(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.ast.ClassNode) - Method in AbstractProjectionImplementer
-
- isValidResource(org.grails.io.support.Resource) - Method in ClassNameCompleter
-
- isValidResource(org.grails.io.support.Resource) - Method in DomainClassCompleter
-
- isValidResource(org.grails.io.support.Resource) - Method in TestsCompleter
-
- isValidSource(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in AbstractPersistenceEventListener
-
- isValidTargetClassNode(org.codehaus.groovy.ast.ClassNode) - Method in AbstractGrailsArtefactTransformer
-
- isValidTransactionManagerBeanDefinition(java.lang.String, org.springframework.beans.factory.config.BeanDefinition) - Method in ChainedTransactionManagerPostProcessor
-
- isValidTypeName(java.lang.String) - Method in AbstractMemberDefinition
-
Validates that a type name looks like a valid class/type name.
- isValidVersion(java.lang.String, java.lang.String) - Method in GrailsVersionUtils
-
Check if the required version is a valid for the given plugin version.
- isVariableCachingAllowed(java.lang.String) - Method in AbstractTemplateVariableBinding
-
- isVariableCachingAllowed(java.lang.String) - Method in WebRequestTemplateVariableBinding
-
- isVerbose() - Method in GrailsConsole
-
- Returns:
- Whether verbose output is being used
- isVersioned() - Method in AbstractPersistentEntity
-
- isVersioned() - Method in Entity
-
- Returns:
- Whether this entity is versioned
- isVersioned(org.grails.datastore.mapping.engine.EntityAccess) - Method in EntityPersister
-
- isVersioned() - Method in PersistentEntity
-
Is the entity versioned for optimistic locking.
- isVersionGreaterThan(java.lang.String, java.lang.String) - Method in GrailsVersionUtils
-
Returns true if rightVersion is greater than leftVersion
- isVetoed() - Method in PendingDeleteAdapter
-
- isVetoed() - Method in PendingInsertAdapter
-
- isVetoed() - Method in PendingOperation
-
- Returns:
- Whether the operation has been vetoed
- isVetoed() - Method in PendingOperationAdapter
-
- isVetoed() - Method in PendingUpdateAdapter
-
- isVisible(Class<?>, java.lang.ClassLoader) - Method in GrailsClassUtils
-
Check whether the given class is visible in the given ClassLoader.
- isWarDeployed() - Method in AbstractGrailsApplication
-
- isWarDeployed() - Method in Environment
-
Check whether the application is deployed
- isWarDeployed() - Method in GrailsApplication
-
Returns true if this application has been deployed as a WAR file
- isWarDeployed() - Method in Metadata
-
- Returns:
- true if this application is deployed as a WAR
- isWatchForFileChanges() - Method in SpringApplicationRunnerConfiguration
-
Returns true if the source file should be monitored for changes and
automatically recompiled.
- isWhereQueryCall(org.codehaus.groovy.ast.expr.MethodCall) - Method in WhereQueryTypeCheckingExtension
-
- isWindows() - Method in GrailsConsole
-
- isWithinBinary(java.net.URL) - Method in IOUtils
-
Whether the given URL is within a binary like a JAR or WAR file
- isWithinShell() - Method in Environment
-
Returns whether the environment is running within the Grails shell (executed via the 'grails' command line in a terminal window)
- isWrapperFor(Class<?>) - Method in HibernateConnection
-
- isWrapperFor(Class<?>) - Method in HibernateConnectionMetadata
-
- isWritable() - Method in FileSystemResource
-
This implementation checks whether the underlying file is marked as writable
(and corresponds to an actual file with content, not to a directory).
- isWriterReferenced() - Method in BoundedCharsAsEncodedBytesCounter
-
- isXhr() - Method in GrailsMockHttpServletRequest
-
Indicates whether this is an AJAX request or not (as far as
Grails is concerned).
- isXhr(jakarta.servlet.http.HttpServletRequest) - Method in HttpServletRequestExtension
-
- isXmlFile(liquibase.database.DatabaseConnection) - Method in HibernateSpringPackageDatabase
-
Return true if the given path is a spring XML file.
- ItalicFilter - Class in grails.doc
- ItalicFilter() - Constructor in ItalicFilter
-
- Item - Class in com.example.timezone
- itemSeparator - Property in GrailsBanner.DefaultVersionFormatter
-
- itemService - Property in WhereQueryConnectionRoutingSpec
-
- IterableInterfaceProjectionBuilder - Trait in org.grails.datastore.gorm.services.implementers
Projection builder for iterable results like lists and arrays
- IterableProjectionServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
For projections that return an iterable
- IterableServiceImplementer - Interface in org.grails.datastore.gorm.services.implementers
An implementer that returns an iterable or an array
- iteration - Property in JspTagImpl
-
- iterator() - Method in AbstractConnectionSources
-
- iterator() - Method in AbstractPersistentCollection
-
- iterator() - Method in AbstractResultList
-
Override to transform elements if necessary during iteration.
- iterator() - Method in AbstractTemplateVariableBinding.TemplateVariableBindingMap
-
- iterator() - Method in CodeGenConfig
-
- iterator() - Method in CommandRunner
-
- iterator() - Method in CompositeConfig
-
- iterator() - Method in DetachedCriteria
-
- iterator() - Method in GrailsDependencyVersions
-
- iterator() - Method in JSONArray
-
- iterator() - Method in MongoQuery.AggregatedResultList
-
- iterator() - Method in NavigableMap.NullSafeNavigator
-
- iterator() - Method in NavigableMapConfig
-
- iterator() - Method in PagedList
-
- iterator() - Method in PagedResultList
-
- iterator() - Method in PrefixedConfig
-
- iterator() - Method in SoftServiceLoader
-
- iterator() - Method in StaticConnectionSources
-