Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Groovy.lang Classes and Interfaces - 80 results found.
NameDescriptionTypePackageFramework
AdaptingMetaClassAn interface for MetaClass instances that "adapt" other MetaClass instances such as a proxy or delegating MetaClass.Interfacegroovy.langGroovy
BenchmarkInterceptorInterceptor that registers the timestamp of each method call before and after invocation.Classgroovy.langGroovy
BindingRepresents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passedClassgroovy.langGroovy
CategoryTransforms an instance-style Groovy class or interface to become a static-style conventional Groovy category.Classgroovy.langGroovy
ClosureRepresents any closure object in Groovy.Classgroovy.langGroovy
ClosureExceptionAn exception thrown by a closure invocationAuthor:James StrachanSee Also:Serialized FormClassgroovy.langGroovy
ClosureInvokingMethodAn interface for MetaMethods that invoke closures to implements.Interfacegroovy.langGroovy
DelegateField annotation to automatically delegate part of the functionality of an owner class to the annotated field.Classgroovy.langGroovy
DelegatesToThis annotation can be used by API or DSL writers to document parameters which accept a closure.Classgroovy.langGroovy
DelegatingMetaClassClassgroovy.langGroovy
DeprecationExceptionUse this exception to mark a method implementation as being deprecated.Classgroovy.langGroovy
EmptyRangeConstructing Ranges like 0.Classgroovy.langGroovy
ExpandoMetaClassExpandoMetaClass is a MetaClass that behaves like an Expando, allowing the addition or replacement of methods, properties and constructors on the fly.Classgroovy.langGroovy
ExpandoMetaClassCreationHandleA handle for the MetaClassRegistry that changes all classes loaded into the Grails VM to use ExpandoMetaClass instancesClassgroovy.langGroovy
GeneratedGroovyProxyAn interface implemented by some Groovy proxies which gives access to the proxied object.Interfacegroovy.langGroovy
GrabUsed to grab the referenced artifact and its dependencies and make it available on the Classpath.Classgroovy.langGroovy
GrabConfigUsed to modify the grape configuration for grab requests.Classgroovy.langGroovy
GrabExcludeUsed to exclude an indirectly referenced artifact (a transitive dependency) from the classpath.Classgroovy.langGroovy
GrabResolverUsed to add a repository for resolving Grape dependencies.Classgroovy.langGroovy
GrapesSometimes we will need more than one grab per class, but we can only add one annotation type per annotatable node.Classgroovy.langGroovy
GroovyCallableA special "marker" style interface allowing Groovy classes to implement both Runnable and Callable yet give preference to Runnable (for backwards compatibility)Interfacegroovy.langGroovy
GroovyClassLoaderA ClassLoader which can load Groovy classes.Classgroovy.langGroovy
GroovyClassLoader .ClassCollectorClassgroovy.lang.GroovyClassLoaderGroovy
GroovyClassLoader .InnerLoaderClassgroovy.lang.GroovyClassLoaderGroovy
GroovyCodeSourceCodeSource wrapper class that allows specific security policies to be associated with a class compiled from groovy source.Classgroovy.langGroovy
GroovyInterceptableMarker interface used to notify that all methods should be intercepted through the invokeMethod mechanismAuthor:Guillaume LaforgeInterfacegroovy.langGroovy
GroovyObjectThe interface implemented by all Groovy objects.Interfacegroovy.langGroovy
GroovyObjectSupportA useful base class for Java objects wishing to be Groovy objectsAuthor:James StrachanClassgroovy.langGroovy
GroovyResourceLoaderAllows frameworks that integrate with Groovy to determine how Groovy files are resolved.Interfacegroovy.langGroovy
GroovyRuntimeExceptionAn exception thrown by the interpreterAuthor:James StrachanSee Also:Serialized FormClassgroovy.langGroovy
GroovyShellRepresents a groovy shell capable of running arbitrary groovy scriptsAuthor:James Strachan, Guillaume Laforge, Paul KingClassgroovy.langGroovy
GroovySystemClassgroovy.langGroovy
GStringRepresents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.Classgroovy.langGroovy
IllegalPropertyAccessExceptionAn exception occurred if a dynamic property dispatch fails with a field not accessible.Classgroovy.langGroovy
IncorrectClosureArgumentsExceptionAn exception occurred when invoking a Closure with the wrong number and/orAuthor:James StrachanSee Also:Serialized FormClassgroovy.langGroovy
Interceptor notifications about method calls for objects managed by the ProxyMetaClass.Interfacegroovy.langGroovy
IntRangeRepresents a list of Integer objects from a specified int up (or down) to and including This class is a copy of ObjectRange optimized for int.Classgroovy.langGroovy
LazyField annotation to simplify lazy initialization.Classgroovy.langGroovy
ListWithDefaultA wrapper for List which automatically grows the list when either get(int) or getAt(int) is called with an index greater than or equal to size().Classgroovy.langGroovy
MapWithDefaultA wrapper for Map which allows a default value to be specified.Classgroovy.langGroovy
MetaArrayLengthPropertyRepresents the length property of an arrayAuthor:James StrachanClassgroovy.langGroovy
MetaBeanPropertyRepresents a property on a bean which may have a getter and/or a setterAuthor:James Strachan, Pilho KimClassgroovy.langGroovy
MetaClassA MetaClass within Groovy defines the behaviour of any given Groovy or Java class.Interfacegroovy.langGroovy
MetaClassImplAllows methods to be dynamically added to existing classes at runtimeAuthor:James Strachan, Guillaume Laforge, Jochen "blackdrag" Theodorou, Graeme Rocher, Alex Tkachman, Roshan DawraniSee Also:MetaClassClassgroovy.langGroovy
MetaClassImpl .IndexClassgroovy.lang.MetaClassImplGroovy
MetaClassImpl .MetaConstructorThis is a helper class introduced in Groovy 2.Classgroovy.lang.MetaClassImplGroovy
MetaClassRegistryA MetaClassRegistry is an object that is responsible for managing the a cache of MetaClass instances.Interfacegroovy.langGroovy
MetaClassRegistry .MetaClassCreationHandle The Class defaults to MetaClassImpl, if the class loading fails to find a special meta class.Classgroovy.lang.MetaClassRegistryGroovy
MetaClassRegistryChangeEventAn event used to propagate meta class updatesAuthor:Jochen TheodorouSee Also:Serialized FormClassgroovy.langGroovy
MetaClassRegistryChangeEventListenerA listener called whenever a constant MetaClass is set, removed or replaced.Interfacegroovy.langGroovy
MetaExpandoPropertyClassgroovy.langGroovy
MetaMethodRepresents a Method on a Java object a little like Method except without using reflection to invoke the methodClassgroovy.langGroovy
MetaObjectProtocolAn interface that defines the API usable by clients of Groovy's Meta Object Protocol (MOP).Interfacegroovy.langGroovy
MetaPropertyRepresents a property on a bean which may have a getter and/or a setterAuthor:James StrachanClassgroovy.langGroovy
MissingClassExceptionAn exception occurred if a dynamic method dispatch fails with an unknown class.Classgroovy.langGroovy
MissingFieldExceptionAn exception occurred if a dynamic field dispatch fails with an unknown field.Classgroovy.langGroovy
MissingMethodExceptionAn exception occurred if a dynamic method dispatch fails with an unknown method.Classgroovy.langGroovy
MissingPropertyExceptionAn exception occurred if a dynamic property dispatch fails with an unknown property.Classgroovy.langGroovy
MixinProvides a mechanism for mixing in methods into a class.Classgroovy.langGroovy
MutableMetaClassAn interface that defines methods that implementers of mutable Meta classes should specify.Interfacegroovy.langGroovy
NewifyAnnotation that supports writing constructor call expressions without the 'new' keyword.Classgroovy.langGroovy
NonEmptySequenceRepresents a sequence of objects which represents one or many instances of of objects of a given type.Classgroovy.langGroovy
ObjectRangeRepresents an inclusive list of objects from a value to a value using This class is similar to IntRange.Classgroovy.langGroovy
ParameterArrayDistinguish a parameter array from Object[].Classgroovy.langGroovy
PropertyAccessInterceptorAn interface that adds the ability to intercept property getters/settersInterfacegroovy.langGroovy
PropertyValueClassgroovy.langGroovy
ProxyMetaClassAs subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs.Classgroovy.langGroovy
RangeA Range represents the list of all items obtained by starting from a from value and calling next() successivelyInterfacegroovy.langGroovy
ReadOnlyPropertyExceptionThis exception is thrown if an attempt is made to set a read only propertyAuthor:James StrachanSee Also:Serialized FormClassgroovy.langGroovy
ReferenceRepresents a reference to a valueAuthor:James StrachanSee Also:Serialized FormClassgroovy.langGroovy
SequenceRepresents a sequence of objects which represents zero or many instances of of objects of a given type.Classgroovy.langGroovy
SingletonClass annotation to make a singleton class.Classgroovy.langGroovy
SpreadListEvaluatingExceptionClassgroovy.langGroovy
SpreadMapHelper to turn a list with an even number of elements into a Map.Classgroovy.langGroovy
SpreadMapEvaluatingExceptionClassgroovy.langGroovy
StringWriterIOExceptionAn IO exception occurred trying to append to a StringWriter which should never happen.Classgroovy.langGroovy
TracingInterceptorClassgroovy.langGroovy
TupleRepresents a list of Objects.Classgroovy.langGroovy
Tuple2Represents a list of 2 typed Objects.Classgroovy.langGroovy
WritableRepresents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representationInterfacegroovy.langGroovy