public class BindingConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Field |
property |
protected Set<org.smooks.api.converter.TypeConverterFactory<?,?>> |
typeConverterFactories |
protected String |
wireBeanId |
| Constructor and Description |
|---|
BindingConfig(Field property,
Set<org.smooks.api.converter.TypeConverterFactory<?,?>> typeConverterFactories) |
BindingConfig(Field property,
String wireBeanId,
Set<org.smooks.api.converter.TypeConverterFactory<?,?>> typeConverterFactories) |
BindingConfig(String wireBeanId,
Set<org.smooks.api.converter.TypeConverterFactory<?,?>> typeConverterFactories) |
| Modifier and Type | Method and Description |
|---|---|
Field |
getProperty() |
String |
getSelector() |
String |
getType() |
boolean |
isBoundToProperty() |
boolean |
isWiring() |
protected final Set<org.smooks.api.converter.TypeConverterFactory<?,?>> typeConverterFactories
protected final Field property
protected final String wireBeanId
Copyright © 2024. All rights reserved.