Package | Description |
---|---|
org.smooks.cartridges.javabean |
Smooks Javabean Cartridge implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Bean> |
Bean.wirings |
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 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,
org.smooks.api.converter.TypeConverterFactory<?,?> typeConverterFactory)
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.bindTo(String dataSelector,
org.smooks.api.converter.TypeConverterFactory<String,?> typeConverterFactory)
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.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,
org.smooks.api.Registry registry)
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,
Factory<T> factory,
org.smooks.api.Registry registry)
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 © 2024. All rights reserved.