open class ManagedArray : ManagedList<Any>
Tag collection class used to hold managed array elements, which may include runtime bean references (to be resolved into bean objects).
Author
Juergen Hoeller
Since
3.0
ManagedArray(elementTypeName: String, size: Int)
Create a new managed array placeholder. |
open fun getElementTypeName(): String
Return the default element type name (class name) to be used for this list. |
|
open fun getSource(): Any |
|
open fun isMergeEnabled(): Boolean |
|
open fun merge(parent: Any): MutableList<E> |
|
open fun setElementTypeName(elementTypeName: String): Unit
Set the default element type name (class name) to be used for this list. |
|
open fun setMergeEnabled(mergeEnabled: Boolean): Unit
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present. |
|
open fun setSource(source: Any): Unit
Set the configuration source The exact type of the object will depend on the configuration mechanism used. |