|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationMetaData | |
---|---|
org.mule.config.processors | |
org.mule.util.annotation |
Uses of AnnotationMetaData in org.mule.config.processors |
---|
Methods in org.mule.config.processors with parameters of type AnnotationMetaData | |
---|---|
protected InboundEndpoint |
DecoratingAnnotatedServiceProcessor.tryInboundEndpointAnnotation(AnnotationMetaData metaData,
ChannelType channelType)
|
protected OutboundEndpoint |
DecoratingAnnotatedServiceProcessor.tryOutboundEndpointAnnotation(AnnotationMetaData metaData,
ChannelType channelType)
|
Uses of AnnotationMetaData in org.mule.util.annotation |
---|
Methods in org.mule.util.annotation that return AnnotationMetaData | |
---|---|
protected static AnnotationMetaData |
AnnotationUtils.getClassAnnotationForSuperClasses(Class<? extends Annotation> annotation,
Class bottom)
|
static AnnotationMetaData |
AnnotationUtils.getClassAnnotationInHeirarchy(Class<? extends Annotation> annotation,
Class bottom)
|
Method parameters in org.mule.util.annotation with type arguments of type AnnotationMetaData | |
---|---|
protected static void |
AnnotationUtils.getClassAnnotationForInterfaces(Class bottom,
List<AnnotationMetaData> annos)
|
protected static void |
AnnotationUtils.getClassAnnotationForSuperClasses(Class bottom,
List<AnnotationMetaData> annos)
|
static void |
AnnotationUtils.getFieldAnnotationsForInterfaces(Class clazz,
Set<AnnotationMetaData> annos)
|
static void |
AnnotationUtils.getFieldAnnotationsForInterfaces(Class clazz,
Set<AnnotationMetaData> annos,
Class<? extends Annotation> annotation)
|
protected static void |
AnnotationUtils.getFieldAnnotationsForSuperClasses(Class bottom,
Set<AnnotationMetaData> annos)
|
protected static void |
AnnotationUtils.getFieldAnnotationsForSuperClasses(Class bottom,
Set<AnnotationMetaData> annos,
Class<? extends Annotation> annotation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |