A C D E I N O P R U X 

A

Alias - Annotation Type in org.mule.extension.annotations
Defines an alias for a Java type.

C

Configuration - Annotation Type in org.mule.extension.annotations
Used to express that a class should be used to describe a org.mule.extension.introspection.Configuration model.
Configurations - Annotation Type in org.mule.extension.annotations
Allows to reference a list of classes from which a org.mule.extension.introspection.Configuration model is to be inferred.

D

DEFAULT_CONFIG_DESCRIPTION - Static variable in annotation type org.mule.extension.annotations.Extension
 
DEFAULT_CONFIG_NAME - Static variable in annotation type org.mule.extension.annotations.Extension
 

E

Extensible - Annotation Type in org.mule.extension.annotations
Denotes that a given type can be extended by others.
Extension - Annotation Type in org.mule.extension.annotations
This annotation defines a class that will export its functionality as a Mule module.
ExtensionOf - Annotation Type in org.mule.extension.annotations
Denotes that a given member is an implementation of a type annotated with Extensible.

I

Ignore - Annotation Type in org.mule.extension.annotations.param
Ignores a field or method inside a complex type.

N

NULL - Static variable in annotation type org.mule.extension.annotations.param.Optional
Because Java doesn't allow null values as defaults in annotations, this value is used to represent a null.

O

Operation - Annotation Type in org.mule.extension.annotations
Marks a method as an operation that can be invoked from a org.mule.api.processor.MessageProcessor in a flow.
Operations - Annotation Type in org.mule.extension.annotations
Allows to reference a list of classes from which an Extension's operations are to be inferred.
Optional - Annotation Type in org.mule.extension.annotations.param
Marks a Parameter field a optional.
org.mule.extension.annotations - package org.mule.extension.annotations
 
org.mule.extension.annotations.capability - package org.mule.extension.annotations.capability
 
org.mule.extension.annotations.param - package org.mule.extension.annotations.param
 

P

Parameter - Annotation Type in org.mule.extension.annotations
Marks a field inside a mule extension as being a parameter that the user can set.
ParameterGroup - Annotation Type in org.mule.extension.annotations
Marks a field inside a mule extension as being a set of parameters that the user can set.
Payload - Annotation Type in org.mule.extension.annotations.param
Used in parameters of methods annotated with Operation, this annotation marks that such parameter should contain the message payload and is not to be listed among the operation's parameters.

R

RestrictedTo - Annotation Type in org.mule.extension.annotations
Marks that a ElementType.PARAMETER which references components of an external Extension, should only contain references that are linked to a particular extension.

U

UseConfig - Annotation Type in org.mule.extension.annotations.param
Signals that an argument of a Method annotated with Operation should be assigned to the configuration instance on which the operation is being executed.

X

Xml - Annotation Type in org.mule.extension.annotations.capability
Signals that the mule extension should be configurable and usable through a Mule XML config file
A C D E I N O P R U X 

Copyright © 2015 MuleSoft, Inc.. All rights reserved.