Interface and Description |
---|
Bus
Basic unit of event handling in Reactor.
|
ConstraintsEvaluator
Evaluates and returns constraints.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
GrailsDomainClass
Represents a persistable Grails domain class.
|
Registration
|
Selector
A Selector is a wrapper around an arbitrary object.
|
Subscription
|
Trait and Description |
---|
AsyncController
|
Events
Bridges the OLD API to the new
|
Service
A trait implemented for services that implement events
|
Class and Description |
---|
AbstractRecursiveAnnotationVisitor
org.springframework.asm.AnnotationVisitor to recursively visit annotations.
|
AnnotationAttributesReadingVisitor
ASM visitor which looks for annotations defined on a class or method,
including meta-annotations.
|
AnnotationMetadataReadingVisitor
ASM class visitor which looks for the class name and implemented types as
well as for the annotations defined on the class, exposing them through
the org.springframework.core.type.AnnotationMetadata interface.
|
AnnotationReadingVisitorUtils
Internal utility class used when reading annotations via ASM.
|
BaseApiProvider
|
ClassMetadataReadingVisitor
ASM class visitor which looks only for the class name and implemented types,
exposing them through the org.springframework.core.type.ClassMetadata
interface.
|
CodecsGrailsPlugin
|
DataBindingGrailsPlugin
|
Event
|
EventBus
|
JSONBuilder
Builds JSON data.
|
LazyBeanMap
|
MethodMetadataReadingVisitor
ASM method visitor which looks for the annotations defined on a method,
exposing them through the org.springframework.core.type.MethodMetadata
interface.
|
NavigableMapConfig
A Config implementation that operates against a org.grails.config.NavigableMap
|
NavigableMapPropertySource
A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps
|
RecursiveAnnotationArrayVisitor
org.springframework.asm.AnnotationVisitor to recursively visit annotation arrays.
|
RecursiveAnnotationAttributesVisitor
org.springframework.asm.AnnotationVisitor to recursively visit annotation attributes.
|
Annotation Type and Description |
---|
Consumer
|
OnceBefore
This annotation may be applied to fixture methods in a Spock Spec that should
be run once and only once before any test methods are run.
|
Selector
|
Method and Description |
---|
AbstractGrailsClass#getPropertyDescriptors()
|
DefaultGrailsApplicationAttributes#getApplicationUri(jakarta.servlet.ServletRequest request)
|
DefaultGrailsPlugin#doc(java.lang.String text)
|
DefaultGrailsPluginManager#checkForChanges()
|
DefaultUrlMappingInfo#checkDispatchAction(jakarta.servlet.http.HttpServletRequest request)
|
GrailsApplicationAttributes#getApplicationUri(jakarta.servlet.ServletRequest request)
|
GrailsClassUtils#getPropertyForGetter(java.lang.String getterName)
Returns a property name equivalent for the given getter name or null if it is not a valid getter.
|
GrailsClassUtils#isGetter(java.lang.String name, java.lang.Class<?> args)
Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
|
GrailsPlugin#doc(java.lang.String text)
Write some documentation to the DocumentationContext
|
WebUtils#addViewPrefix(java.lang.String viewName)
|