| Package | Description |
|---|---|
| com.alipay.sofa.common.xmap |
| Modifier and Type | Field and Description |
|---|---|
static XValueFactory |
XValueFactory.BOOLEAN |
static XValueFactory |
XValueFactory.BYTE |
static XValueFactory |
XValueFactory.CHAR |
static XValueFactory |
XValueFactory.CLASS |
static XValueFactory |
XValueFactory.DATE |
static XValueFactory |
XValueFactory.DOUBLE |
static XValueFactory |
XValueFactory.FILE |
static XValueFactory |
XValueFactory.FLOAT |
static XValueFactory |
XValueFactory.INTEGER |
static XValueFactory |
XValueFactory.LONG |
static XValueFactory |
XValueFactory.RESOURCE |
static XValueFactory |
XValueFactory.SHORT |
static XValueFactory |
XValueFactory.STRING |
static XValueFactory |
XValueFactory.URL |
XValueFactory |
XAnnotatedMember.valueFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class,XValueFactory> |
XMap.factories |
| Modifier and Type | Method and Description |
|---|---|
static XValueFactory |
XValueFactory.getFactory(Class type) |
XValueFactory |
XMap.getValueFactory(Class type)
Gets the value factory used for objects of the given class.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XValueFactory.addFactory(Class klass,
XValueFactory factory) |
void |
XMap.setValueFactory(Class type,
XValueFactory factory)
Sets a custom value factory for the given class.
|
Copyright © 2021. All rights reserved.