Uses of Class
org.springframework.beans.factory.support.ManagedList
Package
Description
Classes supporting the
org.springframework.beans.factory
package.-
Uses of ManagedList in org.springframework.beans.factory.support
Modifier and TypeClassDescriptionclass
Tag collection class used to hold managed array elements, which may include runtime bean references (to be resolved into bean objects).Modifier and TypeMethodDescriptionstatic <E> ManagedList<E>
ManagedList.of
(E... elements) Create a new instance containing an arbitrary number of elements.