Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- b - Variable in class org.springframework.asm.ClassReader
 - 
Deprecated.
 - BackOff - Interface in org.springframework.util.backoff
 - 
Provide a
BackOffExecutionthat indicates the rate at which an operation should be retried. - BackOffExecution - Interface in org.springframework.util.backoff
 - 
Represent a particular back-off execution.
 - BAD_DATA - Static variable in class org.springframework.web.reactive.socket.CloseStatus
 - 
"1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message)."
 - BAD_DATA - Static variable in class org.springframework.web.socket.CloseStatus
 - 
"1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message)."
 - BAD_GATEWAY - Enum constant in enum class org.springframework.http.HttpStatus
 - 
502 Bad Gateway. - BAD_REQUEST - Enum constant in enum class org.springframework.http.HttpStatus
 - 
400 Bad Request. - BADLY_FORMED_CAPTURE_THE_REST - Enum constant in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
 - badRequest() - Static method in class org.springframework.http.ResponseEntity
 - 
Create a builder with a BAD_REQUEST status.
 - badRequest() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
 - 
Create a builder with a 400 Bad Request status.
 - badRequest() - Static method in interface org.springframework.web.servlet.function.ServerResponse
 - 
Create a builder with a 400 Bad Request status.
 - BadSqlGrammarException - Exception in org.springframework.jdbc
 - 
Exception thrown when SQL specified is invalid.
 - BadSqlGrammarException - Exception in org.springframework.r2dbc
 - 
Exception thrown when SQL specified is invalid.
 - BadSqlGrammarException(String, String, R2dbcException) - Constructor for exception org.springframework.r2dbc.BadSqlGrammarException
 - 
Constructor for BadSqlGrammarException.
 - BadSqlGrammarException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.BadSqlGrammarException
 - 
Constructor for BadSqlGrammarException.
 - BALOAD - Static variable in interface org.springframework.asm.Opcodes
 - BANDWIDTH_LIMIT_EXCEEDED - Enum constant in enum class org.springframework.http.HttpStatus
 - 
509 Bandwidth Limit Exceeded - BASE_NAME_SEPARATOR - Static variable in class org.springframework.beans.propertyeditors.ResourceBundleEditor
 - 
The separator used to distinguish between the base name and the locale (if any) when
converting from a String. - Base64Utils - Class in org.springframework.util
 - 
Deprecated, for removal: This API element is subject to removal in a future version.as of Spring Framework 6.0.5 in favor of
Base64; scheduled for removal in 6.2 - Base64Utils() - Constructor for class org.springframework.util.Base64Utils
 - 
Deprecated.
 - baseName(String) - Method in class org.springframework.aot.hint.ResourceBundleHint.Builder
 - 
Use the
baseNameof the resource bundle. - basePackage(String...) - Method in class org.springframework.web.method.HandlerTypePredicate.Builder
 - 
Match handlers declared under a base package, e.g.
 - basePackageClass(Class<?>...) - Method in class org.springframework.web.method.HandlerTypePredicate.Builder
 - 
Type-safe alternative to
HandlerTypePredicate.forBasePackage(String...)to specify a base package through a class. - basePackageClasses() - Element in annotation interface org.springframework.context.annotation.ComponentScan
 - 
Type-safe alternative to
ComponentScan.basePackages()for specifying the packages to scan for annotated components. - basePackageClasses() - Element in annotation interface org.springframework.web.bind.annotation.ControllerAdvice
 - 
Type-safe alternative to
ControllerAdvice.basePackages()for specifying the packages in which to select controllers to be advised by the@ControllerAdviceannotated class. - basePackageClasses() - Element in annotation interface org.springframework.web.bind.annotation.RestControllerAdvice
 - 
Type-safe alternative to
RestControllerAdvice.basePackages()for specifying the packages in which to select controllers to be advised by the@RestControllerAdviceannotated class. - basePackages() - Element in annotation interface org.springframework.context.annotation.ComponentScan
 - 
Base packages to scan for annotated components.
 - basePackages() - Element in annotation interface org.springframework.web.bind.annotation.ControllerAdvice
 - 
Array of base packages.
 - basePackages() - Element in annotation interface org.springframework.web.bind.annotation.RestControllerAdvice
 - 
