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