| Modifier and Type | Method and Description |
|---|---|
List<Field<Type>> |
Type.getFields() |
List<Field> |
Type.getFieldsAnnotatedWith(Class<? extends Annotation> annotation)
Retrieve all fields annotated with the annotation class specified
|
List<Field<Type>> |
Type.getInheritedFields() |
List<Field> |
ClassType.getInjectFields()
Retrieve a list of fields that have been annotated with
javax.inject.Inject
This method will recursively go thru all superclasses as well. |
| Modifier and Type | Method and Description |
|---|---|
Field |
Module.getRestHttpClientField()
Retrieve the field annotated with
RestHttpClient |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
Module.getConfigurableFields()
Retrieve a list of fields that have been annotated with
Configurable
This method will recursively go thru all superclasses as well. |
com.google.common.base.Optional<Field<Type>> |
Module.getConnectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Field |
HttpBasicAuthComponent.username() |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
ConnectionComponent.getConfigurableFields() |
com.google.common.base.Optional<Field> |
HttpBasicAuthComponent.password() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Field> |
MetaDataCategoryComponent.getInjectedConnector() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OAuthCallbackParameterField |
| Modifier and Type | Method and Description |
|---|---|
Field |
OAuthCapability.getAccessTokenField()
Retrieve the field annotated with
OAuthAccessToken |
Field |
OAuthCapability.getAccessTokenSecretField()
Retrieve the field annotated with
OAuthAccessTokenSecret |
Field |
OAuthCapability.getConsumerKeyField()
Retrieve the field annotated with
OAuthConsumerKey |
Field |
OAuthCapability.getConsumerSecretField()
Retrieve the field annotated with
OAuthConsumerSecret |
Field |
OAuthCapability.getScopeField()
Retrieve the field annotated with
OAuthScope |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestField |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelVisitor.visit(Field<?> field) |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.