| Package | Description |
|---|---|
| com.alipay.sofa.common.xmap | |
| com.alipay.sofa.common.xmap.annotation.spring |
| Modifier and Type | Field and Description |
|---|---|
XAnnotatedObject |
XAnnotatedMember.xao |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class,XAnnotatedObject> |
XMap.objects |
protected Map<String,XAnnotatedObject> |
XMap.roots |
| Modifier and Type | Method and Description |
|---|---|
XAnnotatedObject |
XMap.register(Class klass)
Registers a mappable object class.
|
XAnnotatedObject |
XMap.register(Class klass,
boolean isParent)
Registers a mappable object class.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<XAnnotatedObject> |
XMap.getRootObjects()
Gets the root objects.
|
Collection<XAnnotatedObject> |
XMap.getScannedObjects()
Gets a list of scanned objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XAnnotatedSpringObject |
| Modifier and Type | Method and Description |
|---|---|
XAnnotatedObject |
XMapSpring.register(Class klass,
org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
XAnnotatedMember |
XMapSpring.createExtendMethodMember(Method method,
Annotation annotation,
XAnnotatedObject xob) |
Copyright © 2021. All rights reserved.