| Package | Description |
|---|---|
| com.mulesoft.jaxrs.raml.annotation.model | |
| com.mulesoft.jaxrs.raml.annotation.model.reflection | |
| com.mulesoft.jaxrs.raml.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected HashSet<ITypeModel> |
ResourceVisitor.consumedTypes |
| Modifier and Type | Method and Description |
|---|---|
ITypeModel |
WrapperMethodModel.getBodyType() |
ITypeModel |
IMethodModel.getBodyType()
getBodyType.
|
ITypeModel[] |
ITypeModel.getImplementedInterfaces()
getImplementedInterfaces
|
ITypeModel |
WrapperMethodModel.getReturnedType() |
ITypeModel |
IMethodModel.getReturnedType()
getReturnedType.
|
ITypeModel |
ITypeModel.getSuperClass()
getSuperClass.
|
ITypeModel |
WrapperMethodModel.getType() |
ITypeModel |
IMember.getType()
getType.
|
ITypeModel |
IFieldModel.getType()
getType.
|
ITypeModel |
ITypeModel.resolveClass(String qualifiedName)
resolveClass
|
| Modifier and Type | Method and Description |
|---|---|
List<ITypeModel> |
WrapperMethodModel.getJAXBTypes() |
List<ITypeModel> |
IMember.getJAXBTypes()
getJAXBType.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResourceVisitor.afterSchemaGen(ITypeModel t,
StructureType st)
afterSchemaGen.
|
boolean |
IResourceVisitorExtension.generateSchema(ITypeModel type)
Decide if the type needs schema to be generated
|
protected String |
ResourceVisitor.generateXMLExampleJAXB(ITypeModel t)
generateXMLExampleJAXB.
|
protected boolean |
ResourceVisitor.generateXMLSchema(ITypeModel t,
StructureType st)
generateXMLSchema.
|
protected boolean |
ClassHierarchyVisitor.processType(ITypeModel type) |
protected boolean |
ClassHierarchyVisitor.processType(ITypeModel type,
IMethodModel method) |
void |
ResourceVisitor.visit(ITypeModel t)
visit.
|
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 |
ReflectionType
ReflectionType class.
|
| Modifier and Type | Method and Description |
|---|---|
ITypeModel |
ReflectionMethod.getBodyType()
getBodyType.
|
ITypeModel[] |
ReflectionType.getImplementedInterfaces() |
ITypeModel |
ReflectionMethod.getReturnedType()
getReturnedType.
|
ITypeModel |
ReflectionType.getSuperClass() |
ITypeModel |
ReflectionMethod.getType()
getType.
|
ITypeModel |
ReflectionField.getType()
getType.
|
ITypeModel |
ReflectionType.resolveClass(String qualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
List<ITypeModel> |
ReflectionMethod.getJAXBTypes()
getJAXBType.
|
List<ITypeModel> |
ReflectionField.getJAXBTypes()
getJAXBType.
|
static List<ITypeModel> |
Utils.getJAXBTypes(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RuntimeResourceVisitor.generateXMLSchema(ITypeModel t,
StructureType st)
generateXMLSchema.
|
protected String |
RuntimeResourceVisitor.getProperJSONExampleFromXML(String generateXMLExampleJAXB,
ITypeModel t)
getProperJSONExampleFromXML.
|
| Modifier and Type | Field and Description |
|---|---|
protected ITypeModel |
JAXBModelElement.ownerType |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<ITypeModel,JAXBType> |
JAXBRegistry.types |
| Modifier and Type | Method and Description |
|---|---|
JAXBType |
JAXBRegistry.getJAXBModel(ITypeModel tp)
getJAXBModel.
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBType> |
JAXBRegistry.getJAXBModels(Collection<ITypeModel> list) |
| 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.
|
JAXBModelElement(IBasicModel model,
ITypeModel ownerType,
JAXBRegistry registry)
Constructor for JAXBModelElement.
|
JAXBProperty(IMember model,
IMethodModel setter,
ITypeModel ownerType,
JAXBRegistry r,
String name)
Constructor for JAXBProperty.
|
JAXBType(ITypeModel model,
JAXBRegistry r)
Constructor for JAXBType.
|
JAXBValueProperty(IMember model,
IMethodModel setter,
ITypeModel ownerType,
JAXBRegistry r,
String name)
Constructor for JAXBValueProperty.
|
Copyright © 2015 Mulesoft. All rights reserved.