| Modifier and Type | Interface and Description |
|---|---|
interface |
Parameter<P extends Method> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Type> |
Type.getFirstMethodAnnotatedWith(Class<? extends Annotation> anAnnotation) |
Method<P> |
Field.getGetter() |
Method |
ClassType.getMetaDataKeyRetrieverMethod()
Retrieve the method annotated with
MetaDataKeyRetriever |
Method |
ClassType.getMetaDataOutputRetrieverMethod()
Retrieve the method annotated with
MetaDataOutputRetriever |
Method |
ClassType.getMetaDataRetrieverMethod()
Retrieve the method annotated with
MetaDataRetriever |
Method |
Type.getRecursivelyFirstMethodAnnotatedWith(Class<? extends Annotation> anAnnotation) |
Method<P> |
Field.getSetter() |
| Modifier and Type | Method and Description |
|---|---|
List<Method<Type>> |
Type.getMethods()
Get all methods defined in this class
|
List<Method<Type>> |
Type.getMethodsAnnotatedWith(Class<? extends Annotation> annotation)
Retrieves a list of methods annotated with
annotation in the current module. |
List<Parameter<Method<P>>> |
Method.getParameters() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterMethod |
interface |
ProcessorMethod |
interface |
SourceMethod |
interface |
TransformerMethod |
interface |
TransformerResolverMethod |
| Modifier and Type | Method and Description |
|---|---|
Method |
Module.getLifecycleMethod(String phaseName)
Retrieve the method that needs to be called during a particular lifecycle phase.
|
Method |
Module.getQueryTranslatorMethod() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Method> |
Module.testConnectivityMethod() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Method> |
ConnectionComponent.testConnectivityMethod() |
| Modifier and Type | Method and Description |
|---|---|
Method |
OnExceptionHandlerComponent.getExceptionHandle() |
| Modifier and Type | Method and Description |
|---|---|
List<Method<Type>> |
OnExceptionHandlerComponent.getMethodsAnnotatedWith(Class<? extends Annotation> annotation)
|
| Modifier and Type | Method and Description |
|---|---|
Method |
MetaDataCategoryComponent.getMetaDataKeyRetrieverMethod() |
Method |
MetaDataCategoryComponent.getMetaDataOutputRetrieverMethod() |
Method |
MetaDataCategoryComponent.getMetaDataRetrieverMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<Method<Type>> |
MetaDataCategoryComponent.getMethodsAnnotatedWith(Class<? extends Annotation> annotation)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectMethod |
| Modifier and Type | Method and Description |
|---|---|
Method<ManagedConnectionModule> |
ConnectionManagementCapability.getConnectionIdentifierMethod() |
Method<ManagedConnectionModule> |
ConnectionManagementCapability.getDisconnectMethod() |
Method<ManagedConnectionModule> |
ConnectionManagementCapability.getValidateConnectionMethod() |
| Modifier and Type | Method and Description |
|---|---|
Method<OAuthModule> |
OAuthCapability.getPostAuthorizationMethod()
Retrieve the method that should be executed once the authorization process has ended.
|
Method<OAuthModule> |
OAuthCapability.getUserIdentifierMethod()
Retrieve the method marked with
OAuthAccessTokenIdentifier |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestCall |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelVisitor.visit(Method<?> method) |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.