|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Method in org.mule.devkit.model |
|---|
| Classes in org.mule.devkit.model with type parameters of type Method | |
|---|---|
interface |
Parameter<P extends Method>
|
| Methods in org.mule.devkit.model that return Method | |
|---|---|
Method<P> |
Field.getGetter()
|
Method<P> |
Field.getSetter()
|
| Methods in org.mule.devkit.model that return types with arguments of type Method | |
|---|---|
List<Method<Type>> |
Type.getMethods()
Get all methods defined in this class |
List<Method<Type>> |
Type.getMethodsAnnotatedWith(Class<? extends Annotation> annotation)
|
List<Parameter<Method<P>>> |
Method.getParameters()
|
| Uses of Method in org.mule.devkit.model.module |
|---|
| Subinterfaces of Method in org.mule.devkit.model.module | |
|---|---|
interface |
FilterMethod
|
interface |
ProcessorMethod
|
interface |
SourceMethod
|
interface |
TransformerMethod
|
interface |
TransformerResolverMethod
|
| Methods in org.mule.devkit.model.module that return Method | |
|---|---|
Method |
Module.getLifecycleMethod(String phaseName)
Retrieve the method that needs to be called during a particular lifecycle phase. |
Method |
Module.getMetaDataKeyRetrieverMethod()
Retrieve the method annotated with MetaDataKeyRetriever |
Method |
Module.getMetaDataRetrieverMethod()
Retrieve the method annotated with MetaDataRetriever |
| Uses of Method in org.mule.devkit.model.module.connectivity |
|---|
| Subinterfaces of Method in org.mule.devkit.model.module.connectivity | |
|---|---|
interface |
ConnectMethod
|
| Methods in org.mule.devkit.model.module.connectivity that return Method | |
|---|---|
Method<ManagedConnectionModule> |
ManagedConnectionModule.getConnectionIdentifierMethod()
|
Method<ManagedConnectionModule> |
ManagedConnectionModule.getDisconnectMethod()
|
Method<ManagedConnectionModule> |
ManagedConnectionModule.getValidateConnectionMethod()
|
| Uses of Method in org.mule.devkit.model.module.oauth |
|---|
| Methods in org.mule.devkit.model.module.oauth that return Method | |
|---|---|
Method<OAuthModule> |
OAuthModule.getPostAuthorizationMethod()
Retrieve the method that should be executed once the authorization process has ended. |
Method<OAuthModule> |
OAuthModule.getUserIdentifierMethod()
Retrieve the method marked with OAuthAccessTokenIdentifier |
| Uses of Method in org.mule.devkit.model.module.rest |
|---|
| Subinterfaces of Method in org.mule.devkit.model.module.rest | |
|---|---|
interface |
RestCall
|
| Uses of Method in org.mule.devkit.model.visitor |
|---|
| Methods in org.mule.devkit.model.visitor with parameters of type Method | |
|---|---|
void |
ModelVisitor.visit(Method<?> method)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||