
public interface ItemWriter<T> extends Child<T>, JslItemWriterCommType<T,ItemWriter<T>,Properties<ItemWriter<T>>>
ItemWriter xsd type| Modifier and Type | Method and Description |
|---|---|
Properties<ItemWriter<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
ItemWriter<T> |
ref(String ref)
Sets the
ref attribute |
ItemWriter<T> |
removeProperties()
Removes the
properties element |
ItemWriter<T> |
removeRef()
Removes the
ref attribute |
Properties<ItemWriter<T>> getOrCreateProperties()
properties element with the given value will be created.
Otherwise, the existing properties element will be returned.Properties> ItemWriter<T> removeProperties()
properties elementItemWriterItemWriter<T> ref(String ref)
ref attributeref - the value for the attribute refItemWriterString getRef()
ref attributerefItemWriter<T> removeRef()
ref attributeItemWriterCopyright © 2021 JBoss by Red Hat. All rights reserved.