Uses of Interface
org.springframework.beans.Mergeable
Packages that use Mergeable
Package
Description
Classes supporting the
org.springframework.beans.factory package.Contains built-in
RequestBuilder
implementations.-
Uses of Mergeable in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement MergeableModifier and TypeClassDescriptionclassTag collection class used to hold managed array elements, which may include runtime bean references (to be resolved into bean objects).classManagedList<E>Tag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects).classManagedMap<K,V> Tag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects).classTag class which represents a Spring-managedPropertiesinstance that supports merging of parent/child definitions.classManagedSet<E>Tag collection class used to hold managed Set values, which may include runtime bean references (to be resolved into bean objects). -
Uses of Mergeable in org.springframework.test.web.servlet.request
Classes in org.springframework.test.web.servlet.request that implement MergeableModifier and TypeClassDescriptionclassDefault builder forMockHttpServletRequestrequired as input to perform requests inMockMvc.classDefault builder forMockMultipartHttpServletRequest.