Array of base packages.
 - baseUrl(String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
 - 
Configure a base URI as described in
WebClient.create(String). - baseUrl(String) - Method in interface org.springframework.web.client.RestClient.Builder
 - 
Configure a base URL for requests.
 - baseUrl(String) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
 - 
Configure a base URL for requests.
 - basicAuthentication() - Static method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions
 - 
Deprecated.as of Spring 5.1 in favor of using
HttpHeaders.setBasicAuth(String, String)while building the request. - basicAuthentication(String, String) - Static method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions
 - 
Return a filter that applies HTTP Basic Authentication to the request headers via
HttpHeaders.setBasicAuth(String)andHttpHeaders.encodeBasicAuth(String, String, Charset). - basicAuthenticationCredentials(String, String) - Static method in class org.springframework.web.reactive.function.client.ExchangeFilterFunctions.Credentials
 - 
Deprecated.Return a Consumer that stores the given username and password as a request attribute of type
Credentialsthat is in turn used byExchangeFilterFunctions.basicAuthentication(). - BasicAuthenticationInterceptor - Class in org.springframework.http.client.support
 - 
ClientHttpRequestInterceptorto apply a given HTTP Basic Authentication username/password pair, unless a customAuthorizationheader has already been set. - BasicAuthenticationInterceptor(String, String) - Constructor for class org.springframework.http.client.support.BasicAuthenticationInterceptor
 - 
Create a new interceptor which adds Basic Authentication for the given username and password.
 - BasicAuthenticationInterceptor(String, String, Charset) - Constructor for class org.springframework.http.client.support.BasicAuthenticationInterceptor
 - 
Create a new interceptor which adds Basic Authentication for the given username and password, encoded using the specified charset.
 - BasicOperation - Interface in org.springframework.cache.interceptor
 - 
The base interface that all cache operations must implement.
 - BASTORE - Static variable in interface org.springframework.asm.Opcodes
 - BatchPreparedStatementSetter - Interface in org.springframework.jdbc.core
 - 
Batch update callback interface used by the
JdbcTemplateclass. - BatchSqlUpdate - Class in org.springframework.jdbc.object
 - 
SqlUpdate subclass that performs batch update operations.
 - BatchSqlUpdate() - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
 - 
Constructor to allow use as a JavaBean.
 - BatchSqlUpdate(DataSource, String) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
 - 
Construct an update object with a given DataSource and SQL.
 - BatchSqlUpdate(DataSource, String, int[]) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
 - 
Construct an update object with a given DataSource, SQL and anonymous parameters.
 - BatchSqlUpdate(DataSource, String, int[], int) - Constructor for class org.springframework.jdbc.object.BatchSqlUpdate
 - 
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
 - batchUpdate(String...) - Method in interface org.springframework.jdbc.core.JdbcOperations
 - 
Issue multiple SQL updates on a single JDBC Statement using batching.
 - batchUpdate(String...) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in interface org.springframework.jdbc.core.JdbcOperations
 - 
Execute multiple batches using the supplied SQL statement with the collect of supplied arguments.
 - batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - batchUpdate(String, List<Object[]>) - Method in interface org.springframework.jdbc.core.JdbcOperations
 - 
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
 - batchUpdate(String, List<Object[]>) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - batchUpdate(String, List<Object[]>, int[]) - Method in interface org.springframework.jdbc.core.JdbcOperations
 - 
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
 - batchUpdate(String, List<Object[]>, int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - batchUpdate(String, Map<String, ?>[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
 - 
Executes a batch using the supplied SQL statement with the batch of supplied arguments.
 - batchUpdate(String, Map<String, ?>[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 - batchUpdate(String, BatchPreparedStatementSetter) - Method in interface org.springframework.jdbc.core.JdbcOperations
 - 
Issue multiple update statements on a single PreparedStatement, using batch updates and a BatchPreparedStatementSetter to set values.
 - batchUpdate(String, BatchPreparedStatementSetter) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - batchUpdate(String, SqlParameterSource[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
 - 
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
 - batchUpdate(String, SqlParameterSource[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 - batchUpdate(String, SqlParameterSource[], KeyHolder) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
 - 
Execute a batch using the supplied SQL statement with the batch of supplied arguments, returning generated keys.
 - batchUpdate(String, SqlParameterSource[], KeyHolder) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 - batchUpdate(String, SqlParameterSource[], KeyHolder, String[]) - Method in interface org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
 - 
Execute a batch using the supplied SQL statement with the batch of supplied arguments, returning generated keys.
 - batchUpdate(String, SqlParameterSource[], KeyHolder, String[]) - Method in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 - batchUpdate(PreparedStatementCreator, BatchPreparedStatementSetter, KeyHolder) - Method in interface org.springframework.jdbc.core.JdbcOperations
 - 
Issue multiple update statements on a single PreparedStatement, using batch updates and a BatchPreparedStatementSetter to set values.
 - batchUpdate(PreparedStatementCreator, BatchPreparedStatementSetter, KeyHolder) - Method in class org.springframework.jdbc.core.JdbcTemplate
 - bean - Variable in class org.springframework.cglib.beans.BeanMap
 - bean(Class<?>) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 - 
Define an inner bean definition.
 - bean(Class<?>, Object...) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 - 
Define an inner bean definition.
 - Bean - Annotation Interface in org.springframework.context.annotation
 - 
Indicates that a method produces a bean to be managed by the Spring container.
 - BEAN_CONFIGURER_ASPECT_BEAN_NAME - Static variable in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 - 
The bean name used for the configurer aspect.
 - BEAN_DEFINITION_VARIABLE - Static variable in interface org.springframework.beans.factory.aot.BeanRegistrationCodeFragments
 - 
The variable name to used when creating the bean definition.
 - BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 - BEAN_ELEMENT - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 - BEAN_FACTORY - Enum constant in enum class org.springframework.beans.factory.aot.AotServices.Source
 - 
An AOT service loaded from a
BeanFactory. - BEAN_FACTORY_VARIABLE - Static variable in interface org.springframework.beans.factory.aot.BeanFactoryInitializationCode
 - 
The recommended variable name to use to refer to the bean factory.
 - BEAN_NAME - Static variable in class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 - 
The bean name used for the
FreeMarkerConfigurer. - BEAN_NAME - Static variable in class org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 - 
The bean name used for the
GroovyMarkupConfigurer. - BEAN_NAME - Static variable in class org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 - 
The bean name used for the
ScriptTemplateConfigurer. - BEAN_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 - BeanClassLoaderAware - Interface in org.springframework.beans.factory
 - 
Callback that allows a bean to be aware of the bean
class loader; that is, the class loader used by the present bean factory to load bean classes. - BeanComponentDefinition - Class in org.springframework.beans.factory.parsing
 - 
ComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.
 - BeanComponentDefinition(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
 - 
Create a new BeanComponentDefinition for the given bean.
 - BeanComponentDefinition(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
 - 
Create a new BeanComponentDefinition for the given bean.
 - BeanComponentDefinition(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.parsing.BeanComponentDefinition
 - 
Create a new BeanComponentDefinition for the given bean.
 - beanConfigurerAspect() - Method in class org.springframework.context.annotation.aspectj.SpringConfiguredConfiguration
 - BeanConfigurerSupport - Class in org.springframework.beans.factory.wiring
 - 
Convenient base class for bean configurers that can perform Dependency Injection on objects (however they may be created).
 - BeanConfigurerSupport() - Constructor for class org.springframework.beans.factory.wiring.BeanConfigurerSupport
 - BeanCopier - Class in org.springframework.cglib.beans
 - BeanCopier() - Constructor for class org.springframework.cglib.beans.BeanCopier
 - BeanCopier.Generator - Class in org.springframework.cglib.beans
 - BeanCreatingHandlerProvider<T> - Class in org.springframework.web.socket.handler
 - 
Instantiates a target handler through a Spring
BeanFactoryand also provides an equivalent destroy method. - BeanCreatingHandlerProvider(Class<? extends T>) - Constructor for class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 - BeanCreationException - Exception in org.springframework.beans.factory
 - 
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.
 - BeanCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
 - 
Create a new BeanCreationException.
 - BeanCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
 - 
Create a new BeanCreationException.
 - BeanCreationException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationException
 - 
Create a new BeanCreationException.
 - BeanCreationException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
 - 
Create a new BeanCreationException.
 - BeanCreationException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
 - 
Create a new BeanCreationException.
 - BeanCreationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanCreationException
 - 
Create a new BeanCreationException.
 - BeanCreationNotAllowedException - Exception in org.springframework.beans.factory
 - 
Exception thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory).
 - BeanCreationNotAllowedException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCreationNotAllowedException
 - 
Create a new BeanCreationNotAllowedException.
 - BeanCurrentlyInCreationException - Exception in org.springframework.beans.factory
 - 
Exception thrown in case of a reference to a bean that's currently in creation.
 - BeanCurrentlyInCreationException(String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
 - 
Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.
 - BeanCurrentlyInCreationException(String, String) - Constructor for exception org.springframework.beans.factory.BeanCurrentlyInCreationException
 - 
Create a new BeanCurrentlyInCreationException.
 - BeanDefinition - Interface in org.springframework.beans.factory.config
 - 
A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
 - BeanDefinitionBuilder - Class in org.springframework.beans.factory.support
 - 
Programmatic means of constructing
BeanDefinitionsusing the builder pattern. - BeanDefinitionCustomizer - Interface in org.springframework.beans.factory.config
 - 
Callback for customizing a given bean definition.
 - BeanDefinitionDecorator - Interface in org.springframework.beans.factory.xml
 - 
Interface used by the
DefaultBeanDefinitionDocumentReaderto handle custom, nested (directly under a<bean>) tags. - BeanDefinitionDefaults - Class in org.springframework.beans.factory.support
 - 
A simple holder for
BeanDefinitionproperty defaults. - BeanDefinitionDefaults() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionDefaults
 - BeanDefinitionDocumentReader - Interface in org.springframework.beans.factory.xml
 - 
SPI for parsing an XML document that contains Spring bean definitions.
 - BeanDefinitionHolder - Class in org.springframework.beans.factory.config
 - 
Holder for a BeanDefinition with name and aliases.
 - BeanDefinitionHolder(BeanDefinitionHolder) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
 - 
Copy constructor: Create a new BeanDefinitionHolder with the same contents as the given BeanDefinitionHolder instance.
 - BeanDefinitionHolder(BeanDefinition, String) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
 - 
Create a new BeanDefinitionHolder.
 - BeanDefinitionHolder(BeanDefinition, String, String[]) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionHolder
 - 
Create a new BeanDefinitionHolder.
 - BeanDefinitionOverrideException - Exception in org.springframework.beans.factory.support
 - 
Subclass of
BeanDefinitionStoreExceptionindicating an invalid override attempt: typically registering a new definition for the same bean name whileDefaultListableBeanFactory.isAllowBeanDefinitionOverriding()isfalse. - BeanDefinitionOverrideException(String, BeanDefinition, BeanDefinition) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionOverrideException
 - 
Create a new BeanDefinitionOverrideException for the given new and existing definition.
 - BeanDefinitionParser - Interface in org.springframework.beans.factory.xml
 - 
Interface used by the
DefaultBeanDefinitionDocumentReaderto handle custom, top-level (directly under<beans/>) tags. - BeanDefinitionParserDelegate - Class in org.springframework.beans.factory.xml
 - 
Stateful delegate class used to parse XML bean definitions.
 - BeanDefinitionParserDelegate(XmlReaderContext) - Constructor for class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 - 
Create a new BeanDefinitionParserDelegate associated with the supplied
XmlReaderContext. - BeanDefinitionParsingException - Exception in org.springframework.beans.factory.parsing
 - 
Exception thrown when a bean definition reader encounters an error during the parsing process.
 - BeanDefinitionParsingException(Problem) - Constructor for exception org.springframework.beans.factory.parsing.BeanDefinitionParsingException
 - 
Create a new BeanDefinitionParsingException.
 - BeanDefinitionReader - Interface in org.springframework.beans.factory.support
 - BeanDefinitionReaderUtils - Class in org.springframework.beans.factory.support
 - 
Utility methods that are useful for bean definition reader implementations.
 - BeanDefinitionReaderUtils() - Constructor for class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
 - BeanDefinitionRegistry - Interface in org.springframework.beans.factory.support
 - 
Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
 - BeanDefinitionRegistryPostProcessor - Interface in org.springframework.beans.factory.support
 - 
Extension to the standard
BeanFactoryPostProcessorSPI, allowing for the registration of further bean definitions before regular BeanFactoryPostProcessor detection kicks in. - BeanDefinitionStoreException - Exception in org.springframework.beans.factory
 - 
Exception thrown when a BeanFactory encounters an invalid bean definition: e.g.
 - BeanDefinitionStoreException(String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
 - 
Create a new BeanDefinitionStoreException.
 - BeanDefinitionStoreException(String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
 - 
Create a new BeanDefinitionStoreException.
 - BeanDefinitionStoreException(String, String, String) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
 - 
Create a new BeanDefinitionStoreException.
 - BeanDefinitionStoreException(String, String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
 - 
Create a new BeanDefinitionStoreException.
 - BeanDefinitionStoreException(String, String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
 - 
Create a new BeanDefinitionStoreException.
 - BeanDefinitionStoreException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanDefinitionStoreException
 - 
Create a new BeanDefinitionStoreException.
 - BeanDefinitionValidationException - Exception in org.springframework.beans.factory.support
 - 
Exception thrown when the validation of a bean definition failed.
 - BeanDefinitionValidationException(String) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
 - 
Create a new BeanDefinitionValidationException with the specified message.
 - BeanDefinitionValidationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.support.BeanDefinitionValidationException
 - 
Create a new BeanDefinitionValidationException with the specified message and root cause.
 - BeanDefinitionValueResolver - Class in org.springframework.beans.factory.support
 - 
Helper class for use in bean factory implementations, resolving values contained in bean definition objects into the actual values applied to the target bean instance.
 - BeanDefinitionValueResolver(AbstractAutowireCapableBeanFactory, String, BeanDefinition) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 - 
Create a BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition using a default
TypeConverter. - BeanDefinitionValueResolver(AbstractAutowireCapableBeanFactory, String, BeanDefinition, TypeConverter) - Constructor for class org.springframework.beans.factory.support.BeanDefinitionValueResolver
 - 
Create a BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition, using the given
TypeConverter. - BeanDefinitionVisitor - Class in org.springframework.beans.factory.config
 - 
Visitor class for traversing
BeanDefinitionobjects, in particular the property values and constructor argument values contained in them, resolving bean metadata values. - BeanDefinitionVisitor() - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
 - 
Create a new BeanDefinitionVisitor for subclassing.
 - BeanDefinitionVisitor(StringValueResolver) - Constructor for class org.springframework.beans.factory.config.BeanDefinitionVisitor
 - 
Create a new BeanDefinitionVisitor, applying the specified value resolver to all bean metadata values.
 - BeanEntry - Class in org.springframework.beans.factory.parsing
 - 
ParseStateentry representing a bean definition. - BeanEntry(String) - Constructor for class org.springframework.beans.factory.parsing.BeanEntry
 - 
Create a new
BeanEntryinstance. - BeanExpressionContext - Class in org.springframework.beans.factory.config
 - 
Context object for evaluating an expression within a bean definition.
 - BeanExpressionContext(ConfigurableBeanFactory, Scope) - Constructor for class org.springframework.beans.factory.config.BeanExpressionContext
 - BeanExpressionContextAccessor - Class in org.springframework.context.expression
 - 
EL property accessor that knows how to traverse the beans and contextual objects of a Spring
BeanExpressionContext. - BeanExpressionContextAccessor() - Constructor for class org.springframework.context.expression.BeanExpressionContextAccessor
 - BeanExpressionException - Exception in org.springframework.beans.factory
 - 
Exception that indicates an expression evaluation attempt having failed.
 - BeanExpressionException(String) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
 - 
Create a new BeanExpressionException with the specified message.
 - BeanExpressionException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanExpressionException
 - 
Create a new BeanExpressionException with the specified message and root cause.
 - BeanExpressionResolver - Interface in org.springframework.beans.factory.config
 - 
Strategy interface for resolving a value by evaluating it as an expression, if applicable.
 - BeanFactory - Interface in org.springframework.beans.factory
 - 
The root interface for accessing a Spring bean container.
 - BeanFactoryAccessor - Class in org.springframework.context.expression
 - 
EL property accessor that knows how to traverse the beans of a Spring
BeanFactory. - BeanFactoryAccessor() - Constructor for class org.springframework.context.expression.BeanFactoryAccessor
 - BeanFactoryAdvisorRetrievalHelper - Class in org.springframework.aop.framework.autoproxy
 - 
Helper for retrieving standard Spring Advisors from a BeanFactory, for use with auto-proxying.
 - BeanFactoryAdvisorRetrievalHelper(ConfigurableListableBeanFactory) - Constructor for class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
 - 
Create a new BeanFactoryAdvisorRetrievalHelper for the given BeanFactory.
 - BeanFactoryAnnotationUtils - Class in org.springframework.beans.factory.annotation
 - 
Convenience methods performing bean lookups related to Spring-specific annotations, for example Spring's
@Qualifierannotation. - BeanFactoryAnnotationUtils() - Constructor for class org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
 - BeanFactoryAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
 - 
AspectInstanceFactoryimplementation backed by a SpringBeanFactory. - BeanFactoryAspectInstanceFactory(BeanFactory, String) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 - 
Create a BeanFactoryAspectInstanceFactory.
 - BeanFactoryAspectInstanceFactory(BeanFactory, String, Class<?>) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 - 
Create a BeanFactoryAspectInstanceFactory, providing a type that AspectJ should introspect to create AJType metadata.
 - BeanFactoryAspectJAdvisorsBuilder - Class in org.springframework.aop.aspectj.annotation
 - 
Helper for retrieving @AspectJ beans from a BeanFactory and building Spring Advisors based on them, for use with auto-proxying.
 - BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 - 
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
 - BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory, AspectJAdvisorFactory) - Constructor for class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 - 
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory.
 - BeanFactoryAware - Interface in org.springframework.beans.factory
 - 
Interface to be implemented by beans that wish to be aware of their owning
BeanFactory. - BeanFactoryCacheOperationSourceAdvisor - Class in org.springframework.cache.interceptor
 - 
Advisor driven by a
CacheOperationSource, used to include a cache advice bean for methods that are cacheable. - BeanFactoryCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.interceptor.BeanFactoryCacheOperationSourceAdvisor
 - BeanFactoryConnectionFactoryLookup - Class in org.springframework.r2dbc.connection.lookup
 - 
ConnectionFactoryLookupimplementation based on a SpringBeanFactory. - BeanFactoryConnectionFactoryLookup() - Constructor for class org.springframework.r2dbc.connection.lookup.BeanFactoryConnectionFactoryLookup
 - 
Create a new instance of the
BeanFactoryConnectionFactoryLookupclass. - BeanFactoryConnectionFactoryLookup(BeanFactory) - Constructor for class org.springframework.r2dbc.connection.lookup.BeanFactoryConnectionFactoryLookup
 - 
Create a new instance of the
BeanFactoryConnectionFactoryLookupclass. - BeanFactoryDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
 - 
DataSourceLookupimplementation based on a SpringBeanFactory. - BeanFactoryDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 - 
Create a new instance of the
BeanFactoryDataSourceLookupclass. - BeanFactoryDataSourceLookup(BeanFactory) - Constructor for class org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 - 
Create a new instance of the
BeanFactoryDataSourceLookupclass. - BeanFactoryDestinationResolver - Class in org.springframework.jms.support.destination
 - 
DestinationResolverimplementation based on a SpringBeanFactory. - BeanFactoryDestinationResolver() - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 - 
Create a new instance of the
BeanFactoryDestinationResolverclass. - BeanFactoryDestinationResolver(BeanFactory) - Constructor for class org.springframework.jms.support.destination.BeanFactoryDestinationResolver
 - 
Create a new instance of the
BeanFactoryDestinationResolverclass. - BeanFactoryInitializationAotContribution - Interface in org.springframework.beans.factory.aot
 - 
AOT contribution from a
BeanFactoryInitializationAotProcessorused to initialize a bean factory. - BeanFactoryInitializationAotProcessor - Interface in org.springframework.beans.factory.aot
 - 
AOT processor that makes bean factory initialization contributions by processing
ConfigurableListableBeanFactoryinstances. - BeanFactoryInitializationCode - Interface in org.springframework.beans.factory.aot
 - 
Interface that can be used to configure the code that will be generated to perform bean factory initialization.
 - BeanFactoryJCacheOperationSourceAdvisor - Class in org.springframework.cache.jcache.interceptor
 - 
Advisor driven by a
JCacheOperationSource, used to include a cache advice bean for methods that are cacheable. - BeanFactoryJCacheOperationSourceAdvisor() - Constructor for class org.springframework.cache.jcache.interceptor.BeanFactoryJCacheOperationSourceAdvisor
 - BeanFactoryMessageChannelDestinationResolver - Class in org.springframework.messaging.core
 - 
An implementation of
DestinationResolverthat interprets a destination name as the bean name of aMessageChanneland looks up the bean in the configuredBeanFactory. - BeanFactoryMessageChannelDestinationResolver() - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
 - 
A default constructor that can be used when the resolver itself is configured as a Spring bean and will have the
BeanFactoryinjected as a result of ing having implementedBeanFactoryAware. - BeanFactoryMessageChannelDestinationResolver(BeanFactory) - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
 - 
A constructor that accepts a
BeanFactoryuseful if instantiating this resolver manually rather than having it defined as a Spring-managed bean. - BeanFactoryPostProcessor - Interface in org.springframework.beans.factory.config
 - 
Factory hook that allows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
 - BeanFactoryRefreshableTargetSource - Class in org.springframework.aop.target.dynamic
 - 
Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
 - BeanFactoryRefreshableTargetSource(BeanFactory, String) - Constructor for class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
 - 
Create a new BeanFactoryRefreshableTargetSource for the given bean factory and bean name.
 - BeanFactoryResolver - Class in org.springframework.context.expression
 - 
EL bean resolver that operates against a Spring
BeanFactory. - BeanFactoryResolver(BeanFactory) - Constructor for class org.springframework.context.expression.BeanFactoryResolver
 - 
Create a new
BeanFactoryResolverfor the given factory. - BeanFactoryTransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
 - 
Advisor driven by a
TransactionAttributeSource, used to include a transaction advice bean for methods that are transactional. - BeanFactoryTransactionAttributeSourceAdvisor() - Constructor for class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 - BeanFactoryUtils - Class in org.springframework.beans.factory
 - 
Convenience methods operating on bean factories, in particular on the
ListableBeanFactoryinterface. - BeanFactoryUtils() - Constructor for class org.springframework.beans.factory.BeanFactoryUtils
 - BeanGenerator - Class in org.springframework.cglib.beans
 - BeanGenerator() - Constructor for class org.springframework.cglib.beans.BeanGenerator
 - BeanInfoFactory - Interface in org.springframework.beans
 - 
Strategy interface for creating
BeanInfoinstances for Spring beans. - BeanInitializationException - Exception in org.springframework.beans.factory
 - 
Exception that a bean implementation is suggested to throw if its own factory-aware initialization code fails.
 - BeanInitializationException(String) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
 - 
Create a new BeanInitializationException with the specified message.
 - BeanInitializationException(String, Throwable) - Constructor for exception org.springframework.beans.factory.BeanInitializationException
 - 
Create a new BeanInitializationException with the specified message and root cause.
 - BeanInstanceSupplier<T> - Class in org.springframework.beans.factory.aot
 - 
Specialized
InstanceSupplierthat provides the factoryMethodused to instantiate the underlying bean instance, if any. - BeanInstantiationException - Exception in org.springframework.beans
 - 
Exception thrown when instantiation of a bean failed.
 - BeanInstantiationException(Class<?>, String) - Constructor for exception org.springframework.beans.BeanInstantiationException
 - 
Create a new BeanInstantiationException.
 - BeanInstantiationException(Class<?>, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
 - 
Create a new BeanInstantiationException.
 - BeanInstantiationException(Constructor<?>, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
 - 
Create a new BeanInstantiationException.
 - BeanInstantiationException(Method, String, Throwable) - Constructor for exception org.springframework.beans.BeanInstantiationException
 - 
Create a new BeanInstantiationException.
 - BeanIsAbstractException - Exception in org.springframework.beans.factory
 - 
Exception thrown when a bean instance has been requested for a bean definition which has been marked as abstract.
 - BeanIsAbstractException(String) - Constructor for exception org.springframework.beans.factory.BeanIsAbstractException
 - 
Create a new BeanIsAbstractException.
 - BeanIsNotAFactoryException - Exception in org.springframework.beans.factory
 - 
Exception thrown when a bean is not a factory, but a user tries to get at the factory for the given bean name.
 - BeanIsNotAFactoryException(String, Class<?>) - Constructor for exception org.springframework.beans.factory.BeanIsNotAFactoryException
 - 
Create a new BeanIsNotAFactoryException.
 - BeanMap - Class in org.springframework.cglib.beans
 - 
A
Map-based view of a JavaBean. - BeanMap() - Constructor for class org.springframework.cglib.beans.BeanMap
 - BeanMap(Object) - Constructor for class org.springframework.cglib.beans.BeanMap
 - BeanMap.Generator - Class in org.springframework.cglib.beans
 - BeanMetadataAttribute - Class in org.springframework.beans
 - 
Holder for a key-value style attribute that is part of a bean definition.
 - BeanMetadataAttribute(String, Object) - Constructor for class org.springframework.beans.BeanMetadataAttribute
 - 
Create a new AttributeValue instance.
 - BeanMetadataAttributeAccessor - Class in org.springframework.beans
 - 
Extension of
AttributeAccessorSupport, holding attributes asBeanMetadataAttributeobjects in order to keep track of the definition source. - BeanMetadataAttributeAccessor() - Constructor for class org.springframework.beans.BeanMetadataAttributeAccessor
 - BeanMetadataElement - Interface in org.springframework.beans
 - 
Interface to be implemented by bean metadata elements that carry a configuration source object.
 - beanName() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 - 
Register a bean name view resolver that interprets view names as the names of
Viewbeans. - BeanNameAutoProxyCreator - Class in org.springframework.aop.framework.autoproxy
 - 
Auto proxy creator that identifies beans to proxy via a list of names.
 - BeanNameAutoProxyCreator() - Constructor for class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
 - BeanNameAware - Interface in org.springframework.beans.factory
 - 
Interface to be implemented by beans that want to be aware of their bean name in a bean factory.
 - BeanNameGenerator - Interface in org.springframework.beans.factory.support
 - 
Strategy interface for generating bean names for bean definitions.
 - beanNameHandlerMapping(FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 - 
Return a
BeanNameUrlHandlerMappingordered at 2 to map URL paths to controller bean names. - beanNamesForAnnotationIncludingAncestors(ListableBeanFactory, Class<? extends Annotation>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Get all bean names whose
Classhas the suppliedAnnotationtype, including those defined in ancestor factories, without creating any bean instances yet. - beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Get all bean names for the given type, including those defined in ancestor factories.
 - beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Get all bean names for the given type, including those defined in ancestor factories.
 - beanNamesForTypeIncludingAncestors(ListableBeanFactory, ResolvableType) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Get all bean names for the given type, including those defined in ancestor factories.
 - beanNamesForTypeIncludingAncestors(ListableBeanFactory, ResolvableType, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Get all bean names for the given type, including those defined in ancestor factories.
 - beanNamesIncludingAncestors(ListableBeanFactory) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Return all bean names in the factory, including ancestor factories.
 - BeanNameUrlHandlerMapping - Class in org.springframework.web.servlet.handler
 - 
Implementation of the
HandlerMappinginterface that maps from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names. - BeanNameUrlHandlerMapping() - Constructor for class org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
 - BeanNameViewResolver - Class in org.springframework.web.servlet.view
 - 
A simple implementation of
ViewResolverthat interprets a view name as a bean name in the current application context, i.e. - BeanNameViewResolver() - Constructor for class org.springframework.web.servlet.view.BeanNameViewResolver
 - BeanNotOfRequiredTypeException - Exception in org.springframework.beans.factory
 - 
Thrown when a bean doesn't match the expected type.
 - BeanNotOfRequiredTypeException(String, Class<?>, Class<?>) - Constructor for exception org.springframework.beans.factory.BeanNotOfRequiredTypeException
 - 
Create a new BeanNotOfRequiredTypeException.
 - beanOfType(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Return a single bean of the given type or subtypes, not looking in ancestor factories.
 - beanOfType(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Return a single bean of the given type or subtypes, not looking in ancestor factories.
 - beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
 - beanOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Return a single bean of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
 - BeanPostProcessor - Interface in org.springframework.beans.factory.config
 - 
Factory hook that allows for custom modification of new bean instances — for example, checking for marker interfaces or wrapping beans with proxies.
 - BeanPropertyBindingResult - Class in org.springframework.validation
 - 
Default implementation of the
ErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on JavaBean objects. - BeanPropertyBindingResult(Object, String) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
 - 
Create a new
BeanPropertyBindingResultfor the given target. - BeanPropertyBindingResult(Object, String, boolean, int) - Constructor for class org.springframework.validation.BeanPropertyBindingResult
 - 
Create a new
BeanPropertyBindingResultfor the given target. - BeanPropertyRowMapper<T> - Class in org.springframework.jdbc.core
 - 
RowMapperimplementation that converts a row into a new instance of the specified mapped target class. - BeanPropertyRowMapper<T> - Class in org.springframework.r2dbc.core
 - 
Mapping
Functionimplementation that converts an R2DBCReadable(aRoworOutParameters) into a new instance of the specified mapped target class. - BeanPropertyRowMapper() - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapperfor bean-style configuration. - BeanPropertyRowMapper(Class<T>) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapper, accepting unpopulated properties in the target bean. - BeanPropertyRowMapper(Class<T>) - Constructor for class org.springframework.r2dbc.core.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapper. - BeanPropertyRowMapper(Class<T>, boolean) - Constructor for class org.springframework.jdbc.core.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapper. - BeanPropertyRowMapper(Class<T>, ConversionService) - Constructor for class org.springframework.r2dbc.core.BeanPropertyRowMapper
 - 
Create a new
BeanPropertyRowMapper. - BeanPropertySqlParameterSource - Class in org.springframework.jdbc.core.namedparam
 - 
SqlParameterSourceimplementation that obtains parameter values from bean properties of a given JavaBean object. - BeanPropertySqlParameterSource(Object) - Constructor for class org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 - 
Create a new BeanPropertySqlParameterSource for the given bean.
 - BeanReference - Class in org.springframework.expression.spel.ast
 - 
Represents a bean reference to a type, for example
@fooor@'foo.bar'. - BeanReference - Interface in org.springframework.beans.factory.config
 - 
Interface that exposes a reference to a bean name in an abstract fashion.
 - BeanReference(int, int, String) - Constructor for class org.springframework.expression.spel.ast.BeanReference
 - BeanRegistrationAotContribution - Interface in org.springframework.beans.factory.aot
 - 
AOT contribution from a
BeanRegistrationAotProcessorused to register a single bean definition. - BeanRegistrationAotProcessor - Interface in org.springframework.beans.factory.aot
 - 
AOT processor that makes bean registration contributions by processing
RegisteredBeaninstances. - BeanRegistrationCode - Interface in org.springframework.beans.factory.aot
 - 
Interface that can be used to configure the code that will be generated to perform registration of a single bean.
 - BeanRegistrationCodeFragments - Interface in org.springframework.beans.factory.aot
 - 
Generate the various fragments of code needed to register a bean.
 - BeanRegistrationCodeFragmentsDecorator - Class in org.springframework.beans.factory.aot
 - 
A
BeanRegistrationCodeFragmentsdecorator implementation. - BeanRegistrationCodeFragmentsDecorator(BeanRegistrationCodeFragments) - Constructor for class org.springframework.beans.factory.aot.BeanRegistrationCodeFragmentsDecorator
 - BeanRegistrationExcludeFilter - Interface in org.springframework.beans.factory.aot
 - 
Filter that can be used to exclude AOT processing of a
RegisteredBean. - BeanRegistrationsCode - Interface in org.springframework.beans.factory.aot
 - 
Interface that can be used to configure the code that will be generated to register beans.
 - BeanResolver - Interface in org.springframework.expression
 - 
A bean resolver can be registered with the evaluation context and will kick in for bean references:
@myBeanNameand&myBeanNameexpressions. - beans(Closure<?>) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 - 
Defines a set of beans for the given block or closure.
 - BEANS_NAMESPACE_URI - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 - BeansDtdResolver - Class in org.springframework.beans.factory.xml
 - 
EntityResolverimplementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file). - BeansDtdResolver() - Constructor for class org.springframework.beans.factory.xml.BeansDtdResolver
 - BeansException - Exception in org.springframework.beans
 - 
Abstract superclass for all exceptions thrown in the beans package and subpackages.
 - BeansException(String) - Constructor for exception org.springframework.beans.BeansException
 - 
Create a new BeansException with the specified message.
 - BeansException(String, Throwable) - Constructor for exception org.springframework.beans.BeansException
 - 
Create a new BeansException with the specified message and root cause.
 - beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
 - beansOfTypeIncludingAncestors(ListableBeanFactory, Class<T>, boolean, boolean) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
 - 
Return all beans of the given type or subtypes, also picking up beans defined in ancestor bean factories if the current bean factory is a HierarchicalBeanFactory.
 - BeanUtils - Class in org.springframework.beans
 - 
Static convenience methods for JavaBeans: for instantiating beans, checking bean property types, copying bean properties, etc.
 - BeanUtils() - Constructor for class org.springframework.beans.BeanUtils
 - BeanValidationPostProcessor - Class in org.springframework.validation.beanvalidation
 - 
Simple
BeanPostProcessorthat checks JSR-303 constraint annotations in Spring-managed beans, throwing an initialization exception in case of constraint violations right before calling the bean's init method (if any). - BeanValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 - BeanWiringInfo - Class in org.springframework.beans.factory.wiring
 - 
Holder for bean wiring metadata information about a particular class.
 - BeanWiringInfo() - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
 - 
Create a default BeanWiringInfo that suggests plain initialization of factory and post-processor callbacks that the bean class may expect.
 - BeanWiringInfo(int, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
 - 
Create a new BeanWiringInfo that indicates autowiring.
 - BeanWiringInfo(String) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
 - 
Create a new BeanWiringInfo that points to the given bean name.
 - BeanWiringInfo(String, boolean) - Constructor for class org.springframework.beans.factory.wiring.BeanWiringInfo
 - 
Create a new BeanWiringInfo that points to the given bean name.
 - BeanWiringInfoResolver - Interface in org.springframework.beans.factory.wiring
 - 
Strategy interface to be implemented by objects than can resolve bean name information, given a newly instantiated bean object.
 - BeanWrapper - Interface in org.springframework.beans
 - 
The central interface of Spring's low-level JavaBeans infrastructure.
 - BeanWrapperImpl - Class in org.springframework.beans
 - 
Default
BeanWrapperimplementation that should be sufficient for all typical use cases. - BeanWrapperImpl() - Constructor for class org.springframework.beans.BeanWrapperImpl
 - 
Create a new empty BeanWrapperImpl.
 - BeanWrapperImpl(boolean) - Constructor for class org.springframework.beans.BeanWrapperImpl
 - 
Create a new empty BeanWrapperImpl.
 - BeanWrapperImpl(Class<?>) - Constructor for class org.springframework.beans.BeanWrapperImpl
 - 
Create a new BeanWrapperImpl, wrapping a new instance of the specified class.
 - BeanWrapperImpl(Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
 - 
Create a new BeanWrapperImpl for the given object.
 - BeanWrapperImpl(Object, String, Object) - Constructor for class org.springframework.beans.BeanWrapperImpl
 - 
Create a new BeanWrapperImpl for the given object, registering a nested path that the object is in.
 - before(Method, Object[], Object) - Method in class org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
 - before(Method, Object[], Object) - Method in interface org.springframework.aop.MethodBeforeAdvice
 - 
Callback before a given method is invoked.
 - before(Function<ServerRequest, ServerRequest>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
 - 
Filter the request object for all routes created by this builder with the given request processing function.
 - before(Function<ServerRequest, ServerRequest>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
 - 
Filter the request object for all routes created by this builder with the given request processing function.
 - BEFORE_CLASS - Enum constant in enum class org.springframework.test.annotation.DirtiesContext.ClassMode
 - 
The associated
ApplicationContextwill be marked as dirty before the test class. - BEFORE_COMMIT - Enum constant in enum class org.springframework.transaction.event.TransactionPhase
 - 
Handle the event before transaction commit.
 - BEFORE_EACH_TEST_METHOD - Enum constant in enum class org.springframework.test.annotation.DirtiesContext.ClassMode
 - 
The associated
ApplicationContextwill be marked as dirty before each test method in the class. - BEFORE_METHOD - Enum constant in enum class org.springframework.test.annotation.DirtiesContext.MethodMode
 - 
The associated
ApplicationContextwill be marked as dirty before the corresponding test method. - BEFORE_TEST_CLASS - Enum constant in enum class org.springframework.test.context.jdbc.Sql.ExecutionPhase
 - 
The configured SQL scripts and statements will be executed once per test class before any test method is run.
 - BEFORE_TEST_METHOD - Enum constant in enum class org.springframework.test.context.jdbc.Sql.ExecutionPhase
 - 
The configured SQL scripts and statements will be executed before the corresponding test method.
 - beforeAccess() - Method in class org.springframework.util.ConcurrencyThrottleSupport
 - 
To be invoked before the main execution logic of concrete subclasses.
 - BeforeAdvice - Interface in org.springframework.aop
 - 
Common marker interface for before advice, such as
MethodBeforeAdvice. - beforeAll(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
 - 
Delegates to
TestContextManager.beforeTestClass(). - beforeBegin(TransactionExecution) - Method in interface org.springframework.transaction.TransactionExecutionListener
 - 
Callback before the transaction begin step.
 - beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
 - beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in interface org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
 - 
Invoked second before the request body is read and converted.
 - beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - Method in class org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
 - 
The default implementation returns the InputMessage that was passed in.
 - beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 - beforeBodyWrite(T, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice
 - 
Invoked after an
HttpMessageConverteris selected and just before its write method is invoked. - beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 - 
Invoked only if the converter type is
MappingJackson2HttpMessageConverter. - beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
 - beforeCommit(boolean) - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 - beforeCommit(boolean) - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
 - beforeCommit(boolean) - Method in interface org.springframework.transaction.reactive.TransactionSynchronization
 - 
Invoked before transaction commit (before "beforeCompletion").
 - beforeCommit(boolean) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 - beforeCommit(boolean) - Method in interface org.springframework.transaction.support.TransactionSynchronization
 - 
Invoked before transaction commit (before "beforeCompletion").
 - beforeCommit(boolean) - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 - 
Deprecated.
 - beforeCommit(Supplier<? extends Mono<Void>>) - Method in class org.springframework.http.client.reactive.AbstractClientHttpRequest
 - beforeCommit(Supplier<? extends Mono<Void>>) - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
 - beforeCommit(Supplier<? extends Mono<Void>>) - Method in interface org.springframework.http.ReactiveHttpOutputMessage
 - 
Register an action to apply just before the HttpOutputMessage is committed.
 - beforeCommit(Supplier<? extends Mono<Void>>) - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
 - beforeCommit(Supplier<? extends Mono<Void>>) - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
 - beforeCommit(TransactionExecution) - Method in interface org.springframework.transaction.TransactionExecutionListener
 - 
Callback before the transaction commit step.
 - beforeCompletion() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
 - beforeCompletion() - Method in class org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 - beforeCompletion() - Method in class org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 - 
JTA
beforeCompletioncallback: just invoked before commit. - beforeCompletion() - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
 - beforeCompletion() - Method in interface org.springframework.transaction.reactive.TransactionSynchronization
 - 
Invoked before transaction commit/rollback.
 - beforeCompletion() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
 - beforeCompletion() - Method in interface org.springframework.transaction.support.TransactionSynchronization
 - 
Invoked before transaction commit/rollback.
 - beforeCompletion() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
 - 
Deprecated.
 - beforeConcurrentHandling(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
 - 
Invoked before the start of concurrent handling in the original thread in which the
Callableis submitted for concurrent handling. - beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
 - 
Invoked immediately before the start of concurrent handling, in the same thread that started it.
 - beforeDelivery(Method) - Method in class org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 - 
This
beforeDeliveryimplementation starts a transaction, if necessary, and exposes the endpoint ClassLoader as current thread context ClassLoader. - beforeEach(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
 - beforeExecute(Thread, Runnable) - Method in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 - 
A before-execute callback for framework subclasses to delegate to (for start/stop handling), and possibly also for custom subclasses to extend (making sure to call this implementation as well).
 - beforeExistingAdvisors - Variable in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
 - beforeFirst() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 - beforeFirst() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
 - 
Move the cursor to the front of this row set, just before the first row.
 - beforeHandle(Message<?>, MessageChannel, MessageHandler) - Method in interface org.springframework.messaging.support.ExecutorChannelInterceptor
 - 
Invoked inside the
Runnablesubmitted to the Executor just before calling the target MessageHandler to handle the message. - beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in interface org.springframework.web.socket.server.HandshakeInterceptor
 - 
Invoked before the handshake is processed.
 - beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
 - beforeHandshake(ServerHttpRequest, ServerHttpResponse, WebSocketHandler, Map<String, Object>) - Method in class org.springframework.web.socket.server.support.OriginHandshakeInterceptor
 - beforeInvocation() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
 - 
Whether the eviction should occur before the method is invoked.
 - beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
 - 
Invoked when the MockMvc instance is about to be created with the MockMvc builder and the Spring WebApplicationContext that will be passed to the
DispatcherServlet. - beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 - beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 - beforeOrAfterTestClass(TestContext, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 - 
Perform the actual work for
AbstractTestExecutionListener.beforeTestClass(org.springframework.test.context.TestContext)andAbstractTestExecutionListener.afterTestClass(org.springframework.test.context.TestContext)by dirtying the context if appropriate (i.e., according to the required mode). - beforeOrAfterTestMethod(TestContext, DirtiesContext.MethodMode, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 - 
Perform the actual work for
AbstractTestExecutionListener.beforeTestMethod(org.springframework.test.context.TestContext)andAbstractTestExecutionListener.afterTestMethod(org.springframework.test.context.TestContext)by dirtying the context if appropriate (i.e., according to the required modes). - beforePhase(PhaseEvent) - Method in class org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 - beforePrototypeCreation(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
 - 
Callback before prototype creation.
 - beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.AbstractRequestLoggingFilter
 - 
Concrete subclasses should implement this method to write a log message before the request is processed.
 - beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.CommonsRequestLoggingFilter
 - 
Writes a log message before the request is processed.
 - beforeRequest(HttpServletRequest, String) - Method in class org.springframework.web.filter.ServletContextRequestLoggingFilter
 - 
Writes a log message before the request is processed.
 - beforeRollback(TransactionExecution) - Method in interface org.springframework.transaction.TransactionExecutionListener
 - 
Callback before the transaction rollback step.
 - beforeServerCreated(WebHttpHandlerBuilder) - Method in interface org.springframework.test.web.reactive.server.MockServerConfigurer
 - 
Invoked just before the mock server is built.
 - beforeSingletonCreation(String) - Method in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
 - 
Callback before singleton creation.
 - beforeTestClass() - Method in class org.springframework.test.context.TestContextManager
 - 
Hook for pre-processing a test class before execution of any tests within the class.
 - beforeTestClass(TestContext) - Method in class org.springframework.test.context.event.EventPublishingTestExecutionListener
 - beforeTestClass(TestContext) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
 - 
Execute SQL scripts configured via
@Sqlfor the suppliedTestContextonce per test class before any test method is run. - beforeTestClass(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
 - 
The default implementation is empty.
 - beforeTestClass(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
 - 
If the test class of the supplied test context is annotated with
@DirtiesContextand the class mode is set toBEFORE_CLASS, the application context of the test context will be marked as dirty, and theREINJECT_DEPENDENCIES_ATTRIBUTEin the test context will be set totrue. - beforeTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
 - 
Pre-processes a test class before execution of all tests within the class.
 - BeforeTestClass - Annotation Interface in org.springframework.test.context.event.annotation
 - 
@EventListenerannotation used to consume aBeforeTestClassEventpublished by theEventPublishingTestExecutionListener. - BeforeTestClassEvent - Class in org.springframework.test.context.event
 - 
TestContextEventpublished by theEventPublishingTestExecutionListenerwhenTestExecutionListener.beforeTestClass(TestContext)is invoked. - BeforeTestClassEvent(TestContext) - Constructor for class org.springframework.test.context.event.BeforeTestClassEvent
 - beforeTestExecution(Object, Method) - Method in class org.springframework.test.context.TestContextManager
 - 
Hook for pre-processing a test immediately before execution of the test method in the supplied test context — for example, for timing or logging purposes.
 - beforeTestExecution(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
 - beforeTestExecution(TestContext) - Method in class org.springframework.test.context.event.EventPublishingTestExecutionListener
 - beforeTestExecution(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
 - 
The default implementation is empty.
 - beforeTestExecution(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
 - 
Pre-processes a test immediately before execution of the test method in the supplied test context — for example, for timing or logging purposes.
 - BeforeTestExecution - Annotation Interface in org.springframework.test.context.event.annotation
 - 
@EventListenerannotation used to consume aBeforeTestExecutionpublished by theEventPublishingTestExecutionListener. - BeforeTestExecutionEvent - Class in org.springframework.test.context.event
 - 
TestContextEventpublished by theEventPublishingTestExecutionListenerwhenTestExecutionListener.beforeTestExecution(TestContext)is invoked. - BeforeTestExecutionEvent(TestContext) - Constructor for class org.springframework.test.context.event.BeforeTestExecutionEvent
 - beforeTestMethod(Object, Method) - Method in class org.springframework.test.context.TestContextManager
 - 
Hook for pre-processing a test before execution of before lifecycle callbacks of the underlying test framework — for example, setting up test fixtures, starting a transaction, etc.
 - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.event.ApplicationEventsTestExecutionListener
 - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.event.EventPublishingTestExecutionListener
 - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
 - 
Execute SQL scripts configured via
@Sqlfor the suppliedTestContextbefore the current test method. - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
 - 
The default implementation is empty.
 - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
 - 
If the
DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTEin the suppliedtest contexthas a value ofBoolean.TRUE, this method will have the same effect asprepareTestInstance(); otherwise, this method will have no effect. - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
 - 
If the current test method of the supplied test context is annotated with
@DirtiesContextand the method mode is set toBEFORE_METHOD, or if the test class is annotated with@DirtiesContextand the class mode is set toBEFORE_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and theREINJECT_DEPENDENCIES_ATTRIBUTEin the test context will be set totrue. - beforeTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
 - 
Pre-processes a test before execution of before lifecycle callbacks of the underlying test framework — for example, by setting up test fixtures.
 - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 - 
If the test method of the supplied test context is configured to run within a transaction, this method will run
@BeforeTransactionmethods and start a new transaction. - beforeTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
 - 
Sets up thread-local state before each test method via Spring Web's
RequestContextHolder, but only if the test class is annotated with@WebAppConfiguration. - BeforeTestMethod - Annotation Interface in org.springframework.test.context.event.annotation
 - 
@EventListenerannotation used to consume aBeforeTestMethodEventpublished by theEventPublishingTestExecutionListener. - BeforeTestMethodEvent - Class in org.springframework.test.context.event
 - 
TestContextEventpublished by theEventPublishingTestExecutionListenerwhenTestExecutionListener.beforeTestMethod(TestContext)is invoked. - BeforeTestMethodEvent(TestContext) - Constructor for class org.springframework.test.context.event.BeforeTestMethodEvent
 - BeforeTransaction - Annotation Interface in org.springframework.test.context.transaction
 - 
Test annotation which indicates that the annotated
voidmethod should be executed before a transaction is started for a test method configured to run within a transaction via Spring's@Transactionalannotation. - begin() - Method in class org.springframework.transaction.jta.UserTransactionAdapter
 - BEGIN - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
 - begin_block() - Method in class org.springframework.cglib.core.CodeEmitter
 - begin_class(int, int, String, Type, Type[], String) - Method in class org.springframework.cglib.core.ClassEmitter
 - begin_class(int, int, String, Type, Type[], String) - Method in class org.springframework.cglib.transform.impl.AddDelegateTransformer
 - begin_class(int, int, String, Type, Type[], String) - Method in class org.springframework.cglib.transform.impl.FieldProviderTransformer
 - begin_class(int, int, String, Type, Type[], String) - Method in class org.springframework.cglib.transform.impl.InterceptFieldTransformer
 - begin_method(int, Signature, Type[]) - Method in class org.springframework.cglib.core.ClassEmitter
 - begin_method(int, Signature, Type[]) - Method in class org.springframework.cglib.transform.impl.AddDelegateTransformer
 - begin_method(int, Signature, Type[]) - Method in class org.springframework.cglib.transform.impl.AddInitTransformer
 - begin_method(int, Signature, Type[]) - Method in class org.springframework.cglib.transform.impl.InterceptFieldTransformer
 - begin_method(int, Signature, Type[]) - Method in class org.springframework.cglib.transform.impl.UndeclaredThrowableTransformer
 - begin_method(ClassEmitter, MethodInfo) - Static method in class org.springframework.cglib.core.EmitUtils
 - begin_method(ClassEmitter, MethodInfo, int) - Static method in class org.springframework.cglib.core.EmitUtils
 - begin_static() - Method in class org.springframework.cglib.core.ClassEmitter
 - beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
 - 
This implementation invokes the standard JPA
Transaction.beginmethod. - beginTransaction(EntityManager, TransactionDefinition) - Method in interface org.springframework.orm.jpa.JpaDialect
 - 
Begin the given JPA transaction, applying the semantics specified by the given Spring transaction definition (in particular, an isolation level and a timeout).
 - beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.EclipseLinkJpaDialect
 - beginTransaction(EntityManager, TransactionDefinition) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 - BEST_MATCHING_HANDLER_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
 - 
Name of the
attributethat contains the mapped handler for the best matching pattern. - BEST_MATCHING_HANDLER_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
 - 
Name of the
HttpServletRequestattribute that contains the mapped handler for the best matching pattern. - BEST_MATCHING_PATTERN_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
 - 
Name of the
attributethat contains the best matching pattern within the handler mapping. - BEST_MATCHING_PATTERN_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
 - 
Name of the
HttpServletRequestattribute that contains the best matching pattern within the handler mapping. - between(int, int) - Static method in class org.springframework.test.web.client.ExpectedCount
 - 
Between
minandmaxnumber of times. - BETWEEN_RIGHT_OPERAND_MUST_BE_TWO_ELEMENT_LIST - Enum constant in enum class org.springframework.expression.spel.SpelMessage
 - BINARY - Enum constant in enum class org.springframework.web.reactive.socket.WebSocketMessage.Type
 - 
Binary WebSocket message.
 - BinaryDecoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryDecoder
 - BinaryEncoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryEncoder
 - binaryMessage(Function<DataBufferFactory, DataBuffer>) - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
 - binaryMessage(Function<DataBufferFactory, DataBuffer>) - Method in interface org.springframework.web.reactive.socket.WebSocketSession
 - 
Factory method to create a binary WebSocketMessage using the
WebSocketSession.bufferFactory()for the session. - BinaryMessage - Class in org.springframework.web.socket
 - 
A binary WebSocket message.
 - BinaryMessage(byte[]) - Constructor for class org.springframework.web.socket.BinaryMessage
 - 
Create a new binary WebSocket message with the given byte[] payload.
 - BinaryMessage(byte[], boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
 - 
Create a new binary WebSocket message with the given byte[] payload representing the full or partial message content.
 - BinaryMessage(byte[], int, int, boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
 - 
Create a new binary WebSocket message by wrapping an existing byte array.
 - BinaryMessage(ByteBuffer) - Constructor for class org.springframework.web.socket.BinaryMessage
 - 
Create a new binary WebSocket message with the given ByteBuffer payload.
 - BinaryMessage(ByteBuffer, boolean) - Constructor for class org.springframework.web.socket.BinaryMessage
 - 
Create a new binary WebSocket message with the given payload representing the full or partial message content.
 - BinaryWebSocketHandler - Class in org.springframework.web.socket.handler
 - 
A convenient base class for
WebSocketHandlerimplementations that process binary messages only. - BinaryWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.BinaryWebSocketHandler
 - bind(int, Object) - Method in interface org.springframework.r2dbc.core.binding.BindTarget
 - 
Bind a value to an index.
 - bind(int, Object) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
 - 
Bind a non-
nullvalue to a parameter identified by itsindex. - bind(ServletRequest) - Method in class org.springframework.web.bind.ServletRequestDataBinder
 - 
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
 - bind(Class<T>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - bind(Class<T>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Bind to this request and return an instance of the given type.
 - bind(Class<T>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - bind(Class<T>) - Method in interface org.springframework.web.servlet.function.ServerRequest
 - 
Bind to this request and return an instance of the given type.
 - bind(Class<T>, Consumer<WebDataBinder>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - bind(Class<T>, Consumer<WebDataBinder>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Bind to this request and return an instance of the given type.
 - bind(Class<T>, Consumer<WebDataBinder>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - bind(Class<T>, Consumer<WebDataBinder>) - Method in interface org.springframework.web.servlet.function.ServerRequest
 - 
Bind to this request and return an instance of the given type.
 - bind(Object) - Method in class org.springframework.r2dbc.core.binding.MutableBindings
 - 
Bind a value and return the related
BindMarker. - bind(String, Object) - Method in class org.springframework.jndi.JndiTemplate
 - 
Bind the given object to the current JNDI context, using the given name.
 - bind(String, Object) - Method in interface org.springframework.r2dbc.core.binding.BindTarget
 - 
Bind a value.
 - bind(String, Object) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
 - 
Bind a non-
nullvalue to a parameter identified by itsname. - bind(PropertyValues) - Method in class org.springframework.validation.DataBinder
 - 
Bind the given property values to this binder's target.
 - bind(BindMarker, Object) - Method in class org.springframework.r2dbc.core.binding.MutableBindings
 - 
Bind a value to
BindMarker. - bind(BindTarget, Object) - Method in interface org.springframework.r2dbc.core.binding.BindMarker
 - 
Bind the given
valueto theStatementusing the underlying binding strategy. - bind(WebRequest) - Method in class org.springframework.web.bind.support.WebRequestDataBinder
 - 
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
 - bind(ServerWebExchange) - Method in class org.springframework.web.bind.support.WebExchangeDataBinder
 - 
Bind query parameters, form data, or multipart form data to the binder target.
 - bindDefaultNamespaceUri(String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 - 
Bind the given namespace as default namespace.
 - BindErrorsTag - Class in org.springframework.web.servlet.tags
 - 
This
<hasBindErrors>tag provides anErrorsinstance in case of bind errors. - BindErrorsTag() - Constructor for class org.springframework.web.servlet.tags.BindErrorsTag
 - BindErrorUtils - Class in org.springframework.web.util
 - 
Utility methods to resolve a list of
MessageSourceResolvables, and optionally join them. - BindErrorUtils() - Constructor for class org.springframework.web.util.BindErrorUtils
 - BindException - Exception in org.springframework.validation
 - 
Thrown when binding errors are considered fatal.
 - BindException(Object, String) - Constructor for exception org.springframework.validation.BindException
 - 
Create a new BindException instance for a target bean.
 - BindException(BindingResult) - Constructor for exception org.springframework.validation.BindException
 - 
Create a new BindException instance for a BindingResult.
 - binding() - Element in annotation interface org.springframework.web.bind.annotation.ModelAttribute
 - 
Allows data binding to be disabled directly on an
@ModelAttributemethod parameter or on the attribute returned from an@ModelAttributemethod, both of which would prevent data binding for that attribute. - Binding(BindMarker) - Constructor for class org.springframework.r2dbc.core.binding.Bindings.Binding
 - BINDING_CONTEXT_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.result.view.View
 - 
The name of the exchange attribute that contains the
BindingContextfor the request which can be used to createBindingResultinstances for objects in to the model. - BindingAwareConcurrentModel - Class in org.springframework.validation.support
 - 
Subclass of
ConcurrentModelthat automatically removes theBindingResultobject when its corresponding target attribute is replaced through regularMapoperations. - BindingAwareConcurrentModel() - Constructor for class org.springframework.validation.support.BindingAwareConcurrentModel
 - BindingAwareModelMap - Class in org.springframework.validation.support
 - 
Subclass of
ExtendedModelMapthat automatically removes aBindingResultobject if the corresponding target attribute gets replaced through regularMapoperations. - BindingAwareModelMap() - Constructor for class org.springframework.validation.support.BindingAwareModelMap
 - BindingContext - Class in org.springframework.web.reactive
 - 
Context to assist with binding request data onto Objects and provide access to a shared
Modelwith controller-specific attributes. - BindingContext() - Constructor for class org.springframework.web.reactive.BindingContext
 - 
Create an instance without an initializer.
 - BindingContext(WebBindingInitializer) - Constructor for class org.springframework.web.reactive.BindingContext
 - 
Create an instance with the given initializer, which may be
null. - BindingContext(WebBindingInitializer, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.BindingContext
 - 
Create an instance with the given initializer and
ReactiveAdapterRegistry. - BindingErrorProcessor - Interface in org.springframework.validation
 - 
Strategy for processing
DataBinder's missing field errors, and for translating aPropertyAccessExceptionto aFieldError. - BindingReflectionHintsRegistrar - Class in org.springframework.aot.hint
 - 
Register the necessary reflection hints so that the specified type can be bound at runtime.
 - BindingReflectionHintsRegistrar() - Constructor for class org.springframework.aot.hint.BindingReflectionHintsRegistrar
 - BindingResult - Interface in org.springframework.validation
 - 
General interface that represents binding results.
 - BindingResultUtils - Class in org.springframework.validation
 - 
Convenience methods for looking up BindingResults in a model Map.
 - BindingResultUtils() - Constructor for class org.springframework.validation.BindingResultUtils
 - Bindings - Class in org.springframework.r2dbc.core.binding
 - Bindings() - Constructor for class org.springframework.r2dbc.core.binding.Bindings
 - 
Create empty
Bindings. - Bindings(Collection<Bindings.Binding>) - Constructor for class org.springframework.r2dbc.core.binding.Bindings
 - 
Create
Bindingsfrom the given collection. - Bindings.Binding - Class in org.springframework.r2dbc.core.binding
 - 
Base class for value objects representing a value or a
NULLbinding. - BindMarker - Interface in org.springframework.r2dbc.core.binding
 - 
A bind marker represents a single bindable parameter within a query.
 - bindMarkers(BindMarkersFactory) - Method in interface org.springframework.r2dbc.core.DatabaseClient.Builder
 - 
Configure the
BindMarkersto be used. - BindMarkers - Interface in org.springframework.r2dbc.core.binding
 - 
Bind markers represent placeholders in SQL queries for substitution for an actual parameter.
 - BindMarkersFactory - Interface in org.springframework.r2dbc.core.binding
 - 
This class creates new
BindMarkersinstances to bind parameter to a specificStatement. - BindMarkersFactoryResolver - Class in org.springframework.r2dbc.core.binding
 - 
Resolves a
BindMarkersFactoryfrom aConnectionFactoryusingBindMarkersFactoryResolver.BindMarkerFactoryProvider. - BindMarkersFactoryResolver.BindMarkerFactoryProvider - Interface in org.springframework.r2dbc.core.binding
 - 
SPI to extend Spring's default R2DBC BindMarkersFactory discovery mechanism.
 - BindMarkersFactoryResolver.NoBindMarkersFactoryException - Exception in org.springframework.r2dbc.core.binding
 - 
Exception thrown when
BindMarkersFactoryResolvercannot resolve aBindMarkersFactory. - bindMultipart(Map<String, List<MultipartFile>>, MutablePropertyValues) - Method in class org.springframework.web.bind.WebDataBinder
 - 
Bind all multipart files contained in the given request, if any (in case of a multipart request).
 - bindNamespaceUri(String, String) - Method in class org.springframework.util.xml.SimpleNamespaceContext
 - 
Bind the given prefix to the given namespace.
 - bindNull(int, Class<?>) - Method in interface org.springframework.r2dbc.core.binding.BindTarget
 - 
Bind a
nullvalue. - bindNull(int, Class<?>) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
 - 
Bind a
nullvalue to a parameter identified by itsindex. - bindNull(Class<?>) - Method in class org.springframework.r2dbc.core.binding.MutableBindings
 - 
Bind a
NULLvalue and return the relatedBindMarker. - bindNull(String, Class<?>) - Method in interface org.springframework.r2dbc.core.binding.BindTarget
 - 
Bind a
nullvalue. - bindNull(String, Class<?>) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
 - 
Bind a
nullvalue to a parameter identified by itsname. - bindNull(BindMarker, Class<?>) - Method in class org.springframework.r2dbc.core.binding.MutableBindings
 - 
Bind a
NULLvalue toBindMarker. - bindNull(BindTarget, Class<?>) - Method in interface org.springframework.r2dbc.core.binding.BindMarker
 - 
Bind a
nullvalue to theStatementusing the underlying binding strategy. - BindParam - Annotation Interface in org.springframework.web.bind.annotation
 - 
Annotation to bind values from a web request such as request parameters or path variables to fields of a Java object.
 - BindParamNameResolver - Class in org.springframework.web.bind.support
 - 
DataBinder.NameResolverthat determines the bind value name from a@BindParammethod parameter annotation. - BindParamNameResolver() - Constructor for class org.springframework.web.bind.support.BindParamNameResolver
 - bindParts(HttpServletRequest, MutablePropertyValues, boolean) - Static method in class org.springframework.web.multipart.support.StandardServletPartUtils
 - 
Bind all parts from the given servlet request.
 - bindProperties(Object) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
 - 
Bind the bean properties or record components from the given source object, registering each as a named parameter.
 - bindRequestParameters(WebExchangeDataBinder, ServerWebExchange) - Method in class org.springframework.web.reactive.result.method.annotation.ModelAttributeMethodArgumentResolver
 - 
Extension point to bind the request to the target object.
 - bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 - 
Extension point to bind the request to the target object via setters/fields.
 - bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
 - 
Downcast to
ServletRequestDataBinderto invokebind(ServletRequest). - bindResource(Object, Object) - Method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
 - 
Bind the given resource for the given key to the current context.
 - bindResource(Object, Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
 - 
Bind the given resource for the given key to the current thread.
 - BindStatus - Class in org.springframework.web.reactive.result.view
 - 
Simple adapter to expose the bind status of a field or object.
 - BindStatus - Class in org.springframework.web.servlet.support
 - 
Simple adapter to expose the bind status of a field or object.
 - BindStatus(RequestContext, String, boolean) - Constructor for class org.springframework.web.reactive.result.view.BindStatus
 - 
Create a new BindStatus instance, representing a field or object status.
 - BindStatus(RequestContext, String, boolean) - Constructor for class org.springframework.web.servlet.support.BindStatus
 - 
Create a new BindStatus instance, representing a field or object status.
 - BindTag - Class in org.springframework.web.servlet.tags
 - 
The
<bind>tag supports evaluation of binding errors for a certain bean or bean property. - BindTag() - Constructor for class org.springframework.web.servlet.tags.BindTag
 - BindTarget - Interface in org.springframework.r2dbc.core.binding
 - 
Target to apply bindings to.
 - bindTo(BindTarget) - Method in interface org.springframework.r2dbc.core.PreparedOperation
 - 
Apply bindings to the supplied
BindTarget. - bindTo(MockMvc) - Static method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient
 - 
Begin creating a
WebTestClientby providing an already initializedMockMvcinstance to use as the server. - bindTo(RestClient.Builder) - Static method in class org.springframework.test.web.client.MockRestServiceServer
 - 
Return a builder for a
MockRestServiceServerthat should be used to reply to theRestClientfor the givenRestClient.Builder. - bindTo(RestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
 - 
Return a builder for a
MockRestServiceServerthat should be used to reply to the givenRestTemplate. - bindTo(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
 - 
Return a builder for a
MockRestServiceServerthat should be used to reply to theRestTemplatefor the givenRestGatewaySupport. - bindToApplicationContext(ApplicationContext) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
 - 
Use this option to set up a server from the Spring configuration of your application, or some subset of it.
 - bindToApplicationContext(WebApplicationContext) - Static method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient
 - 
Begin creating a
WebTestClientby providing aWebApplicationContextwith Spring MVC infrastructure and controllers. - bindToController(Object...) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
 - 
Use this server setup to test one
@Controllerat a time. - bindToController(Object...) - Static method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient
 - 
Begin creating a
WebTestClientby providing the@Controllerinstance(s) to handle requests with. - bindToRouterFunction(RouterFunction<?>) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
 - 
Use this option to set up a server from a
RouterFunction. - bindToServer() - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
 - 
This server setup option allows you to connect to a live server through a Reactor Netty client connector.
 - bindToServer(ClientHttpConnector) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
 - 
A variant of
WebTestClient.bindToServer()with a pre-configured connector. - bindToWebHandler(WebHandler) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
 - 
Integration testing with a "mock" server targeting the given WebHandler.
 - bindValues(Map<String, ?>) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
 - 
Bind the parameter values from the given source map, registering each as a parameter with the map key as name.
 - BIPUSH - Static variable in interface org.springframework.asm.Opcodes
 - block() - Method in interface org.springframework.web.servlet.function.AsyncServerResponse
 - 
Blocks indefinitely until the future response is obtained.
 - Block - Class in org.springframework.cglib.core
 - Block(CodeEmitter) - Constructor for class org.springframework.cglib.core.Block
 - blockCommentEndDelimiter() - Element in annotation interface org.springframework.test.context.jdbc.SqlConfig
 - 
The end delimiter that identifies block comments within the SQL scripts.
 - blockCommentStartDelimiter() - Element in annotation interface org.springframework.test.context.jdbc.SqlConfig
 - 
The start delimiter that identifies block comments within the SQL scripts.
 - blockForAvailableThreads() - Method in class org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 - blockingExecution(Consumer<BlockingExecutionConfigurer>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
 - 
Configure blocking execution options.
 - BlockingExecutionConfigurer - Class in org.springframework.web.reactive.config
 - 
Helps to configure options related to blocking execution in WebFlux.
 - BlockingExecutionConfigurer() - Constructor for class org.springframework.web.reactive.config.BlockingExecutionConfigurer
 - blockTimeout(Duration) - Method in class org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory.Builder
 - 
Configure how long to block for the response of an RSocket service method with a synchronous (blocking) method signature.
 - blockTimeout(Duration) - Method in class org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
 - 
Deprecated, for removal: This API element is subject to removal in a future version.in favor of setting the same directly on the
HttpExchangeAdapter - body() - Method in interface org.springframework.web.reactive.function.client.ClientRequest
 - 
Return the body inserter of this request.
 - body(byte[]) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 - 
Set the body as a byte array.
 - body(byte[]) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
 - 
Set the body of the request.
 - body(Class<T>) - Method in interface org.springframework.web.client.RestClient.ResponseSpec
 - 
Extract the body as an object of the given type.
 - body(Class<T>) - Method in interface org.springframework.web.servlet.function.ServerRequest
 - 
Extract the body as an object of the given type.
 - body(Object) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 - body(Object) - Method in interface org.springframework.web.client.RestClient.RequestBodySpec
 - 
Set the body of the request to the given
Object. - body(Object) - Method in interface org.springframework.web.servlet.function.ServerResponse.BodyBuilder
 - 
Set the body of the response to the given
Objectand return it. - body(Object, Class<?>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
 - 
Set the body from the given producer.
 - body(Object, Class<?>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
 - 
Variant of
WebClient.RequestBodySpec.body(Publisher, Class)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry. - body(Object, Class<?>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Variant of
ServerResponse.BodyBuilder.body(Publisher, Class)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry. - body(Object, ParameterizedTypeReference<?>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
 - 
Set the body from the given producer.
 - body(Object, ParameterizedTypeReference<?>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
 - 
Variant of
WebClient.RequestBodySpec.body(Publisher, ParameterizedTypeReference)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry. - body(Object, ParameterizedTypeReference<?>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Variant of
ServerResponse.BodyBuilder.body(Publisher, ParameterizedTypeReference)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry. - body(String) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
 - 
Set the body of the request and build it.
 - body(String) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 - 
Set the body as a UTF-8 String.
 - body(String) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
 - 
Set the body of the response to the UTF-8 encoded bytes of the given string.
 - body(String) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
 - 
Set the body of the request to the UTF-8 encoded bytes of the given string.
 - body(String) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
 - 
Set the body of the request to the UTF-8 encoded bytes of the given string.
 - body(String, Charset) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 - 
Set the body from a string using the given character set.
 - body(Function<Flux<DataBuffer>, Flux<DataBuffer>>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
 - 
Transform the response body, if set in the builder.
 - body(Publisher<? extends DataBuffer>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
 - 
Set the body of the request and build it.
 - body(Resource) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
 - 
Set the body from a
Resource. - body(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestClient.ResponseSpec
 - 
Extract the body as an object of the given type.
 - body(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.servlet.function.ServerRequest
 - 
Extract the body as an object of the given type.
 - body(StreamingHttpOutputMessage.Body) - Method in interface org.springframework.web.client.RestClient.RequestBodySpec
 - 
Set the body of the request to the given function that writes to an
OutputStream. - body(BodyExtractor<S, ? super ServerHttpRequest>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - body(BodyExtractor<S, ? super ServerHttpRequest>, Map<String, Object>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - body(BodyExtractor<T, ? super ClientHttpResponse>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
 - 
Extract the body with the given
BodyExtractor. - body(BodyExtractor<T, ? super ClientHttpResponse>) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 - body(BodyExtractor<T, ? super ServerHttpRequest>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Extract the body with the given
BodyExtractor. - body(BodyExtractor<T, ? super ServerHttpRequest>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - body(BodyExtractor<T, ? super ServerHttpRequest>, Map<String, Object>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Extract the body with the given
BodyExtractorand hints. - body(BodyExtractor<T, ? super ServerHttpRequest>, Map<String, Object>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - body(BodyInserter<?, ? super ClientHttpRequest>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
 - 
Set the body of the request to the given
BodyInserter. - body(BodyInserter<?, ? super ClientHttpRequest>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
 - 
Set the body of the request to the given
BodyInserter. - body(BodyInserter<?, ? super ClientHttpRequest>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
 - 
Set the body of the request using the given body inserter.
 - body(BodyInserter<?, ? super ServerHttpResponse>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Set the body of the response to the given
BodyInserterand return it. - body(P, Class<S>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
 - 
Set the body of the request to the given
Publisherand return it. - body(P, Class<T>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
 - 
Shortcut for
WebClient.RequestBodySpec.body(BodyInserter)with a Publisher inserter. - body(P, Class<T>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Set the body from the given
Publisher. - body(P, ParameterizedTypeReference<S>) - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
 - 
Set the body of the request to the given
Publisherand return it. - body(P, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
 - 
Variant of
WebClient.RequestBodySpec.body(Publisher, Class)that allows providing element type information with generics. - body(P, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Variant of
ServerResponse.BodyBuilder.body(Publisher, Class)that allows using any producer that can be resolved toPublisherviaReactiveAdapterRegistry. - body(Flux<DataBuffer>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
 - 
Set the body of the response.
 - body(Flux<DataBuffer>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
 - 
Set the body of the request.
 - body(S, Class<T>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
 - 
Set the body from the given
Publisher. - body(S, ParameterizedTypeReference<T>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
 - 
Variant of
WebTestClient.RequestBodySpec.body(Publisher, Class)that allows providing element type information with generics. - body(T) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
 - 
Set the body of the request entity and build the RequestEntity.
 - body(T) - Method in interface org.springframework.http.ResponseEntity.BodyBuilder
 - 
Set the body of the response entity and returns it.
 - body(T, Type) - Method in interface org.springframework.http.RequestEntity.BodyBuilder
 - 
Set the body and type of the request entity and build the RequestEntity.
 - body(T, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestClient.RequestBodySpec
 - 
Set the body of the request to the given
Object. - body(T, ParameterizedTypeReference<T>) - Method in interface org.springframework.web.servlet.function.ServerResponse.BodyBuilder
 - 
Set the body of the response to the given
Objectand return it. - BodyExtractor<T,
M extends ReactiveHttpInputMessage> - Interface in org.springframework.web.reactive.function  - 
A function that can extract data from a
ReactiveHttpInputMessagebody. - BodyExtractor.Context - Interface in org.springframework.web.reactive.function
 - 
Defines the context used during the extraction.
 - BodyExtractors - Class in org.springframework.web.reactive.function
 - 
Static factory methods for
BodyExtractorimplementations. - BodyExtractors() - Constructor for class org.springframework.web.reactive.function.BodyExtractors
 - BodyInserter<T,
M extends ReactiveHttpOutputMessage> - Interface in org.springframework.web.reactive.function  - 
A combination of functions that can populate a
ReactiveHttpOutputMessagebody. - BodyInserter.Context - Interface in org.springframework.web.reactive.function
 - 
Defines the context used during the insertion.
 - BodyInserters - Class in org.springframework.web.reactive.function
 - 
Static factory methods for
BodyInserterimplementations. - BodyInserters() - Constructor for class org.springframework.web.reactive.function.BodyInserters
 - BodyInserters.FormInserter<T> - Interface in org.springframework.web.reactive.function
 - 
Extension of
BodyInserterthat allows for adding form data or multipart form data. - BodyInserters.MultipartInserter - Interface in org.springframework.web.reactive.function
 - 
Extension of
BodyInserters.FormInserterthat allows for adding asynchronous parts. - bodyTo(Class<T>) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec.ConvertibleClientHttpResponse
 - 
Extract the response body as an object of the given type.
 - bodyTo(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.client.RestClient.RequestHeadersSpec.ConvertibleClientHttpResponse
 - 
Extract the response body as an object of the given type.
 - bodyToFlux(Class<? extends S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - bodyToFlux(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
 - 
Extract the body to a
Flux. - bodyToFlux(Class<? extends T>) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 - bodyToFlux(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Extract the body to a
Flux. - bodyToFlux(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - bodyToFlux(Class<T>) - Method in interface org.springframework.web.reactive.function.client.WebClient.ResponseSpec
 - 
Decode the body to a
Fluxwith elements of the given type. - bodyToFlux(ParameterizedTypeReference<S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - bodyToFlux(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
 - 
Extract the body to a
Flux. - bodyToFlux(ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 - bodyToFlux(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.client.WebClient.ResponseSpec
 - 
Variant of
WebClient.ResponseSpec.bodyToMono(Class)with aParameterizedTypeReference. - bodyToFlux(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Extract the body to a
Flux. - bodyToFlux(ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - bodyToMono(Class<? extends S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - bodyToMono(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
 - 
Extract the body to a
Mono. - bodyToMono(Class<? extends T>) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 - bodyToMono(Class<? extends T>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Extract the body to a
Mono. - bodyToMono(Class<? extends T>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - bodyToMono(Class<T>) - Method in interface org.springframework.web.reactive.function.client.WebClient.ResponseSpec
 - 
Decode the body to the given target type.
 - bodyToMono(ParameterizedTypeReference<S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - bodyToMono(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.client.ClientResponse
 - 
Extract the body to a
Mono. - bodyToMono(ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.client.support.ClientResponseWrapper
 - bodyToMono(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.client.WebClient.ResponseSpec
 - 
Variant of
WebClient.ResponseSpec.bodyToMono(Class)with aParameterizedTypeReference. - bodyToMono(ParameterizedTypeReference<T>) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
 - 
Extract the body to a
Mono. - bodyToMono(ParameterizedTypeReference<T>) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 - bodyValue(Object) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
 - 
Set the body to the given
Objectvalue. - bodyValue(Object) - Method in interface org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
 - 
Shortcut for
WebClient.RequestBodySpec.body(BodyInserter)with a value inserter. - bodyValue(Object) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder
 - 
Set the body of the response to the given
Objectand return it. - BOOLEAN - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
 - 
A
boolean. - BOOLEAN - Static variable in class org.springframework.asm.Type
 - 
The sort of the
booleantype. - BOOLEAN_TYPE - Static variable in class org.springframework.asm.Type
 - 
The
booleantype. - BooleanComparator - Class in org.springframework.util.comparator
 - BooleanComparator(boolean) - Constructor for class org.springframework.util.comparator.BooleanComparator
 - 
Create a BooleanComparator that sorts boolean values based on the provided flag.
 - BooleanLiteral - Class in org.springframework.expression.spel.ast
 - 
Represents the literal values
TRUEandFALSE. - BooleanLiteral(String, int, int, boolean) - Constructor for class org.springframework.expression.spel.ast.BooleanLiteral
 - BooleanTypedValue - Class in org.springframework.expression.spel.support
 - 
A
TypedValuefor booleans. - booleanValue(Boolean) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
 - 
Apply the XPath and assert the boolean value found.
 - booleanValue(Boolean) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
 - 
Evaluate the XPath and assert the
Booleanvalue found. - BootstrapContext - Interface in org.springframework.test.context
 - 
BootstrapContextencapsulates the context in which the Spring TestContext Framework is bootstrapped. - BootstrapUtils - Class in org.springframework.test.context
 - 
BootstrapUtilsis a collection of utility methods to assist with bootstrapping the Spring TestContext Framework. - BootstrapUtils() - Constructor for class org.springframework.test.context.BootstrapUtils
 - BootstrapWith - Annotation Interface in org.springframework.test.context
 - 
@BootstrapWithdefines class-level metadata that is used to determine how to bootstrap the Spring TestContext Framework. - BOUNDARY_STRING_HINT - Static variable in class org.springframework.core.codec.ResourceRegionEncoder
 - 
The hint key that contains the boundary string.
 - box(Type) - Method in class org.springframework.cglib.core.CodeEmitter
 - 
If the argument is a primitive class, replaces the primitive value on the top of the stack with the wrapped (Object) equivalent.
 - BridgeMethodResolver - Class in org.springframework.core
 - 
Helper for resolving synthetic
bridge Methodsto theMethodbeing bridged. - broadcast() - Element in annotation interface org.springframework.messaging.simp.annotation.SendToUser
 - 
Whether messages should be sent to all sessions associated with the user or only to the session of the input message being handled.
 - BrokerAvailabilityEvent - Class in org.springframework.messaging.simp.broker
 - 
Event raised when a broker's availability changes.
 - BrokerAvailabilityEvent(boolean, Object) - Constructor for class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
 - 
Creates a new
BrokerAvailabilityEvent. - brokerChannel(AbstractSubscribableChannel, AbstractSubscribableChannel, TaskExecutor) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 - brokerChannelExecutor(AbstractSubscribableChannel, AbstractSubscribableChannel) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 - brokerMessageConverter() - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 - brokerMessagingTemplate(AbstractSubscribableChannel, AbstractSubscribableChannel, AbstractSubscribableChannel, CompositeMessageConverter) - Method in class org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 - browse(Queue, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
 - 
Browse messages in a JMS queue.
 - browse(Queue, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 - browse(String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
 - 
Browse messages in a JMS queue.
 - browse(String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 - browse(BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
 - 
Browse messages in the default JMS queue.
 - browse(BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 - BrowserCallback<T> - Interface in org.springframework.jms.core
 - 
Callback for browsing the messages in a JMS queue.
 - browseSelected(Queue, String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
 - 
Browse selected messages in a JMS queue.
 - browseSelected(Queue, String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 - browseSelected(String, String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
 - 
Browse selected messages in a JMS queue.
 - browseSelected(String, String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 - browseSelected(String, BrowserCallback<T>) - Method in interface org.springframework.jms.core.JmsOperations
 - 
Browse selected messages in a JMS queue.
 - browseSelected(String, BrowserCallback<T>) - Method in class org.springframework.jms.core.JmsTemplate
 - BshScriptEvaluator - Class in org.springframework.scripting.bsh
 - 
BeanShell-based implementation of Spring's
ScriptEvaluatorstrategy interface. - BshScriptEvaluator() - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
 - 
Construct a new BshScriptEvaluator.
 - BshScriptEvaluator(ClassLoader) - Constructor for class org.springframework.scripting.bsh.BshScriptEvaluator
 - 
Construct a new BshScriptEvaluator.
 - BshScriptFactory - Class in org.springframework.scripting.bsh
 - 
ScriptFactoryimplementation for a BeanShell script. - BshScriptFactory(String) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
 - 
Create a new BshScriptFactory for the given script source.
 - BshScriptFactory(String, Class<?>...) - Constructor for class org.springframework.scripting.bsh.BshScriptFactory
 - 
Create a new BshScriptFactory for the given script source.
 - BshScriptUtils - Class in org.springframework.scripting.bsh
 - 
Utility methods for handling BeanShell-scripted objects.
 - BshScriptUtils() - Constructor for class org.springframework.scripting.bsh.BshScriptUtils
 - BshScriptUtils.BshExecutionException - Exception in org.springframework.scripting.bsh
 - 
Exception to be thrown on script execution failure.
 - bucket(Collection, Transformer) - Static method in class org.springframework.cglib.core.CollectionUtils
 - BUFFER_SIZE - Static variable in class org.springframework.util.FileCopyUtils
 - 
The default buffer size used when copying bytes.
 - BUFFER_SIZE - Static variable in class org.springframework.util.StreamUtils
 - 
The default buffer size used when copying bytes.
 - bufferContent() - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
 - 
Use the
BufferingClientHttpRequestFactorywrapper to buffer the input and output streams, and for example, allow multiple reads of the response body. - BufferedImageHttpMessageConverter - Class in org.springframework.http.converter
 - 
Implementation of
HttpMessageConverterthat can read and writeBufferedImages. - BufferedImageHttpMessageConverter() - Constructor for class org.springframework.http.converter.BufferedImageHttpMessageConverter
 - bufferFactory() - Method in class org.springframework.http.client.reactive.ClientHttpRequestDecorator
 - bufferFactory() - Method in interface org.springframework.http.ReactiveHttpOutputMessage
 - 
Return a
DataBufferFactorythat can be used to create the body. - bufferFactory() - Method in class org.springframework.http.server.reactive.AbstractServerHttpResponse
 - bufferFactory() - Method in class org.springframework.http.server.reactive.ServerHttpResponseDecorator
 - bufferFactory() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
 - bufferFactory() - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
 - bufferFactory() - Method in class org.springframework.web.reactive.socket.adapter.Netty5WebSocketSessionSupport
 - bufferFactory() - Method in class org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport
 - bufferFactory() - Method in class org.springframework.web.reactive.socket.client.StandardWebSocketClient
 - 
Return the
DataBufferFactoryto use. - bufferFactory() - Method in interface org.springframework.web.reactive.socket.WebSocketSession
 - 
Return a
DataBufferFactory to create message payloads. - BufferingClientHttpRequestFactory - Class in org.springframework.http.client
 - 
Wrapper for a
ClientHttpRequestFactorythat buffers all outgoing and incoming streams in memory. - BufferingClientHttpRequestFactory(ClientHttpRequestFactory) - Constructor for class org.springframework.http.client.BufferingClientHttpRequestFactory
 - 
Create a buffering wrapper for the given
ClientHttpRequestFactory. - BufferingStompDecoder - Class in org.springframework.messaging.simp.stomp
 - 
An extension of
StompDecoderthat buffers content remaining in the input ByteBuffer after the parent class has read all (complete) STOMP frames from it. - BufferingStompDecoder(StompDecoder, int) - Constructor for class org.springframework.messaging.simp.stomp.BufferingStompDecoder
 - 
Create a new
BufferingStompDecoderwrapping the givenStompDecoder. - build() - Method in class org.springframework.aot.agent.RecordedInvocation.Builder
 - 
Create a
RecordedInvocationbased on the state of this builder. - build() - Method in class org.springframework.cache.interceptor.CacheableOperation.Builder
 - build() - Method in class org.springframework.cache.interceptor.CacheEvictOperation.Builder
 - build() - Method in class org.springframework.cache.interceptor.CacheOperation.Builder
 - build() - Method in class org.springframework.cache.interceptor.CachePutOperation.Builder
 - build() - Method in class org.springframework.context.aot.AbstractAotProcessor.Settings.Builder
 - 
Build the
AbstractAotProcessor.Settingsconfigured in thisBuilder. - build() - Method in class org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
 - build() - Method in class org.springframework.http.client.MultipartBodyBuilder
 - 
Return a
MultiValueMapwith the configured parts. - build() - Method in interface org.springframework.http.codec.ServerSentEvent.Builder
 - 
Builds the event.
 - build() - Method in interface org.springframework.http.ContentDisposition.Builder
 - 
Build the content disposition.
 - build() - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 - 
Build a new
ObjectMapperinstance. - build() - Method in interface org.springframework.http.RequestEntity.HeadersBuilder
 - 
Builds the request entity with no body.
 - build() - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
 - 
Create the HttpCookie.
 - build() - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
 - 
Build the response entity with no body.
 - build() - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
 - 
Build a
ServerHttpRequestdecorator with the mutated properties. - build() - Method in class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
 - 
Build the embedded database.
 - build() - Method in interface org.springframework.messaging.rsocket.RSocketStrategies.Builder
 - 
Build the
RSocketStrategiesinstance. - build() - Method in class org.springframework.messaging.rsocket.service.RSocketRequestValues.Builder
 - 
Build the
RSocketRequestValuesinstance. - build() - Method in class org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory.Builder
 - 
Build the
RSocketServiceProxyFactoryinstance. - build() - Method in class org.springframework.messaging.support.MessageBuilder
 - build() - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
 - 
Builds the request with no body.
 - build() - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 - build() - Method in class org.springframework.mock.web.server.MockServerWebExchange.Builder
 - 
Build the
MockServerWebExchangeinstance. - build() - Method in interface org.springframework.r2dbc.core.DatabaseClient.Builder
 - 
Build the
DatabaseClientinstance. - build() - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
 - 
Build the
MockRestServiceServerand set up the underlyingRestTemplatewith aClientHttpRequestFactorythat creates mock requests. - build() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
 - 
Build the
WebTestClientinstance. - build() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
 - 
Shortcut to build the test client.
 - build() - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.MockMvcServerSpec
 - 
Shortcut to build the test client.
 - build() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
 - 
Build the
WebClientconfigured via this builder. - build() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
 - 
Build the
HtmlUnitDriverconfigured via this builder. - build() - Method in interface org.springframework.test.web.servlet.MockMvcBuilder
 - 
Build a
MockMvcinstance. - build() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 - 
Build a
MockMvcinstance. - build() - Method in class org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 - 
Create and initialize a
ContentNegotiationManagerinstance. - build() - Method in interface org.springframework.web.client.RestClient.Builder
 - 
Build the
RestClientinstance. - build() - Method in interface org.springframework.web.ErrorResponse.Builder
 - 
Build the
ErrorResponseinstance. - build() - Method in class org.springframework.web.method.HandlerTypePredicate.Builder
 - build() - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
 - 
Build a
RequestedContentTypeResolverthat delegates to the list of resolvers configured through this builder. - build() - Method in interface org.springframework.web.reactive.function.client.ClientRequest.Builder
 - 
Build the request.
 - build() - Method in interface org.springframework.web.reactive.function.client.ClientResponse.Builder
 - 
Build the response.
 - build() - Method in interface org.springframework.web.reactive.function.client.ExchangeStrategies.Builder
 - 
Builds the
ExchangeStrategies. - build() - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
 - 
Build the
WebClientinstance. - build() - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
 - 
Build the response.
 - build() - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies.Builder
 - 
Builds the
HandlerStrategies. - build() - Method in interface org.springframework.web.reactive.function.server.RenderingResponse.Builder
 - 
Build the response.
 - build() - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
 - 
Builds the
RouterFunction. - build() - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Builder
 - 
Build the request.
 - build() - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
 - 
Build the response entity with no body.
 - build() - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
 - 
Build the RequestMappingInfo.
 - build() - Method in interface org.springframework.web.reactive.result.view.Rendering.Builder
 - 
Build the
Renderinginstance. - build() - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
 - 
Build the
HttpHandler. - build() - Method in interface org.springframework.web.server.ServerWebExchange.Builder
 - 
Build a
ServerWebExchangedecorator with the mutated properties. - build() - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
 - 
Build the
HttpRequestValuesinstance. - build() - Method in class org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder
 - 
Build the
HttpServiceProxyFactoryinstance. - build() - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
 - build() - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
 - 
Build the response.
 - build() - Method in interface org.springframework.web.servlet.function.RenderingResponse.Builder
 - 
Build the response.
 - build() - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
 - 
Builds the
RouterFunction. - build() - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
 - 
Build the request.
 - build() - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
 - 
Build the response entity with no body.
 - build() - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 - build() - Method in interface org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
 - 
Return one or more Object-MediaType pairs to write via
SseEmitter.send(Object, MediaType). - build() - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
 - 
Build the RequestMappingInfo.
 - build() - Method in class org.springframework.web.util.UriComponentsBuilder
 - 
Build a
UriComponentsinstance from the various components contained in this builder. - build(boolean) - Method in class org.springframework.web.util.UriComponentsBuilder
 - 
Variant of
UriComponentsBuilder.build()to create aUriComponentsinstance when components are already fully encoded. - build(Object...) - Method in interface org.springframework.web.util.UriBuilder
 - 
Build a
URIinstance and replaces URI template variables with the values from an array. - build(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
 - build(BiFunction<ServerWebExchange, ServerResponse.Context, Mono<Void>>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
 - 
Build the response entity with a custom writer function.
 - build(Map<String, ?>) - Method in interface org.springframework.web.util.UriBuilder
 - 
Build a
URIinstance and replaces URI template variables with the values from a map. - build(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
 - build(Publisher<Void>) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
 - 
Build the response entity with no body.
 - build(MessageSource, Locale) - Method in interface org.springframework.web.ErrorResponse.Builder
 - 
Build the
ErrorResponseinstance and also resolve the "detail" and "title" through the givenMessageSource. - build(RequestExpectationManager) - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
 - 
An overloaded build alternative that accepts a custom
RequestExpectationManager. - build(ServerResponse.HeadersBuilder.WriteFunction) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
 - 
Build the response entity with a custom write function.
 - BUILD - Enum constant in enum class org.springframework.core.NativeDetector.Context
 - 
The code is executing in the context of image building.
 - buildAdvice(Supplier<Executor>, Supplier<AsyncUncaughtExceptionHandler>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 - buildAdvisors(String, Object[]) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 - 
Determine the advisors for the given bean, including the specific interceptors as well as the common interceptor, all adapted to the Advisor interface.
 - buildAndExpand(Object...) - Method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 - buildAndExpand(Object...) - Method in class org.springframework.web.util.UriComponentsBuilder
 - 
Build a
UriComponentsinstance and replaces URI template variables with the values from an array. - buildAndExpand(Map<String, ?>) - Method in class org.springframework.web.util.UriComponentsBuilder
 - 
Build a
UriComponentsinstance and replaces URI template variables with the values from a map. - buildAspectJAdvisors() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder
 - 
Look for AspectJ-annotated aspect beans in the current bean factory, and return to a list of Spring AOP Advisors representing them.
 - buildContentNegotiationManager() - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
 - 
Build a
ContentNegotiationManagerbased on this configurer's settings. - buildDefaultBeanName(BeanDefinition) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 - 
Derive a default bean name from the given bean definition.
 - buildDefaultBeanName(BeanDefinition) - Method in class org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
 - buildDefaultBeanName(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.AnnotationBeanNameGenerator
 - 
Derive a default bean name from the given bean definition.
 - buildDocument() - Method in class org.springframework.oxm.support.AbstractMarshaller
 - 
Build a new
Documentfrom this marshaller'sDocumentBuilderFactory, as a placeholder for a DOM node. - builder() - Static method in class org.springframework.context.aot.AbstractAotProcessor.Settings
 - 
Create a new
AbstractAotProcessor.Settings.BuilderforAbstractAotProcessor.Settings. - builder() - Static method in class org.springframework.http.codec.ServerSentEvent
 - 
Return a builder for a
ServerSentEvent. - builder() - Static method in interface org.springframework.messaging.rsocket.RSocketRequester
 - 
Obtain a builder to create a client
RSocketRequesterby connecting to an RSocket server. - builder() - Static method in interface org.springframework.messaging.rsocket.RSocketStrategies
 - 
Return a builder to prepare a new
RSocketStrategiesinstance. - builder() - Static method in class org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory
 - 
Return an
RSocketServiceProxyFactorybuilder. - builder() - Static method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
 - builder() - Static method in interface org.springframework.r2dbc.core.DatabaseClient
 - 
Obtain a
DatabaseClientbuilder. - builder() - Static method in interface org.springframework.web.client.RestClient
 - 
Obtain a
RestClientbuilder. - builder() - Static method in class org.springframework.web.method.HandlerTypePredicate
 - 
Return a builder for a
HandlerTypePredicate. - builder() - Static method in interface org.springframework.web.reactive.function.client.ExchangeStrategies
 - 
Return a builder pre-configured with default configuration to start.
 - builder() - Static method in interface org.springframework.web.reactive.function.client.WebClient
 - 
Obtain a
WebClientbuilder. - builder() - Static method in interface org.springframework.web.reactive.function.server.HandlerStrategies
 - 
Return a mutable builder for a
HandlerStrategieswith default initialization. - builder() - Static method in class org.springframework.web.service.invoker.HttpRequestValues
 - builder() - Static method in class org.springframework.web.service.invoker.HttpServiceProxyFactory
 - 
Return an empty builder, with the client to be provided to builder.
 - builder() - Static method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues
 - builder() - Method in class org.springframework.web.util.DefaultUriBuilderFactory
 - builder() - Method in interface org.springframework.web.util.UriBuilderFactory
 - 
Create a URI builder with default settings.
 - builder(String) - Static method in class org.springframework.http.ContentDisposition
 - 
Return a builder for a
ContentDisposition. - builder(String) - Static method in class org.springframework.messaging.rsocket.service.RSocketRequestValues
 - builder(Throwable, HttpStatusCode, String) - Static method in interface org.springframework.web.ErrorResponse
 - 
Return a builder to create an
ErrorResponseinstance. - builder(Throwable, ProblemDetail) - Static method in interface org.springframework.web.ErrorResponse
 - 
Variant of
ErrorResponse.builder(Throwable, HttpStatusCode, String)for use with a customProblemDetailinstance. - builder(RSocketRequester) - Static method in class org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory
 - 
Return an
RSocketServiceProxyFactorybuilder, initialized with the given client. - builder(MockServerHttpRequest) - Static method in class org.springframework.mock.web.server.MockServerWebExchange
 - 
Create a
MockServerWebExchange.Builderstarting with the given mock request. - builder(MockServerHttpRequest.BaseBuilder<?>) - Static method in class org.springframework.mock.web.server.MockServerWebExchange
 - 
Variant of
MockServerWebExchange.builder(MockServerHttpRequest)with a mock request builder. - builder(RestTemplate) - Static method in interface org.springframework.web.client.RestClient
 - 
Obtain a
RestClientbuilder based on the configuration of the givenRestTemplate. - builder(HttpClientAdapter) - Static method in class org.springframework.web.service.invoker.HttpServiceProxyFactory
 - 
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
HttpServiceProxyFactory.builderFor(HttpExchangeAdapter); to be removed in 6.2. - builder(T) - Static method in class org.springframework.http.codec.ServerSentEvent
 - 
Return a builder for a
ServerSentEvent, populated with the given data. - Builder() - Constructor for class org.springframework.cache.interceptor.CacheableOperation.Builder
 - Builder() - Constructor for class org.springframework.cache.interceptor.CacheEvictOperation.Builder
 - Builder() - Constructor for class org.springframework.cache.interceptor.CacheOperation.Builder
 - Builder() - Constructor for class org.springframework.cache.interceptor.CachePutOperation.Builder
 - Builder() - Constructor for class org.springframework.web.method.HandlerTypePredicate.Builder
 - Builder() - Constructor for class org.springframework.web.service.invoker.HttpRequestValues.Builder
 - Builder() - Constructor for class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
 - Builder(MockServerHttpRequest) - Constructor for class org.springframework.mock.web.server.MockServerWebExchange.Builder
 - BuilderConfiguration() - Constructor for class org.springframework.web.reactive.result.method.RequestMappingInfo.BuilderConfiguration
 - BuilderConfiguration() - Constructor for class org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
 - builderFor(HttpExchangeAdapter) - Static method in class org.springframework.web.service.invoker.HttpServiceProxyFactory
 - 
Return a builder that's initialized with the given client.
 - buildErrorMessage() - Method in class org.springframework.beans.PropertyMatches
 - 
Build an error message for the given invalid property name, indicating the possible property matches.
 - buildErrorMessage(String, int, EncodedResource) - Static method in exception org.springframework.jdbc.datasource.init.ScriptStatementFailedException
 - 
Build an error message for an SQL script execution failure, based on the supplied arguments.
 - buildErrorMessage(String, int, EncodedResource) - Static method in exception org.springframework.r2dbc.connection.init.ScriptStatementFailedException
 - 
Build an error message for an SQL script execution failure, based on the supplied arguments.
 - buildExcelDocument(Map<String, Object>, Workbook, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractXlsView
 - 
Application-provided subclasses must implement this method to populate the Excel workbook document, given the model.
 - buildExceptionMessage(JMSException) - Static method in class org.springframework.jms.support.JmsUtils
 - 
Build a descriptive exception message for the given JMSException, incorporating a linked exception's message if appropriate.
 - buildFeedEntries(Map<String, Object>, Feed, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 - 
Invokes
AbstractAtomFeedView.buildFeedEntries(Map, HttpServletRequest, HttpServletResponse)to get a list of feed entries. - buildFeedEntries(Map<String, Object>, Channel, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
 - 
Invokes
AbstractRssFeedView.buildFeedItems(Map, HttpServletRequest, HttpServletResponse)to get a list of feed items. - buildFeedEntries(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 - 
Subclasses must implement this method to build feed entries, given the model.
 - buildFeedEntries(Map<String, Object>, T, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
 - 
Subclasses must implement this method to build feed entries, given the model.
 - buildFeedItems(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
 - 
Subclasses must implement this method to build feed items, given the model.
 - buildFeedMetadata(Map<String, Object>, T, HttpServletRequest) - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
 - 
Populate the feed metadata (title, link, description, etc.).
 - buildFieldList(String, List<String>) - Method in class org.springframework.validation.DefaultMessageCodesResolver
 - 
Add both keyed and non-keyed entries for the supplied
fieldto the supplied field list. - buildGroovyClassLoader(ClassLoader) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 - 
Build a
GroovyClassLoaderfor the givenClassLoader. - buildHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
 - 
Return a handler mapping instance ordered at
Ordered.LOWEST_PRECEDENCEcontaining theDefaultServletHttpRequestHandlerinstance mapped to"/**"; ornullif default servlet handling was not enabled. - buildHandlerMapping() - Method in class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
 - 
Return the
HandlerMappingthat contains the registered view controller mappings, ornullfor no registrations. - buildInternalBeanFactory(ConfigurableBeanFactory) - Method in class org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
 - 
Build an internal BeanFactory for resolving target beans.
 - buildLazyResolutionProxy(DependencyDescriptor, String) - Method in class org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver
 - buildLazyResourceProxy(CommonAnnotationBeanPostProcessor.LookupElement, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
 - 
Obtain a lazily resolving resource proxy for the given name and type, delegating to
CommonAnnotationBeanPostProcessor.getResource(org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement, java.lang.String)on demand once a method call comes in. - buildListenerArguments(Object) - Method in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 - 
Build an array of arguments to be passed into the target listener method.
 - buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.DispatcherServlet
 - 
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
 - buildLocaleContext(HttpServletRequest) - Method in class org.springframework.web.servlet.FrameworkServlet
 - 
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
 - buildLogMessage(Exception, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 - 
Build a log message for the given exception, occurred during processing the given request.
 - buildManagedTask(Runnable, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 - buildManagedTask(Callable<T>, String) - Static method in class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 - buildMergedContextConfiguration() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
 - buildMergedContextConfiguration() - Method in interface org.springframework.test.context.TestContextBootstrapper
 - 
Build the merged context configuration for the test class in the
BootstrapContextassociated with this bootstrapper. - buildMessage(Session, Object) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
 - 
Build a JMS message to be sent as response based on the given result object.
 - buildMessage(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 - 
Build a message
Stringfor the givenSQLException. - buildMessage(String, Throwable) - Static method in class org.springframework.core.NestedExceptionUtils
 - 
Deprecated.as of 6.0, in favor of custom exception messages with selective inclusion of cause messages
 - buildMultipartBody() - Method in class org.springframework.web.service.invoker.HttpRequestValues.Builder
 - buildMultipartBody() - Method in class org.springframework.web.service.invoker.ReactiveHttpRequestValues.Builder
 - buildOrObtainSession() - Method in class org.springframework.orm.hibernate5.SpringJtaSessionContext
 - buildPathExposingHandler(Object, String, String, Map<String, String>) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 - 
Build a handler object for the given raw handler, exposing the actual handler, the
HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, as well as theHandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTEbefore executing the handler. - buildPdfDocument(Map<String, Object>, Document, PdfWriter, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
 - 
Subclasses must implement this method to build an iText PDF document, given the model.
 - buildPdfMetadata(Map<String, Object>, Document, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
 - 
Populate the iText Document's meta fields (author, title, etc.).
 - buildPointcut(Set<Class<? extends Annotation>>) - Method in class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 - 
Calculate a pointcut for the given async annotation types, if any.
 - buildRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 - 
Build a
MockHttpServletRequest. - buildRequest(ServletContext) - Method in interface org.springframework.test.web.servlet.RequestBuilder
 - 
Build the request.
 - buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - Method in class org.springframework.web.servlet.FrameworkServlet
 - 
Build ServletRequestAttributes for the given request (potentially also holding a reference to the response), taking pre-bound attributes (and their type) into consideration.
 - buildSafePointcut() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 - 
Build a 'safe' pointcut that excludes the AspectJ advice method itself.
 - buildSessionFactory(AsyncTaskExecutor) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBuilder
 - 
Build the Hibernate
SessionFactorythrough background bootstrapping, using the given executor for a parallel initialization phase (e.g. - buildSessionFactory(LocalSessionFactoryBuilder) - Method in class org.springframework.orm.hibernate5.LocalSessionFactoryBean
 - 
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
 - buildSockJsUrlInfo(URI) - Method in class org.springframework.web.socket.sockjs.client.SockJsClient
 - 
Create a new
SockJsUrlInfofor the current client execution. - buildSqlParameterList(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 - 
Convert parameter declarations from an SqlParameterSource to a corresponding List of SqlParameters.
 - buildSqlTypeArray(ParsedSql, SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 - 
Convert parameter types from an SqlParameterSource into a corresponding int array.
 - buildTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
 - 
Build a FreeMarker template model for the given model Map.
 - buildTestContext() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
 - 
Build a new
DefaultTestContextusing the test class in theBootstrapContextassociated with this bootstrapper and by delegating toAbstractTestContextBootstrapper.buildMergedContextConfiguration()andAbstractTestContextBootstrapper.getCacheAwareContextLoaderDelegate(). - buildTestContext() - Method in interface org.springframework.test.context.TestContextBootstrapper
 - 
Build the
TestContextfor theBootstrapContextassociated with this bootstrapper. - buildTypedStringValue(String, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 - 
Build a typed String value Object for the given raw value.
 - buildTypedStringValueForMap(String, String, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 - 
Build a typed String value Object for the given raw value.
 - buildUserTransaction(TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
 - 
Build a UserTransaction handle based on the given TransactionManager.
 - buildValueArray(String, Map<String, ?>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 - 
Convert a Map of named parameter values to a corresponding array.
 - buildValueArray(ParsedSql, SqlParameterSource, List<SqlParameter>) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 - 
Convert a Map of named parameter values to a corresponding array.
 - buildView(String) - Method in class org.springframework.web.servlet.view.AbstractTemplateViewResolver
 - buildView(String) - Method in class org.springframework.web.servlet.view.InternalResourceViewResolver
 - buildView(String) - Method in class org.springframework.web.servlet.view.UrlBasedViewResolver
 - 
Creates a new View instance of the specified view class and configures it.
 - buildView(String) - Method in class org.springframework.web.servlet.view.xslt.XsltViewResolver
 - buildWiringInfo(Object, Configurable) - Method in class org.springframework.beans.factory.annotation.AnnotationBeanWiringInfoResolver
 - 
Build the
BeanWiringInfofor the givenConfigurableannotation. - buildXStream() - Method in class org.springframework.oxm.xstream.XStreamMarshaller
 - 
Build the native XStream delegate to be used by this marshaller, delegating to
XStreamMarshaller.constructXStream(),XStreamMarshaller.configureXStream(com.thoughtworks.xstream.XStream), andXStreamMarshaller.customizeXStream(com.thoughtworks.xstream.XStream). - builtWith(ExecutableMode) - Static method in class org.springframework.aot.hint.ExecutableHint
 - builtWith(MemberCategory...) - Static method in class org.springframework.aot.hint.TypeHint
 - BulkBean - Class in org.springframework.cglib.beans
 - BulkBean() - Constructor for class org.springframework.cglib.beans.BulkBean
 - BulkBean.Generator - Class in org.springframework.cglib.beans
 - BulkBeanException - Exception in org.springframework.cglib.beans
 - BulkBeanException(String, int) - Constructor for exception org.springframework.cglib.beans.BulkBeanException
 - BulkBeanException(Throwable, int) - Constructor for exception org.springframework.cglib.beans.BulkBeanException
 - bulkUpdate(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
 - 
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallbacklambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)method - bulkUpdate(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
 - 
Deprecated.
 - ButtonTag - Class in org.springframework.web.servlet.tags.form
 - 
The
<button>tag renders a form field label in an HTML 'button' tag. - ButtonTag() - Constructor for class org.springframework.web.servlet.tags.form.ButtonTag
 - BY_NAME - Enum constant in enum class org.springframework.beans.factory.annotation.Autowire
 - 
Constant that indicates autowiring bean properties by name.
 - BY_TYPE - Enum constant in enum class org.springframework.beans.factory.annotation.Autowire
 - 
Constant that indicates autowiring bean properties by type.
 - byPassReturnParameter(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
 - 
Should we bypass the return parameter with the specified name?
 - byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 - byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 - byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 - byPassReturnParameter(String) - Method in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 - BYTE - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
 - 
A
byte. - BYTE - Static variable in class org.springframework.asm.Type
 - 
The sort of the
bytetype. - BYTE_TYPE - Static variable in class org.springframework.asm.Type
 - 
The
bytetype. - ByteArrayDecoder - Class in org.springframework.core.codec
 - 
Decoder for
bytearrays. - ByteArrayDecoder() - Constructor for class org.springframework.core.codec.ByteArrayDecoder
 - ByteArrayEncoder - Class in org.springframework.core.codec
 - 
Encoder for
bytearrays. - ByteArrayEncoder() - Constructor for class org.springframework.core.codec.ByteArrayEncoder
 - ByteArrayHttpMessageConverter - Class in org.springframework.http.converter
 - 
Implementation of
HttpMessageConverterthat can read and write byte arrays. - ByteArrayHttpMessageConverter() - Constructor for class org.springframework.http.converter.ByteArrayHttpMessageConverter
 - 
Create a new instance of the
ByteArrayHttpMessageConverter. - ByteArrayMessageConverter - Class in org.springframework.messaging.converter
 - 
A
MessageConverterthat supports MIME type "application/octet-stream" with the payload converted to and from a byte[]. - ByteArrayMessageConverter() - Constructor for class org.springframework.messaging.converter.ByteArrayMessageConverter
 - ByteArrayMultipartFileEditor - Class in org.springframework.web.multipart.support
 - 
Custom
PropertyEditorfor convertingMultipartFilesto byte arrays. - ByteArrayMultipartFileEditor() - Constructor for class org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 - ByteArrayPropertyEditor - Class in org.springframework.beans.propertyeditors
 - 
Editor for byte arrays.
 - ByteArrayPropertyEditor() - Constructor for class org.springframework.beans.propertyeditors.ByteArrayPropertyEditor
 - ByteArrayResource - Class in org.springframework.core.io
 - 
Resourceimplementation for a given byte array. - ByteArrayResource(byte[]) - Constructor for class org.springframework.core.io.ByteArrayResource
 - 
Create a new
ByteArrayResource. - ByteArrayResource(byte[], String) - Constructor for class org.springframework.core.io.ByteArrayResource
 - 
Create a new
ByteArrayResourcewith a description. - ByteBufferDecoder - Class in org.springframework.core.codec
 - 
Decoder for
ByteBuffers. - ByteBufferDecoder() - Constructor for class org.springframework.core.codec.ByteBufferDecoder
 - ByteBufferEncoder - Class in org.springframework.core.codec
 - 
Encoder for
ByteBuffers. - ByteBufferEncoder() - Constructor for class org.springframework.core.codec.ByteBufferEncoder
 - bytes(byte[]) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
 - 
Compare the body of the request to the given byte array.
 - bytes(byte[]) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
 - 
Assert the response body content as a byte array.
 - BYTES - Enum constant in enum class org.springframework.jms.support.converter.MessageType
 - 
A
BytesMessage. - BYTES - Enum constant in enum class org.springframework.util.unit.DataUnit
 - 
Bytes, represented by suffix
B. - ByteVector - Class in org.springframework.asm
 - 
A dynamically extensible vector of bytes.
 - ByteVector() - Constructor for class org.springframework.asm.ByteVector
 - 
Constructs a new
ByteVectorwith a default initial capacity. - ByteVector(int) - Constructor for class org.springframework.asm.ByteVector
 - 
Constructs a new
ByteVectorwith the given initial capacity. 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ClassReader.readByte(int)and the other read methods instead. This field will eventually be deleted.