| Modifier and Type | Method and Description |
|---|---|
IAnnotationModel |
WrapperParameterModel.getAnnotation(String name) |
IAnnotationModel |
WrapperMethodModel.getAnnotation(String name) |
IAnnotationModel |
IBasicModel.getAnnotation(String name)
getAnnotation.
|
IAnnotationModel |
WrapperParameterModel.getAnnotationByCanonicalName(String name) |
IAnnotationModel |
WrapperMethodModel.getAnnotationByCanonicalName(String name) |
IAnnotationModel |
IBasicModel.getAnnotationByCanonicalName(String name)
getAnnotation.
|
IAnnotationModel[] |
WrapperParameterModel.getAnnotations() |
IAnnotationModel[] |
WrapperMethodModel.getAnnotations() |
IAnnotationModel[] |
IBasicModel.getAnnotations()
getAnnotations.
|
IAnnotationModel[] |
IAnnotationModel.getSubAnnotations(String pairName)
getSubAnnotations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationModel
AnnotationModel class.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotationModel |
ReflectionParameter.getAnnotation(String name)
getAnnotation.
|
IAnnotationModel |
BasicReflectionMember.getAnnotation(String name)
getAnnotation.
|
IAnnotationModel |
ReflectionParameter.getAnnotationByCanonicalName(String name)
getAnnotation.
|
IAnnotationModel |
BasicReflectionMember.getAnnotationByCanonicalName(String name)
getAnnotation.
|
IAnnotationModel[] |
ReflectionParameter.getAnnotations()
getAnnotations.
|
IAnnotationModel[] |
BasicReflectionMember.getAnnotations()
getAnnotations.
|
IAnnotationModel[] |
AnnotationModel.getSubAnnotations(String pairName)
getSubAnnotations.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<IAnnotationModel> |
JAXBModelElement.annotations |
| Modifier and Type | Method and Description |
|---|---|
List<IAnnotationModel> |
JAXBModelElement.getAnnotations() |
| Modifier and Type | Field and Description |
|---|---|
protected List<IAnnotationModel> |
SchemaModelElement.annotations |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationModel |
SimpleType.getAnnotation(String name) |
IAnnotationModel |
SchemaModelElement.getAnnotation(String name) |
IAnnotationModel |
ISchemaType.getAnnotation(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<IAnnotationModel> |
SimpleType.getAnnotations() |
List<IAnnotationModel> |
SchemaModelElement.getAnnotations() |
List<IAnnotationModel> |
ISchemaType.getAnnotations() |
List<IAnnotationModel> |
ISchemaProperty.getAnnotations() |
| Constructor and Description |
|---|
SchemaModelElement(List<IAnnotationModel> annotations) |
| Constructor and Description |
|---|
MapPropertyImpl(String name,
List<ISchemaType> types,
boolean required,
boolean isAttribute,
String namespace,
List<IAnnotationModel> annotations) |
PropertyModelImpl(String name,
ISchemaType type,
boolean required,
boolean isAttribute,
StructureType structureType,
String namespace,
List<IAnnotationModel> annotations) |
TypeModelImpl(String name,
String classQualifiedName,
Map<String,String> namespaces,
boolean isSimple,
StructureType parentStructureType,
List<IAnnotationModel> annotations) |
TypeModelImpl(String name,
String classQualifiedName,
Map<String,String> namespaces,
StructureType parentStructureType,
JAXBClassMapping mapping,
List<IAnnotationModel> annotations) |
TypeModelImpl(String name,
String classQualifiedName,
Map<String,String> namespaces,
StructureType parentStructureType,
List<IAnnotationModel> annotations) |
Copyright © 2015 Mulesoft. All rights reserved.