| Package | Description |
|---|---|
| com.mulesoft.jaxrs.raml.annotation.model | |
| com.mulesoft.jaxrs.raml.annotation.model.reflection | |
| com.mulesoft.jaxrs.raml.jaxb |
| Modifier and Type | Class and Description |
|---|---|
class |
WrapperMethodModel |
| Modifier and Type | Method and Description |
|---|---|
IMethodModel[] |
ITypeModel.getMethods()
getMethods.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ClassHierarchyVisitor.processType(ITypeModel type,
IMethodModel method) |
void |
ClassHierarchyVisitor.visit(ITypeModel type,
IMethodModel method) |
| Constructor and Description |
|---|
WrapperMethodModel(ITypeModel ownerType,
IMethodModel originalMethod) |
WrapperParameterModel(ITypeModel ownerType,
IMethodModel ownerMethod,
IParameterModel originalParameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionMethod
ReflectionMethod class.
|
| Modifier and Type | Method and Description |
|---|---|
IMethodModel[] |
ReflectionType.getMethods()
getMethods.
|
| Modifier and Type | Field and Description |
|---|---|
protected IMethodModel |
JAXBProperty.setter |
| Constructor and Description |
|---|
JAXBAttributeProperty(IMember model,
IMethodModel setter,
ITypeModel ownerType,
JAXBRegistry r,
String name)
Constructor for JAXBAttributeProperty.
|
JAXBElementProperty(IMember model,
IMethodModel setter,
ITypeModel ownerType,
JAXBRegistry r,
String name)
Constructor for JAXBElementProperty.
|
JAXBProperty(IMember model,
IMethodModel setter,
ITypeModel ownerType,
JAXBRegistry r,
String name)
Constructor for JAXBProperty.
|
JAXBValueProperty(IMember model,
IMethodModel setter,
ITypeModel ownerType,
JAXBRegistry r,
String name)
Constructor for JAXBValueProperty.
|
Copyright © 2015 Mulesoft. All rights reserved.