Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- F_APPEND - Static variable in interface org.springframework.asm.Opcodes
-
A compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
- F_CHOP - Static variable in interface org.springframework.asm.Opcodes
-
A compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
- F_FULL - Static variable in interface org.springframework.asm.Opcodes
-
A compressed frame with complete frame data.
- F_NEW - Static variable in interface org.springframework.asm.Opcodes
-
An expanded frame.
- F_SAME - Static variable in interface org.springframework.asm.Opcodes
-
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
- F_SAME1 - Static variable in interface org.springframework.asm.Opcodes
-
A compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
- F2D - Static variable in interface org.springframework.asm.Opcodes
- F2I - Static variable in interface org.springframework.asm.Opcodes
- F2L - Static variable in interface org.springframework.asm.Opcodes
- FacesContextUtils - Class in org.springframework.web.jsf
-
Convenience methods to retrieve Spring's root
WebApplicationContext
for a given JSFFacesContext
. - FacesContextUtils() - Constructor for class org.springframework.web.jsf.FacesContextUtils
- FacesRequestAttributes - Class in org.springframework.web.context.request
-
RequestAttributes
adapter for a JSFFacesContext
. - FacesRequestAttributes(FacesContext) - Constructor for class org.springframework.web.context.request.FacesRequestAttributes
-
Create a new FacesRequestAttributes adapter for the given FacesContext.
- FacesWebRequest - Class in org.springframework.web.context.request
-
WebRequest
adapter for a JSFFacesContext
. - FacesWebRequest(FacesContext) - Constructor for class org.springframework.web.context.request.FacesWebRequest
-
Create a new FacesWebRequest adapter for the given FacesContext.
- factories() - Static method in class org.springframework.beans.factory.aot.AotServices
-
Create a new
AotServices.Loader
that will obtain AOT services from "META-INF/spring/aot.factories". - factories() - Element in annotation interface org.springframework.test.context.ContextCustomizerFactories
-
The
ContextCustomizerFactory
implementations to register. - factories(ClassLoader) - Static method in class org.springframework.beans.factory.aot.AotServices
-
Create a new
AotServices.Loader
that will obtain AOT services from "META-INF/spring/aot.factories". - factories(SpringFactoriesLoader) - Static method in class org.springframework.beans.factory.aot.AotServices
-
Create a new
AotServices.Loader
that will obtain AOT services from the givenSpringFactoriesLoader
. - FACTORIES_RESOURCE_LOCATION - Static variable in class org.springframework.beans.factory.aot.AotServices
-
The location to look for AOT factories.
- FACTORIES_RESOURCE_LOCATION - Static variable in class org.springframework.core.io.support.SpringFactoriesLoader
-
The location to look for factories.
- factoriesAndBeans(ListableBeanFactory) - Static method in class org.springframework.beans.factory.aot.AotServices
-
Create a new
AotServices.Loader
that will obtain AOT services from "META-INF/spring/aot.factories" as well as the givenListableBeanFactory
. - factoriesAndBeans(SpringFactoriesLoader, ListableBeanFactory) - Static method in class org.springframework.beans.factory.aot.AotServices
-
Create a new
AotServices.Loader
that will obtain AOT services from the givenSpringFactoriesLoader
andListableBeanFactory
. - factory() - Element in annotation interface org.springframework.context.annotation.PropertySource
-
Specify a custom
PropertySourceFactory
, if any. - factory() - Method in interface org.springframework.core.io.buffer.DataBuffer
-
Return the
DataBufferFactory
that created this buffer. - factory() - Method in class org.springframework.core.io.buffer.DataBufferWrapper
- factory() - Method in class org.springframework.core.io.buffer.DefaultDataBuffer
- factory() - Method in class org.springframework.core.io.buffer.JettyDataBuffer
- factory() - Method in class org.springframework.core.io.buffer.Netty5DataBuffer
- factory() - Method in class org.springframework.core.io.buffer.NettyDataBuffer
- factory() - Element in annotation interface org.springframework.test.context.TestPropertySource
-
Specify a custom
PropertySourceFactory
, if any. - factory(JsonFactory) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Define the
JsonFactory
to be used to create theObjectMapper
instance. - Factory - Interface in org.springframework.cglib.proxy
-
All enhanced instances returned by the
Enhancer
class implement this interface. - FACTORY_BEAN_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- FACTORY_BEAN_PREFIX - Static variable in interface org.springframework.beans.factory.BeanFactory
-
Used to dereference a
FactoryBean
instance and distinguish it from beans created by the FactoryBean. - factory_method(ClassEmitter, Signature) - Static method in class org.springframework.cglib.core.EmitUtils
- FACTORY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- FactoryBean<T> - Interface in org.springframework.beans.factory
-
Interface to be implemented by objects used within a
BeanFactory
which are themselves factories for individual objects. - FactoryBeanNotInitializedException - Exception in org.springframework.beans.factory
-
Exception to be thrown from a FactoryBean's
getObject()
method if the bean is not fully initialized yet, for example because it is involved in a circular reference. - FactoryBeanNotInitializedException() - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
-
Create a new FactoryBeanNotInitializedException with the default message.
- FactoryBeanNotInitializedException(String) - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
-
Create a new FactoryBeanNotInitializedException with the given message.
- FactoryBeanRegistrySupport - Class in org.springframework.beans.factory.support
-
Support base class for singleton registries which need to handle
FactoryBean
instances, integrated withDefaultSingletonBeanRegistry
's singleton management. - FactoryBeanRegistrySupport() - Constructor for class org.springframework.beans.factory.support.FactoryBeanRegistrySupport
- FADD - Static variable in interface org.springframework.asm.Opcodes
- fail(String) - Static method in class org.springframework.test.util.AssertionErrors
-
Fail a test with the given message.
- fail(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
-
Fail a test with the given message passing along expected and actual values to be appended to the message.
- FAIL_ON_ERROR - Enum constant in enum class org.springframework.test.context.jdbc.SqlConfig.ErrorMode
-
Indicates that script execution will fail if an error is encountered.
- FAIL_ON_ERROR_PROPERTY_NAME - Static variable in class org.springframework.test.context.aot.TestContextAotGenerator
-
JVM system property used to set the
failOnError
flag: "spring.test.aot.processing.failOnError". - FAIL_ON_EXISTING - Enum constant in enum class org.springframework.jmx.support.RegistrationPolicy
-
Registration should fail when attempting to register an MBean under a name that already exists.
- FAILED_DEPENDENCY - Enum constant in enum class org.springframework.http.HttpStatus
-
424 Failed Dependency
. - FailFastProblemReporter - Class in org.springframework.beans.factory.parsing
-
Simple
ProblemReporter
implementation that exhibits fail-fast behavior when errors are encountered. - FailFastProblemReporter() - Constructor for class org.springframework.beans.factory.parsing.FailFastProblemReporter
- failOnEmptyBeans(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Shortcut for
SerializationFeature.FAIL_ON_EMPTY_BEANS
option. - failOnError(Function<String, T>) - Method in interface org.springframework.validation.Errors
-
Throw the mapped exception with a message summarizing the recorded errors.
- failOnUnknownProperties(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Shortcut for
DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES
option. - failOnWarning() - Method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
instance that fails if any warning is encountered. - failure() - Method in class org.springframework.test.web.servlet.assertj.MvcTestResultAssert
-
Verify that the request has failed and return a new assertion object that uses the failure as the object to test.
- failure(Throwable) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
-
Deprecated.Trigger a
FailureCallback.onFailure(Throwable)
call on all added callbacks with the givenThrowable
. - FailureCallback - Interface in org.springframework.util.concurrent
-
Deprecated.
- Fallback - Annotation Interface in org.springframework.context.annotation
-
Indicates that a bean qualifies as a fallback autowire candidate.
- FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
-
Fallback statement separator within SQL scripts:
"\n"
. - FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.r2dbc.connection.init.ScriptUtils
-
Fallback statement separator within SQL scripts:
"\n"
. - FALLBACK_TRANSACTION_MANAGER_NAMES - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
-
Fallback JNDI locations for the JTA TransactionManager.
- fallbackExecution() - Element in annotation interface org.springframework.transaction.event.TransactionalEventListener
-
Whether the event should be handled if no transaction is running.
- fallbackMatchAllowed() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return whether a fallback match is allowed.
- fallbackPatterns() - Element in annotation interface org.springframework.format.annotation.DateTimeFormat
-
The set of custom patterns to use as a fallback in case parsing fails for the primary
DateTimeFormat.pattern()
,DateTimeFormat.iso()
, orDateTimeFormat.style()
attribute. - FALOAD - Static variable in interface org.springframework.asm.Opcodes
- FALSE - Static variable in class org.springframework.expression.spel.support.BooleanTypedValue
-
False.
- FALSE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- FastByteArrayOutputStream - Class in org.springframework.util
-
A speedy alternative to
ByteArrayOutputStream
. - FastByteArrayOutputStream() - Constructor for class org.springframework.util.FastByteArrayOutputStream
-
Create a new
FastByteArrayOutputStream
with the default initial capacity of 256 bytes. - FastByteArrayOutputStream(int) - Constructor for class org.springframework.util.FastByteArrayOutputStream
-
Create a new
FastByteArrayOutputStream
with the specified initial capacity. - FastClass - Class in org.springframework.cglib.reflect
- FastClass() - Constructor for class org.springframework.cglib.reflect.FastClass
- FastClass(Class) - Constructor for class org.springframework.cglib.reflect.FastClass
- FastClass.Generator - Class in org.springframework.cglib.reflect
- FastConstructor - Class in org.springframework.cglib.reflect
- FastMember - Class in org.springframework.cglib.reflect
- FastMember(FastClass, Member, int) - Constructor for class org.springframework.cglib.reflect.FastMember
- FastMethod - Class in org.springframework.cglib.reflect
- FASTORE - Static variable in interface org.springframework.asm.Opcodes
- fatal(CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with fatal log level.
- fatal(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
- fatal(Object) - Method in interface org.apache.commons.logging.Log
-
Logs a message with fatal log level.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
- fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Logs an error with fatal log level.
- fatal(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a fatal error.
- fatal(String, Object, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a fatal error.
- fatal(String, Object, ParseState) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a fatal error.
- fatal(String, Object, ParseState, Throwable) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Raise a fatal error.
- fatal(Throwable, CharSequence) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with fatal log level.
- fatal(Throwable, Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log an error with fatal log level.
- fatal(Supplier<? extends CharSequence>) - Method in class org.springframework.core.log.LogAccessor
-
Log a message with fatal log level.
- fatal(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
-
Throws a
BeanDefinitionParsingException
detailing the error that has occurred. - fatal(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
-
Called when a fatal error is encountered during the parsing process.
- FatalBeanException - Exception in org.springframework.beans
-
Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
- FatalBeanException(String) - Constructor for exception org.springframework.beans.FatalBeanException
-
Create a new FatalBeanException with the specified message.
- FatalBeanException(String, Throwable) - Constructor for exception org.springframework.beans.FatalBeanException
-
Create a new FatalBeanException with the specified message and root cause.
- fatalError(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
- fatalError(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
- favorParameter(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Whether a request parameter ("format" by default) should be used to determine the requested media type.
- favorPathExtension(boolean) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Deprecated.as of 5.2.4. See deprecation note on
ContentNegotiationManagerFactoryBean.setFavorPathExtension(boolean)
. - fc - Variable in class org.springframework.cglib.reflect.FastMember
- FCMPG - Static variable in interface org.springframework.asm.Opcodes
- FCMPL - Static variable in interface org.springframework.asm.Opcodes
- FCONST(float) - Static method in class org.springframework.cglib.core.TypeUtils
- FCONST_0 - Static variable in interface org.springframework.asm.Opcodes
- FCONST_1 - Static variable in interface org.springframework.asm.Opcodes
- FCONST_2 - Static variable in interface org.springframework.asm.Opcodes
- FDIV - Static variable in interface org.springframework.asm.Opcodes
- featuresToDisable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Specify features to disable.
- featuresToEnable(Object...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Specify features to enable.
- fetch() - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Perform the SQL call and retrieve the result by entering the execution stage.
- FetchSpec<T> - Interface in org.springframework.r2dbc.core
-
Union type for fetching results.
- field - Variable in class org.springframework.beans.factory.InjectionPoint
- FIELD - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type of a field.
- FIELD_CLASS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the class field in a JMX
Descriptor
. - FIELD_CURRENCY_TIME_LIMIT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the currency time limit field in a JMX
Descriptor
. - FIELD_DEFAULT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the default field in a JMX
Descriptor
. - FIELD_DISPLAY_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the displayName field in a JMX
Descriptor
. - FIELD_GET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies a getter method in a JMX
Descriptor
. - FIELD_LOG - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the log field in a JMX
Descriptor
. - FIELD_LOG_FILE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the logfile field in a JMX
Descriptor
. - FIELD_METRIC_CATEGORY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the custom metricCategory field in a JMX
Descriptor
. - FIELD_METRIC_TYPE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the metricType field in a JMX
Descriptor
. - FIELD_PERSIST_LOCATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistLocation field in a JMX
Descriptor
. - FIELD_PERSIST_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistName field in a JMX
Descriptor
. - FIELD_PERSIST_PERIOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistPeriod field in a JMX
Descriptor
. - FIELD_PERSIST_POLICY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the persistPolicy field in a JMX
Descriptor
. - FIELD_ROLE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the role field in a JMX
Descriptor
. - FIELD_SET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Identifies a setter method in a JMX
Descriptor
. - FIELD_UNITS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the units field in a JMX
Descriptor
. - FIELD_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
-
Constant identifier for the visibility field in a JMX
Descriptor
. - FieldError - Class in org.springframework.validation
-
Encapsulates a field error, that is, a reason for rejecting a specific field value.
- FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
-
Create a new FieldError instance.
- FieldError(String, String, String) - Constructor for class org.springframework.validation.FieldError
-
Create a new FieldError instance.
- fieldget(Field, Object) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- FieldHint - Class in org.springframework.aot.hint
-
A hint that describes the need for reflection on a
Field
. - FieldProvider - Interface in org.springframework.cglib.transform.impl
- FieldProviderTransformer - Class in org.springframework.cglib.transform.impl
- FieldProviderTransformer() - Constructor for class org.springframework.cglib.transform.impl.FieldProviderTransformer
- FieldRetrievingFactoryBean - Class in org.springframework.beans.factory.config
-
FactoryBean
which retrieves a static or non-static field value. - FieldRetrievingFactoryBean() - Constructor for class org.springframework.beans.factory.config.FieldRetrievingFactoryBean
- fields() - Method in class org.springframework.aot.hint.TypeHint
-
Return the fields that require reflection.
- fieldset(Field, Object, Object) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
-
Deprecated.
- FieldTypeCustomizer - Interface in org.springframework.cglib.core
-
Customizes key types for
KeyFactory
right in constructor. - FieldVisitor - Class in org.springframework.asm
-
A visitor to visit a Java field.
- FieldVisitor(int) - Constructor for class org.springframework.asm.FieldVisitor
-
Constructs a new
FieldVisitor
. - FieldVisitor(int, FieldVisitor) - Constructor for class org.springframework.asm.FieldVisitor
-
Constructs a new
FieldVisitor
. - FieldVisitorTee - Class in org.springframework.cglib.transform
- FieldVisitorTee(FieldVisitor, FieldVisitor) - Constructor for class org.springframework.cglib.transform.FieldVisitorTee
- file(String, byte[]) - Method in class org.springframework.test.web.servlet.request.AbstractMockMultipartHttpServletRequestBuilder
-
Add a new
MockMultipartFile
with the given content. - file(String, byte[]) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
Add a new
MockMultipartFile
with the given content. - file(MockMultipartFile) - Method in class org.springframework.test.web.servlet.request.AbstractMockMultipartHttpServletRequestBuilder
-
Add the given
MockMultipartFile
. - file(MockMultipartFile) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
Add the given
MockMultipartFile
. - FILE_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
-
URL prefix for loading from the file system: "file:".
- FileCopyUtils - Class in org.springframework.util
-
Simple utility methods for file and stream copying.
- FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
- FileEditor - Class in org.springframework.beans.propertyeditors
-
Editor for
java.io.File
, to directly populate a File property from a Spring resource location. - FileEditor() - Constructor for class org.springframework.beans.propertyeditors.FileEditor
-
Create a new FileEditor, using a default ResourceEditor underneath.
- FileEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.FileEditor
-
Create a new FileEditor, using the given ResourceEditor underneath.
- FileHandler(boolean, Supplier<InputStreamSource>) - Constructor for class org.springframework.aot.generate.GeneratedFiles.FileHandler
- filename() - Method in interface org.springframework.http.codec.multipart.FilePart
-
Return the original filename in the client's filesystem.
- filename() - Method in interface org.springframework.http.codec.multipart.FilePartEvent
-
Return the original filename in the client's filesystem.
- filename(String) - Method in interface org.springframework.http.client.MultipartBodyBuilder.PartBuilder
-
Set the filename parameter for a file part.
- filename(String) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Set the value of the filename parameter.
- filename(String, Charset) - Method in interface org.springframework.http.ContentDisposition.Builder
-
Set the value of the
filename
that will be encoded as defined in RFC 5987. - FILENAME_HINT - Static variable in class org.springframework.core.codec.ResourceDecoder
-
Name of hint with a filename for the resource(e.g.
- FileNameVersionPathStrategy() - Constructor for class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
- FileNativeConfigurationWriter - Class in org.springframework.aot.nativex
-
A
NativeConfigurationWriter
implementation that writes the configuration to disk. - FileNativeConfigurationWriter(Path) - Constructor for class org.springframework.aot.nativex.FileNativeConfigurationWriter
- FileNativeConfigurationWriter(Path, String, String) - Constructor for class org.springframework.aot.nativex.FileNativeConfigurationWriter
- FilePart - Interface in org.springframework.http.codec.multipart
-
Specialization of
Part
that represents an uploaded file received in a multipart request. - FilePartEvent - Interface in org.springframework.http.codec.multipart
-
Represents an event triggered for a file upload.
- FilePatternResourceHintsRegistrar - Class in org.springframework.aot.hint.support
-
Register the necessary resource hints for loading files from the classpath, based on file name prefixes and file extensions with convenience to support multiple classpath locations.
- FilePatternResourceHintsRegistrar(List<String>, List<String>, List<String>) - Constructor for class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar
-
Deprecated, for removal: This API element is subject to removal in a future version.as of 6.0.12 in favor of the builder
- FilePatternResourceHintsRegistrar.Builder - Class in org.springframework.aot.hint.support
-
Builder for
FilePatternResourceHintsRegistrar
. - FileSystemGeneratedFiles - Class in org.springframework.aot.generate
-
GeneratedFiles
implementation that stores generated files using aFileSystem
. - FileSystemGeneratedFiles(Path) - Constructor for class org.springframework.aot.generate.FileSystemGeneratedFiles
-
Create a new
FileSystemGeneratedFiles
instance with all files stored under the specificroot
. - FileSystemGeneratedFiles(Function<GeneratedFiles.Kind, Path>) - Constructor for class org.springframework.aot.generate.FileSystemGeneratedFiles
-
Create a new
FileSystemGeneratedFiles
instance with all files stored under the root provided by the givenFunction
. - FileSystemResource - Class in org.springframework.core.io
- FileSystemResource(File) - Constructor for class org.springframework.core.io.FileSystemResource
-
Create a new
FileSystemResource
from aFile
handle. - FileSystemResource(String) - Constructor for class org.springframework.core.io.FileSystemResource
-
Create a new
FileSystemResource
from a file path. - FileSystemResource(FileSystem, String) - Constructor for class org.springframework.core.io.FileSystemResource
-
Create a new
FileSystemResource
from aFileSystem
handle, locating the specified path. - FileSystemResource(Path) - Constructor for class org.springframework.core.io.FileSystemResource
- FileSystemResourceLoader - Class in org.springframework.core.io
-
ResourceLoader
implementation that resolves plain paths as file system resources rather than as class path resources (the latter isDefaultResourceLoader
's default strategy). - FileSystemResourceLoader() - Constructor for class org.springframework.core.io.FileSystemResourceLoader
- FileSystemUtils - Class in org.springframework.util
-
Utility methods for working with the file system.
- FileSystemUtils() - Constructor for class org.springframework.util.FileSystemUtils
- FileSystemXmlApplicationContext - Class in org.springframework.context.support
-
Standalone XML application context, taking the context definition files from the file system or from URLs, interpreting plain paths as relative file system locations (e.g.
- FileSystemXmlApplicationContext() - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext for bean-style configuration.
- FileSystemXmlApplicationContext(String) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML file and automatically refreshing the context.
- FileSystemXmlApplicationContext(String...) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files and automatically refreshing the context.
- FileSystemXmlApplicationContext(String[], boolean) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext, loading the definitions from the given XML files.
- FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files.
- FileSystemXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext with the given parent, loading the definitions from the given XML files and automatically refreshing the context.
- FileSystemXmlApplicationContext(ApplicationContext) - Constructor for class org.springframework.context.support.FileSystemXmlApplicationContext
-
Create a new FileSystemXmlApplicationContext for bean-style configuration.
- FileUrlResource - Class in org.springframework.core.io
-
Subclass of
UrlResource
which assumes file resolution, to the degree of implementing theWritableResource
interface for it. - FileUrlResource(String) - Constructor for class org.springframework.core.io.FileUrlResource
-
Create a new
FileUrlResource
based on the given file location, using the URL protocol "file". - FileUrlResource(URL) - Constructor for class org.springframework.core.io.FileUrlResource
-
Create a new
FileUrlResource
based on the given URL object. - fillInStackTrace() - Method in exception org.springframework.scripting.support.StandardScriptEvalException
- fillProperties(Properties, Resource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
-
Fill the given properties from the given resource (in ISO-8859-1 encoding).
- fillProperties(Properties, EncodedResource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
-
Fill the given properties from the given EncodedResource, potentially defining a specific encoding for the properties file.
- filter(Statement, ExecuteFunction) - Method in interface org.springframework.r2dbc.core.StatementFilterFunction
-
Apply this filter to the given
Statement
andExecuteFunction
. - filter(Filter, String...) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.MockMvcServerSpec
-
Add a filter for specific URL patterns.
- filter(Collection, Predicate) - Static method in class org.springframework.cglib.core.CollectionUtils
- filter(Function<? super Statement, ? extends Statement>) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Add the given filter to the end of the filter chain.
- filter(List<Method>) - Method in interface org.springframework.expression.MethodFilter
-
Called by the method resolver to allow the SpEL user to organize the list of candidate methods that may be invoked.
- filter(StatementFilterFunction) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Add the given filter to the end of the filter chain.
- filter(ClientRequest, ExchangeFunction) - Method in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
-
Apply this filter to the given request and exchange function.
- filter(ExchangeFilterFunction) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Add the given filter to the filter chain.
- filter(ExchangeFilterFunction) - Method in interface org.springframework.web.reactive.function.client.ExchangeFunction
-
Filter the exchange function with the given
ExchangeFilterFunction
, resulting in a filteredExchangeFunction
. - filter(ExchangeFilterFunction) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
-
Add the given filter to the end of the filter chain.
- filter(HandlerFilterFunction<ServerResponse, ServerResponse>) - Method in interface org.springframework.web.reactive.function.server.RouterFunctions.Builder
-
Filters all routes created by this builder with the given filter function.
- filter(HandlerFilterFunction<T, S>) - Method in interface org.springframework.web.reactive.function.server.RouterFunction
-
Filter all handler functions routed by this function with the given filter function.
- filter(ServerRequest, HandlerFunction<T>) - Method in interface org.springframework.web.reactive.function.server.HandlerFilterFunction
-
Apply this filter to the given handler function.
- filter(ServerWebExchange) - Method in class org.springframework.web.server.handler.DefaultWebFilterChain
- filter(ServerWebExchange) - Method in interface org.springframework.web.server.WebFilterChain
-
Delegate to the next
WebFilter
in the chain. - filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.web.cors.reactive.CorsWebFilter
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.web.cors.reactive.PreFlightRequestWebFilter
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.web.filter.reactive.HiddenHttpMethodFilter
-
Transform an HTTP POST into another method based on
methodParamName
. - filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.web.filter.reactive.ServerHttpObservationFilter
-
Deprecated.
- filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.web.filter.reactive.ServerWebExchangeContextFilter
- filter(ServerWebExchange, WebFilterChain) - Method in interface org.springframework.web.server.WebFilter
-
Process the Web request and (optionally) delegate to the next
WebFilter
through the givenWebFilterChain
. - filter(WebFilter...) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Add the given filter(s).
- filter(HandlerFilterFunction<ServerResponse, ServerResponse>) - Method in interface org.springframework.web.servlet.function.RouterFunctions.Builder
-
Filters all routes created by this builder with the given filter function.
- filter(HandlerFilterFunction<T, S>) - Method in interface org.springframework.web.servlet.function.RouterFunction
-
Filter all handler functions routed by this function with the given filter function.
- filter(ServerRequest, HandlerFunction<T>) - Method in interface org.springframework.web.servlet.function.HandlerFilterFunction
-
Apply this filter to the given handler function.
- filter(View, String, Locale) - Method in interface org.springframework.web.servlet.view.AbstractCachingViewResolver.CacheFilter
-
Indicates whether the given view should be cached.
- filterAndWrapModel(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Filter and optionally wrap the model in
MappingJacksonValue
container. - filterAttributes(Predicate<String>) - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Create a new view of the annotation with only attributes that match the given predicate.
- filterConstructors(Class, List) - Method in class org.springframework.cglib.proxy.Enhancer
-
Filter the list of constructors from the superclass.
- filterDefaultValues() - Method in interface org.springframework.core.annotation.MergedAnnotation
-
Create a new view of the annotation with all attributes that have default values removed.
- FilteringWebHandler - Class in org.springframework.web.server.handler
- FilteringWebHandler(WebHandler, List<WebFilter>) - Constructor for class org.springframework.web.server.handler.FilteringWebHandler
-
Constructor.
- filterModel(Map<String, Object>) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
Filter out undesired attributes from the given model.
- filterModel(Map<String, Object>) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Filter out undesired attributes from the given model.
- filterModel(Map<String, Object>) - Method in class org.springframework.web.servlet.view.xml.MappingJackson2XmlView
- filterPropertyDescriptorsForDependencyCheck(BeanWrapper) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.
- filterPropertyDescriptorsForDependencyCheck(BeanWrapper, boolean) - Method in class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
-
Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.
- filterRequestedExtensions(ServerHttpRequest, List<WebSocketExtension>, List<WebSocketExtension>) - Method in class org.springframework.web.socket.server.support.AbstractHandshakeHandler
-
Filter the list of requested WebSocket extensions.
- filters(FilterProvider) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set the global filters to use in order to support
@JsonFilter
annotated POJO. - filters(Filter...) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.MockMvcServerSpec
-
Add a global filter.
- filters(Consumer<List<ExchangeFilterFunction>>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Manipulate the filters with the given consumer.
- filters(Consumer<List<ExchangeFilterFunction>>) - Method in interface org.springframework.web.reactive.function.client.WebClient.Builder
-
Manipulate the filters with the given consumer.
- filters(Consumer<List<WebFilter>>) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Manipulate the "live" list of currently configured filters.
- FilterType - Enum Class in org.springframework.context.annotation
-
Enumeration of the type filters that may be used in conjunction with
@ComponentScan
. - find(Class, Signature) - Static method in class org.springframework.cglib.proxy.MethodProxy
-
Return the
MethodProxy
used when intercepting the method matching the given signature. - find(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - find(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findAdvisorBeans() - Method in class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
-
Find all eligible Advisor beans in the current bean factory, ignoring FactoryBeans and excluding beans that are currently in creation.
- findAdvisorsThatCanApply(List<Advisor>, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
-
Determine the sublist of the
candidateAdvisors
list that is applicable to the given class. - findAdvisorsThatCanApply(List<Advisor>, Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Search the given candidate Advisors to find all Advisors that can apply to the specified bean.
- findAllAnnotationsOnBean(String, Class<A>, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find all
Annotation
instances ofannotationType
on the specified bean, traversing its interfaces and superclasses if no annotation can be found on the given class itself, as well as checking the bean's factory method (if any). - findAllAnnotationsOnBean(String, Class<A>, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- findAllAnnotationsOnBean(String, Class<A>, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- findAllAnnotationsOnBean(String, Class<A>, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
- findAllClassPathResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Find all class location resources with the given location via the ClassLoader.
- findAllLocalMergedAnnotations() - Method in class org.springframework.test.context.TestContextAnnotationUtils.AnnotationDescriptor
-
Find all annotations of the specified annotation type that are present or meta-present on the root declaring class of this descriptor or on any interfaces that the root declaring class implements.
- findAllLocalMergedAnnotations() - Method in class org.springframework.test.context.TestContextAnnotationUtils.UntypedAnnotationDescriptor
-
Throws an
UnsupportedOperationException
since the type of annotation represented by anUntypedAnnotationDescriptor
is unknown. - findAllMergedAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Find all annotations of the specified
annotationType
within the annotation hierarchy above the suppliedelement
; and for each annotation found, merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy and synthesize the results back into an annotation of the specifiedannotationType
. - findAllMergedAnnotations(AnnotatedElement, Set<Class<? extends Annotation>>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Find all annotations of the specified
annotationTypes
within the annotation hierarchy above the suppliedelement
; and for each annotation found, merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy and synthesize the results back into an annotation of the correspondingannotationType
. - findAllModulePathResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Resolve the given location pattern into
Resource
objects for all matching resources found in the module path. - findAnnotatedBeans(ApplicationContext) - Static method in class org.springframework.web.method.ControllerAdviceBean
-
Find beans annotated with
@ControllerAdvice
in the givenApplicationContext
and wrap them asControllerAdviceBean
instances. - findAnnotation(Class<?>, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Find a single
Annotation
ofannotationType
on the suppliedClass
, traversing its interfaces, annotations, and superclasses if the annotation is not directly present on the given class itself. - findAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- findAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Find a single
Annotation
ofannotationType
on the suppliedMethod
, traversing its super methods (i.e. - findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Deprecated.as of 5.2 since it is superseded by the
MergedAnnotations
API - findAnnotationDeclaringClassForTypes(List<Class<? extends Annotation>>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Deprecated.as of 5.2 since it is superseded by the
MergedAnnotations
API - findAnnotationDescriptor(Class<?>, Class<T>) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
-
Find the
TestContextAnnotationUtils.AnnotationDescriptor
for the suppliedannotationType
on the suppliedClass
, traversing its annotations, interfaces, superclasses, and enclosing classes if no annotation can be found on the given class itself. - findAnnotationDescriptorForTypes(Class<?>, Class<? extends Annotation>...) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
-
Find the
TestContextAnnotationUtils.UntypedAnnotationDescriptor
for the firstClass
in the inheritance hierarchy of the specifiedclazz
(including the specifiedclazz
itself) which declares at least one of the specifiedannotationTypes
. - findAnnotationOnBean(String, Class<A>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find an
Annotation
ofannotationType
on the specified bean, traversing its interfaces and superclasses if no annotation can be found on the given class itself, as well as checking the bean's factory method (if any). - findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- findAnnotationOnBean(String, Class<A>) - Method in class org.springframework.context.support.AbstractApplicationContext
- findAnnotationOnBean(String, Class<A>, boolean) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find an
Annotation
ofannotationType
on the specified bean, traversing its interfaces and superclasses if no annotation can be found on the given class itself, as well as checking the bean's factory method (if any). - findAnnotationOnBean(String, Class<A>, boolean) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- findAnnotationOnBean(String, Class<A>, boolean) - Method in class org.springframework.beans.factory.support.StaticListableBeanFactory
- findAnnotationOnBean(String, Class<A>, boolean) - Method in class org.springframework.context.support.AbstractApplicationContext
- findAspectJAnnotationOnMethod(Method) - Static method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
-
Find and return the first AspectJ annotation on the given method (there should only be one anyway...).
- findAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
- findAutowireCandidates(String, Class<?>, DependencyDescriptor) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Find bean instances that match the required type.
- findAvailableTcpPort() - Static method in class org.springframework.test.util.TestSocketUtils
-
Find an available TCP port randomly selected from the range [1024, 65535].
- findBridgedMethod(Method) - Static method in class org.springframework.core.BridgeMethodResolver
-
Find the local original method for the supplied
bridge Method
. - findByBeanName(String) - Method in class org.springframework.beans.factory.aot.AotServices
-
Find the AOT service that was loaded for the given bean name.
- findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on a given Hibernate criteria object.
- findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on the given Hibernate criteria object.
- findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- findByExample(String, T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on the given example entity object.
- findByExample(String, T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on a given example entity object.
- findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- findByExample(T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on the given example entity object.
- findByExample(T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on a given example entity object.
- findByExample(T, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Deprecated.as of 5.0.4, in favor of a custom
HibernateCallback
lambda code block passed to the generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method - findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
Deprecated.
- findCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
-
Subclasses need to implement this to return the caching operation for the given method, if any.
- findCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
- findCacheOperations(Class<?>) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
- findCacheOperations(Class<?>) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Subclasses need to implement this to return the cache operations for the given class, if any.
- findCacheOperations(Method) - Method in class org.springframework.cache.annotation.AnnotationCacheOperationSource
- findCacheOperations(Method) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Subclasses need to implement this to return the cache operations for the given method, if any.
- findCandidateAdvisors() - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
- findCandidateAdvisors() - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Find all candidate Advisors to use in auto-proxying.
- findCandidateComponents(String) - Method in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
-
Scan the component index or class path for candidate components.
- findClass(String) - Method in class org.springframework.core.test.tools.DynamicClassLoader
- findClosestMatch(Collection<Class<? extends Throwable>>, Throwable) - Static method in class org.springframework.core.ExceptionDepthComparator
-
Obtain the closest match from the given exception types for the given target exception.
- findColumn(String) - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- findColumn(String) - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Map the given column label to its column index.
- findCommonElementType(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
-
Find the common element type of the given Collection, if any.
- findConstructor(String) - Static method in class org.springframework.cglib.core.ReflectUtils
- findConstructor(String, ClassLoader) - Static method in class org.springframework.cglib.core.ReflectUtils
- findCurrent(Map<String, Object>) - Static method in class org.springframework.http.server.reactive.observation.ServerRequestObservationContext
-
Get the current
observation context
from the given attributes, if available. - findCustomEditor(Class<?>, String) - Method in interface org.springframework.beans.PropertyEditorRegistry
-
Find a custom property editor for the given type and property.
- findCustomEditor(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
- findCustomEditor(Class<?>, String) - Method in class org.springframework.validation.DataBinder
- findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
-
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
- findDeclaredMethod(Class, String, Class[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- findDeclaredMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
-
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
- findDefaultEntityManagerFactory(String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Find a single default EntityManagerFactory in the Spring application context.
- findDefaultScheduler() - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- findEditor(Class<?>) - Method in class org.springframework.web.reactive.result.view.BindStatus
-
Find a PropertyEditor for the given value class, associated with the property that this bound status is currently bound to.
- findEditor(Class<?>) - Method in class org.springframework.web.servlet.support.BindStatus
-
Find a PropertyEditor for the given value class, associated with the property that this bound status is currently bound to.
- findEditor(String, Class) - Method in exception org.springframework.validation.BindException
- findEditor(String, Class) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractBindingResult
-
This implementation delegates to the
PropertyEditorRegistry
's editor lookup facility, if available. - findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
This implementation exposes a PropertyEditor adapter for a Formatter, if applicable.
- findEditor(String, Class<?>) - Method in interface org.springframework.validation.BindingResult
-
Find a custom property editor for the given type and property.
- findEditorByConvention(Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Find a JavaBeans PropertyEditor following the 'Editor' suffix convention (e.g.
- findEligibleAdvisors(Class<?>, String) - Method in class org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator
-
Find all eligible Advisors for auto-proxying this class.
- findEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Find an EntityManagerFactory with the given name in the current Spring application context, falling back to a single default EntityManagerFactory (if any) in case of no unit name specified.
- findEntityManagerFactory(ListableBeanFactory, String) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
-
Find an EntityManagerFactory with the given name in the given Spring application context (represented as ListableBeanFactory).
- findExpectation(ClientHttpRequest) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
Return a matching expectation, or
null
if none match. - findField(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
- findField(Class<?>, String, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
- findField(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Find a field of a certain name on a specified class.
- findFieldIgnoreCase(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
- findFirstMatch(Collection<?>, Collection<E>) - Static method in class org.springframework.util.CollectionUtils
-
Return the first element in '
candidates
' that is contained in 'source
'. - findGetterForProperty(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Find a getter method for the specified property.
- findInterfaceMethod(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
- findLocalizedResource(String, String, Locale) - Method in class org.springframework.core.io.support.LocalizedResourceHelper
-
Find the most specific localized resource for the given name, extension and locale:
- findMatchingMethod() - Method in class org.springframework.beans.support.ArgumentConvertingMethodInvoker
-
This implementation looks for a method with matching parameter types.
- findMatchingMethod() - Method in class org.springframework.util.MethodInvoker
-
Find a matching method with the specified name for the specified arguments.
- findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Find a matching view name in the given exception mappings.
- findMergedAnnotation(Class<?>, Class<T>) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
-
Find the first annotation of the specified
annotationType
within the annotation hierarchy above the supplied class, merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy, and synthesize the result back into an annotation of the specifiedannotationType
. - findMergedAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Find the first annotation of the specified
annotationType
within the annotation hierarchy above the suppliedelement
, merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy, and synthesize the result back into an annotation of the specifiedannotationType
. - findMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Find the first annotation of the specified
annotationType
within the annotation hierarchy above the suppliedelement
and merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy. - findMergedAnnotationAttributes(AnnotatedElement, String, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Find the first annotation of the specified
annotationName
within the annotation hierarchy above the suppliedelement
and merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy. - findMergedRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Find all repeatable annotations of the specified
annotationType
within the annotation hierarchy above the suppliedelement
; and for each annotation found, merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy and synthesize the results back into an annotation of the specifiedannotationType
. - findMergedRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Find all repeatable annotations of the specified
annotationType
within the annotation hierarchy above the suppliedelement
; and for each annotation found, merge that annotation's attributes with matching attributes from annotations in lower levels of the annotation hierarchy and synthesize the results back into an annotation of the specifiedannotationType
. - findMethod(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
-
Attempt to find a
Method
on the supplied class with the supplied name and no parameters. - findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
-
Find a method with the given method name and the given parameter types, declared on the given class or one of its superclasses.
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
-
Attempt to find a
Method
on the supplied class with the supplied name and parameter types. - findMethod(String) - Static method in class org.springframework.cglib.core.ReflectUtils
- findMethod(String, ClassLoader) - Static method in class org.springframework.cglib.core.ReflectUtils
- findMethods(String[], Method[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- findMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
-
Find a method with the given method name and minimal parameters (best case: none), declared on the given class or one of its superclasses.
- findMethodWithMinimalParameters(Method[], String) - Static method in class org.springframework.beans.BeanUtils
-
Find a method with the given method name and minimal parameters (best case: none) in the given list of methods.
- findModulesViaServiceLoader(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set whether to let Jackson find available modules via the JDK ServiceLoader, based on META-INF metadata in the classpath.
- findNamedEntityManagerFactory(String, String) - Method in class org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor
-
Find an EntityManagerFactory with the given name in the current Spring application context.
- findNewInstance(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
- findObject(int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single int parameter.
- findObject(int, int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given two int parameters.
- findObject(int, int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given two int parameters and a context.
- findObject(int, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single int parameter and a context.
- findObject(long) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single long parameter.
- findObject(long, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single long parameter and a context.
- findObject(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object without context.
- findObject(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Generic object finder method, used by all other
findObject
methods. - findObject(String) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single String parameter.
- findObject(String, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single String parameter and a context.
- findObjectByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute without context.
- findObjectByNamedParam(Map<String, ?>, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Generic object finder method for named parameters.
- findObservationContext(HttpServletRequest) - Static method in class org.springframework.web.filter.ServerHttpObservationFilter
-
Get the current
observation context
from the given request, if available. - findObservationContext(ServerWebExchange) - Static method in class org.springframework.web.filter.reactive.ServerHttpObservationFilter
-
Deprecated.Get the current
observation context
from the given request, if available. - findOrder(Object) - Method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
- findOrder(Object) - Method in class org.springframework.core.OrderComparator
-
Find an order value indicated by the given object.
- findPackageProtected(Class[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- findParameterIndex(Parameter) - Static method in class org.springframework.core.MethodParameter
- findParameterValue(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
-
Obtain a named parameter from the given request parameters.
- findParameterValue(Map<String, ?>, String) - Static method in class org.springframework.web.util.WebUtils
-
Obtain a named parameter from the given request parameters.
- findPathMatchingResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Find all resources that match the given location pattern via the Ant-style
PathMatcher
. - findPrimaryConstructor(Class<T>) - Static method in class org.springframework.beans.BeanUtils
-
Return the primary constructor of the provided class.
- findPropertyForMethod(Method) - Static method in class org.springframework.beans.BeanUtils
-
Find a JavaBeans
PropertyDescriptor
for the given method, with the method either being the read method or the write method for that bean property. - findPropertyForMethod(Method, Class<?>) - Static method in class org.springframework.beans.BeanUtils
-
Find a JavaBeans
PropertyDescriptor
for the given method, with the method either being the read method or the write method for that bean property. - findPropertyType(String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
-
Determine the bean property type for the given property from the given classes/interfaces, if possible.
- findProtocolHandler(WebSocketSession) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Find a
SubProtocolHandler
for the given session. - findProvidedArgument(MethodParameter, Object...) - Static method in class org.springframework.core.annotation.AnnotatedMethod
- findPublicDeclaringClass(Method) - Static method in class org.springframework.expression.spel.CodeFlow
-
Find the first public class or interface in the method's class hierarchy that declares the supplied method.
- findQualifiedExecutor(BeanFactory, String) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Retrieve a target executor for the given qualifier.
- findResource(String) - Method in class org.springframework.core.test.tools.DynamicClassLoader
- findResources(String) - Method in class org.springframework.core.test.tools.DynamicClassLoader
- findScheduler(String) - Method in class org.springframework.scheduling.quartz.SchedulerAccessorBean
- findSetterForProperty(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Find a setter method for the specified property.
- findSubscriptions(Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
- findSubscriptions(Message<?>) - Method in interface org.springframework.messaging.simp.broker.SubscriptionRegistry
-
Find all subscriptions that should receive the given message.
- findSubscriptions(SimpSubscriptionMatcher) - Method in class org.springframework.messaging.simp.user.MultiServerUserRegistry
- findSubscriptions(SimpSubscriptionMatcher) - Method in interface org.springframework.messaging.simp.user.SimpUserRegistry
-
Find subscriptions with the given matcher.
- findSubscriptions(SimpSubscriptionMatcher) - Method in class org.springframework.web.socket.messaging.DefaultSimpUserRegistry
- findSubscriptionsInternal(String, Message<?>) - Method in class org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
- findSubscriptionsInternal(String, Message<?>) - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
- findTemplateSource(String) - Method in class org.springframework.ui.freemarker.SpringTemplateLoader
- findTransactionAttribute(Class<?>) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- findTransactionAttribute(Class<?>) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-
Subclasses need to implement this to return the transaction attribute for the given class, if any.
- findTransactionAttribute(Method) - Method in class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
- findTransactionAttribute(Method) - Method in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
-
Subclasses need to implement this to return the transaction attribute for the given method, if any.
- findTransactionManager(UserTransaction) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Find the JTA TransactionManager through autodetection: checking whether the UserTransaction object implements the TransactionManager, and checking the fallback JNDI locations.
- findTransactionSynchronizationRegistry(UserTransaction, TransactionManager) - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Find the JTA 1.1 TransactionSynchronizationRegistry through autodetection: checking whether the UserTransaction object or TransactionManager object implements it, and checking Jakarta EE's standard JNDI location.
- findTranslatorForDatabase(String) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
-
Find a custom translator for the specified database.
- findType(String) - Method in class org.springframework.expression.spel.ExpressionState
- findType(String) - Method in class org.springframework.expression.spel.support.StandardTypeLocator
-
Find a (possibly unqualified) type reference, first using the type name as-is, and then trying any registered import prefixes if the type name cannot be found.
- findType(String) - Method in interface org.springframework.expression.TypeLocator
-
Find a type by name.
- findUserTransaction() - Method in class org.springframework.transaction.jta.JtaTransactionManager
-
Find the JTA UserTransaction through a default JNDI lookup: "java:comp/UserTransaction".
- findValue(Annotation[]) - Method in class org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
-
Determine a suggested value from any of the given candidate annotations.
- findValueOfType(Collection<?>, Class<?>[]) - Static method in class org.springframework.util.CollectionUtils
-
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
- findValueOfType(Collection<?>, Class<T>) - Static method in class org.springframework.util.CollectionUtils
-
Find a single value of the given type in the given Collection.
- findWebApplicationContext() - Method in class org.springframework.web.filter.DelegatingFilterProxy
-
Return the
WebApplicationContext
passed in at construction time, if available. - findWebApplicationContext() - Method in class org.springframework.web.servlet.FrameworkServlet
- findWebApplicationContext(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
- findWebApplicationContext(HttpServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
-
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
- findWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
-
Find a unique
WebApplicationContext
for this web app: either the root web app context (preferred) or a uniqueWebApplicationContext
among the registeredServletContext
attributes (typically coming from a singleDispatcherServlet
in the current web application). - findWebJarResourcePath(String) - Method in class org.springframework.web.reactive.resource.LiteWebJarsResourceResolver
- findWebJarResourcePath(String) - Method in class org.springframework.web.reactive.resource.WebJarsResourceResolver
-
Deprecated.
- findWebJarResourcePath(String) - Method in class org.springframework.web.servlet.resource.LiteWebJarsResourceResolver
- findWebJarResourcePath(String) - Method in class org.springframework.web.servlet.resource.WebJarsResourceResolver
-
Deprecated.
- finish() - Method in class org.springframework.expression.spel.CodeFlow
-
Called after the main expression evaluation method has been generated, this method will call back any registered FieldAdders or ClinitAdders to add any extra information to the class representing the compiled expression.
- finishBeanFactoryInitialization(ConfigurableListableBeanFactory) - Method in class org.springframework.context.support.AbstractApplicationContext
-
Finish the initialization of this context's bean factory, initializing all remaining singleton beans.
- finishRefresh() - Method in class org.springframework.context.support.AbstractApplicationContext
-
Finish the refresh of this context, invoking the LifecycleProcessor's onRefresh() method and publishing the
ContextRefreshedEvent
. - fireAliasRegistered(String, String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Fire an alias-registered event.
- fireComponentRegistered(ComponentDefinition) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Fire a component-registered event.
- fireDefaultsRegistered(DefaultsDefinition) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Fire a defaults-registered event.
- fireImportProcessed(String, Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Fire an import-processed event.
- fireImportProcessed(String, Resource[], Object) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Fire an import-processed event.
- first() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
- first() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
-
Move the cursor to the first row of this row set.
- first() - Method in interface org.springframework.r2dbc.core.RowsFetchSpec
-
Get the first or no result.
- FIRST - Static variable in class org.springframework.expression.spel.ast.Selection
-
The first item (
^[]
). - FIRST_FOUND - Enum constant in enum class org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
-
Take the first resource in the list that exists and use just that.
- firstDirectlyDeclared() - Static method in class org.springframework.core.annotation.MergedAnnotationSelectors
-
Select the first directly declared annotation when possible.
- firstElement(List<T>) - Static method in class org.springframework.util.CollectionUtils
-
Retrieve the first element of the given List, accessing the zero index.
- firstElement(Set<T>) - Static method in class org.springframework.util.CollectionUtils
-
Retrieve the first element of the given Set, using
SortedSet.first()
or otherwise using the iterator. - firstHeader(String) - Method in interface org.springframework.web.reactive.function.server.ServerRequest.Headers
-
Get the first header value, if any, for the header with the given name.
- firstHeader(String) - Method in interface org.springframework.web.servlet.function.ServerRequest.Headers
-
Get the first header value, if any, for the header for the given name.
- firstInstance(Class) - Method in class org.springframework.cglib.beans.BeanCopier.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.beans.BeanGenerator
- firstInstance(Class) - Method in class org.springframework.cglib.beans.BeanMap.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.beans.BulkBean.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.beans.ImmutableBean.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.core.AbstractClassGenerator
- firstInstance(Class) - Method in class org.springframework.cglib.core.KeyFactory.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.proxy.Enhancer
-
This method should not be called in regular flow.
- firstInstance(Class) - Method in class org.springframework.cglib.proxy.InterfaceMaker
- firstInstance(Class) - Method in class org.springframework.cglib.proxy.Mixin.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.reflect.ConstructorDelegate.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.reflect.FastClass.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.reflect.MethodDelegate.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.reflect.MulticastDelegate.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.util.ParallelSorter.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.util.StringSwitcher.Generator
- firstLocal - Variable in class org.springframework.cglib.core.LocalVariablesSorter
- firstRunOf(Function<? super MergedAnnotation<A>, ?>) - Static method in class org.springframework.core.annotation.MergedAnnotationPredicates
-
Create a new stateful, single use
Predicate
that matches only the first run of an extracted value. - FixedBackOff - Class in org.springframework.util.backoff
-
A simple
BackOff
implementation that provides a fixed interval between two attempts and a maximum number of retries. - FixedBackOff() - Constructor for class org.springframework.util.backoff.FixedBackOff
-
Create an instance with an interval of 5000L ms and an unlimited number of attempts.
- FixedBackOff(long, long) - Constructor for class org.springframework.util.backoff.FixedBackOff
-
Create an instance.
- FixedContentNegotiationStrategy - Class in org.springframework.web.accept
-
A
ContentNegotiationStrategy
that returns a fixed content type. - FixedContentNegotiationStrategy(List<MediaType>) - Constructor for class org.springframework.web.accept.FixedContentNegotiationStrategy
-
Constructor with an ordered List of default
MediaType
's to return for use in applications that support a variety of content types. - FixedContentNegotiationStrategy(MediaType) - Constructor for class org.springframework.web.accept.FixedContentNegotiationStrategy
-
Constructor with a single default
MediaType
. - FixedContentTypeResolver - Class in org.springframework.web.reactive.accept
-
Resolver that always resolves to a fixed list of media types.
- FixedContentTypeResolver(List<MediaType>) - Constructor for class org.springframework.web.reactive.accept.FixedContentTypeResolver
-
Constructor with an ordered List of default
MediaType
's to return for use in applications that support a variety of content types. - FixedContentTypeResolver(MediaType) - Constructor for class org.springframework.web.reactive.accept.FixedContentTypeResolver
-
Constructor with a single default
MediaType
. - fixedDelay() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between the end of the last invocation and the start of the next.
- fixedDelayString() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between the end of the last invocation and the start of the next.
- FixedDelayTask - Class in org.springframework.scheduling.config
-
Specialization of
IntervalTask
for fixed-delay semantics. - FixedDelayTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.FixedDelayTask
-
Deprecated.as of 6.0, in favor on
FixedDelayTask(Runnable, Duration, Duration)
- FixedDelayTask(Runnable, Duration, Duration) - Constructor for class org.springframework.scheduling.config.FixedDelayTask
-
Create a new
FixedDelayTask
. - fixedField(String) - Method in class org.springframework.validation.AbstractErrors
-
Transform the given field into its full path, regarding the nested path of this instance.
- FixedIntervalReconnectStrategy - Class in org.springframework.messaging.tcp
-
A simple strategy for making reconnect attempts at a fixed interval.
- FixedIntervalReconnectStrategy(long) - Constructor for class org.springframework.messaging.tcp.FixedIntervalReconnectStrategy
-
Create a new
FixedIntervalReconnectStrategy
instance. - FixedKeySet - Class in org.springframework.cglib.beans
- FixedKeySet(String[]) - Constructor for class org.springframework.cglib.beans.FixedKeySet
- FixedLocaleContextResolver - Class in org.springframework.web.server.i18n
-
LocaleContextResolver
implementation that always returns a fixed locale and optionally time zone. - FixedLocaleContextResolver() - Constructor for class org.springframework.web.server.i18n.FixedLocaleContextResolver
-
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback).
- FixedLocaleContextResolver(Locale) - Constructor for class org.springframework.web.server.i18n.FixedLocaleContextResolver
-
Create a FixedLocaleResolver that exposes the given locale.
- FixedLocaleContextResolver(Locale, TimeZone) - Constructor for class org.springframework.web.server.i18n.FixedLocaleContextResolver
-
Create a FixedLocaleResolver that exposes the given locale and time zone.
- FixedLocaleResolver - Class in org.springframework.web.servlet.i18n
-
LocaleResolver
implementation that always returns a fixed default locale and optionally time zone. - FixedLocaleResolver() - Constructor for class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback).
- FixedLocaleResolver(Locale) - Constructor for class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
Create a FixedLocaleResolver that exposes the given locale.
- FixedLocaleResolver(Locale, TimeZone) - Constructor for class org.springframework.web.servlet.i18n.FixedLocaleResolver
-
Create a FixedLocaleResolver that exposes the given locale and time zone.
- fixedRate() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between invocations.
- fixedRateString() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
-
Execute the annotated method with a fixed period between invocations.
- FixedRateTask - Class in org.springframework.scheduling.config
-
Specialization of
IntervalTask
for fixed-rate semantics. - FixedRateTask(Runnable, long, long) - Constructor for class org.springframework.scheduling.config.FixedRateTask
-
Deprecated.as of 6.0, in favor on
FixedRateTask(Runnable, Duration, Duration)
- FixedRateTask(Runnable, Duration, Duration) - Constructor for class org.springframework.scheduling.config.FixedRateTask
-
Create a new
FixedRateTask
. - fixedResolver(MediaType...) - Method in class org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder
-
Add resolver that returns a fixed set of media types.
- FixedThemeResolver - Class in org.springframework.web.servlet.theme
-
Deprecated.as of 6.0 in favor of using CSS, without direct replacement
- FixedThemeResolver() - Constructor for class org.springframework.web.servlet.theme.FixedThemeResolver
-
Deprecated.
- FixedValue - Interface in org.springframework.cglib.proxy
-
Enhancer
callback that simply returns the value to return from the proxied method. - FixedVersionStrategy - Class in org.springframework.web.reactive.resource
-
A
VersionStrategy
that relies on a fixed version applied as a request path prefix, e.g. - FixedVersionStrategy - Class in org.springframework.web.servlet.resource
-
A
VersionStrategy
that relies on a fixed version applied as a request path prefix, e.g. - FixedVersionStrategy(String) - Constructor for class org.springframework.web.reactive.resource.FixedVersionStrategy
-
Create a new FixedVersionStrategy with the given version string.
- FixedVersionStrategy(String) - Constructor for class org.springframework.web.servlet.resource.FixedVersionStrategy
-
Create a new FixedVersionStrategy with the given version string.
- flagForCommit() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Flag the current test-managed transaction for commit.
- flagForRollback() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Flag the current test-managed transaction for rollback.
- flash() - Method in class org.springframework.test.web.servlet.assertj.MvcTestResultAssert
-
Return a new assertion object that uses the "output" flash attributes saved during request processing as the object to test.
- flash() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to flash attribute assertions.
- FLASH_MAP_MANAGER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Name of request attribute that holds the
FlashMapManager
. - FLASH_MAP_MANAGER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Well-known name for the FlashMapManager object in the bean factory for this namespace.
- flashAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Set an "input" flash attribute.
- flashAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- FlashAttributeResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for "output" flash attribute assertions.
- FlashAttributeResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
-
Protected constructor.
- flashAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Set flash attributes.
- flashAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- FlashMap - Class in org.springframework.web.servlet
-
A FlashMap provides a way for one request to store attributes intended for use in another.
- FlashMap() - Constructor for class org.springframework.web.servlet.FlashMap
- flashMapManager() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- flashMapManager(FlashMapManager) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Provide a custom FlashMapManager.
- FlashMapManager - Interface in org.springframework.web.servlet
-
A strategy interface for retrieving and saving FlashMap instances.
- flatMap(Function<Result, Publisher<R>>) - Method in interface org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
- FLAWED_PATTERN - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- flight - Variable in class org.springframework.oxm.jaxb.test.Flights
- FlightRecorderApplicationStartup - Class in org.springframework.core.metrics.jfr
-
ApplicationStartup
implementation for the Java Flight Recorder. - FlightRecorderApplicationStartup() - Constructor for class org.springframework.core.metrics.jfr.FlightRecorderApplicationStartup
- Flights - Class in org.springframework.oxm.jaxb.test
-
Java class for anonymous complex type.
- Flights() - Constructor for class org.springframework.oxm.jaxb.test.Flights
- FlightType - Class in org.springframework.oxm.jaxb.test
-
Java class for flightType complex type.
- FlightType() - Constructor for class org.springframework.oxm.jaxb.test.FlightType
- FLOAD - Static variable in interface org.springframework.asm.Opcodes
- FLOAT - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
-
A
float
. - FLOAT - Static variable in interface org.springframework.asm.Opcodes
- FLOAT - Static variable in class org.springframework.asm.Type
-
The sort of the
float
type. - FLOAT_TYPE - Static variable in class org.springframework.asm.Type
-
The
float
type. - FloatLiteral - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents a float literal.
- FloatLiteral(String, int, int, float) - Constructor for class org.springframework.expression.spel.ast.FloatLiteral
- flush() - Method in class org.springframework.http.server.DelegatingServerHttpResponse
- flush() - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Flush the output if ready, or otherwise
AbstractListenerWriteFlushProcessor.isFlushPending()
should return true after. - flush() - Method in interface org.springframework.http.server.ServerHttpResponse
-
Ensure that the headers and the content of the response are written out.
- flush() - Method in class org.springframework.http.server.ServletServerHttpResponse
- flush() - Method in class org.springframework.jdbc.object.BatchSqlUpdate
-
Trigger any queued update operations to be added as a final batch.
- flush() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
- flush() - Method in class org.springframework.mock.web.MockJspWriter
- flush() - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Flush all pending saves, updates and deletes to the database.
- flush() - Method in class org.springframework.orm.hibernate5.HibernateTemplate
- flush() - Method in class org.springframework.orm.hibernate5.SpringFlushSynchronization
- flush() - Method in class org.springframework.orm.hibernate5.SpringSessionSynchronization
- flush() - Method in class org.springframework.transaction.jta.JtaTransactionObject
-
This implementation triggers flush callbacks, assuming that they will flush all affected ORM sessions.
- flush() - Method in class org.springframework.transaction.support.DefaultTransactionStatus
-
Delegate the flushing to the transaction object, provided that the latter implements the
SmartTransactionObject
interface. - flush() - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
- flush() - Method in interface org.springframework.transaction.support.SmartTransactionObject
-
Flush the underlying sessions to the datastore, if applicable: for example, all affected Hibernate/JPA sessions.
- flush() - Method in interface org.springframework.transaction.support.TransactionSynchronization
-
Flush the underlying session to the datastore, if applicable: for example, a Hibernate/JPA session.
- flush() - Method in class org.springframework.transaction.support.TransactionSynchronizationAdapter
-
Deprecated.
- flush() - Method in interface org.springframework.transaction.TransactionStatus
-
Flush the underlying session to the datastore, if applicable: for example, all affected Hibernate/JPA sessions.
- flush() - Method in class org.springframework.util.CommonsLogWriter
- flushBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
- flushBuffer() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
This method neither flushes content to the client nor commits the underlying response, since the content has not yet been copied to the response.
- flushBufferedBodyContent(BodyContent) - Method in class org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
-
The user customised the output of the error messages - flush the buffered content into the main
JspWriter
. - flushCache() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Called when the connection is active and ready to write to the response.
- flushCache() - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
- flushCache() - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
- flushingFailed(Throwable) - Method in class org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
-
Invoked when an error happens while flushing.
- flushResource(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Flush callback for the given resource holder.
- FluxExchangeResult<T> - Class in org.springframework.test.web.reactive.server
-
ExchangeResult
variant with the response body decoded asFlux<T>
but not yet consumed. - FMUL - Static variable in interface org.springframework.asm.Opcodes
- FNEG - Static variable in interface org.springframework.asm.Opcodes
- forAnnotation(Class<? extends Annotation>...) - Static method in class org.springframework.web.method.HandlerTypePredicate
-
Match handlers annotated with a specific annotation.
- forAnnotations(Annotation...) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
Build an adapted
AnnotatedElement
for the given annotations, typically for use with other methods onAnnotatedElementUtils
. - forAnyHandlerType() - Static method in class org.springframework.web.method.HandlerTypePredicate
-
Predicate
that applies to any handlers. - forArrayComponent(ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
as an array of the specifiedcomponentType
. - forAssignableType(Class<?>...) - Static method in class org.springframework.web.method.HandlerTypePredicate
-
Match handlers that are assignable to a given type.
- forBasePackage(String...) - Static method in class org.springframework.web.method.HandlerTypePredicate
-
Match handlers declared under a base package, e.g.
- forBasePackageClass(Class<?>...) - Static method in class org.springframework.web.method.HandlerTypePredicate
-
Type-safe alternative to
HandlerTypePredicate.forBasePackage(String...)
to specify a base package through a class. - forBeanPropertyAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
-
Obtain a BeanWrapper for the given target object, accessing properties in JavaBeans style.
- FORBIDDEN - Enum constant in enum class org.springframework.http.HttpStatus
-
403 Forbidden
. - forBundle(String) - Method in class org.springframework.aot.hint.predicate.ResourceHintsPredicates
-
Return a predicate that checks whether a resource hint is registered for the given bundle name.
- forceAutoProxyCreatorToExposeProxy(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
- forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
- forceBlock() - Method in class org.springframework.web.servlet.tags.form.TagWriter
-
Indicate that the currently open tag should be closed and marked as a block level element.
- forClass(File, Class<?>) - Static method in class org.springframework.core.test.tools.SourceFile
-
Factory method to create a new
SourceFile
by looking up source for the givenClass
. - forClass(Class<?>) - Static method in class org.springframework.aop.target.EmptyTargetSource
-
Return an EmptyTargetSource for the given target Class.
- forClass(Class<?>) - Static method in class org.springframework.aot.generate.AccessControl
-
Create an
AccessControl
for the givenClass
. - forClass(Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedClass
, using the full generic type information for assignability checks. - forClass(Class<?>) - Static method in enum class org.springframework.expression.spel.ast.TypeCode
- forClass(Class<?>, boolean) - Static method in class org.springframework.aop.target.EmptyTargetSource
-
Return an EmptyTargetSource for the given target Class.
- forClass(Class<?>, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specified base type (interface or base class) with a given implementation class. - forClassAnnotation(Class<? extends Annotation>) - Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
-
Factory method for an AnnotationMatchingPointcut that matches for the specified annotation at the class level.
- forClassPathLocations(String...) - Static method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar
-
Configure the registrar with the specified classpath locations.
- forClassPathLocations(List<String>) - Static method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar
-
Configure the registrar with the specified classpath locations.
- forClassWithGenerics(Class<?>, Class<?>...) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedClass
with pre-declared generics. - forClassWithGenerics(Class<?>, ResolvableType...) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedClass
with pre-declared generics. - forCompiler(JavaCompiler) - Static method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
backed by the givenJavaCompiler
. - forConstructor(Class<?>...) - Static method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
-
Create a
BeanInstanceSupplier
that resolves arguments for the specified bean constructor. - forConstructorParameter(Constructor<?>, int) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedConstructor
parameter. - forConstructorParameter(Constructor<?>, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedConstructor
parameter with a given implementation. - forCurrentTransaction() - Static method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
-
Get the
TransactionSynchronizationManager
that is associated with the current transaction context. - forDefaultResourceLocation() - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
-
Create a
SpringFactoriesLoader
instance that will load and instantiate the factory implementations from "META-INF/spring.factories", using the default class loader. - forDefaultResourceLocation(ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
-
Create a
SpringFactoriesLoader
instance that will load and instantiate the factory implementations from "META-INF/spring.factories", using the given class loader. - forDestination(T, Destination) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
-
Create a
JmsResponse
targeting the specifiedDestination
. - forDirectFieldAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
-
Obtain a PropertyAccessor for the given target object, accessing properties in direct field style.
- forEach(BiConsumer<? super String, ? super List<String>>) - Method in class org.springframework.http.HttpHeaders
- forEach(BiConsumer<? super String, ? super List<String>>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- forEach(BiConsumer<? super String, ? super V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- forEach(BiConsumer<? super K, ? super List<V>>) - Method in class org.springframework.util.MultiValueMapAdapter
- forEach(Consumer<? super Bindings.Binding>) - Method in class org.springframework.r2dbc.core.binding.Bindings
-
Perform the given action for each binding of this
Bindings
until all bindings have been processed or the action throws an exception. - forElements(Collection<InjectionMetadata.InjectedElement>, Class<?>) - Static method in class org.springframework.beans.factory.annotation.InjectionMetadata
-
Return an
InjectionMetadata
instance, possibly for empty elements. - forEventType(Class<E>, Consumer<E>) - Static method in interface org.springframework.context.event.GenericApplicationListener
-
Create a new
ApplicationListener
for the given event type. - forExecutable(Executable, int) - Static method in class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new SynthesizingMethodParameter for the given method or constructor.
- forExecutable(Executable, int) - Static method in class org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given method or constructor.
- forExecutables() - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- forExecutionException(Throwable) - Static method in class org.springframework.scheduling.annotation.AsyncResult
-
Deprecated.Create a new async result which exposes the given exception as an
ExecutionException
fromFuture.get()
. - forFactoryMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
-
Create a new
BeanInstanceSupplier
that resolves arguments for the specified factory method. - forFallbackMatch() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return a variant of this descriptor that is intended for a fallback match.
- forField(Field) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedField
. - forField(Field, int) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedField
with the given nesting level. - forField(Field, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedField
with a given implementation and the given nesting level. - forField(Field, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedField
with a given implementation. - forField(Field, ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedField
with a given implementation. - forField(String) - Static method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Create a new
AutowiredFieldValueResolver
for the specified field where injection is optional. - forField(String) - Static method in class org.springframework.context.annotation.ResourceElementResolver
-
Create a new
ResourceElementResolver.ResourceFieldResolver
for the specified field. - forField(String, Class<?>) - Static method in class org.springframework.beans.PropertyMatches
-
Create PropertyMatches for the given field property.
- forField(String, Class<?>, int) - Static method in class org.springframework.beans.PropertyMatches
-
Create PropertyMatches for the given field property.
- forField(String, String) - Static method in class org.springframework.context.annotation.ResourceElementResolver
-
Create a new
ResourceElementResolver.ResourceFieldResolver
for the specified field and resource name. - forFieldAwareConstructor(Constructor<?>, int, String) - Static method in class org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given field-aware constructor, e.g.
- forFixedExecution(String) - Static method in class org.springframework.scheduling.support.CronTrigger
-
Create a
CronTrigger
for fixed execution, to be rescheduled after every task based on the last scheduled time. - forInitializerClasses(String...) - Static method in interface org.springframework.context.aot.AotApplicationContextInitializer
-
Factory method to create a new
AotApplicationContextInitializer
instance that delegates to other initializers loaded from the given set of class names. - forInstance(Object) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specified instance. - forInstanceMethodInvocation() - Static method in class org.springframework.expression.spel.support.DataBindingMethodResolver
-
Create a new data-binding method resolver for instance method resolution.
- forInstanceOf(Class<T>, BiConsumer<T, Errors>) - Static method in interface org.springframework.validation.Validator
-
Return a
Validator
that checks whether the target object is an instance oftargetClass
, applying the givendelegate
to populateErrors
if it is. - forInterfaces(Class<?>...) - Method in class org.springframework.aot.hint.predicate.ProxyHintsPredicates
-
Return a predicate that checks whether a
JdkProxyHint
is registered for the given interfaces. - forInterfaces(TypeReference...) - Method in class org.springframework.aot.hint.predicate.ProxyHintsPredicates
-
Return a predicate that checks whether a
JdkProxyHint
is registered for the given interfaces. - ForkJoinPoolFactoryBean - Class in org.springframework.scheduling.concurrent
-
A Spring
FactoryBean
that builds and exposes a preconfiguredForkJoinPool
. - ForkJoinPoolFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
- forLenientExecution(String) - Static method in class org.springframework.scheduling.support.CronTrigger
-
Create a
CronTrigger
for lenient execution, to be rescheduled after every task based on the completion time. - forLog(Log) - Static method in class org.springframework.http.HttpLogging
-
Wrap the given primary logger with a composite logger that delegates to it or to the fallback logger "org.springframework.web.HttpLogging", if the primary is not enabled.
- forLog(Log) - Static method in class org.springframework.messaging.simp.SimpLogging
-
Wrap the given primary logger with a composite logger that delegates to either the primary or to the shared fallback logger "org.springframework.web.HttpLogging", if the primary is not enabled.
- forLogName(Class<?>) - Static method in class org.springframework.http.HttpLogging
-
Create a primary logger for the given class and wrap it with a composite that delegates to it or to the fallback logger "org.springframework.web.HttpLogging", if the primary is not enabled.
- forLogName(Class<?>) - Static method in class org.springframework.messaging.simp.SimpLogging
-
Create a primary logger for the given class and wrap it with a composite that delegates to it or to the fallback logger named "org.springframework.web.SimpLogging", if the primary is not enabled.
- FORM_CHARSET - Static variable in class org.springframework.http.server.ServletServerHttpRequest
- format() - Method in class org.springframework.http.codec.KotlinSerializationSupport
-
Returns the format.
- format(String, Object) - Static method in class org.springframework.core.log.LogMessage
-
Build a lazily formatted message from the given format string and argument.
- format(String, Object...) - Static method in class org.springframework.core.log.LogMessage
-
Build a lazily formatted message from the given format string and varargs.
- format(String, Object, Object) - Static method in class org.springframework.core.log.LogMessage
-
Build a lazily formatted message from the given format string and arguments.
- format(String, Object, Object, Object) - Static method in class org.springframework.core.log.LogMessage
-
Build a lazily formatted message from the given format string and arguments.
- format(String, Object, Object, Object, Object) - Static method in class org.springframework.core.log.LogMessage
-
Build a lazily formatted message from the given format string and arguments.
- format(String, String, String) - Method in interface org.springframework.validation.MessageCodeFormatter
-
Build and return a message code consisting of the given fields, usually delimited by
DefaultMessageCodesResolver.CODE_SEPARATOR
. - format(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
- format(SockJsFrame) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsFrameFormat
- formatArgumentError(MethodParameter, String) - Static method in class org.springframework.core.annotation.AnnotatedMethod
- formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractBindingResult
-
Format the given value for the specified field.
- formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractPropertyBindingResult
-
Formats the field value based on registered PropertyEditors.
- formatHeaders(MultiValueMap<String, String>) - Static method in class org.springframework.http.HttpHeaders
-
Helps to format HTTP header values, as HTTP header values themselves can contain comma-separated values, can become confusing with regular
Map
formatting that also uses commas between entries. - formatInvokeError(String, Object[]) - Method in class org.springframework.messaging.handler.HandlerMethod
- formatInvokeError(String, Object[]) - Method in class org.springframework.web.method.HandlerMethod
- formatMappingName() - Method in class org.springframework.web.reactive.handler.AbstractHandlerMapping
- formatMappingName() - Method in class org.springframework.web.servlet.handler.AbstractHandlerMapping
- formatMessage(Object...) - Method in enum class org.springframework.expression.spel.SpelMessage
-
Produce a complete message including the prefix and with the inserts applied to the message.
- formatMessage(Object...) - Method in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
- formatMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
-
Format the given message String, using cached MessageFormats.
- formatRequest(HttpServletRequest) - Method in class org.springframework.web.filter.ForwardedHeaderFilter
-
Format the request for logging purposes including HTTP method and URL.
- formatRequest(ServerHttpRequest) - Method in class org.springframework.web.server.adapter.HttpWebHandlerAdapter
-
Format the request for logging purposes including HTTP method and URL.
- formattedTag() - Method in record class org.springframework.http.ETag
-
Return the fully formatted tag including "W/" prefix and quotes.
- Formatter<T> - Interface in org.springframework.format
-
Formats objects of type T.
- FormatterPropertyEditorAdapter - Class in org.springframework.format.support
-
Adapter that bridges between
Formatter
andPropertyEditor
. - FormatterPropertyEditorAdapter(Formatter<?>) - Constructor for class org.springframework.format.support.FormatterPropertyEditorAdapter
-
Create a new
FormatterPropertyEditorAdapter
for the givenFormatter
. - FormatterRegistrar - Interface in org.springframework.format
-
Registers
Converters
andFormatters
with a FormattingConversionService through theFormatterRegistry
SPI. - FormatterRegistry - Interface in org.springframework.format
-
A registry of field formatting logic.
- formatters(Consumer<FormatterRegistry>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Register formatters and converters to use for type conversion.
- FormattingConversionService - Class in org.springframework.format.support
-
A
ConversionService
implementation designed to be configured as aFormatterRegistry
. - FormattingConversionService() - Constructor for class org.springframework.format.support.FormattingConversionService
- FormattingConversionServiceFactoryBean - Class in org.springframework.format.support
-
A factory providing convenient access to a
FormattingConversionService
configured with converters and formatters for common types such as numbers and datetimes. - FormattingConversionServiceFactoryBean() - Constructor for class org.springframework.format.support.FormattingConversionServiceFactoryBean
- formatUriValue(ConversionService, TypeDescriptor, Object) - Method in class org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
- formatUriValue(ConversionService, TypeDescriptor, Object) - Method in class org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
- formatValue(Object, boolean) - Static method in class org.springframework.core.log.LogFormatUtils
-
Convenience variant of
LogFormatUtils.formatValue(Object, int, boolean)
that limits the length of a log message to 100 characters and also replaces newline and control characters iflimitLength
is set to "true". - formatValue(Object, int, boolean) - Static method in class org.springframework.core.log.LogFormatUtils
-
Format the given value via
toString()
, quoting it if it is aCharSequence
, truncating at the specifiedmaxLength
, and compacting it into a single line whenreplaceNewLines
is set. - formatViewName() - Method in class org.springframework.web.reactive.result.view.AbstractView
- formatViewName() - Method in class org.springframework.web.servlet.view.AbstractView
- FormContentFilter - Class in org.springframework.web.filter
-
Filter
that parses form data for HTTP PUT, PATCH, and DELETE requests and exposes it as Servlet request parameters. - FormContentFilter() - Constructor for class org.springframework.web.filter.FormContentFilter
- formData() - Static method in class org.springframework.http.ContentDisposition
-
Return a builder for a
ContentDisposition
of type "form-data". - formData() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
- formData() - Method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Get the form data from the body of the request if the Content-Type is
"application/x-www-form-urlencoded"
or an empty map otherwise. - formData() - Method in class org.springframework.web.reactive.function.server.support.ServerRequestWrapper
- formData(MultiValueMap<String, String>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Parse the body as form data and compare to the given
MultiValueMap
. - formDataContains(Map<String, String>) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Variant of
ContentRequestMatchers.formData(MultiValueMap)
that matches the given subset of expected form parameters. - forMember(Member) - Static method in class org.springframework.aot.generate.AccessControl
-
Create an
AccessControl
for the given member. - forMethod(String, Class<?>) - Static method in class org.springframework.context.annotation.ResourceElementResolver
-
Create a new
ResourceElementResolver.ResourceMethodResolver
for the specified method using a resource name that infers from the method name. - forMethod(String, Class<?>...) - Static method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
-
Create a new
AutowiredMethodArgumentsResolver
for the specified method where injection is optional. - forMethod(String, Class<?>, String) - Static method in class org.springframework.context.annotation.ResourceElementResolver
-
Create a new
ResourceElementResolver.ResourceMethodResolver
for the specified method and resource name. - forMethodAnnotation(Class<? extends Annotation>) - Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
-
Factory method for an AnnotationMatchingPointcut that matches for the specified annotation at the method level.
- forMethodOrConstructor(Object, int) - Static method in class org.springframework.core.MethodParameter
-
Deprecated.as of 5.0, in favor of
MethodParameter.forExecutable(java.lang.reflect.Executable, int)
- forMethodParameter(Method, int) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedMethod
parameter. - forMethodParameter(Method, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedMethod
parameter with a given implementation. - forMethodParameter(MethodParameter) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedMethodParameter
. - forMethodParameter(MethodParameter, Type) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedMethodParameter
, overriding the target type to resolve with a specific given type. - forMethodParameter(MethodParameter, ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedMethodParameter
with a given implementation type. - forMethodReturnType(Method) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedMethod
return type. - forMethodReturnType(Method, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedMethod
return type. - formField(String, String...) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Append the given value(s) to the given form field and also add them to the request parameters map.
- formField(String, String...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- FormFieldPart - Interface in org.springframework.http.codec.multipart
-
Specialization of
Part
for a form field. - formFields(MultiValueMap<String, String>) - Method in class org.springframework.test.web.servlet.request.AbstractMockHttpServletRequestBuilder
-
Variant of
AbstractMockHttpServletRequestBuilder.formField(String, String...)
with aMultiValueMap
. - formFields(MultiValueMap<String, String>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- FormHttpMessageConverter - Class in org.springframework.http.converter
-
Implementation of
HttpMessageConverter
to read and write 'normal' HTML forms and also to write (but not read) multipart data (e.g. - FormHttpMessageConverter() - Constructor for class org.springframework.http.converter.FormHttpMessageConverter
- FormHttpMessageReader - Class in org.springframework.http.codec
-
Implementation of an
HttpMessageReader
to read HTML form data, i.e. - FormHttpMessageReader() - Constructor for class org.springframework.http.codec.FormHttpMessageReader
- FormHttpMessageWriter - Class in org.springframework.http.codec
-
HttpMessageWriter
for writing aMultiValueMap<String, String>
as HTML form data, i.e. - FormHttpMessageWriter() - Constructor for class org.springframework.http.codec.FormHttpMessageWriter
- FormPartEvent - Interface in org.springframework.http.codec.multipart
-
Represents an event triggered for a form field.
- FormTag - Class in org.springframework.web.servlet.tags.form
-
The
<form>
tag renders an HTML 'form' tag and exposes a binding path to inner tags for binding. - FormTag() - Constructor for class org.springframework.web.servlet.tags.form.FormTag
- forName(String) - Static method in enum class org.springframework.expression.spel.ast.TypeCode
- forName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
-
Replacement for
Class.forName()
that also returns Class instances for primitives (e.g. - forObject(Object) - Static method in class org.springframework.core.convert.TypeDescriptor
-
Create a new type descriptor for an object.
- forParameter(Parameter) - Static method in class org.springframework.core.annotation.SynthesizingMethodParameter
-
Create a new SynthesizingMethodParameter for the given parameter descriptor.
- forParameter(Parameter) - Static method in class org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given parameter descriptor.
- forPayload(Consumer<T>) - Static method in interface org.springframework.context.ApplicationListener
-
Create a new
ApplicationListener
for the given payload consumer. - forPayload(Consumer<T>) - Static method in interface org.springframework.transaction.event.TransactionalApplicationListener
-
Create a new
TransactionalApplicationListener
for the given payload consumer, to be applied in the default phaseTransactionPhase.AFTER_COMMIT
. - forPayload(TransactionPhase, Consumer<T>) - Static method in interface org.springframework.transaction.event.TransactionalApplicationListener
-
Create a new
TransactionalApplicationListener
for the given payload consumer. - forProperty(String, Class<?>) - Static method in class org.springframework.beans.PropertyMatches
-
Create PropertyMatches for the given bean property.
- forProperty(String, Class<?>, int) - Static method in class org.springframework.beans.PropertyMatches
-
Create PropertyMatches for the given bean property.
- forPropertyAccessors(PropertyAccessor...) - Static method in class org.springframework.expression.spel.support.SimpleEvaluationContext
-
Create a
SimpleEvaluationContext
for the specifiedPropertyAccessor
delegates: typically a customPropertyAccessor
specific to a use case — for example, for attribute resolution in a custom data structure — potentially combined with aDataBindingPropertyAccessor
if property dereferences are needed as well. - forQueue(T, String) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
-
Create a
JmsResponse
targeting the queue with the specified name. - forRawClass(Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedClass
, doing assignability checks against the raw class only (analogous toClass.isAssignableFrom(java.lang.Class<?>)
, which this serves as a wrapper for). - forReadOnlyAccess() - Static method in class org.springframework.expression.spel.support.DataBindingPropertyAccessor
-
Create a new data-binding property accessor for read-only operations.
- forReadOnlyDataBinding() - Static method in class org.springframework.expression.spel.support.SimpleEvaluationContext
-
Create a
SimpleEvaluationContext
for read-only access to public properties viaDataBindingPropertyAccessor
. - forReadWriteAccess() - Static method in class org.springframework.expression.spel.support.DataBindingPropertyAccessor
-
Create a new data-binding property accessor for read-write operations.
- forReadWriteDataBinding() - Static method in class org.springframework.expression.spel.support.SimpleEvaluationContext
-
Create a
SimpleEvaluationContext
for read-write access to public properties viaDataBindingPropertyAccessor
. - forRequiredField(String) - Static method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
-
Create a new
AutowiredFieldValueResolver
for the specified field where injection is required. - forRequiredMethod(String, Class<?>...) - Static method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
-
Create a new
AutowiredMethodArgumentsResolver
for the specified method where injection is required. - forResolvableType(ResolvableType) - Static method in class org.springframework.aot.generate.AccessControl
-
Create an
AccessControl
for the givenResolvableType
. - forResource(String) - Method in class org.springframework.aot.hint.predicate.ResourceHintsPredicates
-
Return a predicate that checks whether a resource hint is registered for the given resource name.
- forResource(TypeReference, String) - Method in class org.springframework.aot.hint.predicate.ResourceHintsPredicates
-
Return a predicate that checks whether a resource hint is registered for the given resource name, located in the given type's package.
- forResourceLocation(String) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
-
Create a
SpringFactoriesLoader
instance that will load and instantiate the factory implementations from the given location, using the default class loader. - forResourceLocation(String, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
-
Create a
SpringFactoriesLoader
instance that will load and instantiate the factory implementations from the given location, using the given class loader. - forStatus(int) - Static method in class org.springframework.http.ProblemDetail
-
Create a
ProblemDetail
instance with the given status value. - forStatus(HttpStatusCode) - Static method in class org.springframework.http.ProblemDetail
-
Create a
ProblemDetail
instance with the given status code. - forStatusAndDetail(HttpStatusCode, String) - Static method in class org.springframework.http.ProblemDetail
-
Create a
ProblemDetail
instance with the given status and detail. - forSystem() - Static method in class org.springframework.core.test.tools.TestCompiler
-
Create a new
TestCompiler
backed by the system java compiler. - forTestClass(Class<?>) - Static method in class org.springframework.core.test.tools.SourceFile
-
Factory method to create a new
SourceFile
by looking up source for the given testClass
. - forTestClass(Class<?>) - Static method in class org.springframework.test.context.bean.override.OverrideMetadata
-
Parse the given
testClass
and build the corresponding list of beanOverrideMetadata
. - forTopic(T, String) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
-
Create a
JmsResponse
targeting the topic with the specified name. - forType(Class<T>, BiConsumer<T, Errors>) - Static method in interface org.springframework.validation.Validator
-
Return a
Validator
that checks whether the target object's class is identical totargetClass
, applying the givendelegate
to populateErrors
if it is. - forType(Type) - Static method in class org.springframework.core.ParameterizedTypeReference
-
Build a
ParameterizedTypeReference
wrapping the given type. - forType(Type) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedType
. - forType(Type, ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedType
backed by the given owner type. - forType(ParameterizedTypeReference<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specifiedParameterizedTypeReference
. - forValue(boolean) - Static method in class org.springframework.expression.spel.support.BooleanTypedValue
- forValue(V) - Static method in class org.springframework.scheduling.annotation.AsyncResult
-
Deprecated.Create a new async result which exposes the given value from
Future.get()
. - forward(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
- forward(String) - Method in class org.springframework.mock.web.MockPageContext
- FORWARD_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.4+ spec request attribute for forward context path.
- FORWARD_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.4+ spec request attribute for forward path info.
- FORWARD_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.4+ spec request attribute for forward query string.
- FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.4+ spec request attribute for forward request URI.
- FORWARD_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.4+ spec request attribute for forward servlet path.
- FORWARD_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
-
Prefix for special view names that specify a forward URL (usually to a controller after a form has been submitted and processed).
- FORWARDED_HEADER_TRANSFORMER_BEAN_NAME - Static variable in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Well-known name for the ForwardedHeaderTransformer in the bean factory.
- ForwardedHeaderFilter - Class in org.springframework.web.filter
-
Extract values from "Forwarded" and "X-Forwarded-*" headers, wrap the request and response, and make they reflect the client-originated protocol and address in the following methods:
getServerName()
getServerPort()
getScheme()
isSecure()
sendRedirect(String)
. - ForwardedHeaderFilter() - Constructor for class org.springframework.web.filter.ForwardedHeaderFilter
- forwardedHeaderTransformer(ForwardedHeaderTransformer) - Method in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
-
Configure the
ForwardedHeaderTransformer
for extracting and/or removing forwarded headers. - ForwardedHeaderTransformer - Class in org.springframework.web.server.adapter
-
Extract values from "Forwarded" and "X-Forwarded-*" headers to override the request URI (i.e.
- ForwardedHeaderTransformer() - Constructor for class org.springframework.web.server.adapter.ForwardedHeaderTransformer
- ForwardedHeaderUtils - Class in org.springframework.web.util
-
Utility class to assist with processing "Forwarded" and "X-Forwarded-*" headers.
- ForwardedHeaderUtils() - Constructor for class org.springframework.web.util.ForwardedHeaderUtils
- forwardedUrl() - Method in class org.springframework.test.web.servlet.assertj.AbstractMockHttpServletResponseAssert
-
Return a new assertion object that uses the forwarded URL as the object to test.
- forwardedUrl(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was forwarded to the given URL.
- forwardedUrlPattern(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was forwarded to the given URL.
- forwardedUrlTemplate(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was forwarded to the given URL template.
- FOUND - Enum constant in enum class org.springframework.beans.factory.config.YamlProcessor.MatchStatus
-
A match was found.
- FOUND - Enum constant in enum class org.springframework.http.HttpStatus
-
302 Found
. - fragment(String) - Method in interface org.springframework.web.reactive.result.view.FragmentsRendering.Builder
-
Variant of
FragmentsRendering.Builder.fragment(String, Map)
with a view name only, where the fragment model also inherits model attributes from the shared model for the request. - fragment(String) - Method in interface org.springframework.web.servlet.view.FragmentsRendering.Builder
-
Variant of
FragmentsRendering.Builder.fragment(String, Map)
with a view name only, but also inheriting model attributes from the shared model for the request. - fragment(String) - Method in interface org.springframework.web.util.UriBuilder
-
Set the URI fragment.
- fragment(String) - Method in class org.springframework.web.util.UriComponentsBuilder
- fragment(String, Map<String, Object>) - Method in interface org.springframework.web.reactive.result.view.FragmentsRendering.Builder
-
Add a fragment with a view name and a model.
- fragment(String, Map<String, Object>) - Method in interface org.springframework.web.servlet.view.FragmentsRendering.Builder
-
Add a fragment with a view name and a model.
- fragment(Fragment) - Method in interface org.springframework.web.reactive.result.view.FragmentsRendering.Builder
-
Variant of
FragmentsRendering.Builder.fragment(String, Map)
with aFragment
. - fragment(ModelAndView) - Method in interface org.springframework.web.servlet.view.FragmentsRendering.Builder
-
Variant of
FragmentsRendering.Builder.fragment(String, Map)
with aModelAndView
. - Fragment - Class in org.springframework.web.reactive.result.view
-
Container for a model and a view for use with
FragmentsRendering
and multi-view rendering. - fragments() - Method in interface org.springframework.web.reactive.result.view.FragmentsRendering
-
Return the fragments to render.
- fragments(Collection<ModelAndView>) - Method in interface org.springframework.web.servlet.view.FragmentsRendering.Builder
-
Variant of
FragmentsRendering.Builder.fragment(String, Map)
with a collection ofModelAndView
s. - FragmentsRendering - Interface in org.springframework.web.reactive.result.view
-
Public API for HTML rendering of a collection of fragments each with a view and independent model.
- FragmentsRendering - Interface in org.springframework.web.servlet.view
-
Public API for HTML rendering of a collection of fragments each with a view and independent model.
- FragmentsRendering.Builder - Interface in org.springframework.web.reactive.result.view
-
Defines a builder for
FragmentsRendering
. - FragmentsRendering.Builder - Interface in org.springframework.web.servlet.view
-
Defines a builder for
FragmentsRendering
. - FRAME_TYPE_HEADER - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
-
The name of the header that contains the RSocket frame type being processed.
- FrameworkServlet - Class in org.springframework.web.servlet
-
Base servlet for Spring's web framework.
- FrameworkServlet() - Constructor for class org.springframework.web.servlet.FrameworkServlet
-
Create a new
FrameworkServlet
that will create its own internal web application context based on defaults and values provided through servlet init-params. - FrameworkServlet(WebApplicationContext) - Constructor for class org.springframework.web.servlet.FrameworkServlet
-
Create a new
FrameworkServlet
with the given web application context. - freeMarker() - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
-
Register a
FreeMarkerViewResolver
with a ".ftl" suffix. - freeMarker() - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Register a FreeMarker view resolver with an empty default view name prefix and a default suffix of ".ftl".
- FreeMarkerConfig - Interface in org.springframework.web.reactive.result.view.freemarker
-
Interface to be implemented by objects that configure and manage a FreeMarker
Configuration
object in a web environment. - FreeMarkerConfig - Interface in org.springframework.web.servlet.view.freemarker
-
Interface to be implemented by objects that configure and manage a FreeMarker
Configuration
object in a web environment. - FreeMarkerConfigurationFactory - Class in org.springframework.ui.freemarker
-
Factory that configures a FreeMarker
Configuration
. - FreeMarkerConfigurationFactory() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
- FreeMarkerConfigurationFactoryBean - Class in org.springframework.ui.freemarker
-
Factory bean that creates a FreeMarker
Configuration
and provides it as a bean reference. - FreeMarkerConfigurationFactoryBean() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
- FreeMarkerConfigurer - Class in org.springframework.web.reactive.result.view.freemarker
-
Configures FreeMarker for web usage via the "configLocation", "freemarkerSettings", or "templateLoaderPath" properties.
- FreeMarkerConfigurer - Class in org.springframework.web.servlet.view.freemarker
-
Bean to configure FreeMarker for web usage, via the "configLocation", "freemarkerSettings", or "templateLoaderPath" properties.
- FreeMarkerConfigurer() - Constructor for class org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer
- FreeMarkerConfigurer() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
- FreeMarkerConfigurerBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
Parse the
<mvc:freemarker-configurer>
MVC namespace element and registerFreeMarkerConfigurer
bean. - FreeMarkerConfigurerBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
- FreeMarkerTemplateUtils - Class in org.springframework.ui.freemarker
-
Utility class for working with FreeMarker.
- FreeMarkerTemplateUtils() - Constructor for class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
- FreeMarkerView - Class in org.springframework.web.reactive.result.view.freemarker
-
A
View
implementation that uses the FreeMarker template engine. - FreeMarkerView - Class in org.springframework.web.servlet.view.freemarker
-
View using the FreeMarker template engine.
- FreeMarkerView() - Constructor for class org.springframework.web.reactive.result.view.freemarker.FreeMarkerView
- FreeMarkerView() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView
- FreeMarkerViewResolver - Class in org.springframework.web.reactive.result.view.freemarker
-
A
ViewResolver
for resolvingFreeMarkerView
instances, i.e. - FreeMarkerViewResolver - Class in org.springframework.web.servlet.view.freemarker
-
Convenience subclass of
UrlBasedViewResolver
that supportsFreeMarkerView
(i.e. - FreeMarkerViewResolver() - Constructor for class org.springframework.web.reactive.result.view.freemarker.FreeMarkerViewResolver
-
Simple constructor.
- FreeMarkerViewResolver() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
-
Sets the default
view class
toFreeMarkerViewResolver.requiredViewClass()
: by defaultFreeMarkerView
. - FreeMarkerViewResolver(String, String) - Constructor for class org.springframework.web.reactive.result.view.freemarker.FreeMarkerViewResolver
-
Convenience constructor with a prefix and suffix.
- FreeMarkerViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
- freezeConfiguration() - Method in interface org.springframework.beans.factory.config.ConfigurableListableBeanFactory
-
Freeze all bean definitions, signalling that the registered bean definitions will not be modified or post-processed any further.
- freezeConfiguration() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
- FREM - Static variable in interface org.springframework.asm.Opcodes
- freshTarget() - Method in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
-
Obtain a fresh target object.
- freshTarget() - Method in class org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
-
Retrieve a fresh target object.
- FRETURN - Static variable in interface org.springframework.asm.Opcodes
- from(A) - Static method in interface org.springframework.core.annotation.MergedAnnotation
-
Create a new
MergedAnnotation
instance from the specified annotation. - from(Annotation...) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance from the specified annotations. - from(Object) - Static method in class org.springframework.r2dbc.core.Parameter
-
Deprecated.Create a new
Parameter
fromvalue
. - from(Object, A) - Static method in interface org.springframework.core.annotation.MergedAnnotation
-
Create a new
MergedAnnotation
instance from the specified annotation. - from(Object, Annotation...) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance from the specified annotations. - from(Object, Annotation[], RepeatableContainers) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance from the specified annotations. - from(Object, Annotation[], RepeatableContainers, AnnotationFilter) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance from the specified annotations. - from(AnnotatedElement) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance containing all annotations and meta-annotations from the specified element. - from(AnnotatedElement) - Method in class org.springframework.core.annotation.MergedAnnotations.Search
-
Perform a search for merged annotations beginning with the supplied
AnnotatedElement
(such as aClass
orMethod
), using the configuration in thisSearch
instance. - from(AnnotatedElement, MergedAnnotations.SearchStrategy) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy
, related inherited elements. - from(AnnotatedElement, MergedAnnotations.SearchStrategy, RepeatableContainers) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy
, related inherited elements. - from(AnnotatedElement, MergedAnnotations.SearchStrategy, RepeatableContainers, AnnotationFilter) - Static method in interface org.springframework.core.annotation.MergedAnnotations
-
Create a new
MergedAnnotations
instance containing all annotations and meta-annotations from the specified element and, depending on theMergedAnnotations.SearchStrategy
, related inherited elements. - from(String) - Static method in class org.springframework.core.io.UrlResource
-
Create a new
UrlResource
from the given URL path. - from(String) - Static method in class org.springframework.http.ResponseCookie
-
Factory method to obtain a builder for a server-defined cookie, given its name only, and where the value as well as other attributes can be set later via builder methods.
- from(String) - Static method in enum class org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration
-
Get the
EnclosingConfiguration
enum constant with the supplied name, ignoring case. - from(String) - Static method in enum class org.springframework.test.context.TestConstructor.AutowireMode
-
Get the
AutowireMode
enum constant with the supplied name, ignoring case. - from(String, Object) - Static method in class org.springframework.core.codec.Hints
-
Create a map wit a single hint via
Collections.singletonMap(K, V)
. - from(String, String) - Static method in class org.springframework.http.ResponseCookie
-
Factory method to obtain a builder for a server-defined cookie that starts with a name-value pair and may also include attributes.
- from(URI) - Static method in class org.springframework.core.io.UrlResource
-
Create a new
UrlResource
from the givenURI
. - from(Function<Class<?>, Object>) - Static method in interface org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver
-
Factory method that creates a new
SpringFactoriesLoader.ArgumentResolver
from a lambda friendly function. - from(Function<TypeName, CodeBlock>) - Static method in interface org.springframework.aot.generate.MethodReference.ArgumentCodeGenerator
-
Factory method that creates a new
MethodReference.ArgumentCodeGenerator
from a lambda friendly function. - from(InMemoryGeneratedFiles) - Static method in class org.springframework.aot.test.generate.CompilerFiles
- from(MockServerHttpRequest) - Static method in class org.springframework.mock.web.server.MockServerWebExchange
-
Create a
MockServerWebExchange
from the given mock request. - from(MockServerHttpRequest.BaseBuilder<?>) - Static method in class org.springframework.mock.web.server.MockServerWebExchange
-
Variant of
MockServerWebExchange.from(MockServerHttpRequest)
with a mock request builder. - from(WebBindingInitializer, ParameterNameDiscoverer, Predicate<MethodParameter>, Predicate<MethodParameter>) - Static method in class org.springframework.web.method.annotation.HandlerMethodValidator
-
Static factory method to create a
HandlerMethodValidator
when Bean Validation is enabled for use viaConfigurableWebBindingInitializer
, for example in Spring MVC or WebFlux config. - from(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.assertj.MockMvcTester
-
Shortcut to create an instance using the given fully initialized (i.e., refreshed)
WebApplicationContext
. - from(WebApplicationContext, Function<DefaultMockMvcBuilder, MockMvc>) - Static method in class org.springframework.test.web.servlet.assertj.MockMvcTester
-
Create an instance using the given, fully initialized (i.e., refreshed)
WebApplicationContext
. - from(ErrorResponse) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a
ServerResponse
from the givenErrorResponse
. - from(ErrorResponse) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a
ServerResponse
from the givenErrorResponse
. - from(ClientRequest) - Static method in interface org.springframework.web.reactive.function.client.ClientRequest
-
Create a builder initialized with the HTTP method, url, headers, cookies, attributes, and body of the given request.
- from(ClientResponse) - Static method in interface org.springframework.web.reactive.function.client.ClientResponse
-
Deprecated.as of 5.3 in favor of the instance based
ClientResponse.mutate()
. - from(RenderingResponse) - Static method in interface org.springframework.web.reactive.function.server.RenderingResponse
-
Create a builder with the template name, status code, headers and model of the given response.
- from(ServerRequest) - Static method in interface org.springframework.web.reactive.function.server.ServerRequest
-
Create a builder with the message readers, method name, URI, headers, cookies, and attributes of the given request.
- from(ServerResponse) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
-
Create a builder with the status code and headers of the given response.
- from(RenderingResponse) - Static method in interface org.springframework.web.servlet.function.RenderingResponse
-
Create a builder with the template name, status code, headers and model of the given response.
- from(ServerRequest) - Static method in interface org.springframework.web.servlet.function.ServerRequest
-
Create a builder with the status, headers, and cookies of the given request.
- from(ServerResponse) - Static method in interface org.springframework.web.servlet.function.ServerResponse
-
Create a builder with the status code and headers of the given response.
- FROM - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
From
header field name. - fromChronoUnit(ChronoUnit) - Static method in enum class org.springframework.format.annotation.DurationFormat.Unit
-
Get the
Unit
corresponding to the givenChronoUnit
. - fromClientResponse(String, String) - Static method in class org.springframework.http.ResponseCookie
-
Factory method to obtain a builder for a server-defined cookie.
- fromContextPath(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Prepare a builder from the host, port, scheme, and context path of the given HttpServletRequest.
- fromController(Class<?>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create a
UriComponentsBuilder
from the mapping of a controller class and current request information including Servlet mapping. - fromController(UriComponentsBuilder, Class<?>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromController(Class)
that accepts aUriComponentsBuilder
representing the base URL. - fromCurrentContextPath() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Same as
ServletUriComponentsBuilder.fromContextPath(HttpServletRequest)
except the request is obtained throughRequestContextHolder
. - fromCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Same as
ServletUriComponentsBuilder.fromRequest(HttpServletRequest)
except the request is obtained throughRequestContextHolder
. - fromCurrentRequestUri() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Same as
ServletUriComponentsBuilder.fromRequestUri(HttpServletRequest)
except the request is obtained throughRequestContextHolder
. - fromCurrentServletMapping() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Same as
ServletUriComponentsBuilder.fromServletMapping(HttpServletRequest)
except the request is obtained throughRequestContextHolder
. - fromDataBuffers(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given
Publisher<DataBuffer>
to the body. - fromFormData(String, String) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Return a
BodyInserters.FormInserter
to write the given key-value pair as URL-encoded form data. - fromFormData(MultiValueMap<String, String>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Return a
BodyInserters.FormInserter
to write the givenMultiValueMap
as URL-encoded form data. - fromHeaderName(String) - Method in class org.springframework.jms.support.SimpleJmsHeaderMapper
-
Add the outbound prefix if necessary.
- fromHeaderName(String) - Method in class org.springframework.messaging.support.AbstractHeaderMapper
-
Generate the name to use to set the header defined by the specified
headerName
to the protocol specific message. - fromHeaders(MessageHeaders, Message) - Method in class org.springframework.jms.support.SimpleJmsHeaderMapper
- fromHeaders(MessageHeaders, T) - Method in interface org.springframework.messaging.support.HeaderMapper
-
Map from the given
MessageHeaders
to the specified target message. - fromHttpRequest(HttpRequest) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of
ForwardedHeaderUtils.adaptFromForwardedHeaders(java.net.URI, org.springframework.http.HttpHeaders)
; to be removed in 7.0 - fromHttpUrl(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Deprecated.as of 6.2, in favor of
UriComponentsBuilder.fromUriString(String)
; scheduled for removal in 7.0. - fromInternalName(String) - Static method in class org.springframework.cglib.core.TypeUtils
- fromInternalNames(String[]) - Static method in class org.springframework.cglib.core.TypeUtils
- fromJson(Reader, Type) - Method in class org.springframework.messaging.converter.AbstractJsonMessageConverter
- fromJson(Reader, Type) - Method in class org.springframework.messaging.converter.GsonMessageConverter
- fromJson(Reader, Type) - Method in class org.springframework.messaging.converter.JsonbMessageConverter
- fromJson(Reader, Type) - Method in class org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter
- fromJson(String, Type) - Method in class org.springframework.messaging.converter.AbstractJsonMessageConverter
- fromJson(String, Type) - Method in class org.springframework.messaging.converter.GsonMessageConverter
- fromJson(String, Type) - Method in class org.springframework.messaging.converter.JsonbMessageConverter
- fromJson(String, Type) - Method in class org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter
- fromMap(Map<String, Object>) - Static method in class org.springframework.core.annotation.AnnotationAttributes
-
Return an
AnnotationAttributes
instance based on the given map. - fromMap(Map<String, Object>) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Create an instance from a plain
Map
. - fromMappingName(String) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create a URL from the name of a Spring MVC controller method's request mapping.
- fromMappingName(UriComponentsBuilder, String) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMappingName(String)
that accepts aUriComponentsBuilder
representing the base URL. - fromMessage(Message) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
- fromMessage(Message) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
This implementation unmarshals the given
Message
into an object. - fromMessage(Message) - Method in interface org.springframework.jms.support.converter.MessageConverter
-
Convert from a JMS Message to a Java object.
- fromMessage(Message) - Method in class org.springframework.jms.support.converter.MessagingMessageConverter
- fromMessage(Message) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
-
This implementation converts a TextMessage back to a String, a ByteMessage back to a byte array, a MapMessage back to a Map, and an ObjectMessage back to a Serializable object.
- fromMessage(Message<?>) - Static method in class org.springframework.messaging.simp.SimpAttributes
-
Extract the SiMP session attributes from the given message and wrap them in a
SimpAttributes
instance. - fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
- fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.CompositeMessageConverter
- fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.GenericMessageConverter
- fromMessage(Message<?>, Class<?>) - Method in interface org.springframework.messaging.converter.MessageConverter
-
Convert the payload of a
Message
from a serialized form to a typed Object of the specified target class. - fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.SimpleMessageConverter
- fromMessage(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
- fromMessage(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.CompositeMessageConverter
- fromMessage(Message<?>, Class<?>, Object) - Method in interface org.springframework.messaging.converter.SmartMessageConverter
-
A variant of
MessageConverter.fromMessage(Message, Class)
which takes an extra conversion context as an argument, allowing to take e.g. - fromMessage(Message<T>) - Static method in class org.springframework.messaging.support.MessageBuilder
-
Create a builder for a new
Message
instance pre-populated with all the headers copied from the provided message. - fromMessageHeaders(MessageHeaders) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
-
Create an instance from an existing
MessageHeaders
instance. - fromMethod(Class<?>, Method, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create a
UriComponentsBuilder
from the mapping of a controller method and an array of method argument values. - fromMethod(UriComponentsBuilder, Class<?>, Method, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMethod(Class, Method, Object...)
that accepts aUriComponentsBuilder
representing the base URL. - fromMethodCall(Object) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create a
UriComponentsBuilder
by invoking a "mock" controller method. - fromMethodCall(UriComponentsBuilder, Object) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMethodCall(Object)
that accepts aUriComponentsBuilder
representing the base URL. - fromMethodName(Class<?>, String, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create a
UriComponentsBuilder
from the mapping of a controller method and an array of method argument values. - fromMethodName(UriComponentsBuilder, Class<?>, String, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
An alternative to
MvcUriComponentsBuilder.fromMethodName(Class, String, Object...)
that accepts aUriComponentsBuilder
representing the base URL. - fromMultipartAsyncData(String, P, Class<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Return a
BodyInserters.MultipartInserter
to write the given asynchronous parts, as multipart data. - fromMultipartAsyncData(String, P, ParameterizedTypeReference<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Variant of
BodyInserters.fromMultipartAsyncData(String, Publisher, Class)
that accepts aParameterizedTypeReference
for the element type, which allows specifying generic type information. - fromMultipartData(String, Object) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Return a
BodyInserters.MultipartInserter
to write the given parts, as multipart data. - fromMultipartData(MultiValueMap<String, ?>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Return a
BodyInserters.MultipartInserter
to write the givenMultiValueMap
as multipart data. - fromMultiValue(Map<K, List<V>>) - Static method in interface org.springframework.util.MultiValueMap
-
Return a
MultiValueMap<K, V>
that adapts the given multi-valueMap<K, List<V>>
. - fromObject(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Deprecated.As of Spring Framework 5.2, in favor of
BodyInserters.fromValue(Object)
- fromObject(T) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
-
Create a builder with the given object.
- fromObject(T) - Static method in interface org.springframework.web.servlet.function.EntityResponse
-
Create a builder with the given object.
- fromObject(T, ParameterizedTypeReference<T>) - Static method in interface org.springframework.web.servlet.function.EntityResponse
-
Create a builder with the given object and type reference.
- fromOrEmpty(Object, Class<?>) - Static method in class org.springframework.r2dbc.core.Parameter
-
Deprecated.
- fromOriginHeader(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create an instance by parsing the "Origin" header of an HTTP request.
- fromOutputStream(Consumer<OutputStream>, Executor) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter based on bytes written to a
OutputStream
. - fromOutputStream(Consumer<OutputStream>, Executor, int) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter based on bytes written to a
OutputStream
. - fromPath(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create a builder that is initialized with the given path.
- fromProducer(T, Class<?>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given producer of value(s) which must be a
Publisher
or another producer adaptable to aPublisher
viaReactiveAdapterRegistry
. - fromProducer(T, Class<?>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
-
Create a builder with the given producer.
- fromProducer(T, ParameterizedTypeReference<?>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given producer of value(s) which must be a
Publisher
or another producer adaptable to aPublisher
viaReactiveAdapterRegistry
. - fromProducer(T, ParameterizedTypeReference<?>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
-
Create a builder with the given producer.
- fromPublisher(Publisher<?>) - Method in class org.springframework.core.ReactiveAdapter
-
Adapt from the given Reactive Streams Publisher.
- fromPublisher(P, Class<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given
Publisher
. - fromPublisher(P, Class<T>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
-
Create a builder with the given publisher.
- fromPublisher(P, ParameterizedTypeReference<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given
Publisher
. - fromPublisher(P, ParameterizedTypeReference<T>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
-
Create a builder with the given publisher.
- fromRequest(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Prepare a builder by copying the scheme, host, port, path, and query string of an HttpServletRequest.
- fromRequestUri(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Prepare a builder from the host, port, scheme, and path (but not the query) of the HttpServletRequest.
- fromResource(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given
Resource
. - fromServerSentEvents(S) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given
ServerSentEvent
publisher. - fromServletMapping(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Prepare a builder from the host, port, scheme, context path, and servlet mapping of the given HttpServletRequest.
- fromSingleValue(Map<K, V>) - Static method in interface org.springframework.util.MultiValueMap
-
Return a
MultiValueMap<K, V>
that adapts the given single-valueMap<K, V>
. - fromStoreValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
- fromStoreValue(Object) - Method in class org.springframework.cache.support.AbstractValueAdaptingCache
-
Convert the given value from the internal store to a user value returned from the get method (adapting
null
). - fromString(String) - Static method in class org.springframework.asm.TypePath
-
Converts a type path in string form, in the format used by
TypePath.toString()
, into a TypePath object. - fromSuffix(String) - Static method in enum class org.springframework.format.annotation.DurationFormat.Unit
-
Get the
Unit
corresponding to the givenString
suffix. - fromSuffix(String) - Static method in enum class org.springframework.util.unit.DataUnit
-
Return the
DataUnit
matching the specifiedsuffix
. - fromUri(URI) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create a builder that is initialized from the given
URI
. - fromUriString(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create a builder that is initialized with the given URI string.
- fromValue(String) - Static method in enum class org.springframework.web.socket.sockjs.transport.TransportType
- fromValue(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given value.
- fromValue(T, ParameterizedTypeReference<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
-
Inserter to write the given value.
- FSTORE - Static variable in interface org.springframework.asm.Opcodes
- FSUB - Static variable in interface org.springframework.asm.Opcodes
- FullyQualifiedAnnotationBeanNameGenerator - Class in org.springframework.context.annotation
-
An extension of
AnnotationBeanNameGenerator
that uses the fully qualified class name as the default bean name if an explicit bean name is not supplied via a supported type-level annotation such as@Component
(seeAnnotationBeanNameGenerator
for details on supported annotations). - FullyQualifiedAnnotationBeanNameGenerator() - Constructor for class org.springframework.context.annotation.FullyQualifiedAnnotationBeanNameGenerator
- Function<K,
V> - Interface in org.springframework.cglib.core.internal - FUNCTION_MUST_BE_STATIC - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- FUNCTION_NOT_DEFINED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- FUNCTION_REFERENCE_CANNOT_BE_INVOKED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- FunctionReference - Class in org.springframework.expression.spel.ast
-
A function reference is of the form "#someFunction(a,b,c)".
- FunctionReference(String, int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.FunctionReference
- FutureAdapter<T,
S> - Class in org.springframework.util.concurrent -
Deprecated.as of 6.0, with no concrete replacement
- FutureAdapter(Future<S>) - Constructor for class org.springframework.util.concurrent.FutureAdapter
-
Deprecated.Constructs a new
FutureAdapter
with the given adaptee. - FutureUtils - Class in org.springframework.util.concurrent
-
Convenience utilities for working with
Future
and implementations. - FutureUtils() - Constructor for class org.springframework.util.concurrent.FutureUtils
- fv - Variable in class org.springframework.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CompletableFuture.whenComplete(BiConsumer)