Uses of Interface
org.springframework.beans.Mergeable
Packages that use Mergeable Package Description org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.test.web.servlet.request Contains built-inRequestBuilderimplementations.Uses of Mergeable in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement Mergeable Modifier and Type Class Description classManagedArrayTag 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).classManagedPropertiesTag 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 Mergeable Modifier and Type Class Description classMockHttpServletRequestBuilderDefault builder forMockHttpServletRequestrequired as input to perform requests inMockMvc.classMockMultipartHttpServletRequestBuilderDefault builder forMockMultipartHttpServletRequest.