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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleancontainsKey(Object key)
Objectget(Object key)
Objectmerge(@Nullable Object parent)
Objectput(Object key, Object value)
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.