- 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
-
- F_APPEND - Static variable in interface org.springframework.asm.Opcodes
-
Represents 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
-
Represents 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
-
Represents a compressed frame with complete frame data.
- F_NEW - Static variable in interface org.springframework.asm.Opcodes
-
Represents an expanded frame.
- F_SAME - Static variable in interface org.springframework.asm.Opcodes
-
Represents 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
-
Represents a compressed frame with exactly the same locals as the
previous frame and with a single value on the stack.
- FacesContextUtils - Class in org.springframework.web.jsf
-
- FacesContextUtils() - Constructor for class org.springframework.web.jsf.FacesContextUtils
-
- FacesRequestAttributes - Class in org.springframework.web.context.request
-
- 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
-
- FacesWebRequest(FacesContext) - Constructor for class org.springframework.web.context.request.FacesWebRequest
-
Create a new FacesWebRequest adapter for the given FacesContext.
- FACTORIES_RESOURCE_LOCATION - Static variable in class org.springframework.core.io.support.SpringFactoriesLoader
-
The location to look for factories.
- 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_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
-
- 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
-
Fails a test with the given message.
- fail(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
-
Fails a test with the given message passing along expected and actual
values to be added to the message.
- 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
-
- failOnUnknownProperties(boolean) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
- failure(Throwable) - Method in class org.springframework.util.concurrent.ListenableFutureCallbackRegistry
-
- FailureCallback - Interface in org.springframework.util.concurrent
-
- FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.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.
- fallbackMatchAllowed() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return whether a fallback match is allowed.
- FALOAD - Static variable in interface org.springframework.asm.Opcodes
-
- FALSE - Static variable in class org.springframework.expression.spel.support.BooleanTypedValue
-
- FALSE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- FastByteArrayOutputStream - Class in org.springframework.util
-
- 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.
- FASTORE - Static variable in interface org.springframework.asm.Opcodes
-
- fatal(Problem) - Method in class org.springframework.beans.factory.parsing.FailFastProblemReporter
-
- fatal(Problem) - Method in interface org.springframework.beans.factory.parsing.ProblemReporter
-
Called when a fatal error is encountered during the parsing process.
- 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.
- 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(SAXParseException) - Method in class org.springframework.util.xml.SimpleSaxErrorHandler
-
- fatalError(TransformerException) - Method in class org.springframework.util.xml.SimpleTransformErrorListener
-
- 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
-
Whether the path extension in the URL path should be used to determine
the requested media type.
- FCMPG - Static variable in interface org.springframework.asm.Opcodes
-
- FCMPL - Static variable in interface org.springframework.asm.Opcodes
-
- 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.
- FIELD - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type of a field.
- field - Variable in class org.springframework.beans.factory.InjectionPoint
-
- 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
-
- 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
-
- 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, String) - Constructor for class org.springframework.validation.FieldError
-
Create a new FieldError instance.
- FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
-
Create a new FieldError instance.
- 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
-
- FieldVisitor - Class in org.springframework.asm
-
A visitor to visit a Java field.
- FieldVisitor(int) - Constructor for class org.springframework.asm.FieldVisitor
-
- FieldVisitor(int, FieldVisitor) - Constructor for class org.springframework.asm.FieldVisitor
-
- file(String, byte[]) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
Create a new MockMultipartFile with the given content.
- 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.
- FileNameVersionPathStrategy() - Constructor for class org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
-
- FileSystemResource - Class in org.springframework.core.io
-
Resource
implementation for
java.io.File
handles.
- FileSystemResource(File) - Constructor for class org.springframework.core.io.FileSystemResource
-
Create a new
FileSystemResource
from a
File
handle.
- FileSystemResource(String) - Constructor for class org.springframework.core.io.FileSystemResource
-
Create a new FileSystemResource
from a file path.
- FileSystemResourceLoader - Class in org.springframework.core.io
-
- 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(ApplicationContext) - 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[], 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(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.
- fileUpload(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- fileUpload(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- fillInClientStackTraceIfPossible(Throwable) - Static method in class org.springframework.remoting.support.RemoteInvocationUtils
-
Fill the current client-side stack trace into the given exception.
- fillInStackTrace() - Method in exception org.springframework.scripting.support.StandardScriptEvalException
-
- 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.
- 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).
- fillReport(Map<String, Object>) - Method in class org.springframework.web.servlet.view.jasperreports.AbstractJasperReportsView
-
Create a populated JasperPrint
instance from the configured
JasperReport
instance.
- 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.
- filterAndWrapModel(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.json.AbstractJackson2View
-
- filterAndWrapModel(Map<String, Object>, HttpServletRequest) - Method in class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
- FilterDefinitionFactoryBean - Class in org.springframework.orm.hibernate3
-
- FilterDefinitionFactoryBean() - Constructor for class org.springframework.orm.hibernate3.FilterDefinitionFactoryBean
-
Deprecated.
- 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, 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.
- 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.
- 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.
- FilterType - Enum in org.springframework.context.annotation
-
Enumeration of the type filters that may be used in conjunction with
@ComponentScan
.
- find(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute an HQL query.
- find(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute an HQL query, binding one value to a "?" parameter in the
query string.
- find(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute an HQL query, binding a number of values to "?" parameters
in the query string.
- find(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- find(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- find(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- find(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute an HQL query, binding a number of values to "?" parameters
in the query string.
- find(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- find(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute an HQL query, binding a number of values to "?" parameters
in the query string.
- find(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- 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<?>, 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.
- 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.
- findAllClassPathResources(String) - Method in class org.springframework.core.io.support.PathMatchingResourcePatternResolver
-
Find all class location resources with the given location via the ClassLoader.
- 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 supplied element
;
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 specified
annotationType
.
- findAnnotatedBeans(ApplicationContext) - Static method in class org.springframework.web.method.ControllerAdviceBean
-
Find the names of beans annotated with
@ControllerAdvice in the given
ApplicationContext and wrap them as
ControllerAdviceBean
instances.
- 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
of
annotationType
on the supplied
Method
, traversing its super methods (i.e.
- findAnnotation(Class<?>, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Find a single
Annotation
of
annotationType
on the
supplied
Class
, traversing its interfaces, annotations, and
superclasses if the annotation is not
directly present on
the given class itself.
- findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Find the first
Class
in the inheritance hierarchy of the
specified
clazz
(including the specified
clazz
itself)
on which an annotation of the specified
annotationType
is
directly present.
- findAnnotationDeclaringClassForTypes(List<Class<? extends Annotation>>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Find the first
Class
in the inheritance hierarchy of the
specified
clazz
(including the specified
clazz
itself)
on which at least one of the specified
annotationTypes
is
directly present.
- findAnnotationDescriptor(Class<?>, Class<T>) - Static method in class org.springframework.test.util.MetaAnnotationUtils
-
- findAnnotationDescriptorForTypes(Class<?>, Class<? extends Annotation>...) - Static method in class org.springframework.test.util.MetaAnnotationUtils
-
- findAnnotationOnBean(String, Class<A>) - Method in interface org.springframework.beans.factory.ListableBeanFactory
-
Find an
Annotation
of
annotationType
on the specified bean,
traversing its interfaces and super classes if no annotation can be found on
the given class itself.
- 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
-
- findApplicationContexts() - Method in class org.springframework.context.support.LiveBeansView
-
Find all applicable ApplicationContexts for the current application.
- findApplicationContexts() - Method in class org.springframework.web.context.support.ServletContextLiveBeansView
-
- 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(Class<T>) - Method in class org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor
-
Obtain all beans of the given type as autowire candidates.
- 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.util.SocketUtils
-
Find an available TCP port randomly selected from the range
[
1024,
65535].
- findAvailableTcpPort(int) - Static method in class org.springframework.util.SocketUtils
-
Find an available TCP port randomly selected from the range
[
minPort
,
65535].
- findAvailableTcpPort(int, int) - Static method in class org.springframework.util.SocketUtils
-
Find an available TCP port randomly selected from the range
[minPort
, maxPort
].
- findAvailableTcpPorts(int) - Static method in class org.springframework.util.SocketUtils
-
Find the requested number of available TCP ports, each randomly selected
from the range [
1024,
65535].
- findAvailableTcpPorts(int, int, int) - Static method in class org.springframework.util.SocketUtils
-
Find the requested number of available TCP ports, each randomly selected
from the range [minPort
, maxPort
].
- findAvailableUdpPort() - Static method in class org.springframework.util.SocketUtils
-
Find an available UDP port randomly selected from the range
[
1024,
65535].
- findAvailableUdpPort(int) - Static method in class org.springframework.util.SocketUtils
-
Find an available UDP port randomly selected from the range
[
minPort
,
65535].
- findAvailableUdpPort(int, int) - Static method in class org.springframework.util.SocketUtils
-
Find an available UDP port randomly selected from the range
[minPort
, maxPort
].
- findAvailableUdpPorts(int) - Static method in class org.springframework.util.SocketUtils
-
Find the requested number of available UDP ports, each randomly selected
from the range [
1024,
65535].
- findAvailableUdpPorts(int, int, int) - Static method in class org.springframework.util.SocketUtils
-
Find the requested number of available UDP ports, each randomly selected
from the range [minPort
, maxPort
].
- findBridgedMethod(Method) - Static method in class org.springframework.core.BridgeMethodResolver
-
- findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query based on a given Hibernate criteria object.
- findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query based on the given Hibernate criteria object.
- findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a query based on a given Hibernate criteria object.
- findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a query based on the given Hibernate criteria object.
- findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByCriteria(DetachedCriteria) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on a given Hibernate criteria object.
- findByCriteria(DetachedCriteria, int, int) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on the given Hibernate criteria object.
- findByCriteria(DetachedCriteria) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByCriteria(DetachedCriteria, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByExample(T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query based on the given example entity object.
- findByExample(String, T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query based on the given example entity object.
- findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query based on a given example entity object.
- findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a query based on a given example entity object.
- findByExample(T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByExample(String, T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByExample(T, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByExample(T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a query based on the given example entity object.
- findByExample(String, T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a query based on the given example entity object.
- findByExample(T, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a query based on a given example entity object.
- findByExample(String, T, int, int) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a query based on a given example entity object.
- findByExample(T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByExample(String, T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByExample(T, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByExample(T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on the given example entity object.
- findByExample(String, T) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on the given example entity object.
- findByExample(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 interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a query based on a given example entity object.
- findByExample(T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByExample(String, T) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByExample(T, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByExample(String, T, int, int) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute an HQL query, binding one value to a ":" named parameter
in the query string.
- findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute an HQL query, binding a number of values to ":" named
parameters in the query string.
- findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute an HQL query, binding one value to a ":" named parameter
in the query string.
- findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute an HQL query, binding a number of values to ":" named
parameters in the query string.
- findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute an HQL query, binding one value to a ":" named parameter
in the query string.
- findByNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute an HQL query, binding a number of values to ":" named
parameters in the query string.
- findByNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByNamedQuery(String) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a named query.
- findByNamedQuery(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a named query, binding one value to a "?" parameter in
the query string.
- findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a named query binding a number of values to "?" parameters
in the query string.
- findByNamedQuery(String) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedQuery(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a named query binding a number of values to "?" parameters
in the query string.
- findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByNamedQuery(String, Object...) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a named query binding a number of values to "?" parameters
in the query string.
- findByNamedQuery(String, Object...) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a named query, binding one value to a ":" named parameter
in the query string.
- findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a named query, binding a number of values to ":" named
parameters in the query string.
- findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a named query, binding one value to a ":" named parameter
in the query string.
- findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a named query, binding a number of values to ":" named
parameters in the query string.
- findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a named query, binding one value to a ":" named parameter
in the query string.
- findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a named query, binding a number of values to ":" named
parameters in the query string.
- findByNamedQueryAndNamedParam(String, String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByNamedQueryAndNamedParam(String, String[], Object[]) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute a named query, binding the properties of the given bean to
":" named parameters in the query string.
- findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute a named query, binding the properties of the given bean to
":" named parameters in the query string.
- findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByNamedQueryAndValueBean(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute a named query, binding the properties of the given bean to
":" named parameters in the query string.
- findByNamedQueryAndValueBean(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Deprecated.
Execute an HQL query, binding the properties of the given bean to
named parameters in the query string.
- findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Execute an HQL query, binding the properties of the given bean to
named parameters in the query string.
- findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- findByValueBean(String, Object) - Method in interface org.springframework.orm.hibernate5.HibernateOperations
-
Execute an HQL query, binding the properties of the given bean to
named parameters in the query string.
- findByValueBean(String, Object) - Method in class org.springframework.orm.hibernate5.HibernateTemplate
-
- 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(Method) - 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 caching attribute for the
given class, if any.
- findCacheOperations(Method) - Method in class org.springframework.cache.interceptor.AbstractFallbackCacheOperationSource
-
Subclasses need to implement this to return the caching attribute 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 class path for candidate components.
- 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.
- 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.
- 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(String, Class<?>) - Method in class org.springframework.validation.AbstractBindingResult
-
- 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 exception org.springframework.validation.BindException
-
- findEditor(String, Class<?>) - Method in interface org.springframework.validation.BindingResult
-
Find a custom property editor for the given type and property.
- 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.
- 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(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).
- 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.
- findExpectation(ClientHttpRequest) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
Return a matching expectation, or null
if none match.
- findField(String, Class<?>, boolean) - Method in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
-
Find a field of a certain name on a specified class.
- findField(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
-
Attempt to find a
field
on the supplied
Class
with the
supplied
name
.
- findField(Class<?>, String, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
-
Attempt to find a
field
on the supplied
Class
with the
supplied
name
and/or
type
.
- 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.
- 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.portlet.handler.SimpleMappingExceptionResolver
-
Find a matching view name in the given exception mappings
- findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
-
Find a matching view name in the given exception mappings.
- 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 supplied element
,
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 specified annotationType
.
- findMergedAnnotation(AnnotatedElement, String) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- 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 supplied element
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 supplied element
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 supplied element
;
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 specified
annotationType
.
- 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 supplied element
;
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 specified
annotationType
.
- 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) - 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.util.ReflectionUtils
-
Attempt to find a
Method
on the supplied class with the supplied name
and parameter types.
- 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.
- findObject(Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Generic object finder method, used by all other findObject
methods.
- findObject(Object...) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object without 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(int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single int parameter.
- 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, int) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given two int parameters.
- 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(long) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single long 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.
- findObject(String) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to find a single object given a single String parameter.
- findObjectByNamedParam(Map<String, ?>, Map<?, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Generic object finder method for named parameters.
- findObjectByNamedParam(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlQuery
-
Convenient method to execute without context.
- findOrder(Object) - Method in class org.springframework.core.annotation.AnnotationAwareOrderComparator
-
This implementation checks for
@Order
or
@Priority
on various kinds of
elements, in addition to the
Ordered
check in the superclass.
- findOrder(Object) - Method in class org.springframework.core.OrderComparator
-
Find an order value indicated by the given object.
- 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.
- 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
-
- findQualifiedExecutor(BeanFactory, String) - Method in class org.springframework.aop.interceptor.AsyncExecutionAspectSupport
-
Retrieve a target executor for the given qualifier.
- findResourceInternal(String, String) - Method in class org.apache.catalina.loader.WebappClassLoader
-
- findResourceInternal(String, String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
-
- findResourceInternal(String, String) - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
- findResourceInternal(String, String, boolean) - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
-
- 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.messaging.simp.user.UserSessionRegistryAdapter
-
- 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(Method) - 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.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 Java EE 5'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,
then trying any registered 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<T>) - Static method in class org.springframework.util.CollectionUtils
-
Find a single value of the given type in the given Collection.
- 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.
- 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 unique WebApplicationContext
among the registered ServletContext
attributes (typically coming
from a single DispatcherServlet
in the current web application).
- 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
-
Retrieve a
WebApplicationContext
from the
ServletContext
attribute with the
configured name
.
- 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(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.
- findWebJarResourcePath(String) - Method in class org.springframework.web.servlet.resource.WebJarsResourceResolver
-
- finish() - Method in class org.springframework.expression.spel.CodeFlow
-
Called after the main expression evaluation method has been generated, this
method will callback 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 an component-registered event.
- fireDefaultsRegistered(DefaultsDefinition) - Method in class org.springframework.beans.factory.parsing.ReaderContext
-
Fire an 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 - Static variable in class org.springframework.expression.spel.ast.Selection
-
- 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.
- 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(MediaType) - Constructor for class org.springframework.web.accept.FixedContentNegotiationStrategy
-
Create an instance with the given content type.
- 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
-
- 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.
- FixedThemeResolver - Class in org.springframework.web.servlet.theme
-
- FixedThemeResolver() - Constructor for class org.springframework.web.servlet.theme.FixedThemeResolver
-
- 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.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() - 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
-
- 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.MockHttpServletRequestBuilder
-
Set an "input" flash attribute.
- 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.MockHttpServletRequestBuilder
-
Set flash attributes.
- 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 - Interface in org.springframework.web.servlet
-
A strategy interface for retrieving and saving FlashMap instances.
- FLOAD - Static variable in interface org.springframework.asm.Opcodes
-
- 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, float) - Constructor for class org.springframework.expression.spel.ast.FloatLiteral
-
- 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.datasource.JdbcTransactionObjectSupport
-
- 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.hibernate3.HibernateOperations
-
Deprecated.
Flush all pending saves, updates and deletes to the database.
- flush() - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
Deprecated.
- flush() - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Flush all pending saves, updates and deletes to the database.
- flush() - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- flush() - Method in class org.springframework.orm.hibernate4.SpringFlushSynchronization
-
- flush() - Method in class org.springframework.orm.hibernate4.SpringSessionSynchronization
-
- 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.AbstractTransactionStatus
-
This implementations is empty, considering flush as a no-op.
- 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
-
- 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
-
- FLUSH_ALWAYS - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Flushing before every query statement is rarely necessary.
- FLUSH_AUTO - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Automatic flushing is the default mode for a Hibernate Session.
- FLUSH_COMMIT - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Flushing at commit only is intended for units of work where no
intermediate flushing is desired, not even for find operations
that might involve already modified instances.
- FLUSH_EAGER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Eager flushing leads to immediate synchronization with the database,
even if in a transaction.
- FLUSH_NEVER - Static variable in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Never flush is a good strategy for read-only units of work.
- flushBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- flushBuffer() - Method in class org.springframework.mock.web.portlet.MockMimeResponse
-
- flushBuffer() - Method in class org.springframework.web.util.ContentCachingResponseWrapper
-
- 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
-
- flushIfNecessary(Session, boolean) - Method in class org.springframework.orm.hibernate3.HibernateAccessor
-
Deprecated.
Flush the given Hibernate Session if necessary.
- flushResource(H) - Method in class org.springframework.transaction.support.ResourceHolderSynchronization
-
Flush callback for the given resource holder.
- FMUL - Static variable in interface org.springframework.asm.Opcodes
-
- FNEG - Static variable in interface org.springframework.asm.Opcodes
-
- forAnnotations(Annotation...) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
-
- forArrayComponent(ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
- forBeanPropertyAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
-
Obtain a BeanWrapper for the given target object,
accessing properties in JavaBeans style.
- 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(Class<?>) - Static method in class org.springframework.aop.target.EmptyTargetSource
-
Return an EmptyTargetSource for the given target Class.
- forClass(Class<?>, boolean) - 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.core.ResolvableType
-
Return a
ResolvableType
for the specified
Class
,
using the full generic type information for assignability checks.
- 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.
- forClass(Class<?>) - Static method in enum org.springframework.expression.spel.ast.TypeCode
-
- 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.
- forClassWithGenerics(Class<?>, Class<?>...) - Static method in class org.springframework.core.ResolvableType
-
- forClassWithGenerics(Class<?>, ResolvableType...) - Static method in class org.springframework.core.ResolvableType
-
- forConstructorParameter(Constructor<?>, int) - Static method in class org.springframework.core.ResolvableType
-
- forConstructorParameter(Constructor<?>, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
- forDestination(T, Destination) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
-
- forDirectFieldAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
-
Obtain a PropertyAccessor for the given target object,
accessing properties in direct field style.
- forExecutionException(Throwable) - Static method in class org.springframework.scheduling.annotation.AsyncResult
-
- forFallbackMatch() - Method in class org.springframework.beans.factory.config.DependencyDescriptor
-
Return a variant of this descriptor that is intended for a fallback match.
- 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(Field) - Static method in class org.springframework.core.ResolvableType
-
- forField(Field, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
- forField(Field, ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
- forField(Field, int) - Static method in class org.springframework.core.ResolvableType
-
- forField(Field, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
Return a
ResolvableType
for the specified
Field
with a given
implementation and the given nesting level.
- forInstance(Object) - Static method in class org.springframework.core.ResolvableType
-
- forInstanceMethodInvocation() - Static method in class org.springframework.expression.spel.support.DataBindingMethodResolver
-
Create a new data-binding method resolver for instance method resolution.
- ForkJoinPoolFactoryBean - Class in org.springframework.scheduling.concurrent
-
- ForkJoinPoolFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
-
- FORM_CHARSET - Static variable in class org.springframework.http.server.ServletServerHttpRequest
-
- FORM_CONTENT_TYPE - Static variable in class org.springframework.http.server.ServletServerHttpRequest
-
- format(String, String, String) - Method in interface org.springframework.validation.MessageCodeFormatter
-
- format(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
-
- format(SockJsFrame) - Method in interface org.springframework.web.socket.sockjs.frame.SockJsFrameFormat
-
- formatClassNameForMessage(Class<?>) - Static method in class org.springframework.expression.spel.ast.FormatHelper
-
Determine a readable name for a given Class object.
- 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.
- FormatHelper - Class in org.springframework.expression.spel.ast
-
Utility methods (formatters etc) used during parsing and evaluation.
- FormatHelper() - Constructor for class org.springframework.expression.spel.ast.FormatHelper
-
- formatMessage(String, Object[], Locale) - Method in class org.springframework.context.support.MessageSourceSupport
-
Format the given message String, using cached MessageFormats.
- formatMessage(Object...) - Method in enum org.springframework.expression.spel.SpelMessage
-
Produce a complete message including the prefix and with the inserts
applied to the message.
- formatMessage(int, Object...) - Method in enum org.springframework.expression.spel.SpelMessage
-
- formatMethodForMessage(String, List<TypeDescriptor>) - Static method in class org.springframework.expression.spel.ast.FormatHelper
-
Produce a readable representation for a given method name with specified arguments.
- Formatter<T> - Interface in org.springframework.format
-
Formats objects of type T.
- FormatterPropertyEditorAdapter - Class in org.springframework.format.support
-
- FormatterPropertyEditorAdapter(Formatter<?>) - Constructor for class org.springframework.format.support.FormatterPropertyEditorAdapter
-
Create a new
FormatterPropertyEditorAdapter
for the given
Formatter
.
- FormatterRegistrar - Interface in org.springframework.format
-
- FormatterRegistry - Interface in org.springframework.format
-
A registry of field formatting logic.
- FormattingConversionService - Class in org.springframework.format.support
-
- 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
-
- 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
.
- 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
-
Create a new MethodParameter for the given method or constructor.
- forMethodParameter(Method, int) - Static method in class org.springframework.core.ResolvableType
-
- forMethodParameter(Method, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
- forMethodParameter(MethodParameter) - Static method in class org.springframework.core.ResolvableType
-
- forMethodParameter(MethodParameter, ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
- forMethodParameter(MethodParameter, Type) - Static method in class org.springframework.core.ResolvableType
-
- forMethodReturnType(Method) - Static method in class org.springframework.core.ResolvableType
-
- forMethodReturnType(Method, Class<?>) - Static method in class org.springframework.core.ResolvableType
-
- 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
-
- FormTag - Class in org.springframework.web.servlet.tags.form
-
Databinding-aware JSP tag for rendering an HTML 'form
' whose
inner elements are bound to properties on a form object.
- FormTag() - Constructor for class org.springframework.web.servlet.tags.form.FormTag
-
- forName(String) - Static method in enum 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.
- 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 specified
PropertyAccessor
delegates: typically a custom
PropertyAccessor
specific to a use case
(e.g.
- 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
-
- 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
-
- 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
-
- forTopic(T, String) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
-
Create a
JmsResponse
targeting the topic with the specified name.
- 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
-
- forType(Type, ResolvableType) - Static method in class org.springframework.core.ResolvableType
-
- forType(ParameterizedTypeReference<?>) - Static method in class org.springframework.core.ResolvableType
-
- forValue(boolean) - Static method in class org.springframework.expression.spel.support.BooleanTypedValue
-
- forValue(V) - Static method in class org.springframework.scheduling.annotation.AsyncResult
-
Create a new async result which exposes the given value from
Future.get()
.
- forward(String) - Method in class org.springframework.mock.web.MockPageContext
-
- forward(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
-
- forward(PortletRequest, PortletResponse) - Method in class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
-
- FORWARD_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- FORWARD_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- FORWARD_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
Standard Servlet 2.4+ spec request attributes for forward URI and paths.
- FORWARD_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
-
- 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).
- ForwardedHeaderFilter - Class in org.springframework.web.filter
-
- ForwardedHeaderFilter() - Constructor for class org.springframework.web.filter.ForwardedHeaderFilter
-
- 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.
- fragment(String) - Method in class org.springframework.web.util.UriComponentsBuilder
-
Set the URI fragment.
- FrameworkPortlet - Class in org.springframework.web.portlet
-
Base portlet for Spring's portlet framework.
- FrameworkPortlet() - Constructor for class org.springframework.web.portlet.FrameworkPortlet
-
- 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.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.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
bean reference.
- FreeMarkerConfigurationFactoryBean() - Constructor for class org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
-
- FreeMarkerConfigurer - Class in org.springframework.web.servlet.view.freemarker
-
JavaBean to configure FreeMarker for web usage, via the "configLocation"
and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
- FreeMarkerConfigurer() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
-
- FreeMarkerConfigurerBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
Parse the MVC namespace element and register
FreeMarkerConfigurer 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.servlet.view.freemarker
-
View using the FreeMarker template engine.
- FreeMarkerView() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerView
-
- FreeMarkerViewResolver - Class in org.springframework.web.servlet.view.freemarker
-
- FreeMarkerViewResolver() - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
-
- FreeMarkerViewResolver(String, String) - Constructor for class org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
-
A convenience constructor that allows for specifying
prefix
and
suffix
as constructor arguments.
- 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 - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP From
header field name.
- 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
-
- fromCurrentContextPath() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- fromCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- fromCurrentRequestUri() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- fromCurrentServletMapping() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
- 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
-
- fromHttpRequest(HttpRequest) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create a new
UriComponents
object from the URI associated with
the given HttpRequest while also overlaying with values from the headers
"Forwarded" (
RFC 7239),
or "X-Forwarded-Host", "X-Forwarded-Port", and "X-Forwarded-Proto" if
"Forwarded" is not found.
- fromHttpUrl(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create a URI components builder from the given HTTP URL String.
- fromMap(Map<String, Object>) - Static method in class org.springframework.core.annotation.AnnotationAttributes
-
- 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
-
- 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<?>, Class<?>) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
- fromMessage(Message<?>, Class<?>, Object) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
-
- fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.converter.CompositeMessageConverter
-
- fromMessage(Message<?>, Class<?>, Object) - 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 interface org.springframework.messaging.converter.SmartMessageConverter
-
- 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<T>) - Static method in class org.springframework.messaging.support.MessageBuilder
-
Create a builder for a new
Message
instance pre-populated with all of the
headers copied from the provided message.
- 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
-
- fromMethod(Method, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- fromMethodCall(Object) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- fromMethodCall(UriComponentsBuilder, Object) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- 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
-
- fromOriginHeader(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create an instance by parsing the "Origin" header of an HTTP request.
- fromPath(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
-
Create a builder that is initialized with the given path.
- 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.
- 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.
- 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.
- 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 org.springframework.web.socket.sockjs.transport.TransportType
-
- FSTORE - Static variable in interface org.springframework.asm.Opcodes
-
- FSUB - Static variable in interface org.springframework.asm.Opcodes
-
- FunctionReference - Class in org.springframework.expression.spel.ast
-
A function reference is of the form "#someFunction(a,b,c)".
- FunctionReference(String, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.FunctionReference
-
- FutureAdapter<T,S> - Class in org.springframework.util.concurrent
-
Abstract class that adapts a
Future
parameterized over S into a
Future
parameterized over T.
- FutureAdapter(Future<S>) - Constructor for class org.springframework.util.concurrent.FutureAdapter
-
Constructs a new FutureAdapter
with the given adaptee.
- fv - Variable in class org.springframework.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.