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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetKeyTypeName()
Return the default key type name (class name) to be used for this map.
ObjectgetSource()
StringgetValueTypeName()
Return the default value type name (class name) to be used for this map.
booleanisMergeEnabled()
voidsetKeyTypeName(@Nullable String keyTypeName)
Set the default key type name (class name) to be used for this map.
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.
voidsetValueTypeName(@Nullable String valueTypeName)
Set the default value type name (class name) to be used for this map.