Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- PACKAGE_PRIVATE - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
-
Package-private visibility.
- packages(String...) - Static method in interface org.springframework.core.annotation.AnnotationFilter
-
Create a new
AnnotationFilter
that matches annotations in the specified packages. - paddingLength - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
-
The length to which a string result should be pre-pended with zeroes.
- PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Log category to use when no mapped handler is found for a request.
- PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
-
Log category to use when no mapped handler is found for a request.
- PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
-
Log category to use when no mapped handler is found for a request.
- PagedListHolder<E> - Class in org.springframework.beans.support
-
PagedListHolder is a simple state holder for handling lists of objects, separating them into pages.
- PagedListHolder() - Constructor for class org.springframework.beans.support.PagedListHolder
-
Create a new holder instance.
- PagedListHolder(List<E>) - Constructor for class org.springframework.beans.support.PagedListHolder
-
Create a new holder instance with the given source list, starting with a default sort definition (with "toggleAscendingOnProperty" activated).
- PagedListHolder(List<E>, SortDefinition) - Constructor for class org.springframework.beans.support.PagedListHolder
-
Create a new holder instance with the given source list.
- pageNotFoundLogger - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Additional logger to use when no mapped handler is found for a request.
- pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
-
Specific logger to use when no mapped handler is found for a request.
- pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
-
Additional logger to use when no mapped handler is found for a request.
- ParallelSorter - Class in org.springframework.cglib.util
-
For the efficient sorting of multiple arrays in parallel.
- ParallelSorter() - Constructor for class org.springframework.cglib.util.ParallelSorter
- ParallelSorter.Generator - Class in org.springframework.cglib.util
- param(int, Object) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind a positional JDBC statement parameter for "?" placeholder resolution by explicit JDBC statement parameter index.
- param(int, Object, int) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind a positional JDBC statement parameter for "?" placeholder resolution by explicit JDBC statement parameter index.
- param(Object) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind a positional JDBC statement parameter for "?" placeholder resolution by implicit order of parameter value registration.
- param(String) - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the first parameter with the given name, if present.
- param(String, Object) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind a named statement parameter for ":x" placeholder resolution, with each "x" name matching a ":x" placeholder in the SQL statement.
- param(String, Object, int) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind a named statement parameter for ":x" placeholder resolution, with each "x" name matching a ":x" placeholder in the SQL statement.
- param(String, String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return a
RequestPredicate
that matches if the request's parameter of the given name has the given value. - param(String, String) - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive notification of a parameter predicate.
- param(String, String...) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Add a request parameter to
MockHttpServletRequest.getParameterMap()
. - param(String, String...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- param(String, String...) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
-
Add a parameter with the given name and value.
- param(String, Predicate<String>) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return a
RequestPredicate
that tests the request's parameter of the given name against the given predicate. - Param - Class in org.springframework.web.servlet.tags
-
Bean used to pass name-value pair parameters from a
ParamTag
to aParamAware
tag. - Param() - Constructor for class org.springframework.web.servlet.tags.Param
- ParamAware - Interface in org.springframework.web.servlet.tags
-
Allows implementing tag to utilize nested
spring:param
tags. - Parameter - Class in org.springframework.r2dbc.core
-
Deprecated.
- ParameterContentNegotiationStrategy - Class in org.springframework.web.accept
-
Strategy that resolves the requested content type from a query parameter.
- ParameterContentNegotiationStrategy(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.ParameterContentNegotiationStrategy
-
Create an instance with the given map of file extensions and media types.
- ParameterContentTypeResolver - Class in org.springframework.web.reactive.accept
-
Resolver that checks a query parameter and uses it to look up a matching MediaType.
- ParameterContentTypeResolver(Map<String, MediaType>) - Constructor for class org.springframework.web.reactive.accept.ParameterContentTypeResolver
- ParameterDisposer - Interface in org.springframework.jdbc.core
-
Interface to be implemented by objects that can close resources allocated by parameters like
SqlLobValue
objects. - ParameterErrors - Class in org.springframework.validation.method
-
Extension of
ParameterValidationResult
created for Object method parameters or return values with nested errors on their properties. - ParameterErrors(MethodParameter, Object, Errors, Object, Integer, Object) - Constructor for class org.springframework.validation.method.ParameterErrors
-
Create a
ParameterErrors
. - parameterInfoToTypes(MBeanParameterInfo[]) - Static method in class org.springframework.jmx.support.JmxUtils
-
Convert an array of
MBeanParameterInfo
into an array ofClass
instances corresponding to the parameters. - parameterInfoToTypes(MBeanParameterInfo[], ClassLoader) - Static method in class org.springframework.jmx.support.JmxUtils
-
Convert an array of
MBeanParameterInfo
into an array ofClass
instances corresponding to the parameters. - ParameterizableViewController - Class in org.springframework.web.servlet.mvc
-
Trivial controller that always returns a pre-configured view and optionally sets the response status code.
- ParameterizableViewController() - Constructor for class org.springframework.web.servlet.mvc.ParameterizableViewController
- ParameterizedPreparedStatementSetter<T> - Interface in org.springframework.jdbc.core
-
Parameterized callback interface used by the
JdbcTemplate
class for batch updates. - ParameterizedTypeReference<T> - Class in org.springframework.core
-
The purpose of this class is to enable capturing and passing a generic
Type
. - ParameterizedTypeReference() - Constructor for class org.springframework.core.ParameterizedTypeReference
- ParameterMapper - Interface in org.springframework.jdbc.core
-
Implement this interface when parameters need to be customized based on the connection.
- parameterName(String) - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder.ParameterResolverConfigurer
-
Set the name of the parameter to use to determine requested media types.
- parameterName(String) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Set the query parameter name to use when
ContentNegotiationConfigurer.favorParameter(boolean)
is on. - parameterNameDiscoverer - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
- ParameterNameDiscoverer - Interface in org.springframework.core
-
Interface to discover parameter names for methods and constructors.
- parameterNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Provide any modification of the column name passed in to match the meta-data currently used.
- parameterNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- parameterNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
- parameterNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
- ParameterResolutionDelegate - Class in org.springframework.beans.factory.annotation
-
Public delegate for resolving autowirable parameters on externally managed constructors and methods.
- parameterResolver() - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
-
Add a resolver to get the requested content type from a query parameter.
- ParameterResolverConfigurer() - Constructor for class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder.ParameterResolverConfigurer
- parameters() - Method in interface org.springframework.http.server.PathContainer.PathSegment
-
Path parameters associated with this path segment.
- ParameterValidationResult - Class in org.springframework.validation.method
-
Store and expose the results of method validation for a method parameter.
- ParameterValidationResult(MethodParameter, Object, Collection<? extends MessageSourceResolvable>, Object, Integer, Object, BiFunction<MessageSourceResolvable, Class<?>, Object>) - Constructor for class org.springframework.validation.method.ParameterValidationResult
-
Create a
ParameterValidationResult
. - params() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
-
Alias for
RequestMapping.params()
. - params() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
-
Alias for
RequestMapping.params()
. - params() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
-
Alias for
RequestMapping.params()
. - params() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
-
Alias for
RequestMapping.params()
. - params() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
-
Alias for
RequestMapping.params()
. - params() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
-
The parameters of the mapped request, narrowing the primary mapping.
- params() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get all parameters for this request.
- params(Object...) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind a var-args list of positional parameters for "?" placeholder resolution.
- params(String...) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
-
Set the request param conditions.
- params(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
-
Set the request param conditions.
- params(Consumer<MultiValueMap<String, String>>) - Method in interface org.springframework.web.servlet.function.ServerRequest.Builder
-
Manipulate this request's parameters with the given consumer.
- params(List<?>) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind a list of positional parameters for "?" placeholder resolution.
- params(Map<String, ?>) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind named statement parameters for ":x" placeholder resolution.
- params(MultiValueMap<String, String>) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Variant of
AbstractMockHttpServletRequestBuilder.param(String, String...)
with aMultiValueMap
. - params(MultiValueMap<String, String>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- paramSource(Object) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind named statement parameters for ":x" placeholder resolution.
- paramSource(SqlParameterSource) - Method in interface org.springframework.jdbc.core.simple.JdbcClient.StatementSpec
-
Bind named statement parameters for ":x" placeholder resolution.
- ParamsRequestCondition - Class in org.springframework.web.reactive.result.condition
-
A logical conjunction (
' && '
) request condition that matches a request against a set parameter expressions with syntax defined inRequestMapping.params()
. - ParamsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
A logical conjunction (
' && '
) request condition that matches a request against a set parameter expressions with syntax defined inRequestMapping.params()
. - ParamsRequestCondition(String...) - Constructor for class org.springframework.web.reactive.result.condition.ParamsRequestCondition
-
Create a new instance from the given param expressions.
- ParamsRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
-
Create a new instance from the given param expressions.
- ParamTag - Class in org.springframework.web.servlet.tags
-
The
<param>
tag collects name-value parameters and passes them to aParamAware
ancestor in the tag hierarchy. - ParamTag() - Constructor for class org.springframework.web.servlet.tags.ParamTag
- PARENT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PARENT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Special key to distinguish
owner.(parent)=parentBeanName
. - PARENT_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- parse(CharSequence) - Static method in class org.springframework.util.unit.DataSize
- parse(CharSequence, DataUnit) - Static method in class org.springframework.util.unit.DataSize
- parse(AnnotatedElement, RegisterReflection) - Method in class org.springframework.aot.hint.annotation.RegisterReflectionReflectiveProcessor
- parse(String) - Method in enum class org.springframework.format.annotation.DurationFormat.Unit
- parse(String) - Static method in class org.springframework.http.ContentDisposition
-
Parse a Content-Disposition header value as defined in RFC 2183.
- parse(String) - Static method in record class org.springframework.http.ETag
-
Parse entity tags from an "If-Match" or "If-None-Match" header.
- parse(String) - Static method in class org.springframework.mock.web.MockCookie
-
Factory method that parses the value of the supplied "Set-Cookie" header.
- parse(String) - Static method in class org.springframework.scheduling.support.CronExpression
-
Parse the given crontab expression string into a
CronExpression
. - parse(String) - Method in class org.springframework.web.util.pattern.PathPatternParser
-
Process the path pattern content, a character at a time, breaking it into path elements around separator boundaries and verifying the structure at each stage.
- parse(String, String) - Static method in interface org.springframework.http.server.RequestPath
-
Variant of
RequestPath.parse(URI, String)
with the encodedraw path
. - parse(String, Locale) - Method in class org.springframework.format.datetime.DateFormatter
- parse(String, Locale) - Method in class org.springframework.format.datetime.standard.DurationFormatter
- parse(String, Locale) - Method in class org.springframework.format.datetime.standard.InstantFormatter
- parse(String, Locale) - Method in class org.springframework.format.datetime.standard.TemporalAccessorParser
- parse(String, Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
- parse(String, Locale) - Method in class org.springframework.format.number.CurrencyStyleFormatter
- parse(String, Locale) - Method in class org.springframework.format.number.money.CurrencyUnitFormatter
- parse(String, Locale) - Method in class org.springframework.format.number.money.MonetaryAmountFormatter
- parse(String, Locale) - Method in interface org.springframework.format.Parser
-
Parse a text String to produce a T.
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - Method in class org.springframework.web.reactive.resource.CssLinkResourceTransformer.AbstractLinkParser
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - Method in interface org.springframework.web.reactive.resource.CssLinkResourceTransformer.LinkParser
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - Method in class org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - Method in interface org.springframework.web.servlet.resource.CssLinkResourceTransformer.LinkParser
- parse(String, DurationFormat.Style) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
-
Parse the given value to a duration.
- parse(String, DurationFormat.Style, DurationFormat.Unit) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
-
Parse the given value to a duration.
- parse(URI, String) - Static method in interface org.springframework.http.server.RequestPath
-
Parse the URI for a request into a
RequestPath
. - parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- parse(Element, ParserContext) - Method in interface org.springframework.beans.factory.xml.BeanDefinitionParser
-
Parse the specified
Element
and register the resultingBeanDefinition(s)
with theBeanDefinitionRegistry
embedded in the suppliedParserContext
. - parse(Element, ParserContext) - Method in interface org.springframework.beans.factory.xml.NamespaceHandler
-
Parse the specified
Element
and register any resultingBeanDefinitions
with theBeanDefinitionRegistry
that is embedded in the suppliedParserContext
. - parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.NamespaceHandlerSupport
-
Parses the supplied
Element
by delegating to theBeanDefinitionParser
that is registered for thatElement
. - parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler
- parse(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
- parse(Element, ParserContext) - Method in class org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser
- parse(Element, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
- parse(Element, ParserContext) - Method in class org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
- parse(Element, ParserContext) - Method in class org.springframework.web.servlet.config.CorsBeanDefinitionParser
- parse(Element, ParserContext) - Method in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
- PARSE_CONFIGURATION - Enum constant in enum class org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
-
The
Condition
should be evaluated as a@Configuration
class is being parsed. - parseAndCache(HttpServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
-
Parse the
requestURI
to aRequestPath
and save it in the request attributeServletRequestPathUtils.PATH_ATTRIBUTE
for subsequent use withparsed patterns
. - parseArrayElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse an array element.
- parseBeanDefinitionAttributes(Element, String, BeanDefinition, AbstractBeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Apply the attributes of the given bean element to the given bean * definition.
- parseBeanDefinitionElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parses the supplied
<bean>
element. - parseBeanDefinitionElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parses the supplied
<bean>
element. - parseBeanDefinitionElement(Element, String, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse the bean definition itself, without regard to name or aliases.
- parseBeanDefinitions(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Parse the elements at the root level in the document: "import", "alias", "bean".
- parseBeanNameGenerator(Element, ClassPathBeanDefinitionScanner) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
- parseCacheAnnotations(Class<?>) - Method in interface org.springframework.cache.annotation.CacheAnnotationParser
-
Parse the cache definition for the given class, based on an annotation type understood by this parser.
- parseCacheAnnotations(Class<?>) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
- parseCacheAnnotations(Method) - Method in interface org.springframework.cache.annotation.CacheAnnotationParser
-
Parse the cache definition for the given method, based on an annotation type understood by this parser.
- parseCacheAnnotations(Method) - Method in class org.springframework.cache.annotation.SpringCacheAnnotationParser
- parseCollectionElements(NodeList, Collection<Object>, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- parseConstructor(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseConstructor(Type[]) - Static method in class org.springframework.cglib.core.TypeUtils
- parseConstructorArgElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a constructor-arg element.
- parseConstructorArgElements(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse constructor-arg sub-elements of the given bean element.
- parseCustomElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a custom element (outside the default namespace).
- parseCustomElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a custom element (outside the default namespace).
- ParsedSql - Class in org.springframework.jdbc.core.namedparam
-
Holds information about a parsed SQL statement.
- ParseException - Exception in org.springframework.expression
-
Represent an exception that occurs during expression parsing.
- ParseException(int, String) - Constructor for exception org.springframework.expression.ParseException
-
Create a new expression parsing exception.
- ParseException(int, String, Throwable) - Constructor for exception org.springframework.expression.ParseException
-
Create a new expression parsing exception.
- ParseException(String, int, String) - Constructor for exception org.springframework.expression.ParseException
-
Create a new expression parsing exception.
- parseExpression(String) - Method in class org.springframework.context.expression.CachedExpressionEvaluator
-
Parse the specified
expression
. - parseExpression(String) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
- parseExpression(String) - Method in interface org.springframework.expression.ExpressionParser
-
Parse the expression string and return an
Expression
object that can be used for repeated evaluation. - parseExpression(String, ParserContext) - Method in class org.springframework.expression.common.TemplateAwareExpressionParser
- parseExpression(String, ParserContext) - Method in interface org.springframework.expression.ExpressionParser
-
Parse the expression string and return an
Expression
object that can be used for repeated evaluation. - parseExtensions(String) - Static method in class org.springframework.web.socket.WebSocketExtension
-
Parse the given, comma-separated string into a list of
WebSocketExtension
objects. - parseForwardedFor(URI, HttpHeaders, InetSocketAddress) - Static method in class org.springframework.web.util.ForwardedHeaderUtils
-
Parse the first "Forwarded: for=..." or "X-Forwarded-For" header value to an
InetSocketAddress
representing the address of the client. - parseIdRefElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return a typed String value Object for the given 'idref' element.
- parseInternal(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Central template method to actually parse the supplied
Element
into one or moreBeanDefinitions
. - parseInternal(Element, ParserContext) - Method in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
Creates a
BeanDefinitionBuilder
instance for thebean Class
and passes it to theAbstractSingleBeanDefinitionParser.doParse(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder)
strategy method. - parseKeyElement(Element, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a key sub-element of a map element.
- parseListElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a list element.
- parseLocale(String) - Static method in class org.springframework.util.StringUtils
-
Parse the given
String
value into aLocale
, accepting theLocale.toString()
format as well as BCP 47 language tags as specified byLocale.forLanguageTag(java.lang.String)
. - parseLocaleString(String) - Static method in class org.springframework.util.StringUtils
-
Parse the given
String
representation into aLocale
. - parseLocaleValue(String) - Method in class org.springframework.web.servlet.i18n.CookieLocaleResolver
-
Parse the given locale value coming from an incoming cookie.
- parseLocaleValue(String) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
-
Parse the given locale value as coming from a request parameter.
- parseLookupOverrideSubElements(Element, MethodOverrides) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse lookup-override sub-elements of the given bean element.
- parseMapElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a map element.
- parseMatrixVariables(String) - Static method in class org.springframework.web.util.WebUtils
-
Parse the given string with matrix variables.
- parseMediaType(String) - Static method in class org.springframework.http.MediaType
-
Parse the given String into a single
MediaType
. - parseMediaTypes(String) - Static method in class org.springframework.http.MediaType
-
Parse the comma-separated string into a list of
MediaType
objects. - parseMediaTypes(List<String>) - Static method in class org.springframework.http.MediaType
-
Parse the given list of (potentially) comma-separated strings into a list of
MediaType
objects. - parseMergeAttribute(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse the merge attribute of a collection element, if any.
- parseMetaElements(Element, BeanMetadataAttributeAccessor) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse the meta elements underneath the given element, if any.
- parseMimeType(String) - Static method in class org.springframework.util.MimeTypeUtils
-
Parse the given String into a single
MimeType
. - parseMimeTypes(String) - Static method in class org.springframework.util.MimeTypeUtils
-
Parse the comma-separated string into a mutable list of
MimeType
objects. - parseNumber(String, Class<T>) - Static method in class org.springframework.util.NumberUtils
-
Parse the given
text
into aNumber
instance of the given target class, using the correspondingdecode
/valueOf
method. - parseNumber(String, Class<T>, NumberFormat) - Static method in class org.springframework.util.NumberUtils
-
Parse the given
text
into aNumber
instance of the given target class, using the suppliedNumberFormat
. - parsePath(String) - Static method in interface org.springframework.http.server.PathContainer
- parsePath(String, PathContainer.Options) - Static method in interface org.springframework.http.server.PathContainer
-
Parse the path value into a sequence of
Separator
andPathSegment
elements. - parsePropertyElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a property element.
- parsePropertyElements(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse property sub-elements of the given bean element.
- parsePropertySubElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a value, ref or collection sub-element of a property or constructor-arg element.
- parsePropertySubElement(Element, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a value, ref or collection sub-element of a property or constructor-arg element.
- parsePropertyValue(Element, BeanDefinition, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Get the value of a property element.
- parsePropsElement(Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a props element.
- parseQualifierElement(Element, AbstractBeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a qualifier element.
- parseQualifierElements(Element, AbstractBeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse qualifier sub-elements of the given bean element.
- Parser<T> - Interface in org.springframework.format
-
Parses text strings to produce instances of T.
- parseRanges(String) - Static method in class org.springframework.http.HttpRange
-
Parse the given, comma-separated string into a list of
HttpRange
objects. - parseRaw(String) - Method in class org.springframework.expression.spel.standard.SpelExpressionParser
- ParserContext - Class in org.springframework.beans.factory.xml
-
Context that gets passed along a bean definition parsing process, encapsulating all relevant configuration as well as state.
- ParserContext - Interface in org.springframework.expression
-
Input provided to an expression parser that can influence an expression parsing/compilation routine.
- ParserContext(XmlReaderContext, BeanDefinitionParserDelegate) - Constructor for class org.springframework.beans.factory.xml.ParserContext
- ParserContext(XmlReaderContext, BeanDefinitionParserDelegate, BeanDefinition) - Constructor for class org.springframework.beans.factory.xml.ParserContext
- parseReplacedMethodSubElements(Element, MethodOverrides) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse replaced-method sub-elements of the given bean element.
- parseRoute(String) - Method in interface org.springframework.util.RouteMatcher
-
Return a parsed representation of the given route.
- parseRoute(String) - Method in class org.springframework.util.SimpleRouteMatcher
- parseRoute(String) - Method in class org.springframework.web.util.pattern.PathPatternRouteMatcher
- parseScope(Element, ClassPathBeanDefinitionScanner) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
- parseSetElement(Element, BeanDefinition) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Parse a set element.
- parseSignature(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseSqlStatement(String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Parse the SQL statement and locate any placeholders or named parameters.
- parseSqlStatementIntoString(String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
-
Parse the SQL statement and locate any placeholders or named parameters.
- ParseState - Class in org.springframework.beans.factory.parsing
-
Simple
ArrayDeque
-based structure for tracking the logical position during a parsing process. - ParseState() - Constructor for class org.springframework.beans.factory.parsing.ParseState
-
Create a new
ParseState
with an emptyArrayDeque
. - ParseState.Entry - Interface in org.springframework.beans.factory.parsing
-
Marker interface for entries into the
ParseState
. - parseStringValue(String, PropertyPlaceholderHelper.PlaceholderResolver) - Method in class org.springframework.util.PropertyPlaceholderHelper
- parseTimeZoneString(String) - Static method in class org.springframework.util.StringUtils
-
Parse the given
timeZoneString
value into aTimeZone
. - parseTransactionAnnotation(TransactionAttribute) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
- parseTransactionAnnotation(Transactional) - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - Method in class org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - Method in interface org.springframework.transaction.annotation.TransactionAnnotationParser
-
Parse the transaction attribute for the given method or class, based on an annotation type understood by this parser.
- parseTransactionAnnotation(AnnotationAttributes) - Method in class org.springframework.transaction.annotation.JtaTransactionAnnotationParser
- parseTransactionAnnotation(AnnotationAttributes) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
- parseTransactionAnnotation(Transactional) - Method in class org.springframework.transaction.annotation.SpringTransactionAnnotationParser
- parseType(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseTypeFilters(Element, ClassPathBeanDefinitionScanner, ParserContext) - Method in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
- parseTypes(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseValueElement(Element, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Return a typed String value Object for the given value element.
- parseXmlByteArray(byte[], String) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Parse the given XML content to a
Document
. - part(Part...) - Method in class org.springframework.test.web.servlet.request.AbstractMockMultipartHttpServletRequestBuilder
-
Add
Part
components to the request. - part(Part...) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
Add
Part
components to the request. - part(String, Object) - Method in class org.springframework.http.client.MultipartBodyBuilder
-
Add a part where the Object may be: String -- form field
Resource
-- file part Object -- content to be encoded (for example, to JSON). - part(String, Object, MediaType) - Method in class org.springframework.http.client.MultipartBodyBuilder
-
Variant of
MultipartBodyBuilder.part(String, Object)
that also accepts a MediaType. - Part - Interface in org.springframework.http.codec.multipart
-
Representation for a part in a "multipart/form-data" request.
- PartEvent - Interface in org.springframework.http.codec.multipart
-
Represents an event for a "multipart/form-data" request.
- PartEventHttpMessageReader - Class in org.springframework.http.codec.multipart
- PartEventHttpMessageReader() - Constructor for class org.springframework.http.codec.multipart.PartEventHttpMessageReader
- PartEventHttpMessageWriter - Class in org.springframework.http.codec.multipart
-
HttpMessageWriter
for writingPartEvent
objects. - PartEventHttpMessageWriter() - Constructor for class org.springframework.http.codec.multipart.PartEventHttpMessageWriter
- PartHttpMessageWriter - Class in org.springframework.http.codec.multipart
-
HttpMessageWriter
for writing withPart
. - PartHttpMessageWriter() - Constructor for class org.springframework.http.codec.multipart.PartHttpMessageWriter
- PARTIAL_CONTENT - Enum constant in enum class org.springframework.http.HttpStatus
-
206 Partial Content
. - PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
-
Suffix that gets appended to the
SessionFactory
toString()
representation for the "participate in existing session handling" request attribute. - PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
-
Suffix that gets appended to the EntityManagerFactory toString representation for the "participate in existing entity manager handling" request attribute.
- partitioned(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Add the "Partitioned" attribute to the cookie.
- partitioned(String, boolean) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Assert a cookie's "Partitioned" attribute.
- partitioned(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert whether the cookie is partitioned.
- PASSCODE - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- passivateObject(PooledObject<Object>) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
- PassThroughFilterChain - Class in org.springframework.mock.web
-
Implementation of the
FilterChain
interface which simply passes the call through to a given Filter/FilterChain combination (indicating the next Filter in the chain along with the FilterChain that it is supposed to work on) or to a given Servlet (indicating the end of the chain). - PassThroughFilterChain(Filter, FilterChain) - Constructor for class org.springframework.mock.web.PassThroughFilterChain
-
Create a new PassThroughFilterChain that delegates to the given Filter, calling it with the given FilterChain.
- PassThroughFilterChain(Servlet) - Constructor for class org.springframework.mock.web.PassThroughFilterChain
-
Create a new PassThroughFilterChain that delegates to the given Servlet.
- PassThroughSourceExtractor - Class in org.springframework.beans.factory.parsing
-
Simple
SourceExtractor
implementation that just passes the candidate source metadata object through for attachment. - PassThroughSourceExtractor() - Constructor for class org.springframework.beans.factory.parsing.PassThroughSourceExtractor
- PasswordInputTag - Class in org.springframework.web.servlet.tags.form
-
The
<password>
tag renders an HTML 'input' tag with type 'password' using the bound value. - PasswordInputTag() - Constructor for class org.springframework.web.servlet.tags.form.PasswordInputTag
- patch() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP PATCH request.
- patch() - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester
-
Prepare an HTTP PATCH request.
- patch() - Method in interface org.springframework.web.client.RestClient
-
Start building an HTTP PATCH request.
- patch() - Method in interface org.springframework.web.reactive.function.client.WebClient
-
Start building an HTTP PATCH request.
- patch(String, Object...) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP PATCH builder with the given string base uri template.
- patch(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
HTTP PATCH variant.
- patch(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a PATCH request. - patch(URI) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP PATCH builder with the given url.
- patch(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a PATCH request. - PATCH - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
- PATCH - Static variable in class org.springframework.http.HttpMethod
-
The HTTP method
PATCH
. - PATCH(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Return a
RequestPredicate
that matches if request's HTTP method isPATCH
and the givenpattern
matches against the request path. - PATCH(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return a
RequestPredicate
that matches if request's HTTP method isPATCH
and the givenpattern
matches against the request path. - PATCH(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PATCH
requests that match the given pattern. - PATCH(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PATCH
requests that match the given pattern and predicate. - PATCH(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PATCH
requests that match the given pattern. - PATCH(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PATCH
requests that match the given pattern and predicate. - PATCH(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles HTTP
PATCH
requests. - PATCH(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PATCH
requests that match the given predicate. - PATCH(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles HTTP
PATCH
requests. - PATCH(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PATCH
requests that match the given predicate. - PatchExchange - Annotation Interface in org.springframework.web.service.annotation
-
Shortcut for
@HttpExchange
for HTTP PATCH requests. - patchForObject(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Update a resource by PATCHing the given object to the URI template, and return the representation found in the response.
- patchForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
- patchForObject(String, Object, Class<T>, Map<String, ? extends Object>) - Method in interface org.springframework.web.client.RestOperations
-
Update a resource by PATCHing the given object to the URI template, and return the representation found in the response.
- patchForObject(String, Object, Class<T>, Map<String, ? extends Object>) - Method in class org.springframework.web.client.RestTemplate
- patchForObject(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Update a resource by PATCHing the given object to the URL, and return the representation found in the response.
- patchForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
- PatchMapping - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation for mapping HTTP
PATCH
requests onto specific handler methods. - path() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
-
Alias for
RequestMapping.path()
. - path() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
-
Alias for
RequestMapping.path()
. - path() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
-
Alias for
RequestMapping.path()
. - path() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
-
Alias for
RequestMapping.path()
. - path() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
-
Alias for
RequestMapping.path()
. - path() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
-
The path mapping URIs — for example,
"/profile"
. - path() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the request path.
- path() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- path() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the request path.
- path(String) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Set the cookie "Path" attribute.
- path(String) - Method in interface org.springframework.http.server.reactive.ServerHttpRequest.Builder
-
Set the path to use instead of the
"rawPath"
of the URI of the request with the following conditions: Ifuri
is also set, the path given here overrides the path of the given URI. - path(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Return a
RequestPredicate
that tests the request path against the given path pattern. - path(String) - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Receive notification of a path predicate.
- path(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return a
RequestPredicate
that tests the request path against the given path pattern. - path(String) - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Receive notification of a path predicate.
- path(String) - Method in interface org.springframework.web.util.UriBuilder
-
Append to the path of this builder.
- path(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- path(String, String) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Assert a cookie's "Path" attribute.
- path(String, String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's path.
- path(String, Consumer<RouterFunctions.Builder>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Route to a built router function if the given path prefix pattern applies.
- path(String, Consumer<RouterFunctions.Builder>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Route to a built router function if the given path prefix pattern applies.
- path(String, Supplier<RouterFunction<ServerResponse>>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Route to the supplied router function if the given path prefix pattern applies.
- path(String, Supplier<RouterFunction<ServerResponse>>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Route to the supplied router function if the given path prefix pattern applies.
- path(String, Matcher<? super String>) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Assert a cookie's "Path" attribute with a Hamcrest
Matcher
. - path(String, Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's path with a Hamcrest
Matcher
. - PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.ServletRequestPathUtils
-
Name of Servlet request attribute that holds the parsed
RequestPath
. - PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
-
Name of Servlet request attribute that holds a
resolved
lookupPath. - PATH_VARIABLES - Static variable in interface org.springframework.web.servlet.View
-
Name of the
HttpServletRequest
attribute that contains a Map with path variables. - PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
-
Name of the
attribute
that contains the path within the handler mapping, in case of a pattern match such as"/static/**"
or the full relevant URI otherwise. - PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
-
Name of the
HttpServletRequest
attribute that contains the path within the handler mapping, in case of a pattern match, or the full relevant URI (typically within the DispatcherServlet's mapping) else. - PathContainer - Interface in org.springframework.http.server
-
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements. - PathContainer.Element - Interface in org.springframework.http.server
-
A path element, either separator or path segment.
- PathContainer.Options - Class in org.springframework.http.server
-
Options to customize parsing based on the type of input path.
- PathContainer.PathSegment - Interface in org.springframework.http.server
-
Path segment element.
- PathContainer.Separator - Interface in org.springframework.http.server
-
Path separator element.
- PathEditor - Class in org.springframework.beans.propertyeditors
-
Editor for
java.nio.file.Path
, to directly populate a Path property instead of using a String property as bridge. - PathEditor() - Constructor for class org.springframework.beans.propertyeditors.PathEditor
-
Create a new PathEditor, using the default ResourceEditor underneath.
- PathEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.PathEditor
-
Create a new PathEditor, using the given ResourceEditor underneath.
- pathEquals(String, String) - Static method in class org.springframework.util.StringUtils
-
Compare two paths after normalization of them.
- pathExtension(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Deprecated, for removal: This API element is subject to removal in a future version.without replacement to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations and removals already applied to annotated controllers). For further context, please read issue #24179
- pathExtension(String) - Method in interface org.springframework.web.reactive.function.server.RequestPredicates.Visitor
-
Deprecated, for removal: This API element is subject to removal in a future version.without replacement to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations and removals already applied to annotated controllers). For further context, please read issue #24179
- pathExtension(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Deprecated, for removal: This API element is subject to removal in a future version.without replacement to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations and removals already applied to annotated controllers). For further context, please read issue #24179
- pathExtension(String) - Method in interface org.springframework.web.servlet.function.RequestPredicates.Visitor
-
Deprecated, for removal: This API element is subject to removal in a future version.without replacement to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations and removals already applied to annotated controllers). For further context, please read issue #24179
- pathExtension(Predicate<String>) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Deprecated, for removal: This API element is subject to removal in a future version.without replacement to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations and removals already applied to annotated controllers). For further context, please read issue #24179
- pathExtension(Predicate<String>) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Deprecated, for removal: This API element is subject to removal in a future version.without replacement to discourage use of path extensions for request mapping and for content negotiation (with similar deprecations and removals already applied to annotated controllers). For further context, please read issue #24179
- pathInfo(String) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Specify the portion of the requestURI that represents the pathInfo.
- pathInfo(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- PathMatchConfigurer - Class in org.springframework.web.reactive.config
-
Assist with configuring
HandlerMapping
's with path matching options. - PathMatchConfigurer - Class in org.springframework.web.servlet.config.annotation
-
Configure path matching options.
- PathMatchConfigurer() - Constructor for class org.springframework.web.reactive.config.PathMatchConfigurer
- PathMatchConfigurer() - Constructor for class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
- pathMatcher(PathMatcher) - Method in class org.springframework.web.servlet.config.annotation.InterceptorRegistration
-
Deprecated, for removal: This API element is subject to removal in a future version.use of
PathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. - PathMatcher - Interface in org.springframework.util
-
Strategy interface for
String
-based path matching. - pathMatching(Consumer<PathMatchConfigurer>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Configure path matching options.
- PathMatchingResourcePatternResolver - Class in org.springframework.core.io.support
-
A
ResourcePatternResolver
implementation that is able to resolve a specified resource location path into one or more matching Resources. - PathMatchingResourcePatternResolver() - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Create a
PathMatchingResourcePatternResolver
with aDefaultResourceLoader
. - PathMatchingResourcePatternResolver(ClassLoader) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Create a
PathMatchingResourcePatternResolver
with aDefaultResourceLoader
and the suppliedClassLoader
. - PathMatchingResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Create a
PathMatchingResourcePatternResolver
with the suppliedResourceLoader
. - PathPattern - Class in org.springframework.web.util.pattern
-
Representation of a parsed path pattern.
- PathPattern.PathMatchInfo - Class in org.springframework.web.util.pattern
-
Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.
- PathPattern.PathRemainingMatchInfo - Class in org.springframework.web.util.pattern
-
Holder for the result of a match on the start of a pattern.
- PathPatternParser - Class in org.springframework.web.util.pattern
-
Parser for URI path patterns producing
PathPattern
instances that can then be matched to requests. - PathPatternParser() - Constructor for class org.springframework.web.util.pattern.PathPatternParser
- PathPatternRouteMatcher - Class in org.springframework.web.util.pattern
-
RouteMatcher
built onPathPatternParser
that usesPathContainer
andPathPattern
as parsed representations of routes and patterns. - PathPatternRouteMatcher() - Constructor for class org.springframework.web.util.pattern.PathPatternRouteMatcher
-
Default constructor with
PathPatternParser
customized forMESSAGE_ROUTE
and without matching of trailing separator. - PathPatternRouteMatcher(PathPatternParser) - Constructor for class org.springframework.web.util.pattern.PathPatternRouteMatcher
-
Constructor with given
PathPatternParser
. - PathPatternsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
A logical disjunction (' || ') request condition that matches a request against a set of URL path patterns.
- PathPatternsRequestCondition() - Constructor for class org.springframework.web.servlet.mvc.condition.PathPatternsRequestCondition
-
Default constructor resulting in an
""
(empty path) mapping. - PathPatternsRequestCondition(PathPatternParser, String...) - Constructor for class org.springframework.web.servlet.mvc.condition.PathPatternsRequestCondition
-
Constructor with patterns to use.
- pathPredicates(PathPatternParser) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Return a function that creates new path-matching
RequestPredicates
from pattern Strings using the givenPathPatternParser
. - pathPredicates(PathPatternParser) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return a function that creates new path-matching
RequestPredicates
from pattern Strings using the givenPathPatternParser
. - PathResource - Class in org.springframework.core.io
-
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
FileSystemResource
- PathResource(String) - Constructor for class org.springframework.core.io.PathResource
-
Deprecated.Create a new
PathResource
from a path string. - PathResource(URI) - Constructor for class org.springframework.core.io.PathResource
-
Deprecated.Create a new
PathResource
from aURI
. - PathResource(Path) - Constructor for class org.springframework.core.io.PathResource
-
Deprecated.Create a new
PathResource
from aPath
handle. - PathResourceResolver - Class in org.springframework.web.reactive.resource
-
A simple
ResourceResolver
that tries to find a resource under the given locations matching to the request path. - PathResourceResolver - Class in org.springframework.web.servlet.resource
-
A simple
ResourceResolver
that tries to find a resource under the given locations matching to the request path. - PathResourceResolver() - Constructor for class org.springframework.web.reactive.resource.PathResourceResolver
- PathResourceResolver() - Constructor for class org.springframework.web.servlet.resource.PathResourceResolver
- paths(String...) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
-
Set the path patterns.
- paths(String...) - Static method in class org.springframework.web.reactive.result.method.RequestMappingInfo
-
Create a new
RequestMappingInfo.Builder
with the given paths. - paths(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
-
Set the URL path patterns.
- paths(String...) - Static method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
-
Create a new
RequestMappingInfo.Builder
with the given paths. - pathSegment(String...) - Method in interface org.springframework.web.util.UriBuilder
-
Append to the path using path segments.
- pathSegment(String...) - Method in class org.springframework.web.util.UriComponentsBuilder
- pathVar() - Element in annotation interface org.springframework.web.bind.annotation.MatrixVariable
-
The name of the URI path variable where the matrix variable is located, if necessary for disambiguation (for example, a matrix variable with the same name present in more than one path segment).
- pathVariable(String) - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the path variable with the given name, if present.
- pathVariable(String) - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- pathVariable(String) - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the path variable with the given name, if present.
- pathVariable(String, String) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
- pathVariable(PathVariable, ParameterValidationResult) - Method in interface org.springframework.web.method.annotation.HandlerMethodValidationException.Visitor
-
Handle results for
@PathVariable
method parameters. - PathVariable - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a URI template variable.
- PathVariableArgumentResolver - Class in org.springframework.web.service.invoker
-
HttpServiceArgumentResolver
for@PathVariable
annotated arguments. - PathVariableArgumentResolver(ConversionService) - Constructor for class org.springframework.web.service.invoker.PathVariableArgumentResolver
- PathVariableMapMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolver for
Map
method arguments annotated with@PathVariable
where the annotation does not specify a path variable name. - PathVariableMapMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves
Map
method arguments annotated with@PathVariable
where the annotation does not specify a path variable name. - PathVariableMapMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
- PathVariableMapMethodArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.PathVariableMapMethodArgumentResolver
- PathVariableMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method arguments annotated with @
PathVariable
. - PathVariableMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments annotated with an @
PathVariable
. - PathVariableMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
- PathVariableMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver
-
Create a new
PathVariableMethodArgumentResolver
. - pathVariables() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- pathVariables() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get all path variables for this request.
- pathVariables() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- pathVariables() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get all path variables for this request.
- pathVariables(Map<String, String>) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
- pathWithinApplication() - Method in interface org.springframework.http.server.RequestPath
-
The portion of the request path after the context path which is typically used for request mapping within the application.
- pattern() - Element in annotation interface org.springframework.context.annotation.ComponentScan.Filter
-
The pattern (or patterns) to use for the filter, as an alternative to specifying a Class
ComponentScan.Filter.value()
. - pattern() - Element in annotation interface org.springframework.format.annotation.DateTimeFormat
-
The custom pattern to use to format the field or method parameter.
- pattern() - Element in annotation interface org.springframework.format.annotation.NumberFormat
-
The custom pattern to use to format the field.
- PatternEditor - Class in org.springframework.beans.propertyeditors
-
Editor for
java.util.regex.Pattern
, to directly populate a Pattern property. - PatternEditor() - Constructor for class org.springframework.beans.propertyeditors.PatternEditor
-
Create a new PatternEditor with default settings.
- PatternEditor(int) - Constructor for class org.springframework.beans.propertyeditors.PatternEditor
-
Create a new PatternEditor with the given settings.
- PatternMatchUtils - Class in org.springframework.util
-
Utility methods for simple pattern matching, in particular for Spring's typical
xxx*
,*xxx
,*xxx*
, andxxx*yyy
pattern styles. - PatternMatchUtils() - Constructor for class org.springframework.util.PatternMatchUtils
- PatternParseException - Exception in org.springframework.web.util.pattern
-
Exception that is thrown when there is a problem with the pattern being parsed.
- PatternParseException.PatternMessage - Enum Class in org.springframework.web.util.pattern
-
The messages that can be included in a
PatternParseException
when there is a parse failure. - patternParser(PathPatternParser) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Enable URL path matching with parsed
PathPatterns
. - patternParser(PathPatternParser) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.RouterFunctionSpec
-
Enable URL path matching with parsed
PathPatterns
. - PatternsRequestCondition - Class in org.springframework.web.reactive.result.condition
-
A logical disjunction (' || ') request condition that matches a request against a set of URL path patterns.
- PatternsRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
Deprecated, for removal: This API element is subject to removal in a future version.use of
PathMatcher
andUrlPathHelper
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. - PatternsRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Deprecated.Constructor with URL patterns which are prepended with "/" if necessary.
- PatternsRequestCondition(String[], UrlPathHelper, PathMatcher) - Constructor for class org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
-
Deprecated.Constructor with URL patterns which are prepended with "/" if necessary.
- PatternsRequestCondition(List<PathPattern>) - Constructor for class org.springframework.web.reactive.result.condition.PatternsRequestCondition
-
Creates a new instance with the given URL patterns.
- PatternsRequestCondition(PathPattern...) - Constructor for class org.springframework.web.reactive.result.condition.PatternsRequestCondition
-
Creates a new instance with the given URL patterns.
- Payload - Annotation Interface in org.springframework.messaging.handler.annotation
-
Annotation that binds a method parameter to the payload of a message.
- PAYLOAD_TOO_LARGE - Enum constant in enum class org.springframework.http.HttpStatus
-
413 Payload Too Large
. - PayloadApplicationEvent<T> - Class in org.springframework.context
-
An
ApplicationEvent
that carries an arbitrary payload. - PayloadApplicationEvent(Object, T) - Constructor for class org.springframework.context.PayloadApplicationEvent
-
Create a new PayloadApplicationEvent, using the instance to infer its type.
- PayloadApplicationEvent(Object, T, ResolvableType) - Constructor for class org.springframework.context.PayloadApplicationEvent
-
Create a new PayloadApplicationEvent based on the provided payload type.
- PayloadArgumentResolver - Class in org.springframework.messaging.rsocket.service
-
RSocketServiceArgumentResolver
for@Payload
annotated arguments. - PayloadArgumentResolver(ReactiveAdapterRegistry, boolean) - Constructor for class org.springframework.messaging.rsocket.service.PayloadArgumentResolver
- PayloadMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.reactive
-
A resolver to extract and decode the payload of a message using a
Decoder
, where the payload is expected to be aPublisher
ofDataBuffer
. - PayloadMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
-
A resolver to extract and convert the payload of a message using a
MessageConverter
. - PayloadMethodArgumentResolver(List<? extends Decoder<?>>, Validator, ReactiveAdapterRegistry, boolean) - Constructor for class org.springframework.messaging.handler.annotation.reactive.PayloadMethodArgumentResolver
- PayloadMethodArgumentResolver(MessageConverter) - Constructor for class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
-
Create a new
PayloadArgumentResolver
with the givenMessageConverter
. - PayloadMethodArgumentResolver(MessageConverter, Validator) - Constructor for class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
- PayloadMethodArgumentResolver(MessageConverter, Validator, boolean) - Constructor for class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
- PayloadTooLargeException - Exception in org.springframework.web.server
-
Exception for errors that fit response status 413 (payload too large) for use in Spring Web applications.
- PayloadTooLargeException(Throwable) - Constructor for exception org.springframework.web.server.PayloadTooLargeException
- PayloadUtils - Class in org.springframework.messaging.rsocket
-
Static utility methods to create
Payload
fromDataBuffer
s and vice versa. - PayloadUtils() - Constructor for class org.springframework.messaging.rsocket.PayloadUtils
- PAYMENT_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
-
402 Payment Required
. - pd - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- peek() - Method in class org.springframework.beans.factory.parsing.ParseState
-
Return the
ParseState.Entry
currently at the top of theArrayDeque
ornull
if theArrayDeque
is empty. - PERCENT - Enum constant in enum class org.springframework.format.annotation.NumberFormat.Style
-
The percent format for the current locale.
- PercentStyleFormatter - Class in org.springframework.format.number
-
A formatter for number values in percent style.
- PercentStyleFormatter() - Constructor for class org.springframework.format.number.PercentStyleFormatter
- PerConnectionWebSocketHandler - Class in org.springframework.web.socket.handler
-
A
WebSocketHandler
that initializes and destroys aWebSocketHandler
instance for each WebSocket connection and delegates all other methods to it. - PerConnectionWebSocketHandler(Class<? extends WebSocketHandler>) - Constructor for class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
- PerConnectionWebSocketHandler(Class<? extends WebSocketHandler>, boolean) - Constructor for class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
- perform(RequestBuilder) - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester
-
Perform a request using the given
RequestBuilder
and return aresult
that can be used with standardAssertJ
assertions. - perform(RequestBuilder) - Method in class org.springframework.test.web.servlet.MockMvc
-
Perform a request and return a type that allows chaining further actions, such as asserting expectations, on the result.
- PerformanceMonitorInterceptor - Class in org.springframework.aop.interceptor
-
Simple AOP Alliance
MethodInterceptor
for performance monitoring. - PerformanceMonitorInterceptor() - Constructor for class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
-
Create a new PerformanceMonitorInterceptor with a static logger.
- PerformanceMonitorInterceptor(boolean) - Constructor for class org.springframework.aop.interceptor.PerformanceMonitorInterceptor
-
Create a new PerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.
- performAotProcessing() - Method in class org.springframework.test.context.aot.TestAotProcessor
-
Perform ahead-of-time processing of Spring integration test classes.
- performAotProcessing(GenericApplicationContext) - Method in class org.springframework.context.aot.ContextAotProcessor
-
Perform ahead-of-time processing of the specified context.
- PeriodicTrigger - Class in org.springframework.scheduling.support
-
A trigger for periodic task execution.
- PeriodicTrigger(long) - Constructor for class org.springframework.scheduling.support.PeriodicTrigger
-
Deprecated.as of 6.0, in favor on
PeriodicTrigger(Duration)
- PeriodicTrigger(long, TimeUnit) - Constructor for class org.springframework.scheduling.support.PeriodicTrigger
-
Deprecated.as of 6.0, in favor on
PeriodicTrigger(Duration)
- PeriodicTrigger(Duration) - Constructor for class org.springframework.scheduling.support.PeriodicTrigger
-
Create a trigger with the given period as a duration.
- PERMANENT_REDIRECT - Enum constant in enum class org.springframework.http.HttpStatus
-
308 Permanent Redirect
. - permanentRedirect(URI) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with a 308 Permanent Redirect status and a location header set to the given URI.
- permanentRedirect(URI) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with a 308 Permanent Redirect status and a location header set to the given URI.
- PermissionDeniedDataAccessException - Exception in org.springframework.dao
-
Exception thrown when the underlying resource denied a permission to access a specific element, such as a specific database table.
- PermissionDeniedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.PermissionDeniedDataAccessException
-
Constructor for PermissionDeniedDataAccessException.
- PERSISTENCE_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
-
The bean name of the internally managed JPA annotation processor.
- PersistenceAnnotationBeanPostProcessor - Class in org.springframework.orm.jpa.support
-
BeanPostProcessor that processes
PersistenceUnit
andPersistenceContext
annotations, for injection of the corresponding JPA resourcesEntityManagerFactory
andEntityManager
. - PersistenceAnnotationBeanPostProcessor() - Constructor for class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- PersistenceExceptionTranslationAdvisor - Class in org.springframework.dao.annotation
-
Spring AOP exception translation aspect for use at Repository or DAO layer level.
- PersistenceExceptionTranslationAdvisor(PersistenceExceptionTranslator, Class<? extends Annotation>) - Constructor for class org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
-
Create a new PersistenceExceptionTranslationAdvisor.
- PersistenceExceptionTranslationInterceptor - Class in org.springframework.dao.support
-
AOP Alliance MethodInterceptor that provides persistence exception translation based on a given PersistenceExceptionTranslator.
- PersistenceExceptionTranslationInterceptor() - Constructor for class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
Create a new PersistenceExceptionTranslationInterceptor.
- PersistenceExceptionTranslationInterceptor(ListableBeanFactory) - Constructor for class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
Create a new PersistenceExceptionTranslationInterceptor, autodetecting PersistenceExceptionTranslators in the given BeanFactory.
- PersistenceExceptionTranslationInterceptor(PersistenceExceptionTranslator) - Constructor for class org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
-
Create a new PersistenceExceptionTranslationInterceptor for the given PersistenceExceptionTranslator.
- PersistenceExceptionTranslationPostProcessor - Class in org.springframework.dao.annotation
-
Bean post-processor that automatically applies persistence exception translation to any bean marked with Spring's @
Repository
annotation, adding a correspondingPersistenceExceptionTranslationAdvisor
to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces). - PersistenceExceptionTranslationPostProcessor() - Constructor for class org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
- PersistenceExceptionTranslator - Interface in org.springframework.dao.support
-
Interface implemented by Spring integrations with data access technologies that throw runtime exceptions, such as JPA and Hibernate.
- PersistenceManagedTypes - Interface in org.springframework.orm.jpa.persistenceunit
-
Provide the list of managed persistent types that an entity manager should consider.
- PersistenceManagedTypesScanner - Class in org.springframework.orm.jpa.persistenceunit
-
Scanner of
PersistenceManagedTypes
. - PersistenceManagedTypesScanner(ResourceLoader) - Constructor for class org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypesScanner
-
Create a new
PersistenceManagedTypesScanner
for the given resource loader. - PersistenceManagedTypesScanner(ResourceLoader, ManagedClassNameFilter) - Constructor for class org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypesScanner
-
Create a new
PersistenceManagedTypesScanner
for the given resource loader. - PersistenceUnitManager - Interface in org.springframework.orm.jpa.persistenceunit
-
Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.
- PersistenceUnitPostProcessor - Interface in org.springframework.orm.jpa.persistenceunit
-
Callback interface for post-processing a JPA PersistenceUnitInfo.
- persistLocation() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- persistName() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- persistPeriod() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedAttribute
-
Set the persistPeriod field in a
Descriptor
. - persistPeriod() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedMetric
- persistPeriod() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- persistPolicy() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedAttribute
-
Set the persistPolicy field in a
Descriptor
. - persistPolicy() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedMetric
- persistPolicy() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- PessimisticLockingFailureException - Exception in org.springframework.dao
-
Exception thrown on a pessimistic locking violation.
- PessimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
-
Constructor for PessimisticLockingFailureException.
- PessimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
-
Constructor for PessimisticLockingFailureException.
- phase() - Element in annotation interface org.springframework.transaction.event.TransactionalEventListener
-
Phase to bind the handling of an event to.
- Phased - Interface in org.springframework.context
-
Interface for objects that may participate in a phased process such as lifecycle management.
- PING - Enum constant in enum class org.springframework.web.reactive.socket.WebSocketMessage.Type
-
WebSocket ping.
- pingMessage(Function<DataBufferFactory, DataBuffer>) - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
- pingMessage(Function<DataBufferFactory, DataBuffer>) - Method in interface org.springframework.web.reactive.socket.WebSocketSession
-
Factory method to create a ping WebSocketMessage using the
WebSocketSession.bufferFactory()
for the session. - PingMessage - Class in org.springframework.web.socket
-
A WebSocket ping message.
- PingMessage() - Constructor for class org.springframework.web.socket.PingMessage
-
Create a new ping message with an empty payload.
- PingMessage(ByteBuffer) - Constructor for class org.springframework.web.socket.PingMessage
-
Create a new ping message with the given ByteBuffer payload.
- PLACEHOLDER_ARGUMENT_TYPES - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[argumentTypes]
placeholder. - PLACEHOLDER_ARGUMENTS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[arguments]
placeholder. - PLACEHOLDER_EXCEPTION - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[exception]
placeholder. - PLACEHOLDER_INVOCATION_TIME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[invocationTime]
placeholder. - PLACEHOLDER_METHOD_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[methodName]
placeholder. - PLACEHOLDER_PREFIX - Static variable in class org.springframework.util.SystemPropertyUtils
-
Prefix for system property placeholders: "${".
- PLACEHOLDER_RETURN_VALUE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[returnValue]
placeholder. - PLACEHOLDER_SUFFIX - Static variable in class org.springframework.util.SystemPropertyUtils
-
Suffix for system property placeholders: "}".
- PLACEHOLDER_TARGET_CLASS_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[targetClassName]
placeholder. - PLACEHOLDER_TARGET_CLASS_SHORT_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
-
The
$[targetClassShortName]
placeholder. - PlaceholderConfigurerSupport - Class in org.springframework.beans.factory.config
-
Abstract base class for property resource configurers that resolve placeholders in bean definition property values.
- PlaceholderConfigurerSupport() - Constructor for class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- placeholderPrefix - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Defaults to "${".
- PlaceholderResolutionException - Exception in org.springframework.util
-
Thrown when the resolution of placeholder failed.
- placeholderSuffix - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Defaults to "}".
- placeholderValue(String, String) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Configure placeholder values to use.
- PLAIN - Static variable in interface org.springframework.core.annotation.AnnotationFilter
-
AnnotationFilter
that matches annotations in thejava.lang
andorg.springframework.lang
packages and their subpackages. - PlatformTransactionManager - Interface in org.springframework.transaction
-
This is the central interface in Spring's imperative transaction infrastructure.
- PluggableSchemaResolver - Class in org.springframework.beans.factory.xml
-
EntityResolver
implementation that attempts to resolve schema URLs into localclasspath resources
using a set of mappings files. - PluggableSchemaResolver(ClassLoader) - Constructor for class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
Loads the schema URL → schema file location mappings using the default mapping file pattern "META-INF/spring.schemas".
- PluggableSchemaResolver(ClassLoader, String) - Constructor for class org.springframework.beans.factory.xml.PluggableSchemaResolver
-
Loads the schema URL → schema file location mappings using the given mapping file pattern.
- Pointcut - Interface in org.springframework.aop
-
Core Spring pointcut abstraction.
- PointcutAdvisor - Interface in org.springframework.aop
-
Superinterface for all Advisors that are driven by a pointcut.
- PointcutComponentDefinition - Class in org.springframework.aop.config
-
ComponentDefinition
implementation that holds a pointcut definition. - PointcutComponentDefinition(String, BeanDefinition, String) - Constructor for class org.springframework.aop.config.PointcutComponentDefinition
- PointcutEntry - Class in org.springframework.aop.config
-
ParseState
entry representing a pointcut. - PointcutEntry(String) - Constructor for class org.springframework.aop.config.PointcutEntry
-
Create a new
PointcutEntry
instance. - Pointcuts - Class in org.springframework.aop.support
-
Pointcut constants for matching getters and setters, and static methods useful for manipulating and evaluating pointcuts.
- Pointcuts() - Constructor for class org.springframework.aop.support.Pointcuts
- POLICY_VIOLATION - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
- POLICY_VIOLATION - Static variable in class org.springframework.web.socket.CloseStatus
-
"1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
- PollableChannel - Interface in org.springframework.messaging
-
A
MessageChannel
from which messages may be actively received through polling. - pollForPurge() - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
-
Return any reference that has been garbage collected and can be purged from the underlying structure or
null
if no references need purging. - PollingSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
-
A SockJS session for use with polling HTTP transports.
- PollingSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
- PONG - Enum constant in enum class org.springframework.web.reactive.socket.WebSocketMessage.Type
-
WebSocket pong.
- pongMessage(Function<DataBufferFactory, DataBuffer>) - Method in class org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
- pongMessage(Function<DataBufferFactory, DataBuffer>) - Method in interface org.springframework.web.reactive.socket.WebSocketSession
-
Factory method to create a pong WebSocketMessage using the
WebSocketSession.bufferFactory()
for the session. - PongMessage - Class in org.springframework.web.socket
-
A WebSocket pong message.
- PongMessage() - Constructor for class org.springframework.web.socket.PongMessage
-
Create a new pong message with an empty payload.
- PongMessage(ByteBuffer) - Constructor for class org.springframework.web.socket.PongMessage
-
Create a new pong message with the given ByteBuffer payload.
- PooledDataBuffer - Interface in org.springframework.core.io.buffer
-
Extension of
DataBuffer
that allows for buffers that share a memory pool. - PoolingConfig - Interface in org.springframework.aop.target
-
Config interface for a pooling target source.
- pop() - Method in class org.springframework.beans.factory.parsing.ParseState
-
Remove an
ParseState.Entry
from theArrayDeque
. - pop() - Method in class org.springframework.cglib.core.CodeEmitter
- POP - Static variable in interface org.springframework.asm.Opcodes
- pop2() - Method in class org.springframework.cglib.core.CodeEmitter
- POP2 - Static variable in interface org.springframework.asm.Opcodes
- popActiveContextObject() - Method in class org.springframework.expression.spel.ExpressionState
- popAndRegisterContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
- popContainingComponent() - Method in class org.springframework.beans.factory.xml.ParserContext
- popNestedPath() - Method in class org.springframework.validation.AbstractErrors
- popNestedPath() - Method in exception org.springframework.validation.BindException
- popNestedPath() - Method in interface org.springframework.validation.Errors
-
Pop the former nested path from the nested path stack.
- popNestedPath() - Method in class org.springframework.validation.method.ParameterErrors
- popNestedPath() - Method in class org.springframework.web.bind.EscapedErrors
- popNestedPath() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- populate(Connection) - Method in class org.springframework.r2dbc.connection.init.CompositeDatabasePopulator
- populate(Connection) - Method in interface org.springframework.r2dbc.connection.init.DatabasePopulator
-
Populate, initialize, or clean up the database using the provided R2DBC
Connection
. - populate(Connection) - Method in class org.springframework.r2dbc.connection.init.ResourceDatabasePopulator
- populate(ConnectionFactory) - Method in interface org.springframework.r2dbc.connection.init.DatabasePopulator
-
Execute the given
DatabasePopulator
against the givenConnectionFactory
. - populate(Connection) - Method in class org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
- populate(Connection) - Method in interface org.springframework.jdbc.datasource.init.DatabasePopulator
-
Populate, initialize, or clean up the database using the provided JDBC connection.
- populate(Connection) - Method in class org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
-
Populate, initialize, or clean up the database using the provided JDBC connection.
- populateActivationSpecProperties(BeanWrapper, JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory
-
This implementation supports Spring's extended "maxConcurrency" and "prefetchSize" settings through detecting corresponding ActivationSpec properties: "maxSessions"/"maxNumberOfWorks" and "maxMessagesPerSessions"/"maxMessages", respectively (following ActiveMQ's and JORAM's naming conventions).
- populateActivationSpecProperties(BeanWrapper, JmsActivationSpecConfig) - Method in class org.springframework.jms.listener.endpoint.StandardJmsActivationSpecFactory
-
Populate the given ApplicationSpec object with the settings defined in the given configuration object.
- populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to add extra fields to the
Descriptor
for a particular attribute. - populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Adds descriptor fields from the
ManagedAttribute
attribute or theManagedMetric
attribute to the attribute descriptor. - populateBean(String, RootBeanDefinition, BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Populate the bean instance in the given BeanWrapper with the property values from the bean definition.
- POPULATED_REQUEST_CONTEXT_HOLDER_ATTRIBUTE - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
-
Attribute name for a
TestContext
attribute which indicates thatServletTestExecutionListener
has already populated Spring Web'sRequestContextHolder
. - populateDefaults(DocumentDefaultsDefinition, DocumentDefaultsDefinition, Element) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
Populate the given DocumentDefaultsDefinition instance with the default lazy-init, autowire, dependency check settings, init-method, destroy-method and merge settings.
- populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
-
Called after the
ModelMBeanInfo
instance has been constructed but before it is passed to theMBeanExporter
. - populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to add extra fields to the
Descriptor
for an MBean. - populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Adds descriptor fields from the
ManagedResource
attribute to the MBean descriptor. - populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Allows subclasses to add extra fields to the
Descriptor
for a particular operation. - populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Adds descriptor fields from the
ManagedAttribute
attribute to the attribute descriptor. - port(int) - Method in interface org.springframework.web.util.UriBuilder
-
Set the URI port.
- port(int) - Method in class org.springframework.web.util.UriComponentsBuilder
- port(String) - Method in interface org.springframework.web.util.UriBuilder
-
Set the URI port.
- port(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- position - Variable in exception org.springframework.expression.ExpressionException
- possiblyExpectingExceptions(FrameworkMethod, Object, Statement) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Perform the same logic as
BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement)
except that the expected exception is retrieved usingSpringJUnit4ClassRunner.getExpectedException(FrameworkMethod)
. - post() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP POST request.
- post() - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester
-
Prepare an HTTP POST request.
- post() - Method in interface org.springframework.web.client.RestClient
-
Start building an HTTP POST request.
- post() - Method in interface org.springframework.web.reactive.function.client.WebClient
-
Start building an HTTP POST request.
- post(String, Object...) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP POST builder with the given string base uri template.
- post(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
HTTP POST variant.
- post(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a POST request. - post(URI) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP POST builder with the given url.
- post(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a POST request. - POST - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
- POST - Static variable in class org.springframework.http.HttpMethod
-
The HTTP method
POST
. - POST(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Return a
RequestPredicate
that matches if request's HTTP method isPOST
and the givenpattern
matches against the request path. - POST(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return a
RequestPredicate
that matches if request's HTTP method isPOST
and the givenpattern
matches against the request path. - POST(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
POST
requests that match the given pattern. - POST(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
POST
requests that match the given pattern and predicate. - POST(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
POST
requests that match the given pattern. - POST(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
POST
requests that match the given pattern and predicate. - POST(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles HTTP
POST
requests. - POST(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
POST
requests that match the given predicate. - POST(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles HTTP
POST
requests. - POST(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
POST
requests that match the given predicate. - postConfigurer(Consumer<ObjectMapper>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
An option to apply additional customizations directly to the
ObjectMapper
instances at the end, after all other config properties of the builder have been applied. - PostExchange - Annotation Interface in org.springframework.web.service.annotation
-
Shortcut for
@HttpExchange
for HTTP POST requests. - POSTFIX_ERROR_CODE - Enum constant in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
-
Postfix the error code at the end of the generated message code.
- postForEntity(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and return the response as
ResponseEntity
. - postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
- postForEntity(String, Object, Class<T>, Map<String, ? extends Object>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and return the response as
HttpEntity
. - postForEntity(String, Object, Class<T>, Map<String, ? extends Object>) - Method in class org.springframework.web.client.RestTemplate
- postForEntity(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URL, and return the response as
ResponseEntity
. - postForEntity(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
- postForLocation(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and return the value of the
Location
header. - postForLocation(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
- postForLocation(String, Object, Map<String, ? extends Object>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and return the value of the
Location
header. - postForLocation(String, Object, Map<String, ? extends Object>) - Method in class org.springframework.web.client.RestTemplate
- postForLocation(URI, Object) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URL, and return the value of the
Location
header. - postForLocation(URI, Object) - Method in class org.springframework.web.client.RestTemplate
- postForObject(String, Object, Class<T>, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and return the representation found in the response.
- postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
- postForObject(String, Object, Class<T>, Map<String, ? extends Object>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URI template, and return the representation found in the response.
- postForObject(String, Object, Class<T>, Map<String, ? extends Object>) - Method in class org.springframework.web.client.RestTemplate
- postForObject(URI, Object, Class<T>) - Method in interface org.springframework.web.client.RestOperations
-
Create a new resource by POSTing the given object to the URL, and return the representation found in the response.
- postForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
- PostgresCallMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
Postgres-specific implementation for the
CallMetaDataProvider
interface. - PostgresCallMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
- POSTGRESQL - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
- PostgresSequenceMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
DataFieldMaxValueIncrementer
that retrieves the next value of a given PostgreSQL sequence. - PostgresSequenceMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer
-
Default constructor for bean property style usage.
- PostgresSequenceMaxValueIncrementer(DataSource, String) - Constructor for class org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer
-
Convenience constructor.
- PostgresTableMetaDataProvider - Class in org.springframework.jdbc.core.metadata
-
The PostgreSQL specific implementation of
TableMetaDataProvider
. - PostgresTableMetaDataProvider(DatabaseMetaData) - Constructor for class org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in interface org.springframework.web.servlet.HandlerInterceptor
-
Interception point after successful execution of a handler.
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
-
This implementation is empty.
- postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
- postHandle(WebRequest, ModelMap) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
- postHandle(WebRequest, ModelMap) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
-
Intercept the execution of a request handler after its successful invocation, right before view rendering (if any).
- PostMapping - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation for mapping HTTP
POST
requests onto specific handler methods. - postProcess(Class) - Method in class org.springframework.cglib.transform.AbstractClassLoader
- postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
-
Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.
- postProcess(NativeWebRequest, Callable<T>, Object) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Invoked after the
Callable
has produced a result in the async thread in which theCallable
is executed. - postProcess(NativeWebRequest, DeferredResult<T>, Object) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
-
Invoked after a
DeferredResult
has been set, viaDeferredResult.setResult(Object)
orDeferredResult.setErrorResult(Object)
, and is also ready to handle the concurrent result. - postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Create a proxy with the configured interceptors if the bean is identified as one to proxy by the subclass.
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.BeanPostProcessor
-
Apply this
BeanPostProcessor
to the given new bean instance after any bean initialization callbacks (like InitializingBean'safterPropertiesSet
or a custom init-method). - postProcessAfterInitialization(Object, String) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- postProcessAfterInstantiation(Object, String) - Method in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
Perform operations after the bean has been instantiated, via a constructor or factory method, but before Spring property population (from explicit properties or autowiring) occurs.
- postProcessAfterInstantiation(Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- postProcessAnnotationAttributes(Object, AnnotationAttributes, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Post-process the supplied
AnnotationAttributes
, preserving nested annotations asAnnotation
instances. - postProcessBeanDefinition(AbstractBeanDefinition, String) - Method in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
-
Apply further settings to the given bean definition, beyond the contents retrieved from scanning the component class.
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
-
Modify the application context's internal bean definition registry after its standard initialization.
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Derive further bean definitions from the configuration classes in the registry.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.annotation.CustomAutowireConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
-
Modify the application context's internal bean factory after its standard initialization.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.CustomEditorConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.CustomScopeConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.DeprecatedBeanWarner
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
-
Empty implementation of
BeanFactoryPostProcessor.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)
since customBeanDefinitionRegistryPostProcessor
implementations will typically only provide aBeanDefinitionRegistryPostProcessor.postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry)
method. - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Prepare the Configuration classes for servicing bean requests at runtime by replacing them with CGLIB-enhanced subclasses.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.event.EventListenerMethodProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Modify the application context's internal bean factory after its standard initialization.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Processing occurs by replacing ${...} placeholders in bean definitions by resolving each against this configurer's set of
PropertySources
, which includes: all environment property sources, if anEnvironment
is present merged local properties, if any have been specified any property sources set by callingPropertySourcesPlaceholderConfigurer.setPropertySources(org.springframework.core.env.PropertySources)
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
-
Register request/session scopes, a
ServletContextAwareProcessor
, etc. - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.GenericWebApplicationContext
-
Register request/session scopes, environment beans, a
ServletContextAwareProcessor
, etc. - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.context.support.StaticWebApplicationContext
-
Register request/session scopes, a
ServletContextAwareProcessor
, etc. - postProcessBeforeDestruction(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- postProcessBeforeDestruction(Object, String) - Method in interface org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor
-
Apply this BeanPostProcessor to the given bean instance before its destruction, for example, invoking custom destruction callbacks.
- postProcessBeforeDestruction(Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- postProcessBeforeDestruction(Object, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessBeforeDestruction(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in interface org.springframework.beans.factory.config.BeanPostProcessor
-
Apply this
BeanPostProcessor
to the given new bean instance before any bean initialization callbacks (like InitializingBean'safterPropertiesSet
or a custom init-method). - postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.annotation.ImportAwareAotBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.context.weaving.LoadTimeWeaverAwareProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.validation.beanvalidation.BeanValidationPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.context.support.ServletContextAwareProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.servlet.handler.SimpleServletPostProcessor
- postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- postProcessBeforeInstantiation(Class<?>, String) - Method in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
Apply this BeanPostProcessor before the target bean gets instantiated.
- postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- postProcessBeforeInstantiation(Class<?>, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- postProcessComponentDefinition(BeanComponentDefinition) - Method in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
Hook method called after the primary parsing of a
BeanComponentDefinition
but before theBeanComponentDefinition
has been registered with aBeanDefinitionRegistry
. - postProcessConfiguration(Configuration) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
To be overridden by subclasses that want to perform custom post-processing of the
Configuration
object after this factory performed its default initialization. - postProcessConfiguration(Configuration<?>) - Method in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
-
Post-process the given Bean Validation configuration, adding to or overriding any of its settings.
- postProcessEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
-
Optional callback for post-processing the native EntityManager before active use.
- postProcessEntityManager(EntityManager) - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Optional callback for post-processing the native EntityManager before active use.
- postProcessEntityManager(EntityManager) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- postProcessEntityManagerFactory(EntityManagerFactory) - Method in interface org.springframework.orm.jpa.JpaVendorAdapter
-
Optional callback for post-processing the native EntityManagerFactory before active use.
- postProcessEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
- postProcessEntityManagerFactory(EntityManagerFactory, PersistenceUnitInfo) - Method in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
-
Hook method allowing subclasses to customize the EntityManagerFactory after its creation via the PersistenceProvider.
- postProcessEvent(ApplicationEvent, Throwable) - Method in interface org.springframework.transaction.event.TransactionalApplicationListener.SynchronizationCallback
-
Called after a transactional event listener invocation.
- postProcessHttpRequest(ClassicHttpRequest) - Method in class org.springframework.http.client.HttpComponentsClientHttpRequestFactory
-
Template method that allows for manipulating the
ClassicHttpRequest
before it is returned as part of aHttpComponentsClientHttpRequest
. - postProcessJobDetail(JobDetail) - Method in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
Callback for post-processing the JobDetail to be exposed by this FactoryBean.
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in interface org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
-
Post-process the given merged bean definition for the specified bean.
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
- postProcessMessage(Message) - Method in interface org.springframework.jms.core.MessagePostProcessor
-
Process the given message.
- postProcessMessage(Message<?>) - Method in interface org.springframework.messaging.core.MessagePostProcessor
-
Process the given message.
- postProcessMessageCode(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
-
Post-process the given message code, built by this resolver.
- postProcessObjectFromFactoryBean(Object, String) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Applies the
postProcessAfterInitialization
callback of all registered BeanPostProcessors, giving them a chance to post-process the object obtained from FactoryBeans (for example, to auto-proxy them). - postProcessObjectFromFactoryBean(Object, String) - Method in class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
-
Post-process the given object that has been obtained from the FactoryBean.
- postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Hook method allowing subclasses to customize each PersistenceUnitInfo.
- postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - Method in interface org.springframework.orm.jpa.persistenceunit.PersistenceUnitPostProcessor
-
Post-process the given PersistenceUnitInfo, for example registering further entity classes and jar files.
- postProcessProducer(MessageProducer, Message) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Post-process the given message producer before using it to send the response.
- postProcessProperties(PropertyValues, Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- postProcessProperties(PropertyValues, Object, String) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- postProcessProperties(PropertyValues, Object, String) - Method in interface org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
-
Post-process the given property values before the factory applies them to the given bean.
- postProcessProperties(PropertyValues, Object, String) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- postProcessProperties(PropertyValues, Object, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- postProcessProperties(PropertyValues, Object, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- postProcessProxyFactory(ProxyFactory) - Method in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
A hook for subclasses to post-process the
ProxyFactory
before creating the proxy instance with it. - postProcessProxyFactory(ProxyFactory) - Method in class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
-
As of 4.2, this method adds
TransactionalProxy
to the set of proxy interfaces in order to avoid re-processing of transaction metadata. - postProcessRequest(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
- postProcessRequest(MockHttpServletRequest) - Method in interface org.springframework.test.web.servlet.request.RequestPostProcessor
-
Post-process the given
MockHttpServletRequest
after its creation and initialization through aMockHttpServletRequestBuilder
. - postProcessRequest(MockHttpServletRequest) - Method in interface org.springframework.test.web.servlet.SmartRequestBuilder
-
Apply request post-processing.
- postProcessResponse(Message, Message) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Post-process the given response message before it will be sent.
- postProcessTargetObject(Object) - Method in class org.springframework.aop.target.LazyInitTargetSource
-
Subclasses may override this method to perform additional processing on the target object when it is first loaded.
- postProcessTemplateLoaders(List<TemplateLoader>) - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
-
To be overridden by subclasses that want to register custom
TemplateLoader
instances after this factory created its default template loaders. - postProcessTemplateLoaders(List<TemplateLoader>) - Method in class org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer
-
This implementation registers an additional
ClassTemplateLoader
for the Spring-provided macros, added to the end of the list. - postProcessTemplateLoaders(List<TemplateLoader>) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
This implementation registers an additional
ClassTemplateLoader
for the Spring-provided macros, added to the end of the list. - postProcessTestInstance(Object, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
Delegates to
TestContextManager.prepareTestInstance(java.lang.Object)
. - postProcessView(FreeMarkerView) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
-
Post process the supplied
FreeMarkerView
after it has been loaded. - postProcessViewName(String) - Method in class org.springframework.web.servlet.mvc.UrlFilenameViewController
-
Build the full view name based on the given view name as indicated by the URL path.
- postProcessWebApplicationContext(ConfigurableWebApplicationContext) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Post-process the given WebApplicationContext before it is refreshed and activated as context for this servlet.
- postProcessXml(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Allow the XML to be extensible by processing any custom element types last, after we finished processing the bean definitions.
- postReceive(Message<?>, MessageChannel) - Method in interface org.springframework.messaging.support.ChannelInterceptor
-
Invoked immediately after a Message has been retrieved but before it is returned to the caller.
- postSend(Message<?>, MessageChannel, boolean) - Method in interface org.springframework.messaging.support.ChannelInterceptor
-
Invoked immediately after the send invocation.
- POWER - Enum constant in enum class org.springframework.expression.Operation
-
Power operation.
- PRAGMA - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Pragma
header field name. - precedenceOf(PropertySource<?>) - Method in class org.springframework.core.env.MutablePropertySources
-
Return the precedence of the given property source,
-1
if not found. - PRECONDITION_FAILED - Enum constant in enum class org.springframework.http.HttpStatus
-
412 Precondition failed
. - PRECONDITION_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
-
428 Precondition Required
. - preConstruction() - Element in annotation interface org.springframework.beans.factory.annotation.Configurable
-
Are dependencies to be injected prior to the construction of an object?
- Predicate - Interface in org.springframework.cglib.core
- predictBeanType(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- predictBeanType(Class<?>, String) - Method in interface org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
-
Predict the type of the bean to be eventually returned from this processor's
InstantiationAwareBeanPostProcessor.postProcessBeforeInstantiation(java.lang.Class<?>, java.lang.String)
callback. - predictBeanType(Class<?>, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
- predictBeanType(String, RootBeanDefinition, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
- predictBeanType(String, RootBeanDefinition, Class<?>...) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Predict the eventual bean type (of the processed bean instance) for the specified bean.
- PreferencesPlaceholderConfigurer - Class in org.springframework.beans.factory.config
-
Deprecated.as of 5.2, along with
PropertyPlaceholderConfigurer
- PreferencesPlaceholderConfigurer() - Constructor for class org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
-
Deprecated.
- preferPathMatcher() - Method in class org.springframework.web.servlet.config.annotation.PathMatchConfigurer
-
Deprecated, for removal: This API element is subject to removal in a future version.use of
PathMatcher
is deprecated for use at runtime in web modules in favor of parsed patterns withPathPatternParser
. - PREFERRED_CONSTRUCTORS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
The name of an attribute that can be
set
on aBeanDefinition
so that bean definitions can indicate one or more preferred constructors. - prefersShortLivedTasks() - Method in interface org.springframework.scheduling.SchedulingTaskExecutor
-
Does this
TaskExecutor
prefer short-lived tasks over long-lived tasks? - prefix(String) - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Configures the current
JsonPathResultMatchers
instance to verify that the JSON payload is prepended with the given prefix. - prefix(String) - Method in class org.springframework.web.reactive.config.UrlBasedViewResolverRegistration
-
Set the prefix that gets prepended to view names when building a URL.
- prefix(String) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
-
Set the prefix that gets prepended to view names when building a URL.
- PREFIX - Static variable in interface org.springframework.jms.support.JmsHeaders
-
Prefix used for JMS API related headers in order to distinguish from user-defined headers and other internal headers (for example, correlationId).
- PREFIX_COMMIT_RULE - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Prefix for commit-on-exception rules in description strings.
- PREFIX_COMMONS_POOL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
-
The CommonsPool2TargetSource prefix.
- PREFIX_ERROR_CODE - Enum constant in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
-
Prefix the error code at the beginning of the generated message code.
- PREFIX_ISOLATION - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Prefix for the isolation constants defined in TransactionDefinition.
- PREFIX_PROPAGATION - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Prefix for the propagation constants defined in TransactionDefinition.
- PREFIX_PROTOTYPE - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
-
The PrototypeTargetSource prefix.
- PREFIX_ROLLBACK_RULE - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
-
Prefix for rollback-on-exception rules in description strings.
- PREFIX_THREAD_LOCAL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
-
The ThreadLocalTargetSource prefix.
- PREFIX_TIMEOUT - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
-
Prefix for transaction timeout values in description strings.
- PrefixVersionPathStrategy(String) - Constructor for class org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
- PreFlightRequestHandler - Interface in org.springframework.web.cors
-
Handler for CORS pre-flight requests.
- PreFlightRequestHandler - Interface in org.springframework.web.cors.reactive
-
Handler for CORS pre-flight requests.
- PreFlightRequestWebFilter - Class in org.springframework.web.cors.reactive
-
WebFilter that handles pre-flight requests through a
PreFlightRequestHandler
and bypasses the rest of the chain. - PreFlightRequestWebFilter(PreFlightRequestHandler) - Constructor for class org.springframework.web.cors.reactive.PreFlightRequestWebFilter
-
Create an instance that will delegate to the given handler.
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.springframework.web.servlet.HandlerInterceptor
-
Interception point before the execution of a handler.
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.i18n.LocaleChangeInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.mvc.WebContentInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
- preHandle(WebRequest) - Method in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
-
Open a new Hibernate
Session
according and bind it to the thread via theTransactionSynchronizationManager
. - preHandle(WebRequest) - Method in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
- preHandle(WebRequest) - Method in interface org.springframework.web.context.request.WebRequestInterceptor
-
Intercept the execution of a request handler before its invocation.
- preInstantiateSingletons() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Ensure that all non-lazy-init singletons are instantiated, also considering
FactoryBeans
. - preInstantiateSingletons() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- PRELUDE - Static variable in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
- premain(String, Instrumentation) - Static method in class org.springframework.aot.agent.RuntimeHintsAgent
-
Deprecated.
- premain(String, Instrumentation) - Static method in class org.springframework.instrument.InstrumentationSavingAgent
-
Save the
Instrumentation
interface exposed by the JVM. - prepare() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
-
Ensures that an
MBeanServerConnection
is configured and attempts to detect a local connection if one is not supplied. - prepare() - Method in class org.springframework.jmx.access.NotificationListenerRegistrar
-
Registers the specified
NotificationListener
. - prepare() - Method in class org.springframework.util.MethodInvoker
-
Prepare the specified method.
- prepare(MimeMessage) - Method in interface org.springframework.mail.javamail.MimeMessagePreparator
-
Prepare the given new MimeMessage instance.
- prepareApplicationContext(Class<?>) - Method in class org.springframework.context.aot.ContextAotProcessor
-
Prepare the
GenericApplicationContext
for the specified application entry point to be used against anApplicationContextAotGenerator
. - prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Configure the factory's standard context characteristics, such as the context's ClassLoader and post-processors.
- prepareConnection(Connection) - Method in class org.springframework.r2dbc.connection.SingleConnectionFactory
-
Prepare the
Connection
before using it. - prepareConnection(Connection) - Method in class org.springframework.jms.connection.SingleConnectionFactory
-
Prepare the given Connection before it is exposed.
- prepareConnection(HttpURLConnection, String) - Method in class org.springframework.http.client.SimpleClientHttpRequestFactory
-
Template method for preparing the given
HttpURLConnection
. - prepareConnection(Connection) - Method in class org.springframework.jdbc.datasource.SingleConnectionDataSource
-
Prepare the given Connection before it is exposed.
- prepareConnectionForTransaction(Connection, TransactionDefinition) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
-
Prepare the given Connection with the given transaction semantics.
- prepareContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Prepare the
ConfigurableApplicationContext
created by thisSmartContextLoader
before bean definitions are read. - prepareContext(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
Prepare the
GenericApplicationContext
created by thisContextLoader
. - PreparedOperation<T> - Interface in org.springframework.r2dbc.core
-
Extension to
QueryOperation
for a prepared SQL querySupplier
with bound parameters. - PreparedStatementCallback<T> - Interface in org.springframework.jdbc.core
-
Generic callback interface for code that operates on a PreparedStatement.
- PreparedStatementCreator - Interface in org.springframework.jdbc.core
-
One of the two central callback interfaces used by the JdbcTemplate class.
- PreparedStatementCreatorFactory - Class in org.springframework.jdbc.core
-
Helper class that efficiently creates multiple
PreparedStatementCreator
objects with different parameters based on an SQL statement and a single set of parameter declarations. - PreparedStatementCreatorFactory(String) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Create a new factory.
- PreparedStatementCreatorFactory(String, int...) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Create a new factory with the given SQL and JDBC types.
- PreparedStatementCreatorFactory(String, List<SqlParameter>) - Constructor for class org.springframework.jdbc.core.PreparedStatementCreatorFactory
-
Create a new factory with the given SQL and parameters.
- PreparedStatementSetter - Interface in org.springframework.jdbc.core
-
General callback interface used by the
JdbcTemplate
class. - prepareFlushMode(Session, boolean) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
- prepareForCommit(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.transaction.reactive.AbstractReactiveTransactionManager
-
Make preparations for commit, to be performed before the
beforeCommit
synchronization callbacks occur. - prepareForCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Make preparations for commit, to be performed before the
beforeCommit
synchronization callbacks occur. - prepareForRendering(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.InternalResourceView
-
Prepare for rendering, and determine the request dispatcher path to forward to (or to include).
- prepareMethodOverride(MethodOverride) - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Validate and prepare the given method override.
- prepareMethodOverrides() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Validate and prepare the method overrides defined for this bean.
- preparePersistenceUnitInfos() - Method in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
-
Prepare the PersistenceUnitInfos according to the configuration of this manager: scanning for
persistence.xml
files, parsing all matching files, configuring and post-processing them. - prepareProxyFactory(Object, String) - Method in class org.springframework.aop.framework.AbstractAdvisingBeanPostProcessor
-
Prepare a
ProxyFactory
for the given bean. - prepareProxyFactory(Object, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractBeanFactoryAwareAdvisingPostProcessor
- prepareRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Prepare this context for refreshing, setting its startup date and active flag as well as performing any initialization of property sources.
- prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.AbstractView
-
Prepare the given response for rendering.
- prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
- prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.script.ScriptTemplateView
- prepareResponse(HttpServletResponse) - Method in class org.springframework.web.servlet.support.WebContentGenerator
-
Prepare the given response according to the settings of this generator.
- prepareResponse(Exception, HttpServletResponse) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Prepare the response for the exceptional case.
- prepareScriptBeans(BeanDefinition, String, String) - Method in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
Prepare the script beans in the internal BeanFactory that this post-processor uses.
- prepareSharedConnection(Connection) - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Prepare the given Connection, which is about to be registered as shared Connection for this container.
- prepareSharedConnection(Connection) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Registers this listener container as JMS ExceptionListener on the shared connection.
- prepareSynchronization(DefaultTransactionStatus, TransactionDefinition) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
-
Initialize transaction synchronization as appropriate.
- prepareTestInstance(Object) - Method in class org.springframework.test.context.TestContextManager
-
Hook for preparing a test instance prior to execution of any individual test methods — for example, to inject dependencies.
- prepareTestInstance(TestContext) - Method in class org.springframework.test.context.bean.override.BeanOverrideTestExecutionListener
-
Inject each
@BeanOverride
field in the test instance of the supplied test context with a corresponding bean override instance. - prepareTestInstance(TestContext) - Method in class org.springframework.test.context.event.ApplicationEventsTestExecutionListener
- prepareTestInstance(TestContext) - Method in class org.springframework.test.context.event.EventPublishingTestExecutionListener
- prepareTestInstance(TestContext) - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
-
The default implementation is empty.
- prepareTestInstance(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
Performs dependency injection on the
test instance
of the suppliedtest context
byautowiring
andinitializing
the test instance via its ownapplication context
(without checking dependencies). - prepareTestInstance(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
-
Prepares the test instance of the supplied test context — for example, to inject dependencies.
- prepareTestInstance(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
Sets up thread-local state during the test instance preparation callback phase via Spring Web's
RequestContextHolder
, but only if the test class is annotated with@WebAppConfiguration
. - PrepareTestInstance - Annotation Interface in org.springframework.test.context.event.annotation
-
@EventListener
annotation used to consume aPrepareTestInstanceEvent
published by theEventPublishingTestExecutionListener
. - PrepareTestInstanceEvent - Class in org.springframework.test.context.event
-
TestContextEvent
published by theEventPublishingTestExecutionListener
whenTestExecutionListener.prepareTestInstance(TestContext)
is invoked. - PrepareTestInstanceEvent(TestContext) - Constructor for class org.springframework.test.context.event.PrepareTestInstanceEvent
- prepareTransaction(EntityManager, boolean, String) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
- prepareTransaction(EntityManager, boolean, String) - Method in interface org.springframework.orm.jpa.JpaDialect
-
Prepare a JPA transaction, applying the specified semantics.
- prepareTransaction(EntityManager, boolean, String) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
- prepareTransactionalConnection(Connection, TransactionDefinition) - Method in class org.springframework.r2dbc.connection.R2dbcTransactionManager
-
Prepare the transactional
Connection
right after transaction begin. - prepareTransactionalConnection(Connection, TransactionDefinition) - Method in class org.springframework.jdbc.datasource.DataSourceTransactionManager
-
Prepare the transactional
Connection
right after transaction begin. - prepareTransactionInfo(PlatformTransactionManager, TransactionAttribute, String, TransactionStatus) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Prepare a TransactionInfo for the given attribute and status object.
- prepareWriter(Map<String, Object>, PdfWriter, HttpServletRequest) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
-
Prepare the given PdfWriter.
- preProcess(NativeWebRequest, Callable<T>) - Method in interface org.springframework.web.context.request.async.CallableProcessingInterceptor
-
Invoked after the start of concurrent handling in the async thread in which the
Callable
is executed and before the actual invocation of theCallable
. - preProcess(NativeWebRequest, DeferredResult<T>) - Method in interface org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
-
Invoked immediately after the start of concurrent handling, in the same thread that started it.
- preProcessContent(String) - Method in class org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
- preProcessEvent(ApplicationEvent) - Method in interface org.springframework.transaction.event.TransactionalApplicationListener.SynchronizationCallback
-
Called before transactional event listener invocation.
- preProcessResponse(Object) - Method in class org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener
-
Pre-process the given result before it is converted to a
Message
. - preProcessResponse(Object) - Method in class org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
- preProcessXml(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Allow the XML to be extensible by processing any custom element types first, before we start to process the bean definitions.
- preReceive(MessageChannel) - Method in interface org.springframework.messaging.support.ChannelInterceptor
-
Invoked as soon as receive is called and before a Message is actually retrieved.
- preSend(Message<?>, MessageChannel) - Method in interface org.springframework.messaging.support.ChannelInterceptor
-
Invoked before the Message is actually sent to the channel.
- preSend(Message<?>, MessageChannel) - Method in class org.springframework.messaging.support.ImmutableMessageChannelInterceptor
- PRESERVE_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
-
Bean definition attribute that may indicate whether a given bean is supposed to be proxied with its target class (in case of it getting proxied in the first place).
- prettyPrint() - Method in class org.springframework.util.StopWatch
-
Generate a table describing all tasks performed in seconds (with decimal points in nanosecond precision).
- prettyPrint(TimeUnit) - Method in class org.springframework.util.StopWatch
-
Generate a table describing all tasks performed in the requested time unit (with decimal points in nanosecond precision).
- preventCaching(HttpServletResponse) - Method in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
-
Prevents the response from being cached, through setting corresponding HTTP
Cache-Control: no-store
header. - previous() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- previous() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Move the cursor to the previous row.
- previousPage() - Method in class org.springframework.beans.support.PagedListHolder
-
Switch to previous page.
- Primary - Annotation Interface in org.springframework.context.annotation
-
Indicates that a bean should be given preference when multiple candidates are qualified to autowire a single-valued dependency.
- PRIMARY_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- principal() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- principal() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the authenticated user for the request, if any.
- principal() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- principal() - Method in interface org.springframework.web.servlet.function.ServerRequest
-
Get the authenticated user for the request, if any.
- principal(Principal) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
- principal(Principal) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Set the principal of the request.
- principal(Principal) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- principal(Mono<Principal>) - Method in interface org.springframework.web.server.ServerWebExchange.Builder
-
Set the
Mono<Principal>
to return for this exchange. - PrincipalMethodArgumentResolver - Class in org.springframework.messaging.simp.annotation.support
-
Resolver for arguments of type
Principal
, includingOptional<Principal>
. - PrincipalMethodArgumentResolver - Class in org.springframework.web.reactive.result.method.annotation
-
Resolves method argument value of type
Principal
. - PrincipalMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves an argument of type
Principal
, similar toServletRequestMethodArgumentResolver
but irrespective of whether the argument is annotated or not. - PrincipalMethodArgumentResolver() - Constructor for class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
- PrincipalMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.PrincipalMethodArgumentResolver
- PrincipalMethodArgumentResolver(ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.method.annotation.PrincipalMethodArgumentResolver
- print() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
-
Print
MvcResult
details to the "standard" output stream. - print(boolean) - Method in class org.springframework.mock.web.MockBodyContent
- print(boolean) - Method in class org.springframework.mock.web.MockJspWriter
- print(char) - Method in class org.springframework.mock.web.MockBodyContent
- print(char) - Method in class org.springframework.mock.web.MockJspWriter
- print(char[]) - Method in class org.springframework.mock.web.MockBodyContent
- print(char[]) - Method in class org.springframework.mock.web.MockJspWriter
- print(double) - Method in class org.springframework.mock.web.MockBodyContent
- print(double) - Method in class org.springframework.mock.web.MockJspWriter
- print(float) - Method in class org.springframework.mock.web.MockBodyContent
- print(float) - Method in class org.springframework.mock.web.MockJspWriter
- print(int) - Method in class org.springframework.mock.web.MockBodyContent
- print(int) - Method in class org.springframework.mock.web.MockJspWriter
- print(long) - Method in class org.springframework.mock.web.MockBodyContent
- print(long) - Method in class org.springframework.mock.web.MockJspWriter
- print(OutputStream) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
-
Print
MvcResult
details to the suppliedOutputStream
. - print(Writer) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
- print(Number, Locale) - Method in class org.springframework.format.number.AbstractNumberFormatter
- print(Object) - Method in class org.springframework.mock.web.MockBodyContent
- print(Object) - Method in class org.springframework.mock.web.MockJspWriter
- print(String) - Method in class org.springframework.mock.web.MockBodyContent
- print(String) - Method in class org.springframework.mock.web.MockJspWriter
- print(Duration) - Method in enum class org.springframework.format.annotation.DurationFormat.Unit
-
Print the given
Duration
as aString
, converting it to a long value using this unit's precision viaDurationFormat.Unit.longValue(Duration)
and appending this unit's simplesuffix
. - print(Duration, Locale) - Method in class org.springframework.format.datetime.standard.DurationFormatter
- print(Duration, DurationFormat.Style) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
-
Print the specified duration in the specified style.
- print(Duration, DurationFormat.Style, DurationFormat.Unit) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
-
Print the specified duration in the specified style using the given unit.
- print(Instant, Locale) - Method in class org.springframework.format.datetime.standard.InstantFormatter
- print(TemporalAccessor, Locale) - Method in class org.springframework.format.datetime.standard.TemporalAccessorPrinter
- print(Date, Locale) - Method in class org.springframework.format.datetime.DateFormatter
- print(CurrencyUnit, Locale) - Method in class org.springframework.format.number.money.CurrencyUnitFormatter
- print(MonetaryAmount, Locale) - Method in class org.springframework.format.number.money.MonetaryAmountFormatter
- print(T, Locale) - Method in interface org.springframework.format.Printer
-
Print the object of type T for display.
- printAsyncResult(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
- Printer<T> - Interface in org.springframework.format
-
Prints objects of type T for display.
- printFiles(PrintStream) - Method in class org.springframework.core.test.tools.TestCompiler
-
Print the contents of the source and resource files to the specified
PrintStream
. - printFlashMap(FlashMap) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
Print "output" flash attributes.
- printHandler(Object, HandlerInterceptor[]) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
Print the handler.
- printHeading(String) - Method in interface org.springframework.test.web.servlet.result.PrintingResultHandler.ResultValuePrinter
- PrintingResultHandler - Class in org.springframework.test.web.servlet.result
-
Result handler that prints
MvcResult
details to a given output stream — for example:System.out
,System.err
, a customjava.io.PrintWriter
, etc. - PrintingResultHandler(PrintingResultHandler.ResultValuePrinter) - Constructor for class org.springframework.test.web.servlet.result.PrintingResultHandler
-
Protected constructor.
- PrintingResultHandler.ResultValuePrinter - Interface in org.springframework.test.web.servlet.result
-
A contract for how to actually write result information.
- println() - Method in class org.springframework.mock.web.MockBodyContent
- println() - Method in class org.springframework.mock.web.MockJspWriter
- println(boolean) - Method in class org.springframework.mock.web.MockBodyContent
- println(boolean) - Method in class org.springframework.mock.web.MockJspWriter
- println(char) - Method in class org.springframework.mock.web.MockBodyContent
- println(char) - Method in class org.springframework.mock.web.MockJspWriter
- println(char[]) - Method in class org.springframework.mock.web.MockBodyContent
- println(char[]) - Method in class org.springframework.mock.web.MockJspWriter
- println(double) - Method in class org.springframework.mock.web.MockBodyContent
- println(double) - Method in class org.springframework.mock.web.MockJspWriter
- println(float) - Method in class org.springframework.mock.web.MockBodyContent
- println(float) - Method in class org.springframework.mock.web.MockJspWriter
- println(int) - Method in class org.springframework.mock.web.MockBodyContent
- println(int) - Method in class org.springframework.mock.web.MockJspWriter
- println(long) - Method in class org.springframework.mock.web.MockBodyContent
- println(long) - Method in class org.springframework.mock.web.MockJspWriter
- println(Object) - Method in class org.springframework.mock.web.MockBodyContent
- println(Object) - Method in class org.springframework.mock.web.MockJspWriter
- println(String) - Method in class org.springframework.mock.web.MockBodyContent
- println(String) - Method in class org.springframework.mock.web.MockJspWriter
- printModelAndView(ModelAndView) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
Print the ModelAndView.
- printRequest(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
Print the request.
- printResolvedException(Exception) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
Print exceptions resolved through a HandlerExceptionResolver.
- printResponse(MockHttpServletResponse) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
Print the response.
- printStackTrace(PrintStream) - Method in exception org.springframework.beans.factory.BeanCreationException
- printStackTrace(PrintStream) - Method in exception org.springframework.beans.PropertyBatchUpdateException
- printStackTrace(PrintStream) - Method in exception org.springframework.mail.MailSendException
- printStackTrace(PrintWriter) - Method in exception org.springframework.beans.factory.BeanCreationException
- printStackTrace(PrintWriter) - Method in exception org.springframework.beans.PropertyBatchUpdateException
- printStackTrace(PrintWriter) - Method in exception org.springframework.mail.MailSendException
- printValue(String, Object) - Method in interface org.springframework.test.web.servlet.result.PrintingResultHandler.ResultValuePrinter
- PrioritizedParameterNameDiscoverer - Class in org.springframework.core
-
ParameterNameDiscoverer
implementation that tries several discoverer delegates in succession. - PrioritizedParameterNameDiscoverer() - Constructor for class org.springframework.core.PrioritizedParameterNameDiscoverer
- PRIORITY - Static variable in interface org.springframework.jms.support.JmsHeaders
-
The message priority level.
- PriorityOrdered - Interface in org.springframework.core
- PRIVATE - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
-
Private visibility.
- PRIVATE_FINAL_STATIC - Static variable in interface org.springframework.cglib.core.Constants
- Problem - Class in org.springframework.beans.factory.parsing
-
Represents a problem with a bean definition configuration.
- Problem(String, Location) - Constructor for class org.springframework.beans.factory.parsing.Problem
-
Create a new instance of the
Problem
class. - Problem(String, Location, ParseState, Throwable) - Constructor for class org.springframework.beans.factory.parsing.Problem
-
Create a new instance of the
Problem
class. - Problem(String, Location, ParseState) - Constructor for class org.springframework.beans.factory.parsing.Problem
-
Create a new instance of the
Problem
class. - PROBLEM_LOCATING_METHOD - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- ProblemDetail - Class in org.springframework.http
-
Representation for an RFC 9457 problem detail.
- ProblemDetail() - Constructor for class org.springframework.http.ProblemDetail
-
No-arg constructor, for deserialization.
- ProblemDetail(int) - Constructor for class org.springframework.http.ProblemDetail
-
Protected constructor for subclasses.
- ProblemDetail(ProblemDetail) - Constructor for class org.springframework.http.ProblemDetail
-
Copy constructor that a subclass can use to re-create and extend a
ProblemDetail
with additional properties. - ProblemDetailJacksonMixin - Interface in org.springframework.http.converter.json
-
An interface to associate Jackson annotations with
ProblemDetail
to avoid a hard dependency on the Jackson library. - ProblemDetailJacksonXmlMixin - Interface in org.springframework.http.converter.json
-
Provides the same declarations as
ProblemDetailJacksonMixin
and some additional ones to support XML serialization whenjackson-dataformat-xml
is on the classpath. - ProblemReporter - Interface in org.springframework.beans.factory.parsing
-
SPI interface allowing tools and other external processes to handle errors and warnings reported during bean definition parsing.
- procedureNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Provide any modification of the procedure name passed in to match the meta-data currently used.
- procedureNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
- proceed() - Method in interface org.aopalliance.intercept.Joinpoint
-
Proceed to the next interceptor in the chain.
- proceed() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- proceed() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
- proceed(Object[]) - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- proceedWithInvocation() - Method in interface org.springframework.transaction.interceptor.TransactionAspectSupport.InvocationCallback
- process() - Method in class org.springframework.context.aot.AbstractAotProcessor
-
Run AOT processing.
- process(CorsConfiguration, ServerWebExchange) - Method in interface org.springframework.web.cors.reactive.CorsProcessor
-
Process a request using the given
CorsConfiguration
. - process(CorsConfiguration, ServerWebExchange) - Method in class org.springframework.web.cors.reactive.DefaultCorsProcessor
- process(Properties, Map<String, Object>) - Method in interface org.springframework.beans.factory.config.YamlProcessor.MatchCallback
-
Process the given representation of the parsing results.
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.springframework.context.index.processor.CandidateComponentsIndexer
-
Deprecated.
- process(ImageReadParam) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Template method that allows for manipulating the
ImageReadParam
before it is used to read an image. - process(ImageWriteParam) - Method in class org.springframework.http.converter.BufferedImageHttpMessageConverter
-
Template method that allows for manipulating the
ImageWriteParam
before it is used to write an image. - process(YamlProcessor.MatchCallback) - Method in class org.springframework.beans.factory.config.YamlProcessor
-
Provide an opportunity for subclasses to process the Yaml parsed from the supplied resources.
- process(AnnotationMetadata, DeferredImportSelector) - Method in interface org.springframework.context.annotation.DeferredImportSelector.Group
-
Process the
AnnotationMetadata
of the importing @Configuration
class using the specifiedDeferredImportSelector
. - process_array(CodeEmitter, Type, ProcessArrayCallback) - Static method in class org.springframework.cglib.core.EmitUtils
-
Process an array on the stack.
- process_arrays(CodeEmitter, Type, ProcessArrayCallback) - Static method in class org.springframework.cglib.core.EmitUtils
-
Process two arrays on the stack in parallel.
- process_switch(int[], ProcessSwitchCallback) - Method in class org.springframework.cglib.core.CodeEmitter
- process_switch(int[], ProcessSwitchCallback, boolean) - Method in class org.springframework.cglib.core.CodeEmitter
- processAction(HttpServletRequest, String, String) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
-
Invoked when a new form action is rendered.
- processAction(ServerWebExchange, String, String) - Method in interface org.springframework.web.reactive.result.view.RequestDataValueProcessor
-
Invoked when a new form action is rendered.
- processAheadOfTime(Stream<Class<?>>) - Method in class org.springframework.test.context.aot.TestContextAotGenerator
-
Process each of the supplied Spring integration test classes and generate AOT artifacts.
- processAheadOfTime(RuntimeHints, Class<?>, ClassLoader) - Method in interface org.springframework.test.context.aot.AotTestExecutionListener
-
Process the supplied test class ahead-of-time using the given
RuntimeHints
instance. - processAheadOfTime(RuntimeHints, Class<?>, ClassLoader) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
Process the supplied test class and its methods and register run-time hints for any SQL scripts configured or detected as classpath resources via
@Sql
. - processAheadOfTime(ConfigurableListableBeanFactory) - Method in interface org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor
-
Process the given
ConfigurableListableBeanFactory
instance ahead-of-time and return a contribution ornull
. - processAheadOfTime(ConfigurableListableBeanFactory) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- processAheadOfTime(RegisteredBean) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
- processAheadOfTime(RegisteredBean) - Method in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor
- processAheadOfTime(RegisteredBean) - Method in interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
-
Process the given
RegisteredBean
instance ahead-of-time and return a contribution ornull
. - processAheadOfTime(RegisteredBean) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
- processAheadOfTime(RegisteredBean) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
- processAheadOfTime(RegisteredBean) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
- processAheadOfTime(GenericApplicationContext, GenerationContext) - Method in class org.springframework.context.aot.ApplicationContextAotGenerator
-
Process the specified
GenericApplicationContext
ahead-of-time using the specifiedGenerationContext
. - processAliasRegistration(Element) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Process the given alias element, registering the alias with the registry.
- ProcessArrayCallback - Interface in org.springframework.cglib.core
- processBeanDefinition(Element, BeanDefinitionParserDelegate) - Method in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
-
Process the given bean element, parsing the bean definition and registering it with the registry.
- processCandidateBean(String) - Method in class org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
-
Determine the type of the specified candidate bean and call
AbstractHandlerMethodMapping.detectHandlerMethods(java.lang.Object)
if identified as a handler type. - processCase(int, Label) - Method in interface org.springframework.cglib.core.ProcessSwitchCallback
- processCase(Object, Label) - Method in interface org.springframework.cglib.core.ObjectSwitchCallback
- processCommonDefinitionAnnotations(AnnotatedBeanDefinition) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
- processConfigBeanDefinitions(BeanDefinitionRegistry) - Method in class org.springframework.context.annotation.ConfigurationClassPostProcessor
-
Build and validate a configuration model based on the registry of
Configuration
classes. - processConnectHeaders(StompHeaders) - Method in class org.springframework.messaging.simp.stomp.StompClientSupport
-
Further initialize the StompHeaders, for example setting the heart-beat header if necessary.
- processConnectHeaders(StompHeaders) - Method in class org.springframework.web.socket.messaging.WebSocketStompClient
- processConstraintViolations(Set<ConstraintViolation<Object>>, Errors) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
-
Process the given JSR-303 ConstraintViolations, adding corresponding errors to the provided Spring
Errors
object. - processContextConfiguration(ContextConfigurationAttributes) - Method in interface org.springframework.test.context.SmartContextLoader
-
Process the
ContextConfigurationAttributes
for a given test class. - processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
The default implementation processes locations analogous to
AbstractContextLoader.processLocations(Class, String...)
, using thedeclaring class
as the test class and theresource locations
retrieved from the suppliedconfiguration attributes
as the locations to process. - processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
Delegates to candidate
SmartContextLoaders
to process the suppliedContextConfigurationAttributes
. - processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
Process component classes in the supplied
ContextConfigurationAttributes
. - processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
Process annotated classes in the supplied
ContextConfigurationAttributes
. - processDefault() - Method in interface org.springframework.cglib.core.ObjectSwitchCallback
- processDefault() - Method in interface org.springframework.cglib.core.ProcessSwitchCallback
- processDestinations(String[]) - Method in class org.springframework.messaging.handler.annotation.reactive.MessageMappingMessageHandler
-
Resolve placeholders in the given destinations.
- processElement(Type) - Method in interface org.springframework.cglib.core.ProcessArrayCallback
- processEvent(E) - Method in interface org.springframework.transaction.event.TransactionalApplicationListener
-
Immediately process the given
ApplicationEvent
. - processEvent(E) - Method in class org.springframework.transaction.event.TransactionalApplicationListenerAdapter
- processEvent(ApplicationEvent) - Method in class org.springframework.context.event.ApplicationListenerMethodAdapter
-
Process the specified
ApplicationEvent
, checking if the condition matches and handling a non-null result, if any. - processFieldValue(String, String, String) - Method in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
-
Process the given form field through a
RequestDataValueProcessor
instance if one is configured or otherwise returns the same value. - processFormFieldValue(HttpServletRequest, String, String, String) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
-
Invoked when a form field value is rendered.
- processFormFieldValue(ServerWebExchange, String, String, String) - Method in interface org.springframework.web.reactive.result.view.RequestDataValueProcessor
-
Invoked when a form field value is rendered.
- processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.web.servlet.DispatcherServlet
-
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
- processHandlerMethodException(HandlerMethod, Exception, Message<?>) - Method in class org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
- processHeadersToSend(Map<String, Object>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
-
Provides access to the map of input headers before a send operation.
- processHeadersToSend(Map<String, Object>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
-
Creates a new map and puts the given headers under the key
NATIVE_HEADERS
. - PROCESSING - Enum constant in enum class org.springframework.http.HttpStatus
-
102 Processing
. - processInjection(Object) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Native processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with one of the configured 'autowired' annotation types.
- processInjection(Object) - Method in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
-
Native processing method for direct calls with an arbitrary target instance, resolving all of its fields and methods which are annotated with one of the supported 'resource' annotation types.
- processInjectionBasedOnCurrentContext(Object) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
-
Process
@Autowired
injection for the given target object, based on the current web application context. - processInjectionBasedOnServletContext(Object, ServletContext) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
-
Process
@Autowired
injection for the given target object, based on the current root web application context as stored in the ServletContext. - processInput(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.AbstractJackson2Decoder
-
Process the input publisher into a flux.
- processInput(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.springframework.http.codec.json.Jackson2JsonDecoder
- processJmsListener(JmsListener, Method, Object) - Method in class org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor
-
Process the given
JmsListener
annotation on the given method, registering a corresponding endpoint for the given bean instance. - processKey(ConfigurableListableBeanFactory, String, String) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
Process the given key as 'beanName.property' entry.
- processLoadFailure(ApplicationContext, Throwable) - Method in interface org.springframework.test.context.ApplicationContextFailureProcessor
-
Invoked when a failure was encountered while attempting to load an
ApplicationContext
. - processLocations(Class<?>, String...) - Method in interface org.springframework.test.context.ContextLoader
-
Deprecated.as of Spring Framework 6.0, in favor of methods defined in the
SmartContextLoader
SPI - processLocations(Class<?>, String...) - Method in interface org.springframework.test.context.SmartContextLoader
-
SmartContextLoader
does not support deprecatedContextLoader
methods. - processLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
If the supplied
locations
arenull
or empty andAbstractContextLoader.isGenerateDefaultLocations()
returnstrue
, default locations will begenerated
(i.e., detected) for the specifiedclass
and the configured resource suffixes; otherwise, the suppliedlocations
will be modified if necessary and returned. - processMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
Process the supplied, newly instantiated
MergedContextConfiguration
instance. - processMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.test.context.web.WebTestContextBootstrapper
-
Returns a
WebMergedContextConfiguration
if the test class in the suppliedMergedContextConfiguration
is annotated with@WebAppConfiguration
and otherwise returns the supplied instance unmodified. - processMessage(Message, Session) - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
-
Process a message received from the provider.
- processMetaData(DatabaseMetaData) - Method in interface org.springframework.jdbc.support.DatabaseMetaDataCallback
-
Implementations must implement this method to process the meta-data passed in.
- processMetaData(DataSource, List<String>, String[]) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Process the current meta-data with the provided configuration options.
- processMissingFieldError(String, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
-
Apply the missing field error to the given BindException.
- processMissingFieldError(String, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
- processors() - Element in annotation interface org.springframework.aot.hint.annotation.Reflective
-
ReflectiveProcessor
implementations to invoke against the annotated element. - processParameters(List<SqlParameter>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Process the list of parameters provided, and if procedure column meta-data is used, the parameters will be matched against the meta-data information and any missing ones will be automatically included.
- processPath(String) - Method in class org.springframework.web.reactive.resource.ResourceWebHandler
-
Process the given resource path.
- processPath(String) - Method in class org.springframework.web.servlet.resource.ResourceHttpRequestHandler
-
Process the given resource path.
- processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyOverrideConfigurer
- processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties.
- processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.beans.factory.config.PropertyResourceConfigurer
-
Apply the given Properties to the given BeanFactory.
- processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- processProperties(ConfigurableListableBeanFactory, ConfigurablePropertyResolver) - Method in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties.
- processPropertyAccessException(PropertyAccessException, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
-
Translate the given
PropertyAccessException
to an appropriate error registered on the givenErrors
instance. - processPropertyAccessException(PropertyAccessException, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
- processPropertySource(PropertySourceDescriptor) - Method in class org.springframework.core.io.support.PropertySourceProcessor
-
Process the specified
PropertySourceDescriptor
against the environment managed by this instance. - processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.web.cors.CorsProcessor
-
Process a request given a
CorsConfiguration
. - processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.cors.DefaultCorsProcessor
- processRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.FrameworkServlet
-
Process this request, publishing an event regardless of the outcome.
- processResourceAfterCommit(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
After-commit callback for the given resource holder.
- processResourceAfterCommit(O) - Method in class org.springframework.transaction.reactive.ReactiveResourceSynchronization
-
After-commit callback for the given resource holder.
- processResultSet(ResultSet, ResultSetSupportingSqlParameter) - Method in class org.springframework.jdbc.core.JdbcTemplate
-
Process the given ResultSet from a stored procedure.
- processRow(ResultSet) - Method in interface org.springframework.jdbc.core.RowCallbackHandler
-
Implementations must implement this method to process each row of data in the
ResultSet
. - processRow(ResultSet) - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Implementation of ResultSetCallbackHandler.
- processRow(ResultSet, int) - Method in class org.springframework.jdbc.core.RowCountCallbackHandler
-
Subclasses may override this to perform custom extraction or processing.
- processScheduled(Scheduled, Method, Object) - Method in class org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
-
Process the given
@Scheduled
method declaration on the given bean, attempting to distinguish reactive methods from synchronous methods. - processSource(Source) - Method in class org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- processStrings(String[]) - Static method in class org.springframework.test.context.MergedContextConfiguration
- ProcessSwitchCallback - Interface in org.springframework.cglib.core
- processTemplate(Template, SimpleHash, HttpServletResponse) - Method in class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
Process the FreeMarker template and write the result to the response.
- processTemplateIntoString(Template, Object) - Static method in class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
-
Process the specified FreeMarker template with the given model and write the result to a String.
- processUrl(HttpServletRequest, String) - Method in interface org.springframework.web.servlet.support.RequestDataValueProcessor
-
Invoked when a URL is about to be rendered or redirected to.
- processUrl(ServerWebExchange, String) - Method in interface org.springframework.web.reactive.result.view.RequestDataValueProcessor
-
Invoked when a URL is about to be rendered or redirected to.
- ProducerCallback<T> - Interface in org.springframework.jms.core
-
Callback for sending a message to a JMS destination.
- produces() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
-
Alias for
RequestMapping.produces()
. - produces() - Element in annotation interface org.springframework.web.bind.annotation.ExceptionHandler
-
Media Types that can be produced by the annotated method.
- produces() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
-
Alias for
RequestMapping.produces()
. - produces() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
-
Alias for
RequestMapping.produces()
. - produces() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
-
Alias for
RequestMapping.produces()
. - produces() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
-
Alias for
RequestMapping.produces()
. - produces() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
-
Narrows the primary mapping by media types that can be produced by the mapped handler.
- produces(String...) - Method in interface org.springframework.web.reactive.result.method.RequestMappingInfo.Builder
-
Set the produces conditions.
- produces(String...) - Method in interface org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
-
Set the produces conditions.
- ProducesRequestCondition - Class in org.springframework.web.reactive.result.condition
-
A logical disjunction (' || ') request condition to match a request's 'Accept' header to a list of media type expressions.
- ProducesRequestCondition - Class in org.springframework.web.servlet.mvc.condition
-
A logical disjunction (' || ') request condition to match a request's 'Accept' header to a list of media type expressions.
- ProducesRequestCondition(String...) - Constructor for class org.springframework.web.reactive.result.condition.ProducesRequestCondition
-
Creates a new instance from "produces" expressions.
- ProducesRequestCondition(String...) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Creates a new instance from "produces" expressions.
- ProducesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.reactive.result.condition.ProducesRequestCondition
-
Creates a new instance with "produces" and "header" expressions.
- ProducesRequestCondition(String[], String[]) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Creates a new instance with "produces" and "header" expressions.
- ProducesRequestCondition(String[], String[], ContentNegotiationManager) - Constructor for class org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
-
Same as
ProducesRequestCondition(String[], String[])
but also accepting aContentNegotiationManager
. - ProducesRequestCondition(String[], String[], RequestedContentTypeResolver) - Constructor for class org.springframework.web.reactive.result.condition.ProducesRequestCondition
-
Same as
ProducesRequestCondition(String[], String[])
but also accepting aContentNegotiationManager
. - PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
-
Name of the
attribute
containing the set of producible MediaType's applicable to the mapped handler. - PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
-
Name of the
HttpServletRequest
attribute that contains the set of producible MediaTypes applicable to the mapped handler. - Profile - Annotation Interface in org.springframework.context.annotation
-
Indicates that a component is eligible for registration when one or more specified profiles are active.
- PROFILE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- profiles() - Element in annotation interface org.springframework.test.context.ActiveProfiles
-
The bean definition profiles to activate.
- Profiles - Interface in org.springframework.core.env
-
Profile predicate that may be accepted by an
Environment
. - ProfileValueChecker - Class in org.springframework.test.context.junit4.statements
-
ProfileValueChecker
is a custom JUnitStatement
that checks whether a test class or test method is enabled in the current environment via Spring's@IfProfileValue
annotation. - ProfileValueChecker(Statement, Class<?>, Method) - Constructor for class org.springframework.test.context.junit4.statements.ProfileValueChecker
-
Construct a new
ProfileValueChecker
statement. - ProfileValueSource - Interface in org.springframework.test.annotation
-
Strategy interface for retrieving profile values for a given testing environment.
- ProfileValueSourceConfiguration - Annotation Interface in org.springframework.test.annotation
-
ProfileValueSourceConfiguration
is an annotation that can be applied to a JUnit 4 based test class to specify what type ofProfileValueSource
to use when retrieving profile values configured via@IfProfileValue
. - ProfileValueUtils - Class in org.springframework.test.annotation
-
General utility methods for working with profile values.
- ProfileValueUtils() - Constructor for class org.springframework.test.annotation.ProfileValueUtils
- Projection - Class in org.springframework.expression.spel.ast
-
Represents projection, where a given operation is performed on all elements in some input sequence, returning a new sequence of the same size.
- Projection(boolean, int, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Projection
- PROJECTION_NOT_SUPPORTED_ON_TYPE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PROP_THREAD_COUNT - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
-
The thread count property.
- propagateQuery(boolean) - Method in interface org.springframework.web.reactive.result.view.Rendering.RedirectBuilder
-
Whether to append the query string of the current URL to the target redirect URL or not.
- propagation() - Element in annotation interface org.springframework.transaction.annotation.Transactional
-
The transaction propagation type.
- Propagation - Enum Class in org.springframework.transaction.annotation
-
Enumeration that represents transaction propagation behaviors for use with the
Transactional
annotation, corresponding to theTransactionDefinition
interface. - PROPAGATION_MANDATORY - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Support a current transaction; throw an exception if no current transaction exists.
- PROPAGATION_NESTED - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Execute within a nested transaction if a current transaction exists, behaving like
TransactionDefinition.PROPAGATION_REQUIRED
otherwise. - PROPAGATION_NEVER - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Do not support a current transaction; throw an exception if a current transaction exists.
- PROPAGATION_NOT_SUPPORTED - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Do not support a current transaction; rather always execute non-transactionally.
- PROPAGATION_REQUIRED - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Support a current transaction; create a new one if none exists.
- PROPAGATION_REQUIRES_NEW - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Create a new transaction, suspending the current transaction if one exists.
- PROPAGATION_SUPPORTS - Static variable in interface org.springframework.transaction.TransactionDefinition
-
Support a current transaction; execute non-transactionally if none exists.
- properties() - Element in annotation interface org.springframework.test.context.TestPropertySource
-
Inlined properties in the form of key-value pairs that should be added to the Spring
Environment
before theApplicationContext
is loaded for the test. - PropertiesBeanDefinitionReader - Class in org.springframework.beans.factory.support
-
Deprecated.as of 5.3, in favor of Spring's common bean definition formats and/or custom reader implementations
- PropertiesBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
-
Deprecated.Create new PropertiesBeanDefinitionReader for the given bean factory.
- PropertiesEditor - Class in org.springframework.beans.propertyeditors
-
Custom
PropertyEditor
forProperties
objects. - PropertiesEditor() - Constructor for class org.springframework.beans.propertyeditors.PropertiesEditor
- PropertiesFactoryBean - Class in org.springframework.beans.factory.config
-
Allows for making a properties file from a classpath location available as Properties instance in a bean factory.
- PropertiesFactoryBean() - Constructor for class org.springframework.beans.factory.config.PropertiesFactoryBean
- PropertiesHolder() - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertiesHolder(Properties, long) - Constructor for class org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertiesLoaderSupport - Class in org.springframework.core.io.support
-
Base class for JavaBean-style components that need to load properties from one or more resources.
- PropertiesLoaderSupport() - Constructor for class org.springframework.core.io.support.PropertiesLoaderSupport
- PropertiesLoaderUtils - Class in org.springframework.core.io.support
-
Convenient utility methods for loading of
java.util.Properties
, performing standard handling of input streams. - PropertiesLoaderUtils() - Constructor for class org.springframework.core.io.support.PropertiesLoaderUtils
- PropertiesPersister - Interface in org.springframework.util
-
Strategy interface for persisting
java.util.Properties
, allowing for pluggable parsing strategies. - PropertiesPropertySource - Class in org.springframework.core.env
-
PropertySource
implementation that extracts properties from aProperties
object. - PropertiesPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.core.env.PropertiesPropertySource
- PropertiesPropertySource(String, Properties) - Constructor for class org.springframework.core.env.PropertiesPropertySource
- property(String, Object) - Method in interface org.springframework.web.ErrorResponse.Builder
-
Set a "dynamic"
property
on the underlyingProblemDetail
. - Property - Class in org.springframework.core.convert
-
A description of a JavaBeans Property that allows us to avoid a dependency on
java.beans.PropertyDescriptor
. - Property(Class<?>, Method, Method) - Constructor for class org.springframework.core.convert.Property
- Property(Class<?>, Method, Method, String) - Constructor for class org.springframework.core.convert.Property
- PROPERTY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PROPERTY_KEY_PREFIX - Static variable in interface org.springframework.beans.PropertyAccessor
-
Marker that indicates the start of a property key for an indexed or mapped property like "person.addresses[0]".
- PROPERTY_KEY_PREFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
-
Marker that indicates the start of a property key for an indexed or mapped property like "person.addresses[0]".
- PROPERTY_KEY_SUFFIX - Static variable in interface org.springframework.beans.PropertyAccessor
-
Marker that indicates the end of a property key for an indexed or mapped property like "person.addresses[0]".
- PROPERTY_KEY_SUFFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
-
Marker that indicates the end of a property key for an indexed or mapped property like "person.addresses[0]".
- PROPERTY_OR_FIELD_NOT_READABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROPERTY_OR_FIELD_NOT_READABLE_ON_NULL - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROPERTY_OR_FIELD_NOT_WRITABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROPERTY_OR_FIELD_NOT_WRITABLE_ON_NULL - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PropertyAccessException - Exception in org.springframework.beans
-
Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
- PropertyAccessException(PropertyChangeEvent, String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
-
Create a new PropertyAccessException.
- PropertyAccessException(String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
-
Create a new PropertyAccessException without PropertyChangeEvent.
- PropertyAccessor - Interface in org.springframework.beans
-
Common interface for classes that can access named properties (such as bean properties of an object or fields in an object).
- PropertyAccessor - Interface in org.springframework.expression
-
A property accessor is able to read from (and possibly write to) an object's properties.
- PropertyAccessorFactory - Class in org.springframework.beans
-
Simple factory facade for obtaining
PropertyAccessor
instances, in particular forBeanWrapper
instances. - PropertyAccessorUtils - Class in org.springframework.beans
-
Utility methods for classes that perform bean property access according to the
PropertyAccessor
interface. - PropertyAccessorUtils() - Constructor for class org.springframework.beans.PropertyAccessorUtils
- PropertyBatchUpdateException - Exception in org.springframework.beans
-
Combined exception, composed of individual PropertyAccessException instances.
- PropertyBatchUpdateException(PropertyAccessException[]) - Constructor for exception org.springframework.beans.PropertyBatchUpdateException
-
Create a new PropertyBatchUpdateException.
- PropertyComparator<T> - Class in org.springframework.beans.support
-
PropertyComparator performs a comparison of two beans, evaluating the specified bean property via a BeanWrapper.
- PropertyComparator(String, boolean, boolean) - Constructor for class org.springframework.beans.support.PropertyComparator
-
Create a PropertyComparator for the given settings.
- PropertyComparator(SortDefinition) - Constructor for class org.springframework.beans.support.PropertyComparator
-
Create a new PropertyComparator for the given SortDefinition.
- PropertyEditorRegistrar - Interface in org.springframework.beans
-
Interface for strategies that register custom
property editors
with aproperty editor registry
. - PropertyEditorRegistry - Interface in org.springframework.beans
-
Encapsulates methods for registering JavaBeans
PropertyEditors
. - PropertyEditorRegistrySupport - Class in org.springframework.beans
-
Base implementation of the
PropertyEditorRegistry
interface. - PropertyEditorRegistrySupport() - Constructor for class org.springframework.beans.PropertyEditorRegistrySupport
- PropertyEntry - Class in org.springframework.beans.factory.parsing
-
ParseState
entry representing a JavaBean property. - PropertyEntry(String) - Constructor for class org.springframework.beans.factory.parsing.PropertyEntry
-
Create a new
PropertyEntry
instance. - PropertyHandler(Class<?>, boolean, boolean) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- PropertyMatches - Class in org.springframework.beans
-
Helper class for calculating property matches, according to a configurable distance.
- propertyNamingStrategy(PropertyNamingStrategy) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Specify a
PropertyNamingStrategy
to configure theObjectMapper
with. - PropertyOrFieldReference - Class in org.springframework.expression.spel.ast
-
Represents a simple property or field reference.
- PropertyOrFieldReference(boolean, String, int, int) - Constructor for class org.springframework.expression.spel.ast.PropertyOrFieldReference
- PropertyOverrideConfigurer - Class in org.springframework.beans.factory.config
-
Property resource configurer that overrides bean property values in an application context definition.
- PropertyOverrideConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyOverrideConfigurer
- PropertyPathFactoryBean - Class in org.springframework.beans.factory.config
-
FactoryBean
that evaluates a property path on a given target object. - PropertyPathFactoryBean() - Constructor for class org.springframework.beans.factory.config.PropertyPathFactoryBean
- PropertyPlaceholderConfigurer - Class in org.springframework.beans.factory.config
-
Deprecated.as of 5.2; use
org.springframework.context.support.PropertySourcesPlaceholderConfigurer
instead which is more flexible through taking advantage of theEnvironment
andPropertySource
mechanisms. - PropertyPlaceholderConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
-
Deprecated.
- PropertyPlaceholderHelper - Class in org.springframework.util
-
Utility class for working with Strings that have placeholder values in them.
- PropertyPlaceholderHelper(String, String) - Constructor for class org.springframework.util.PropertyPlaceholderHelper
-
Create a new
PropertyPlaceholderHelper
that uses the supplied prefix and suffix. - PropertyPlaceholderHelper(String, String, String, Character, boolean) - Constructor for class org.springframework.util.PropertyPlaceholderHelper
-
Create a new
PropertyPlaceholderHelper
that uses the supplied prefix and suffix. - PropertyPlaceholderHelper.PlaceholderResolver - Interface in org.springframework.util
-
Strategy interface used to resolve replacement values for placeholders contained in Strings.
- PropertyProvider - Interface in org.springframework.test.context.support
-
Strategy for providing named properties — for example, for looking up key-value pairs in a generic fashion.
- PropertyResolver - Interface in org.springframework.core.env
-
Interface for resolving properties against any underlying source.
- PropertyResourceConfigurer - Class in org.springframework.beans.factory.config
-
Allows for configuration of individual bean property values from a property resource, i.e.
- PropertyResourceConfigurer() - Constructor for class org.springframework.beans.factory.config.PropertyResourceConfigurer
- PropertySource<T> - Class in org.springframework.core.env
-
Abstract base class representing a source of name/value property pairs.
- PropertySource - Annotation Interface in org.springframework.context.annotation
-
Annotation providing a convenient and declarative mechanism for adding a
PropertySource
to Spring'sEnvironment
. - PropertySource(String) - Constructor for class org.springframework.core.env.PropertySource
-
Create a new
PropertySource
with the given name and with a newObject
instance as the underlying source. - PropertySource(String, T) - Constructor for class org.springframework.core.env.PropertySource
-
Create a new
PropertySource
with the given name and source object. - PropertySource.StubPropertySource - Class in org.springframework.core.env
-
PropertySource
to be used as a placeholder in cases where an actual property source cannot be eagerly initialized at application context creation time. - PropertySourceDescriptor - Record Class in org.springframework.core.io.support
-
Descriptor for a
PropertySource
. - PropertySourceDescriptor(String...) - Constructor for record class org.springframework.core.io.support.PropertySourceDescriptor
-
Create a descriptor with the specified locations.
- PropertySourceDescriptor(List<String>, boolean, String, Class<? extends PropertySourceFactory>, String) - Constructor for record class org.springframework.core.io.support.PropertySourceDescriptor
-
Creates an instance of a
PropertySourceDescriptor
record class. - propertySourceFactory() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
-
Returns the value of the
propertySourceFactory
record component. - PropertySourceFactory - Interface in org.springframework.core.io.support
-
Strategy interface for creating resource-based
PropertySource
wrappers. - PropertySourceProcessor - Class in org.springframework.core.io.support
-
Contribute
property sources
to theEnvironment
. - PropertySourceProcessor(ConfigurableEnvironment, ResourceLoader) - Constructor for class org.springframework.core.io.support.PropertySourceProcessor
- PropertySources - Interface in org.springframework.core.env
-
Holder containing one or more
PropertySource
objects. - PropertySources - Annotation Interface in org.springframework.context.annotation
-
Container annotation that aggregates several
PropertySource
annotations. - PropertySourcesPlaceholderConfigurer - Class in org.springframework.context.support
-
Specialization of
PlaceholderConfigurerSupport
that resolves ${...} placeholders within bean definition property values and@Value
annotations against the current SpringEnvironment
and its set ofPropertySources
. - PropertySourcesPlaceholderConfigurer() - Constructor for class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- PropertySourcesPropertyResolver - Class in org.springframework.core.env
-
PropertyResolver
implementation that resolves property values against an underlying set ofPropertySources
. - PropertySourcesPropertyResolver(PropertySources) - Constructor for class org.springframework.core.env.PropertySourcesPropertyResolver
-
Create a new resolver against the given property sources.
- propertyToConstantNamePrefix(String) - Method in class org.springframework.core.Constants
-
Deprecated.Convert the given bean property name to a constant name prefix.
- PropertyTokenHolder(String) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
- PropertyValue - Class in org.springframework.beans
-
Object to hold information and value for an individual bean property.
- PropertyValue(String, Object) - Constructor for class org.springframework.beans.PropertyValue
-
Create a new PropertyValue instance.
- PropertyValue(PropertyValue) - Constructor for class org.springframework.beans.PropertyValue
-
Copy constructor.
- PropertyValue(PropertyValue, Object) - Constructor for class org.springframework.beans.PropertyValue
-
Constructor that exposes a new value for an original value holder.
- PropertyValues - Interface in org.springframework.beans
-
Holder containing one or more
PropertyValue
objects, typically comprising one update for a specific target bean. - PropertyValuesEditor - Class in org.springframework.beans
-
Editor
for aPropertyValues
object. - PropertyValuesEditor() - Constructor for class org.springframework.beans.PropertyValuesEditor
- PROPS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PROTECTED - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
-
Protected visibility.
- PROTOBUF - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
The media-type for protobuf
application/x-protobuf
. - PROTOBUF - Static variable in class org.springframework.messaging.converter.ProtobufMessageConverter
-
The mime-type for protobuf
application/x-protobuf
. - ProtobufCodecSupport - Class in org.springframework.http.codec.protobuf
-
Base class providing support methods for Protobuf encoding and decoding.
- ProtobufCodecSupport() - Constructor for class org.springframework.http.codec.protobuf.ProtobufCodecSupport
- protobufDecoder(Decoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Protobuf
Decoder
. - ProtobufDecoder - Class in org.springframework.http.codec.protobuf
- ProtobufDecoder() - Constructor for class org.springframework.http.codec.protobuf.ProtobufDecoder
-
Construct a new
ProtobufDecoder
. - ProtobufDecoder(ExtensionRegistry) - Constructor for class org.springframework.http.codec.protobuf.ProtobufDecoder
-
Construct a new
ProtobufDecoder
with an initializer that allows the registration of message extensions. - protobufEncoder(Encoder<?>) - Method in interface org.springframework.http.codec.CodecConfigurer.DefaultCodecs
-
Override the default Protobuf
Encoder
. - ProtobufEncoder - Class in org.springframework.http.codec.protobuf
- ProtobufEncoder() - Constructor for class org.springframework.http.codec.protobuf.ProtobufEncoder
- ProtobufHttpMessageConverter - Class in org.springframework.http.converter.protobuf
-
An
HttpMessageConverter
that reads and writescom.google.protobuf.Messages
using Google Protocol Buffers. - ProtobufHttpMessageConverter() - Constructor for class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
Construct a new
ProtobufHttpMessageConverter
. - ProtobufHttpMessageConverter(ExtensionRegistry) - Constructor for class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
-
Construct a new
ProtobufHttpMessageConverter
with a registry that specifies protocol message extensions. - ProtobufHttpMessageWriter - Class in org.springframework.http.codec.protobuf
-
HttpMessageWriter
that can write a protobufMessage
and addsX-Protobuf-Schema
,X-Protobuf-Message
headers and adelimited=true
parameter is added to the content type if a flux is serialized. - ProtobufHttpMessageWriter() - Constructor for class org.springframework.http.codec.protobuf.ProtobufHttpMessageWriter
-
Create a new
ProtobufHttpMessageWriter
with a defaultProtobufEncoder
. - ProtobufHttpMessageWriter(Encoder<Message>) - Constructor for class org.springframework.http.codec.protobuf.ProtobufHttpMessageWriter
-
Create a new
ProtobufHttpMessageWriter
with the given encoder. - ProtobufJsonDecoder - Class in org.springframework.http.codec.protobuf
- ProtobufJsonDecoder() - Constructor for class org.springframework.http.codec.protobuf.ProtobufJsonDecoder
-
Construct a new
ProtobufJsonDecoder
using a defaultJsonFormat.Parser
instance. - ProtobufJsonDecoder(JsonFormat.Parser) - Constructor for class org.springframework.http.codec.protobuf.ProtobufJsonDecoder
-
Construct a new
ProtobufJsonDecoder
using the givenJsonFormat.Parser
instance. - ProtobufJsonEncoder - Class in org.springframework.http.codec.protobuf
-
A
Encoder
that writesMessage
s as JSON. - ProtobufJsonEncoder() - Constructor for class org.springframework.http.codec.protobuf.ProtobufJsonEncoder
-
Construct a new
ProtobufJsonEncoder
using a defaultJsonFormat.Printer
instance. - ProtobufJsonEncoder(JsonFormat.Printer) - Constructor for class org.springframework.http.codec.protobuf.ProtobufJsonEncoder
-
Construct a new
ProtobufJsonEncoder
using the givenJsonFormat.Printer
instance. - ProtobufJsonFormatHttpMessageConverter - Class in org.springframework.http.converter.protobuf
-
Subclass of
ProtobufHttpMessageConverter
which enforces the use of Protobuf 3 and its official library"com.google.protobuf:protobuf-java-util"
for JSON processing. - ProtobufJsonFormatHttpMessageConverter() - Constructor for class org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter
-
Constructor with default instances of
JsonFormat.Parser
,JsonFormat.Printer
, andExtensionRegistry
. - ProtobufJsonFormatHttpMessageConverter(JsonFormat.Parser, JsonFormat.Printer) - Constructor for class org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter
-
Constructor with given instances of
JsonFormat.Parser
,JsonFormat.Printer
, and a default instance ofExtensionRegistry
. - ProtobufJsonFormatHttpMessageConverter(JsonFormat.Parser, JsonFormat.Printer, ExtensionRegistry) - Constructor for class org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter
-
Constructor with given instances of
JsonFormat.Parser
,JsonFormat.Printer
, andExtensionRegistry
. - ProtobufJsonFormatMessageConverter - Class in org.springframework.messaging.converter
-
Subclass of
ProtobufMessageConverter
for use with the official"com.google.protobuf:protobuf-java-util"
library for JSON support. - ProtobufJsonFormatMessageConverter(ExtensionRegistry) - Constructor for class org.springframework.messaging.converter.ProtobufJsonFormatMessageConverter
-
Constructor with default instances of
JsonFormat.Parser
,JsonFormat.Printer
, andExtensionRegistry
. - ProtobufJsonFormatMessageConverter(JsonFormat.Parser, JsonFormat.Printer) - Constructor for class org.springframework.messaging.converter.ProtobufJsonFormatMessageConverter
-
Constructor with given instances of
JsonFormat.Parser
,JsonFormat.Printer
, and a default instance ofExtensionRegistry
. - ProtobufJsonFormatMessageConverter(JsonFormat.Parser, JsonFormat.Printer, ExtensionRegistry) - Constructor for class org.springframework.messaging.converter.ProtobufJsonFormatMessageConverter
-
Constructor with given instances of
JsonFormat.Parser
,JsonFormat.Printer
, andExtensionRegistry
. - ProtobufMessageConverter - Class in org.springframework.messaging.converter
-
An
MessageConverter
that reads and writescom.google.protobuf.Messages
using Google Protocol Buffers. - ProtobufMessageConverter() - Constructor for class org.springframework.messaging.converter.ProtobufMessageConverter
-
Constructor with a default instance of
ExtensionRegistry
. - ProtobufMessageConverter(ExtensionRegistry) - Constructor for class org.springframework.messaging.converter.ProtobufMessageConverter
-
Constructor with a given
ExtensionRegistry
. - PROTOCOL_ERROR - Static variable in class org.springframework.web.reactive.socket.CloseStatus
-
"1002 indicates that an endpoint is terminating the connection due to a protocol error."
- PROTOCOL_ERROR - Static variable in class org.springframework.web.socket.CloseStatus
-
"1002 indicates that an endpoint is terminating the connection due to a protocol error."
- ProtocolResolver - Interface in org.springframework.core.io
-
A resolution strategy for protocol-specific resource handles.
- PrototypeAspectInstanceFactory - Class in org.springframework.aop.aspectj.annotation
-
AspectInstanceFactory
backed by aBeanFactory
-provided prototype, enforcing prototype semantics. - PrototypeAspectInstanceFactory(BeanFactory, String) - Constructor for class org.springframework.aop.aspectj.annotation.PrototypeAspectInstanceFactory
-
Create a PrototypeAspectInstanceFactory.
- PrototypeTargetSource - Class in org.springframework.aop.target
-
TargetSource
implementation that creates a new instance of the target bean for each request, destroying each instance on release (after each request). - PrototypeTargetSource() - Constructor for class org.springframework.aop.target.PrototypeTargetSource
- ProviderCreatingFactoryBean - Class in org.springframework.beans.factory.config
-
A
FactoryBean
implementation that returns a value which is a JSR-330Provider
that in turn returns a bean sourced from aBeanFactory
. - ProviderCreatingFactoryBean() - Constructor for class org.springframework.beans.factory.config.ProviderCreatingFactoryBean
- provideXml(OutputStream) - Method in interface org.springframework.jdbc.support.xml.XmlBinaryStreamProvider
-
Deprecated.Implementations must implement this method to provide the XML content for the
OutputStream
. - provideXml(Writer) - Method in interface org.springframework.jdbc.support.xml.XmlCharacterStreamProvider
-
Deprecated.Implementations must implement this method to provide the XML content for the
Writer
. - provideXml(Result) - Method in interface org.springframework.jdbc.support.xml.XmlResultProvider
-
Deprecated.Implementations must implement this method to provide the XML content for the
Result
. - proxiedInterfaces(Class<?>...) - Method in class org.springframework.aot.hint.JdkProxyHint.Builder
-
Add the specified interfaces that the proxy should implement.
- proxiedInterfaces(TypeReference...) - Method in class org.springframework.aot.hint.JdkProxyHint.Builder
-
Add the specified interfaces that the proxy should implement.
- proxiedUserInterfaces(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
-
Extract the user-specified interfaces that the given proxy implements, i.e.
- proxies() - Static method in class org.springframework.aot.hint.predicate.RuntimeHintsPredicates
-
Return a predicate generator for
proxy hints
. - proxies() - Method in class org.springframework.aot.hint.RuntimeHints
-
Provide access to proxy-based hints.
- proxy - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
- Proxy - Class in org.springframework.cglib.proxy
-
This class is meant to be used as replacement for
java.lang.reflect.Proxy
under JDK 1.2. - Proxy(InvocationHandler) - Constructor for class org.springframework.cglib.proxy.Proxy
- PROXY - Enum constant in enum class org.springframework.context.annotation.AdviceMode
-
JDK proxy-based advice.
- PROXY_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Proxy-Authenticate
header field name. - PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
-
407 Proxy Authentication Required
. - PROXY_AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Proxy-Authorization
header field name. - PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.aop.config.AopNamespaceUtils
-
The
proxy-target-class
attribute as found on AOP-related XML tags. - PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
-
The
proxyTargetClass
attribute. - PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS - Static variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
Convenience constant for subclasses: Return value for "proxy without additional interceptors, just the common ones".
- ProxyAsyncConfiguration - Class in org.springframework.scheduling.annotation
-
@Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution. - ProxyAsyncConfiguration() - Constructor for class org.springframework.scheduling.annotation.ProxyAsyncConfiguration
- proxyBeanMethods() - Element in annotation interface org.springframework.context.annotation.Configuration
-
Specify whether
@Bean
methods should get proxied in order to enforce bean lifecycle behavior, for example, to return shared singleton bean instances even in case of direct@Bean
method calls in user code. - ProxyCachingConfiguration - Class in org.springframework.cache.annotation
-
@Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management. - ProxyCachingConfiguration() - Constructor for class org.springframework.cache.annotation.ProxyCachingConfiguration
- ProxyConfig - Class in org.springframework.aop.framework
-
Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
- ProxyConfig() - Constructor for class org.springframework.aop.framework.ProxyConfig
- ProxyCreationContext - Class in org.springframework.aop.framework.autoproxy
-
Holder for the current proxy creation context, as exposed by auto-proxy creators such as
AbstractAdvisorAutoProxyCreator
. - ProxyCreatorSupport - Class in org.springframework.aop.framework
-
Base class for proxy factories.
- ProxyCreatorSupport() - Constructor for class org.springframework.aop.framework.ProxyCreatorSupport
-
Create a new ProxyCreatorSupport instance.
- ProxyCreatorSupport(AopProxyFactory) - Constructor for class org.springframework.aop.framework.ProxyCreatorSupport
-
Create a new ProxyCreatorSupport instance.
- ProxyFactory - Class in org.springframework.aop.framework
-
Factory for AOP proxies for programmatic use, rather than via declarative setup in a bean factory.
- ProxyFactory() - Constructor for class org.springframework.aop.framework.ProxyFactory
-
Create a new ProxyFactory.
- ProxyFactory(Class<?>...) - Constructor for class org.springframework.aop.framework.ProxyFactory
-
Create a new ProxyFactory.
- ProxyFactory(Class<?>, Interceptor) - Constructor for class org.springframework.aop.framework.ProxyFactory
-
Create a new ProxyFactory for the given interface and interceptor.
- ProxyFactory(Class<?>, TargetSource) - Constructor for class org.springframework.aop.framework.ProxyFactory
-
Create a ProxyFactory for the specified
TargetSource
, making the proxy implement the specified interface. - ProxyFactory(Object) - Constructor for class org.springframework.aop.framework.ProxyFactory
-
Create a new ProxyFactory.
- ProxyFactoryBean - Class in org.springframework.aop.framework
-
FactoryBean
implementation that builds an AOP proxy based on beans in a SpringBeanFactory
. - ProxyFactoryBean - Class in org.springframework.http.client.support
-
FactoryBean
that creates ajava.net.Proxy
. - ProxyFactoryBean() - Constructor for class org.springframework.aop.framework.ProxyFactoryBean
- ProxyFactoryBean() - Constructor for class org.springframework.http.client.support.ProxyFactoryBean
- ProxyHints - Class in org.springframework.aot.hint
-
Gather the need for using proxies at runtime.
- ProxyHints() - Constructor for class org.springframework.aot.hint.ProxyHints
- ProxyHintsPredicates - Class in org.springframework.aot.hint.predicate
-
Generator of
ProxyHints
predicates, testing whether the given hints match the expected behavior for proxies. - ProxyJCacheConfiguration - Class in org.springframework.cache.jcache.config
-
@Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management. - ProxyJCacheConfiguration() - Constructor for class org.springframework.cache.jcache.config.ProxyJCacheConfiguration
- ProxyMethodInvocation - Interface in org.springframework.aop
-
Extension of the AOP Alliance
MethodInvocation
interface, allowing access to the proxy that the method invocation was made through. - proxyMode() - Element in annotation interface org.springframework.context.annotation.Scope
-
Specifies whether a component should be configured as a scoped proxy and if so, whether the proxy should be interface-based or subclass-based.
- proxyMode() - Element in annotation interface org.springframework.web.context.annotation.ApplicationScope
-
Alias for
Scope.proxyMode()
. - proxyMode() - Element in annotation interface org.springframework.web.context.annotation.RequestScope
-
Alias for
Scope.proxyMode()
. - proxyMode() - Element in annotation interface org.springframework.web.context.annotation.SessionScope
-
Alias for
Scope.proxyMode()
. - proxynewProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- ProxyProcessorSupport - Class in org.springframework.aop.framework
-
Base class with common functionality for proxy processors, in particular ClassLoader management and the
ProxyProcessorSupport.evaluateProxyInterfaces(java.lang.Class<?>, org.springframework.aop.framework.ProxyFactory)
algorithm. - ProxyProcessorSupport() - Constructor for class org.springframework.aop.framework.ProxyProcessorSupport
- ProxyRefDispatcher - Interface in org.springframework.cglib.proxy
-
Dispatching
Enhancer
callback. - proxyRevalidate() - Method in class org.springframework.http.CacheControl
-
Add a "proxy-revalidate" directive.
- proxyTargetClass() - Element in annotation interface org.springframework.cache.annotation.EnableCaching
-
Indicate whether subclass-based (CGLIB) proxies are to be created as opposed to standard Java interface-based proxies.
- proxyTargetClass() - Element in annotation interface org.springframework.context.annotation.EnableAspectJAutoProxy
-
Indicate whether subclass-based (CGLIB) proxies are to be created as opposed to standard Java interface-based proxies.
- proxyTargetClass() - Element in annotation interface org.springframework.scheduling.annotation.EnableAsync
-
Indicate whether subclass-based (CGLIB) proxies are to be created as opposed to standard Java interface-based proxies.
- proxyTargetClass() - Element in annotation interface org.springframework.transaction.annotation.EnableTransactionManagement
-
Indicate whether subclass-based (CGLIB) proxies are to be created (
true
) as opposed to standard Java interface-based proxies (false
). - ProxyTransactionManagementConfiguration - Class in org.springframework.transaction.annotation
-
@Configuration
class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management. - ProxyTransactionManagementConfiguration() - Constructor for class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
- PUBLIC - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
-
Public visibility.
- PUBLIC_CLASSES - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
Deprecated, for removal: This API element is subject to removal in a future version.with no replacement since introspection is included when
adding a reflection hint for a type
. - PUBLIC_FIELDS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
MemberCategory.ACCESS_PUBLIC_FIELDS
with similar semantics. - publicDefineClass(String, byte[], ProtectionDomain) - Method in interface org.springframework.core.SmartClassLoader
-
Define a custom class (typically a CGLIB proxy class) in this class loader.
- publishBrokerAvailableEvent() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- publishBrokerUnavailableEvent() - Method in class org.springframework.messaging.simp.broker.AbstractBrokerMessageHandler
- publishedInterfaces - Variable in class org.springframework.aop.support.IntroductionInfoSupport
- publishEvent(Object) - Method in interface org.springframework.context.ApplicationEventPublisher
-
Notify all matching listeners registered with this application of an event.
- publishEvent(Object) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Publish the given event to all listeners.
- publishEvent(Object) - Method in class org.springframework.transaction.reactive.TransactionalEventPublisher
-
Publish an event created for the given payload.
- publishEvent(Object, ResolvableType) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Publish the given event to all listeners.
- publishEvent(Function<TestContext, ? extends ApplicationEvent>) - Method in interface org.springframework.test.context.TestContext
-
Publish the
ApplicationEvent
created by the giveneventFactory
to the application context for this test context. - publishEvent(Function<TransactionContext, ApplicationEvent>) - Method in class org.springframework.transaction.reactive.TransactionalEventPublisher
-
Publish an event created through the given function which maps the transaction source object (the
TransactionContext
) to the event instance. - publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationEventPublisher
-
Notify all matching listeners registered with this application of an application event.
- publishEvent(ApplicationEvent) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Publish the given event to all listeners.
- purgeUnreferencedEntries() - Method in class org.springframework.util.ConcurrentReferenceHashMap
-
Remove any entries that have been garbage collected and are no longer referenced.
- push(boolean) - Method in class org.springframework.cglib.core.CodeEmitter
- push(double) - Method in class org.springframework.cglib.core.CodeEmitter
- push(float) - Method in class org.springframework.cglib.core.CodeEmitter
- push(int) - Method in class org.springframework.cglib.core.CodeEmitter
- push(long) - Method in class org.springframework.cglib.core.CodeEmitter
- push(String) - Method in class org.springframework.cglib.core.CodeEmitter
- push(ParseState.Entry) - Method in class org.springframework.beans.factory.parsing.ParseState
-
Add a new
ParseState.Entry
to theArrayDeque
. - push_array(CodeEmitter, Object[]) - Static method in class org.springframework.cglib.core.EmitUtils
- push_object(CodeEmitter, Object) - Static method in class org.springframework.cglib.core.EmitUtils
- pushActiveContextObject(TypedValue) - Method in class org.springframework.expression.spel.ExpressionState
- pushContainingComponent(CompositeComponentDefinition) - Method in class org.springframework.beans.factory.xml.ParserContext
- pushDescriptor(String) - Method in class org.springframework.expression.spel.CodeFlow
-
Record the descriptor for the most recently evaluated expression element.
- pushNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
- pushNestedPath(String) - Method in exception org.springframework.validation.BindException
- pushNestedPath(String) - Method in interface org.springframework.validation.Errors
-
Push the given sub path onto the nested path stack.
- pushNestedPath(String) - Method in class org.springframework.validation.method.ParameterErrors
- pushNestedPath(String) - Method in class org.springframework.web.bind.EscapedErrors
- pushNestedPath(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- put() - Element in annotation interface org.springframework.cache.annotation.Caching
- put() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP PUT request.
- put() - Method in class org.springframework.test.web.servlet.assertj.MockMvcTester
-
Prepare an HTTP PUT request.
- put() - Method in interface org.springframework.web.client.RestClient
-
Start building an HTTP PUT request.
- put() - Method in interface org.springframework.web.reactive.function.client.WebClient
-
Start building an HTTP PUT request.
- put(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- put(Object, Object) - Method in interface org.springframework.cache.Cache
-
Associate the specified value with the specified key in this cache.
- put(Object, Object) - Method in class org.springframework.cache.caffeine.CaffeineCache
- put(Object, Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
- put(Object, Object) - Method in class org.springframework.cache.jcache.JCacheCache
- put(Object, Object) - Method in class org.springframework.cache.support.NoOpCache
- put(Object, Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
- put(Object, Object) - Method in class org.springframework.cglib.beans.BeanMap
- put(Object, Object, Object) - Method in class org.springframework.cglib.beans.BeanMap
-
Set the property of a bean.
- put(String, Object) - Method in class org.springframework.ui.ConcurrentModel
- put(String, Object) - Method in class org.springframework.validation.support.BindingAwareConcurrentModel
- put(String, Object) - Method in class org.springframework.validation.support.BindingAwareModelMap
- put(String, Object) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
- put(String, Object...) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP PUT builder with the given string base uri template.
- put(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
HTTP PUT variant.
- put(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a PUT request. - put(String, Object, Object...) - Method in interface org.springframework.web.client.RestOperations
-
Create or update a resource by PUTting the given object to the URI.
- put(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
- put(String, Object, Map<String, ? extends Object>) - Method in interface org.springframework.web.client.RestOperations
-
Creates a new resource by PUTting the given object to URI template.
- put(String, Object, Map<String, ? extends Object>) - Method in class org.springframework.web.client.RestTemplate
- put(String, List<String>) - Method in class org.springframework.http.support.Netty4HeadersAdapter
- put(String, List<String>) - Method in class org.springframework.http.support.Netty5HeadersAdapter
- put(String, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- put(String, Object) - Method in class org.springframework.messaging.MessageHeaders
-
Since MessageHeaders are immutable, the call to this method will result in
UnsupportedOperationException
. - put(String, List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set the list of values associated with the given header name.
- put(String, List<String>) - Method in class org.springframework.http.support.HttpComponentsHeadersAdapter
- put(String, List<String>) - Method in class org.springframework.http.support.JettyHeadersAdapter
- put(String, List<String>) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- put(String, List<String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- put(URI) - Static method in class org.springframework.http.RequestEntity
-
Create an HTTP PUT builder with the given url.
- put(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Create a
MockHttpServletRequestBuilder
for a PUT request. - put(URI, Object) - Method in interface org.springframework.web.client.RestOperations
-
Creates a new resource by PUTting the given object to URL.
- put(URI, Object) - Method in class org.springframework.web.client.RestTemplate
- put(K, List<V>) - Method in class org.springframework.util.MultiValueMapAdapter
- put(MergedContextConfiguration, ApplicationContext) - Method in interface org.springframework.test.context.cache.ContextCache
-
Explicitly add an
ApplicationContext
instance to the cache under the given key, potentially honoring a custom eviction policy. - put(MergedContextConfiguration, ApplicationContext) - Method in class org.springframework.test.context.cache.DefaultContextCache
- PUT - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
- PUT - Static variable in class org.springframework.http.HttpMethod
-
The HTTP method
PUT
. - PUT(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
-
Return a
RequestPredicate
that matches if request's HTTP method isPUT
and the givenpattern
matches against the request path. - PUT(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
-
Return a
RequestPredicate
that matches if request's HTTP method isPUT
and the givenpattern
matches against the request path. - PUT(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PUT
requests that match the given pattern. - PUT(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PUT
requests that match the given pattern and predicate. - PUT(String, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PUT
requests that match the given pattern. - PUT(String, RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PUT
requests that match the given pattern and predicate. - PUT(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles HTTP
PUT
requests. - PUT(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PUT
requests that match the given predicate. - PUT(HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles HTTP
PUT
requests. - PUT(RequestPredicate, HandlerFunction<ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Adds a route to the given handler function that handles all HTTP
PUT
requests that match the given predicate. - putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
- putAll(Map) - Method in class org.springframework.cglib.beans.BeanMap
- putAll(Map<? extends String, ?>) - Method in class org.springframework.ui.ConcurrentModel
- putAll(Map<? extends String, ?>) - Method in class org.springframework.validation.support.BindingAwareModelMap
- putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.messaging.MessageHeaders
-
Since MessageHeaders are immutable, the call to this method will result in
UnsupportedOperationException
. - putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.HttpHeaders
-
Put all the entries from the given
MultiValueMap
into this HttpHeaders. - putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.support.HttpComponentsHeadersAdapter
- putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.support.JettyHeadersAdapter
- putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.support.Netty4HeadersAdapter
- putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.support.Netty5HeadersAdapter
- putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- putAll(Map<? extends String, ? extends V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- putAll(Map<? extends K, ? extends List<V>>) - Method in class org.springframework.util.MultiValueMapAdapter
- putAll(HttpHeaders) - Method in class org.springframework.http.HttpHeaders
-
Put all the entries from the given HttpHeaders into this HttpHeaders.
- putAll(HttpHeaders) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- putByte(int) - Method in class org.springframework.asm.ByteVector
-
Puts a byte into this byte vector.
- putByteArray(byte[], int, int) - Method in class org.springframework.asm.ByteVector
-
Puts an array of bytes into this byte vector.
- PutExchange - Annotation Interface in org.springframework.web.service.annotation
-
Shortcut for
@HttpExchange
for HTTP PUT requests. - putfield(String) - Method in class org.springframework.cglib.core.CodeEmitter
- putfield(Type, String, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- PUTFIELD - Static variable in interface org.springframework.asm.Opcodes
- putIfAbsent(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- putIfAbsent(Object, Object) - Method in interface org.springframework.cache.Cache
-
Atomically associate the specified value with the specified key in this cache if it is not set already.
- putIfAbsent(Object, Object) - Method in class org.springframework.cache.caffeine.CaffeineCache
- putIfAbsent(Object, Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
- putIfAbsent(Object, Object) - Method in class org.springframework.cache.jcache.JCacheCache
- putIfAbsent(Object, Object) - Method in class org.springframework.cache.support.NoOpCache
- putIfAbsent(Object, Object) - Method in class org.springframework.cache.transaction.TransactionAwareCacheDecorator
- putIfAbsent(String, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- putIfAbsent(String, List<String>) - Method in class org.springframework.http.HttpHeaders
-
Set header values for the given header name if that header name isn't already present in this HttpHeaders and return
null
. - putIfAbsent(String, List<String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- putIfAbsent(K, List<V>) - Method in class org.springframework.util.MultiValueMapAdapter
- putInt(int) - Method in class org.springframework.asm.ByteVector
-
Puts an int into this byte vector.
- putLong(long) - Method in class org.springframework.asm.ByteVector
-
Puts a long into this byte vector.
- PutMapping - Annotation Interface in org.springframework.web.bind.annotation
-
Annotation for mapping HTTP
PUT
requests onto specific handler methods. - putShort(int) - Method in class org.springframework.asm.ByteVector
-
Puts a short into this byte vector.
- putstatic(Type, String, Type) - Method in class org.springframework.cglib.core.CodeEmitter
- PUTSTATIC - Static variable in interface org.springframework.asm.Opcodes
- putUTF8(String) - Method in class org.springframework.asm.ByteVector
-
Puts an UTF8 string into this byte vector.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
io.r2dbc.spi.Parameter
instead.