| Package | Description |
|---|---|
| com.alipay.sofa.runtime.service.binding | |
| com.alipay.sofa.runtime.spi.service | |
| com.alipay.sofa.runtime.spring.factory |
| Modifier and Type | Method and Description |
|---|---|
JvmBinding |
JvmBindingConverter.convert(Element element,
BindingConverterContext bindingConverterContext) |
JvmBinding |
JvmBindingConverter.convert(JvmBindingParam bindingParam,
BindingConverterContext bindingConverterContext) |
JvmBinding |
JvmBindingConverter.convert(SofaReference sofaReferenceAnnotation,
SofaReferenceBinding sofaReferenceBindingAnnotation,
BindingConverterContext bindingConverterContext) |
JvmBinding |
JvmBindingConverter.convert(SofaService sofaServiceAnnotation,
SofaServiceBinding sofaServiceBindingAnnotation,
BindingConverterContext bindingConverterContext) |
| Modifier and Type | Method and Description |
|---|---|
R |
BindingConverter.convert(Element element,
BindingConverterContext bindingConverterContext)
convert xml Element to concrete
Binding |
R |
BindingConverter.convert(L bindingParam,
BindingConverterContext bindingConverterContext)
convert
BindingParam to concrete Binding |
R |
BindingConverter.convert(SofaReference sofaReferenceAnnotation,
SofaReferenceBinding sofaReferenceBindingAnnotation,
BindingConverterContext bindingConverterContext)
convert annotation Element to concrete
Binding |
R |
BindingConverter.convert(SofaService sofaServiceAnnotation,
SofaServiceBinding sofaServiceBindingAnnotation,
BindingConverterContext bindingConverterContext)
convert annotation Element to concrete
Binding |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReferenceFactoryBean.setProperties(BindingConverterContext bindingConverterContext) |
protected void |
ServiceFactoryBean.setProperties(BindingConverterContext bindingConverterContext) |
protected abstract void |
AbstractContractFactoryBean.setProperties(BindingConverterContext bindingConverterContext) |
Copyright © 2021. All rights reserved.