rewrite-config-annotations-api 1.1.0.Final
A C F G H M O P S V

A

AnnotationHandler<A extends Annotation> - Interface in org.ocpsoft.rewrite.annotation.spi
 

C

ClassAnnotationHandler<A extends Annotation> - Class in org.ocpsoft.rewrite.annotation.spi
A common base class for AnnotationHandler implementations that process method annotations.
ClassAnnotationHandler() - Constructor for class org.ocpsoft.rewrite.annotation.spi.ClassAnnotationHandler
 
ClassContext - Interface in org.ocpsoft.rewrite.annotation.api
Context storing information for all AnnotationHandler implementations working on a given class visit.
ClassFinder - Interface in org.ocpsoft.rewrite.annotation.spi
Common interface for implementations that scan for classes on the classpath.
ClassVisitor - Interface in org.ocpsoft.rewrite.annotation.api
 

F

FieldAnnotationHandler<A extends Annotation> - Class in org.ocpsoft.rewrite.annotation.spi
A common base class for AnnotationHandler implementations that process field annotations.
FieldAnnotationHandler() - Constructor for class org.ocpsoft.rewrite.annotation.spi.FieldAnnotationHandler
 
FieldContext - Interface in org.ocpsoft.rewrite.annotation.api
Context for scanning a single field of a class
findClasses(ClassVisitor) - Method in interface org.ocpsoft.rewrite.annotation.spi.ClassFinder
Starting to search for classes.

G

getBindingBuilder() - Method in interface org.ocpsoft.rewrite.annotation.api.FieldContext
Returns the BindingBuilder for the current field.
getBindingBuilder() - Method in interface org.ocpsoft.rewrite.annotation.api.MethodContext
Returns the BindingBuilder for the current method.
getBindingBuilder() - Method in interface org.ocpsoft.rewrite.annotation.api.ParameterContext
Returns the BindingBuilder for the current parameter.
getClassContext() - Method in interface org.ocpsoft.rewrite.annotation.api.FieldContext
Return the parent ClassContext to which this context is a descendant.
getClassContext() - Method in interface org.ocpsoft.rewrite.annotation.api.MethodContext
Return the parent ClassContext to which this context is a descendant.
getClassContext() - Method in interface org.ocpsoft.rewrite.annotation.api.ParameterContext
Return the parent ClassContext to which this context is a descendant.
getConfigurationBuilder() - Method in interface org.ocpsoft.rewrite.annotation.api.ClassContext
Get the ConfigurationBuilder shared by all class visits for the entire annotation configuration.
getDeclaringMethod() - Method in interface org.ocpsoft.rewrite.annotation.api.Parameter
Return the method declaring this parameter.
getIndex() - Method in interface org.ocpsoft.rewrite.annotation.api.Parameter
Return the index of this parameter in the declaring Method signature.
getMethodContext() - Method in interface org.ocpsoft.rewrite.annotation.api.ParameterContext
Return the parent MethodContext to which this context is a descendant.
getRuleBuilder() - Method in interface org.ocpsoft.rewrite.annotation.api.ClassContext
Get the RuleBuilder for the current class visit.
getType() - Method in interface org.ocpsoft.rewrite.annotation.api.Parameter
Return the Class type of this parameter.

H

handles() - Method in interface org.ocpsoft.rewrite.annotation.spi.AnnotationHandler
 

M

MethodAnnotationHandler<A extends Annotation> - Class in org.ocpsoft.rewrite.annotation.spi
A common base class for AnnotationHandler implementations that process method annotations.
MethodAnnotationHandler() - Constructor for class org.ocpsoft.rewrite.annotation.spi.MethodAnnotationHandler
 
MethodContext - Interface in org.ocpsoft.rewrite.annotation.api
Context for scanning a single field of a class

O

org.ocpsoft.rewrite.annotation.api - package org.ocpsoft.rewrite.annotation.api
 
org.ocpsoft.rewrite.annotation.spi - package org.ocpsoft.rewrite.annotation.spi
 

P

Parameter - Interface in org.ocpsoft.rewrite.annotation.api
AnnotatedElement for a method parameter.
ParameterAnnotationHandler<A extends Annotation> - Class in org.ocpsoft.rewrite.annotation.spi
A common base class for AnnotationHandler implementations that process method argument annotations.
ParameterAnnotationHandler() - Constructor for class org.ocpsoft.rewrite.annotation.spi.ParameterAnnotationHandler
 
ParameterContext - Interface in org.ocpsoft.rewrite.annotation.api
Context for scanning a single field of a class
process(ClassContext, AnnotatedElement, A) - Method in interface org.ocpsoft.rewrite.annotation.spi.AnnotationHandler
 
process(ClassContext, AnnotatedElement, A) - Method in class org.ocpsoft.rewrite.annotation.spi.ClassAnnotationHandler
 
process(ClassContext, Class<?>, A) - Method in class org.ocpsoft.rewrite.annotation.spi.ClassAnnotationHandler
 
process(ClassContext, AnnotatedElement, A) - Method in class org.ocpsoft.rewrite.annotation.spi.FieldAnnotationHandler
 
process(FieldContext, Field, A) - Method in class org.ocpsoft.rewrite.annotation.spi.FieldAnnotationHandler
 
process(ClassContext, AnnotatedElement, A) - Method in class org.ocpsoft.rewrite.annotation.spi.MethodAnnotationHandler
 
process(MethodContext, Method, A) - Method in class org.ocpsoft.rewrite.annotation.spi.MethodAnnotationHandler
 
process(ClassContext, AnnotatedElement, A) - Method in class org.ocpsoft.rewrite.annotation.spi.ParameterAnnotationHandler
 
process(ParameterContext, Parameter, A) - Method in class org.ocpsoft.rewrite.annotation.spi.ParameterAnnotationHandler
 

S

setBindingBuilder(BindingBuilder) - Method in interface org.ocpsoft.rewrite.annotation.api.FieldContext
Sets the BindingBuilder for the current field.
setBindingBuilder(BindingBuilder) - Method in interface org.ocpsoft.rewrite.annotation.api.MethodContext
Sets the BindingBuilder for the current method.
setBindingBuilder(BindingBuilder) - Method in interface org.ocpsoft.rewrite.annotation.api.ParameterContext
Sets the BindingBuilder for the current parameter.

V

visit(Class<?>) - Method in interface org.ocpsoft.rewrite.annotation.api.ClassVisitor
 

A C F G H M O P S V
rewrite-config-annotations-api 1.1.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.