Package | Description |
---|---|
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
Modifier and Type | Method and Description |
---|---|
Bean |
Bean.bindTo(Bean bean)
Add a bean binding configuration to this Collection/array bean binding config.
|
Bean |
Bean.bindTo(String dataSelector)
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Collection/array Bean beanclass instance.
|
Bean |
Bean.bindTo(String bindingMember,
Bean bean)
Add a bean binding configuration for the specified bindingMember (field/method) to
this bean binding config.
|
Bean |
Bean.bindTo(String dataSelector,
DataDecoder dataDecoder)
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Collection/array Bean beanclass instance.
|
Bean |
Bean.bindTo(String bindingMember,
String dataSelector)
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the specified bindingMember (field/method).
|
Bean |
Bean.bindTo(String bindingMember,
String dataSelector,
DataDecoder dataDecoder)
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Bean member specified by the bindingMember param.
|
Bean |
Bean.newBean(Class<?> beanClass,
String createOnElement)
Create a Bean binding configuration.
|
Bean |
Bean.newBean(Class<?> beanClass,
String beanId,
String createOnElement)
Create a Bean binding configuration.
|
static Bean |
Bean.newBean(Class<?> beanClass,
String beanId,
String createOnElement,
String createOnElementNS)
Create a Bean binding configuration.
|
<T> Bean |
Bean.newBean(Class<T> beanClass,
String createOnElement,
Factory<T> factory)
Create a Bean binding configuration.
|
<T> Bean |
Bean.newBean(Class<T> beanClass,
String beanId,
String createOnElement,
Factory<T> factory)
Create a Bean binding configuration.
|
static <T> Bean |
Bean.newBean(Class<T> beanClass,
String beanId,
String createOnElement,
String createOnElementNS,
Factory<T> factory)
Create a Bean binding configuration.
|
Modifier and Type | Method and Description |
---|---|
Bean |
Bean.bindTo(Bean bean)
Add a bean binding configuration to this Collection/array bean binding config.
|
Bean |
Bean.bindTo(String bindingMember,
Bean bean)
Add a bean binding configuration for the specified bindingMember (field/method) to
this bean binding config.
|
Copyright © 2020. All rights reserved.