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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetElementTypeName()
Return the default element type name (class name) to be used for this set.
ObjectgetSource()
booleanisMergeEnabled()
voidsetElementTypeName(@Nullable String elementTypeName)
Set the default element type name (class name) to be used for this set.
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.