Java org.springframework.beans.factory.support ManagedList fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.support ManagedList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.support ManagedList.

The text is from its open source code.

Constructor

Method

StringgetElementTypeName()
Return the default element type name (class name) to be used for this list.
ObjectgetSource()
booleanisMergeEnabled()
voidsetElementTypeName(String elementTypeName)
Set the default element type name (class name) to be used for this list.
voidsetMergeEnabled(boolean mergeEnabled)
Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
voidsetSource(@Nullable Object source)
Set the configuration source Object for this metadata element.