Uses of Interface
org.springframework.beans.Mergeable
Packages that use Mergeable
Package
Description
Classes supporting the
org.springframework.beans.factory
package.AssertJ support for MockMvc.
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 TypeClassDescriptionclass
Tag collection class used to hold managed array elements, which may include runtime bean references (to be resolved into bean objects).class
ManagedList<E>
Tag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects).class
ManagedMap<K,
V> Tag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects).class
Tag class which represents a Spring-managedProperties
instance that supports merging of parent/child definitions.class
ManagedSet<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.assertj
Classes in org.springframework.test.web.servlet.assertj that implement MergeableModifier and TypeClassDescriptionfinal class
A builder forMockMultipartHttpServletRequest
that supports AssertJ.final class
A builder forMockHttpServletRequest
that supports AssertJ. -
Uses of Mergeable in org.springframework.test.web.servlet.request
Classes in org.springframework.test.web.servlet.request that implement MergeableModifier and TypeClassDescriptionclass
Base builder forMockHttpServletRequest
required as input to perform requests inMockMvc
.class
AbstractMockMultipartHttpServletRequestBuilder<B extends AbstractMockMultipartHttpServletRequestBuilder<B>>
Base builder forMockMultipartHttpServletRequest
.class
Default builder forMockHttpServletRequest
required as input to perform requests inMockMvc
.class
Default builder forMockMultipartHttpServletRequest
.