Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- V_PREVIEW - Static variable in interface org.springframework.asm.Opcodes
-
Version flag indicating that the class is using 'preview' features.
- V1_1 - Static variable in interface org.springframework.asm.Opcodes
- V1_2 - Static variable in interface org.springframework.asm.Opcodes
- V1_3 - Static variable in interface org.springframework.asm.Opcodes
- V1_4 - Static variable in interface org.springframework.asm.Opcodes
- V1_5 - Static variable in interface org.springframework.asm.Opcodes
- V1_6 - Static variable in interface org.springframework.asm.Opcodes
- V1_7 - Static variable in interface org.springframework.asm.Opcodes
- V1_8 - Static variable in interface org.springframework.asm.Opcodes
- V10 - Static variable in interface org.springframework.asm.Opcodes
- V11 - Static variable in interface org.springframework.asm.Opcodes
- V12 - Static variable in interface org.springframework.asm.Opcodes
- V13 - Static variable in interface org.springframework.asm.Opcodes
- V14 - Static variable in interface org.springframework.asm.Opcodes
- V15 - Static variable in interface org.springframework.asm.Opcodes
- V16 - Static variable in interface org.springframework.asm.Opcodes
- V17 - Static variable in interface org.springframework.asm.Opcodes
- V18 - Static variable in interface org.springframework.asm.Opcodes
- V19 - Static variable in interface org.springframework.asm.Opcodes
- V20 - Static variable in interface org.springframework.asm.Opcodes
- V21 - Static variable in interface org.springframework.asm.Opcodes
- V9 - Static variable in interface org.springframework.asm.Opcodes
- validate() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
-
Validate this bean definition.
- validate() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
- validate() - Method in class org.springframework.validation.DataBinder
-
Invoke the specified Validators, if any.
- validate(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
- validate(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
-
Is the given class a valid AspectJ aspect class?
- validate(Object...) - Method in class org.springframework.validation.DataBinder
-
Invoke the specified Validators, if any, with the given validation hints.
- validate(Object, Errors) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- validate(Object, Errors) - Method in interface org.springframework.validation.Validator
-
Validate the given
target
object which must be of aClass
for which theValidator.supports(Class)
method typically has returned (or would return)true
. - validate(Object, Errors, Object...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- validate(Object, Errors, Object...) - Method in interface org.springframework.validation.SmartValidator
-
Validate the supplied
target
object, which must be of a type ofClass
for which theValidator.supports(Class)
method typically returnstrue
. - validate(Message<?>, MethodParameter, Object) - Method in class org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver
-
Validate the payload if applicable.
- validate(T, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- validateAddress(InternetAddress) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Validate the given mail address.
- validateAddresses(InternetAddress[]) - Method in class org.springframework.mail.javamail.MimeMessageHelper
-
Validate all given mail addresses.
- validateAllowCredentials() - Method in class org.springframework.web.cors.CorsConfiguration
-
Validate that when
allowCredentials
istrue
,allowedOrigins
does not contain the special value"*"
since in that case the "Access-Control-Allow-Origin" cannot be set to"*"
. - validateAllowPrivateNetwork() - Method in class org.springframework.web.cors.CorsConfiguration
-
Validate that when
allowPrivateNetwork
istrue
,allowedOrigins
does not contain the special value"*"
since this is insecure. - validateAnnotation(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
-
Check the declared attributes of the given annotation, in particular covering Google App Engine's late arrival of
TypeNotPresentExceptionProxy
forClass
values (instead of earlyClass.getAnnotations() failure
). - validateConfiguration() - Method in class org.springframework.jms.listener.AbstractJmsListeningContainer
-
Validate the configuration of this container.
- validateConfiguration() - Method in class org.springframework.jms.listener.AbstractMessageListenerContainer
- validateConfiguration() - Method in class org.springframework.jms.listener.SimpleMessageListenerContainer
- Validated - Annotation Interface in org.springframework.validation.annotation
-
Variant of JSR-303's
Valid
, supporting the specification of validation groups. - validateDestination(Destination, String, boolean) - Method in class org.springframework.jms.support.destination.JndiDestinationResolver
-
Validate the given Destination object, checking whether it matches the expected type.
- validateHandler(Object, HttpServletRequest) - Method in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
-
Validate the given handler against the current request.
- validateHandler(Object, ServerWebExchange) - Method in class org.springframework.web.reactive.handler.AbstractUrlHandlerMapping
-
Validate the given handler against the current request.
- validateIfApplicable(WebDataBinder, MethodParameter) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Validate the model attribute if applicable.
- validateIfApplicable(WebDataBinder, MethodParameter) - Method in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
Validate the binding target if applicable.
- validateInterfaces() - Method in class org.springframework.aop.aspectj.DeclareParentsAdvisor
- validateInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
-
Can the advised interfaces be implemented by the introduction advice? Invoked before adding an IntroductionAdvisor.
- validateInterfaces() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
- validateMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
Validate the supplied
MergedContextConfiguration
with respect to what this context loader supports. - validateMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
Ensure that the supplied
MergedContextConfiguration
does not containlocations
. - validateMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.test.context.support.GenericXmlContextLoader
-
Ensure that the supplied
MergedContextConfiguration
does not containclasses
. - validateMergedContextConfiguration(WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
Validate the supplied
WebMergedContextConfiguration
with respect to what this context loader supports. - validateMergedContextConfiguration(WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
Ensure that the supplied
WebMergedContextConfiguration
does not containlocations
. - validateMergedContextConfiguration(WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.GenericXmlWebContextLoader
-
Ensure that the supplied
WebMergedContextConfiguration
does not containclasses
. - validateNamedParameters(Map<String, ?>) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Validate the named parameters passed to an execute method based on declared parameters.
- validateObject(PooledObject<Object>) - Method in class org.springframework.aop.target.CommonsPool2TargetSource
- validateParameters(Object[]) - Method in class org.springframework.jdbc.object.RdbmsOperation
-
Validate the parameters passed to an execute method based on declared parameters.
- validateProfile(String) - Method in class org.springframework.core.env.AbstractEnvironment
-
Validate the given profile, called internally prior to adding to the set of active or default profiles.
- validateProperty(T, String, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- validateRequest(String, String, String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
- validateRequest(String, String, String) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
- validateRequest(ClientHttpRequest) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
- validateRequest(ClientHttpRequest) - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Validate the given actual request against the declared expectations.
- validateRequiredProperties() - Method in class org.springframework.core.env.AbstractEnvironment
- validateRequiredProperties() - Method in class org.springframework.core.env.AbstractPropertyResolver
- validateRequiredProperties() - Method in interface org.springframework.core.env.ConfigurablePropertyResolver
-
Validate that each of the properties specified by
ConfigurablePropertyResolver.setRequiredProperties(java.lang.String...)
is present and resolves to a non-null
value. - validateValue(Class<?>, String, Object, Errors, Object...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- validateValue(Class<?>, String, Object, Errors, Object...) - Method in interface org.springframework.validation.SmartValidator
-
Validate the supplied value for the specified field on the target type, reporting the same validation errors as if the value would be bound to the field on an instance of the target class.
- validateValue(Class<T>, String, Object, Class<?>...) - Method in class org.springframework.validation.beanvalidation.SpringValidatorAdapter
- validateValueIfApplicable(WebDataBinder, MethodParameter, Class<?>, String, Object) - Method in class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
Validate the specified candidate value if applicable.
- VALIDATION_AUTO - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Indicates that the validation mode should be detected automatically.
- VALIDATION_AUTO - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
-
Indicates that the validation mode should be auto-guessed, since we cannot find a clear indication (probably choked on some special characters, or the like).
- VALIDATION_DTD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Indicates that DTD validation should be used.
- VALIDATION_DTD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
-
Indicates that DTD validation should be used (we found a "DOCTYPE" declaration).
- VALIDATION_NONE - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Indicates that the validation should be disabled.
- VALIDATION_NONE - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
-
Indicates that the validation should be disabled.
- VALIDATION_XSD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
-
Indicates that XSD validation should be used.
- VALIDATION_XSD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
-
Indicates that XSD validation should be used (found no "DOCTYPE" declaration).
- ValidationAnnotationUtils - Class in org.springframework.validation.annotation
-
Utility class for handling validation annotations.
- ValidationAnnotationUtils() - Constructor for class org.springframework.validation.annotation.ValidationAnnotationUtils
- ValidationFailureException - Exception in org.springframework.oxm
-
Exception thrown on marshalling validation failure.
- ValidationFailureException(String) - Constructor for exception org.springframework.oxm.ValidationFailureException
-
Construct a
ValidationFailureException
with the specified detail message. - ValidationFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.ValidationFailureException
-
Construct a
ValidationFailureException
with the specified detail message and nested exception. - ValidationUtils - Class in org.springframework.validation
-
Utility class offering convenient methods for invoking a
Validator
and for rejecting empty fields. - ValidationUtils() - Constructor for class org.springframework.validation.ValidationUtils
- validator(Validator) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Configure a global Validator.
- validator(Validator) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Provide a custom
Validator
. - Validator - Interface in org.springframework.validation
-
A validator for application-specific objects.
- value() - Element in annotation interface org.springframework.aot.hint.annotation.Reflective
-
Alias for
Reflective.processors()
. - value() - Element in annotation interface org.springframework.aot.hint.annotation.RegisterReflectionForBinding
-
Alias for
RegisterReflectionForBinding.classes()
. - value() - Method in enum class org.springframework.beans.factory.annotation.Autowire
- value() - Element in annotation interface org.springframework.beans.factory.annotation.Configurable
-
The name of the bean definition that serves as the configuration template.
- value() - Element in annotation interface org.springframework.beans.factory.annotation.Lookup
-
This annotation attribute may suggest a target bean name to look up.
- value() - Element in annotation interface org.springframework.beans.factory.annotation.Qualifier
- value() - Element in annotation interface org.springframework.beans.factory.annotation.Value
-
The actual value expression such as
#{systemProperties.myProp}
or property placeholder such as${my.app.myProp}
. - value() - Element in annotation interface org.springframework.cache.annotation.Cacheable
-
Alias for
Cacheable.cacheNames()
. - value() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
-
Alias for
CacheEvict.cacheNames()
. - value() - Element in annotation interface org.springframework.cache.annotation.CachePut
-
Alias for
CachePut.cacheNames()
. - value() - Element in annotation interface org.springframework.context.annotation.Bean
-
Alias for
Bean.name()
. - value() - Element in annotation interface org.springframework.context.annotation.ComponentScan.Filter
-
Alias for
ComponentScan.Filter.classes()
. - value() - Element in annotation interface org.springframework.context.annotation.ComponentScan
-
Alias for
ComponentScan.basePackages()
. - value() - Element in annotation interface org.springframework.context.annotation.ComponentScans
- value() - Element in annotation interface org.springframework.context.annotation.Conditional
- value() - Element in annotation interface org.springframework.context.annotation.Configuration
-
Explicitly specify the name of the Spring bean definition associated with the
@Configuration
class. - value() - Element in annotation interface org.springframework.context.annotation.DependsOn
- value() - Element in annotation interface org.springframework.context.annotation.Description
-
The textual description to associate with the bean definition.
- value() - Element in annotation interface org.springframework.context.annotation.Import
-
@Configuration
,ImportSelector
,ImportBeanDefinitionRegistrar
, or regular component classes to import. - value() - Element in annotation interface org.springframework.context.annotation.ImportResource
-
Alias for
ImportResource.locations()
. - value() - Element in annotation interface org.springframework.context.annotation.ImportRuntimeHints
-
RuntimeHintsRegistrar
implementations to process. - value() - Element in annotation interface org.springframework.context.annotation.Lazy
-
Whether lazy initialization should occur.
- value() - Element in annotation interface org.springframework.context.annotation.Profile
-
The set of profiles for which the annotated component should be registered.
- value() - Element in annotation interface org.springframework.context.annotation.PropertySource
-
Indicate the resource locations of the properties files to be loaded.
- value() - Element in annotation interface org.springframework.context.annotation.PropertySources
- value() - Element in annotation interface org.springframework.context.annotation.Role
-
Set the role hint for the associated bean.
- value() - Element in annotation interface org.springframework.context.annotation.Scope
-
Alias for
Scope.scopeName()
. - value() - Element in annotation interface org.springframework.context.event.EventListener
-
Alias for
EventListener.classes()
. - value() - Element in annotation interface org.springframework.core.annotation.AliasFor
-
Alias for
AliasFor.attribute()
. - value() - Element in annotation interface org.springframework.core.annotation.Order
-
The order value.
- value() - Method in interface org.springframework.http.codec.multipart.FormFieldPart
-
Return the form field value.
- value() - Method in interface org.springframework.http.codec.multipart.FormPartEvent
-
Return the form field value.
- value() - Method in enum class org.springframework.http.HttpStatus.Series
-
Return the integer value of this status series.
- value() - Method in enum class org.springframework.http.HttpStatus
- value() - Method in interface org.springframework.http.HttpStatusCode
-
Return the integer value of this status code.
- value() - Method in interface org.springframework.http.server.PathContainer.Element
-
The unmodified, original value of this element.
- value() - Method in interface org.springframework.http.server.PathContainer
-
The original path from which this instance was parsed.
- value() - Element in annotation interface org.springframework.jms.annotation.JmsListeners
- value() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedNotifications
- value() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedOperationParameters
- value() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
-
Alias for the
ManagedResource.objectName()
attribute, for simple default usage. - value() - Element in annotation interface org.springframework.messaging.handler.annotation.DestinationVariable
-
The name of the destination template variable to bind to.
- value() - Element in annotation interface org.springframework.messaging.handler.annotation.Header
-
Alias for
Header.name()
. - value() - Element in annotation interface org.springframework.messaging.handler.annotation.MessageExceptionHandler
-
Exceptions handled by the annotated method.
- value() - Element in annotation interface org.springframework.messaging.handler.annotation.MessageMapping
-
Destination-based mapping expressed by this annotation.
- value() - Element in annotation interface org.springframework.messaging.handler.annotation.Payload
-
Alias for
Payload.expression()
. - value() - Element in annotation interface org.springframework.messaging.handler.annotation.SendTo
-
The destination for a message created from the return value of a method.
- value() - Element in annotation interface org.springframework.messaging.rsocket.annotation.ConnectMapping
-
Mappings expressed by this annotation to match to the route from the metadata of the initial
ConnectionSetupPayload
or in subsequent metadata pushes. - value() - Element in annotation interface org.springframework.messaging.rsocket.service.RSocketExchange
-
Destination-based mapping expressed by this annotation.
- value() - Element in annotation interface org.springframework.messaging.simp.annotation.SendToUser
-
Alias for
SendToUser.destinations()
. - value() - Element in annotation interface org.springframework.messaging.simp.annotation.SubscribeMapping
-
Destination-based mapping expressed by this annotation.
- value() - Element in annotation interface org.springframework.scheduling.annotation.Async
-
A qualifier value for the specified asynchronous operation(s).
- value() - Element in annotation interface org.springframework.scheduling.annotation.Schedules
- value() - Element in annotation interface org.springframework.stereotype.Component
-
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.stereotype.Controller
-
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.stereotype.Repository
-
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.stereotype.Service
-
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.test.annotation.IfProfileValue
-
A single, permissible
value
of the profile value for the givenIfProfileValue.name()
. - value() - Element in annotation interface org.springframework.test.annotation.ProfileValueSourceConfiguration
-
The type of
ProfileValueSource
to use when retrieving profile values. - value() - Element in annotation interface org.springframework.test.annotation.Repeat
-
The number of times that the annotated test method should be repeated.
- value() - Element in annotation interface org.springframework.test.annotation.Rollback
-
Whether the test-managed transaction should be rolled back after the test method has completed.
- value() - Element in annotation interface org.springframework.test.context.ActiveProfiles
-
Alias for
ActiveProfiles.profiles()
. - value() - Element in annotation interface org.springframework.test.context.BootstrapWith
-
The
TestContextBootstrapper
to use to bootstrap the Spring TestContext Framework. - value() - Element in annotation interface org.springframework.test.context.ContextConfiguration
-
Alias for
ContextConfiguration.locations()
. - value() - Element in annotation interface org.springframework.test.context.ContextHierarchy
-
A list of
@ContextConfiguration
instances, each of which defines a level in the context hierarchy. - value() - Element in annotation interface org.springframework.test.context.event.annotation.AfterTestClass
-
Alias for
EventListener.condition()
. - value() - Element in annotation interface org.springframework.test.context.event.annotation.AfterTestExecution
-
Alias for
EventListener.condition()
. - value() - Element in annotation interface org.springframework.test.context.event.annotation.AfterTestMethod
-
Alias for
EventListener.condition()
. - value() - Element in annotation interface org.springframework.test.context.event.annotation.BeforeTestClass
-
Alias for
EventListener.condition()
. - value() - Element in annotation interface org.springframework.test.context.event.annotation.BeforeTestExecution
-
Alias for
EventListener.condition()
. - value() - Element in annotation interface org.springframework.test.context.event.annotation.BeforeTestMethod
-
Alias for
EventListener.condition()
. - value() - Element in annotation interface org.springframework.test.context.event.annotation.PrepareTestInstance
-
Alias for
EventListener.condition()
. - value() - Element in annotation interface org.springframework.test.context.jdbc.Sql
-
Alias for
Sql.scripts()
. - value() - Element in annotation interface org.springframework.test.context.jdbc.SqlGroup
- value() - Element in annotation interface org.springframework.test.context.jdbc.SqlMergeMode
-
Indicates whether method-level
@Sql
annotations should be merged with class-level@Sql
annotations or override them. - value() - Element in annotation interface org.springframework.test.context.junit.jupiter.DisabledIf
-
Alias for
DisabledIf.expression()
; only intended to be used ifDisabledIf.reason()
andDisabledIf.loadContext()
are not specified. - value() - Element in annotation interface org.springframework.test.context.junit.jupiter.EnabledIf
-
Alias for
EnabledIf.expression()
; only intended to be used ifEnabledIf.reason()
andEnabledIf.loadContext()
are not specified. - value() - Element in annotation interface org.springframework.test.context.junit.jupiter.SpringJUnitConfig
-
Alias for
ContextConfiguration.classes()
. - value() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
-
Alias for
ContextConfiguration.classes()
. - value() - Element in annotation interface org.springframework.test.context.NestedTestConfiguration
-
Configures the
NestedTestConfiguration.EnclosingConfiguration
mode. - value() - Element in annotation interface org.springframework.test.context.TestExecutionListeners
-
Alias for
TestExecutionListeners.listeners()
. - value() - Element in annotation interface org.springframework.test.context.TestPropertySource
-
Alias for
TestPropertySource.locations()
. - value() - Element in annotation interface org.springframework.test.context.TestPropertySources
-
An array of one or more
@TestPropertySource
declarations. - value() - Element in annotation interface org.springframework.test.context.web.WebAppConfiguration
-
The resource path to the root directory of the web application.
- value() - Method in enum class org.springframework.transaction.annotation.Isolation
- value() - Method in enum class org.springframework.transaction.annotation.Propagation
- value() - Element in annotation interface org.springframework.transaction.annotation.Transactional
-
Alias for
Transactional.transactionManager()
. - value() - Element in annotation interface org.springframework.transaction.event.TransactionalEventListener
-
Alias for
TransactionalEventListener.classes()
. - value() - Method in interface org.springframework.util.RouteMatcher.Route
-
The original route value.
- value() - Element in annotation interface org.springframework.validation.annotation.Validated
-
Specify one or more validation groups to apply to the validation step kicked off by this annotation.
- value() - Element in annotation interface org.springframework.web.bind.annotation.ControllerAdvice
-
Alias for the
ControllerAdvice.basePackages()
attribute. - value() - Element in annotation interface org.springframework.web.bind.annotation.CookieValue
-
Alias for
CookieValue.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.CrossOrigin
-
Alias for
CrossOrigin.origins()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
-
Alias for
RequestMapping.value()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.ExceptionHandler
-
Exceptions handled by the annotated method.
- value() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
-
Alias for
RequestMapping.value()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.InitBinder
-
The names of command/form attributes and/or request parameters that this init-binder method is supposed to apply to.
- value() - Element in annotation interface org.springframework.web.bind.annotation.MatrixVariable
-
Alias for
MatrixVariable.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.ModelAttribute
-
Alias for
ModelAttribute.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
-
Alias for
RequestMapping.value()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.PathVariable
-
Alias for
PathVariable.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
-
Alias for
RequestMapping.value()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
-
Alias for
RequestMapping.value()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.RequestAttribute
-
Alias for
RequestAttribute.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.RequestHeader
-
Alias for
RequestHeader.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
-
The primary mapping expressed by this annotation.
- value() - Element in annotation interface org.springframework.web.bind.annotation.RequestParam
-
Alias for
RequestParam.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.RequestPart
-
Alias for
RequestPart.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.ResponseStatus
-
Alias for
ResponseStatus.code()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.RestController
-
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.web.bind.annotation.RestControllerAdvice
-
Alias for the
RestControllerAdvice.basePackages()
attribute. - value() - Element in annotation interface org.springframework.web.bind.annotation.SessionAttribute
-
Alias for
SessionAttribute.name()
. - value() - Element in annotation interface org.springframework.web.bind.annotation.SessionAttributes
-
Alias for
SessionAttributes.names()
. - value() - Element in annotation interface org.springframework.web.service.annotation.DeleteExchange
-
Alias for
HttpExchange.value()
. - value() - Element in annotation interface org.springframework.web.service.annotation.GetExchange
-
Alias for
HttpExchange.value()
. - value() - Element in annotation interface org.springframework.web.service.annotation.HttpExchange
-
This is an alias for
HttpExchange.url()
. - value() - Element in annotation interface org.springframework.web.service.annotation.PatchExchange
-
Alias for
HttpExchange.value()
. - value() - Element in annotation interface org.springframework.web.service.annotation.PostExchange
-
Alias for
HttpExchange.value()
. - value() - Element in annotation interface org.springframework.web.service.annotation.PutExchange
-
Alias for
HttpExchange.value()
. - value() - Method in enum class org.springframework.web.socket.sockjs.transport.TransportType
- value(Object) - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert that the result is equal to the supplied value.
- value(Object) - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert that the result is equal to the supplied value.
- value(String) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
-
Set the cookie value.
- value(String, String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie value.
- value(String, Consumer<String>) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Consume the value of the response cookie.
- value(String, Consumer<String>) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Consume the first value of the named response header.
- value(String, Matcher<? super String>) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Assert the first value of the response cookie with a Hamcrest
Matcher
. - value(String, Matcher<? super String>) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Assert the first value of the response header with a Hamcrest
Matcher
. - value(String, Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie value with the given Hamcrest
Matcher
. - value(Consumer<B>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Assert the extracted body with a
Consumer
. - value(Consumer<Integer>) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Consume the response status value as an integer.
- value(Consumer<T>) - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
Consume the result of the JSONPath evaluation.
- value(Consumer<T>, Class<T>) - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
Consume the result of the JSONPath evaluation and provide a target class.
- value(Function<B, R>, Matcher<? super R>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Transform the extracted the body with a function, e.g.
- value(Matcher<? super B>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Assert the extracted body with a
Matcher
. - value(Matcher<? super Integer>) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Match the response status value with a Hamcrest matcher.
- value(Matcher<? super T>) - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and assert the resulting value with the given Hamcrest
Matcher
. - value(Matcher<? super T>) - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
Delegates to
JsonPathExpectationsHelper.assertValue(String, Matcher)
. - value(Matcher<? super T>) - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and assert the resulting value with the given Hamcrest
Matcher
. - value(Matcher<? super T>, Class<T>) - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
An overloaded variant of
JsonPathRequestMatchers.value(Matcher)
that also accepts a target type for the resulting value that the matcher can work reliably against. - value(Matcher<? super T>, Class<T>) - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
- value(Matcher<? super T>, Class<T>) - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
An overloaded variant of
JsonPathResultMatchers.value(Matcher)
that also accepts a target type for the resulting value that the matcher can work reliably against. - Value - Annotation Interface in org.springframework.beans.factory.annotation
-
Annotation used at the field or method/constructor parameter level that indicates a default value expression for the annotated element.
- VALUE - Static variable in class org.springframework.core.annotation.AnnotationUtils
-
The attribute name for annotations with a single element.
- VALUE - Static variable in interface org.springframework.core.annotation.MergedAnnotation
-
The attribute name for annotations with a single element.
- VALUE_0 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"0"
. - VALUE_1 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"1"
. - VALUE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- VALUE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- VALUE_FALSE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"false"
. - VALUE_KEY - Static variable in class org.springframework.beans.factory.support.AutowireCandidateQualifier
-
The name of the key used to store the value.
- VALUE_NO - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"no"
. - VALUE_OFF - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"off"
. - VALUE_ON - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"on"
. - VALUE_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- VALUE_SEPARATOR - Static variable in class org.springframework.util.SystemPropertyUtils
-
Value separator for system property placeholders: ":".
- VALUE_TRUE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"true"
. - VALUE_TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- VALUE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
-
The name of the JSP variable used to expose the value for this tag.
- VALUE_YES - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
-
Value of
"yes"
. - valueBound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
- ValueConstants - Interface in org.springframework.messaging.handler.annotation
-
Common annotation value constants.
- ValueConstants - Interface in org.springframework.web.bind.annotation
-
Common value constants shared between bind annotations.
- valueEquals(String, long) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a header with the given name to match the given long value.
- valueEquals(String, String) - Method in class org.springframework.test.web.reactive.server.CookieAssertions
-
Expect a header with the given name to match the specified values.
- valueEquals(String, String...) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a header with the given name to match the specified values.
- valueEqualsDate(String, long) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a header with the given name to match the specified long value parsed into a date using the preferred date format described in RFC 7231.
- ValueHolder(Object) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Create a new ValueHolder for the given value.
- ValueHolder(Object, String) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Create a new ValueHolder for the given value and type.
- ValueHolder(Object, String, String) - Constructor for class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
-
Create a new ValueHolder for the given value, type and name.
- valueInstantiatorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
- valueMatches(String, String) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Match the first value of the response header with a regex.
- valueOf(int) - Static method in enum class org.springframework.http.HttpStatus.Series
-
Return the
Series
enum constant for the supplied status code. - valueOf(int) - Static method in enum class org.springframework.http.HttpStatus
-
Return the
HttpStatus
enum constant with the specified numeric value. - valueOf(int) - Static method in interface org.springframework.http.HttpStatusCode
-
Return an
HttpStatusCode
object for the given integer value. - valueOf(Class<?>) - Static method in class org.springframework.core.convert.TypeDescriptor
-
Create a new type descriptor from the given type.
- valueOf(String) - Static method in enum class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.aot.agent.HintType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.aot.generate.AccessControl.Visibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.aot.generate.GeneratedFiles.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.aot.hint.ExecutableMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.aot.hint.MemberCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.beans.factory.annotation.Autowire
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.beans.factory.aot.AotServices.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.beans.factory.config.YamlProcessor.MatchStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.context.annotation.AdviceMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.context.annotation.FilterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.context.annotation.ScopedProxyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.core.annotation.MergedAnnotation.Adapt
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.core.annotation.MergedAnnotations.SearchStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.core.NativeDetector.Context
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.expression.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.expression.spel.ast.TypeCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.expression.spel.SpelCompilerMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.expression.spel.SpelMessage.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.expression.spel.SpelMessage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.format.annotation.DateTimeFormat.ISO
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.format.annotation.NumberFormat.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.http.HttpMethod
-
Return an
HttpMethod
object for the given value. - valueOf(String) - Static method in enum class org.springframework.http.HttpStatus.Series
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.HttpStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.http.MediaType
-
Parse the given String value into a
MediaType
object, with this method name following the 'valueOf' naming convention (as supported byConversionService
. - valueOf(String) - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.jms.support.converter.MessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.jmx.support.MetricType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.jmx.support.RegistrationPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.messaging.simp.SimpMessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.messaging.simp.stomp.StompCommand
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.orm.jpa.vendor.Database
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.annotation.DirtiesContext.ClassMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.annotation.DirtiesContext.HierarchyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.annotation.DirtiesContext.MethodMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.context.jdbc.Sql.ExecutionPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.context.jdbc.SqlConfig.ErrorMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.context.jdbc.SqlConfig.TransactionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.context.jdbc.SqlMergeMode.MergeMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.context.TestConstructor.AutowireMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.test.context.TestExecutionListeners.MergeMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.transaction.annotation.Isolation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.transaction.annotation.Propagation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.transaction.event.TransactionPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.Restructure
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.springframework.util.MimeType
-
Parse the given String value into a
MimeType
object, with this method name following the 'valueOf' naming convention (as supported byConversionService
. - valueOf(String) - Static method in enum class org.springframework.util.unit.DataUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.bind.annotation.RequestMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.reactive.socket.WebSocketMessage.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.OverflowStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.socket.sockjs.frame.SockJsFrameType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.socket.sockjs.transport.TransportType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
-
Returns the enum constant of this class with the specified name.
- valueOf(HttpStatus) - Static method in enum class org.springframework.http.HttpStatus.Series
-
Deprecated.
- ValueRef - Interface in org.springframework.expression.spel.ast
-
Represents a reference to a value.
- ValueRef.NullValueRef - Class in org.springframework.expression.spel.ast
-
A ValueRef for the null value.
- ValueRef.TypedValueHolderValueRef - Class in org.springframework.expression.spel.ast
-
A ValueRef holder for a single value, which cannot be set.
- ValueRetrievalException(Object, Callable<?>, Throwable) - Constructor for exception org.springframework.cache.Cache.ValueRetrievalException
- values() - Static method in enum class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.aot.agent.HintType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.aot.generate.AccessControl.Visibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.aot.generate.GeneratedFiles.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.aot.hint.ExecutableMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.aot.hint.MemberCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.beans.factory.annotation.Autowire
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.beans.factory.aot.AotServices.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.beans.factory.config.YamlProcessor.MatchStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.cglib.beans.BeanMap
- values() - Static method in enum class org.springframework.context.annotation.AdviceMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.context.annotation.FilterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.context.annotation.ScopedProxyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.core.annotation.MergedAnnotation.Adapt
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.core.annotation.MergedAnnotations.SearchStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.core.NativeDetector.Context
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.expression.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.expression.spel.ast.TypeCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.expression.spel.SpelCompilerMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.expression.spel.SpelMessage.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.expression.spel.SpelMessage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.format.annotation.DateTimeFormat.ISO
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.format.annotation.NumberFormat.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.http.HttpHeaders
- values() - Static method in class org.springframework.http.HttpMethod
-
Returns an array containing the standard HTTP methods.
- values() - Static method in enum class org.springframework.http.HttpStatus.Series
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.HttpStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.jms.support.converter.MessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.jmx.support.MetricType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.jmx.support.RegistrationPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.messaging.MessageHeaders
- values() - Static method in enum class org.springframework.messaging.simp.SimpMessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.messaging.simp.stomp.StompCommand
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.messaging.simp.stomp.StompHeaders
- values() - Static method in enum class org.springframework.orm.jpa.vendor.Database
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.annotation.DirtiesContext.ClassMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.annotation.DirtiesContext.HierarchyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.annotation.DirtiesContext.MethodMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Element in annotation interface org.springframework.test.annotation.IfProfileValue
-
A list of all permissible
values
of the profile value for the givenIfProfileValue.name()
. - values() - Static method in enum class org.springframework.test.context.jdbc.Sql.ExecutionPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.context.jdbc.SqlConfig.ErrorMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.context.jdbc.SqlConfig.TransactionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.context.jdbc.SqlMergeMode.MergeMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.context.TestConstructor.AutowireMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.test.context.TestExecutionListeners.MergeMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.transaction.annotation.Isolation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.transaction.annotation.Propagation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.transaction.event.TransactionPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.Restructure
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- values() - Method in class org.springframework.util.MultiValueMapAdapter
- values() - Static method in enum class org.springframework.util.unit.DataUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.bind.annotation.RequestMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.HighCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.reactive.socket.WebSocketMessage.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.OverflowStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.socket.sockjs.frame.SockJsFrameType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.socket.sockjs.transport.TransportType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
- values() - Static method in enum class org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.web.util.pattern.PatternParseException.PatternMessage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(boolean, boolean) - Static method in enum class org.springframework.core.annotation.MergedAnnotation.Adapt
-
Factory method to create an
MergedAnnotation.Adapt
array from a set of boolean flags. - values(String, Consumer<List<String>>) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Consume all values of the named response header.
- values(String, Matcher<? super Iterable<String>>) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Assert all values of the response header with a Hamcrest
Matcher
. - VALUES_ONLY - Enum constant in enum class org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
-
Does not encode the URI template and instead applies strict encoding to URI variables via
UriUtils.encodeUriVariables(java.util.Map<java.lang.String, ?>)
prior to expanding them into the template. - valueSeparator - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
-
Defaults to ":".
- valuesMatch(String, String...) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Match all values of the response header with the given regex patterns which are applied to the values of the header in the same order.
- ValueStyler - Interface in org.springframework.core.style
-
Strategy that encapsulates value String styling algorithms according to Spring conventions.
- valueToMatch() - Method in interface org.springframework.http.server.PathContainer.PathSegment
-
Return the path segment value, decoded and sanitized, for path matching.
- valueToMatchAsChars() - Method in interface org.springframework.http.server.PathContainer.PathSegment
-
Expose
PathContainer.PathSegment.valueToMatch()
as a character array. - valueUnbound(HttpSessionBindingEvent) - Method in class org.springframework.web.context.request.DestructionCallbackBindingListener
- VARIABLE_ASSIGNMENT_NOT_SUPPORTED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- VariableReference - Class in org.springframework.expression.spel.ast
-
Represents a variable reference — for example,
#someVar
. - VariableReference(String, int, int) - Constructor for class org.springframework.expression.spel.ast.VariableReference
- VARIANT_ALSO_NEGOTIATES - Enum constant in enum class org.springframework.http.HttpStatus
-
506 Variant Also Negotiates
- VARY - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Vary
header field name. - varyBy(String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
-
Configure one or more request header names (e.g.
- varyBy(String...) - Method in interface org.springframework.web.reactive.function.server.EntityResponse.Builder
-
Configure one or more request header names (e.g.
- varyBy(String...) - Method in interface org.springframework.web.reactive.function.server.ServerResponse.HeadersBuilder
-
Configure one or more request header names (e.g.
- varyBy(String...) - Method in interface org.springframework.web.servlet.function.EntityResponse.Builder
-
Configure one or more request header names (e.g.
- varyBy(String...) - Method in interface org.springframework.web.servlet.function.ServerResponse.HeadersBuilder
-
Configure one or more request header names (e.g.
- verify() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
- verify() - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Verify that all expected requests set up via
MockRestServiceServer.expect(RequestMatcher)
were indeed performed. - verify() - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Verify that all expectations have been met.
- verify(Duration) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
- verify(Duration) - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Variant of
MockRestServiceServer.verify()
that waits for up to the specified time for all expectations to be fulfilled. - verify(Duration) - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Variant of
RequestExpectationManager.verify()
that waits for up to the specified time for all expectations to be fulfilled. - verifyType(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
- version(String, int) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's version.
- version(String, Matcher<? super Integer>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's version with a Hamcrest
Matcher
. - VersionPathStrategy - Interface in org.springframework.web.servlet.resource
-
A strategy for extracting and embedding a resource version in its URL path.
- VersionResourceResolver - Class in org.springframework.web.reactive.resource
-
Resolves request paths containing a version string that can be used as part of an HTTP caching strategy in which a resource is cached with a date in the distant future (e.g.
- VersionResourceResolver - Class in org.springframework.web.servlet.resource
-
Resolves request paths containing a version string that can be used as part of an HTTP caching strategy in which a resource is cached with a date in the distant future (e.g.
- VersionResourceResolver() - Constructor for class org.springframework.web.reactive.resource.VersionResourceResolver
- VersionResourceResolver() - Constructor for class org.springframework.web.servlet.resource.VersionResourceResolver
- VersionStrategy - Interface in org.springframework.web.reactive.resource
-
A strategy to determine the version of a static resource and to apply and/or extract it from the URL path.
- VersionStrategy - Interface in org.springframework.web.servlet.resource
-
An extension of
VersionPathStrategy
that adds a method to determine the actual version of aResource
. - VfsResource - Class in org.springframework.core.io
-
JBoss VFS based
Resource
implementation. - VfsResource(Object) - Constructor for class org.springframework.core.io.VfsResource
-
Create a new
VfsResource
wrapping the given resource handle. - VfsUtils - Class in org.springframework.core.io
-
Utility for detecting and accessing JBoss VFS in the classpath.
- VfsUtils() - Constructor for class org.springframework.core.io.VfsUtils
- VIA - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP
Via
header field name. - view() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to assertions on the selected view.
- view() - Method in interface org.springframework.web.reactive.result.view.Rendering
- view(String) - Static method in interface org.springframework.web.reactive.result.view.Rendering
-
Create a new builder for response rendering based on the given view name.
- View - Interface in org.springframework.web.reactive.result.view
-
Contract to render
HandlerResult
to the HTTP response. - View - Interface in org.springframework.web.servlet
-
MVC View for a web interaction.
- VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
-
The bean name used for the
ViewResolverComposite
. - VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Well-known name for the ViewResolver object in the bean factory for this namespace.
- viewClass(Class<?>) - Method in class org.springframework.web.reactive.config.UrlBasedViewResolverRegistration
-
Set the view class that should be used to create views.
- viewClass(Class<?>) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
-
Set the view class that should be used to create views.
- viewControllerHandlerMapping(FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return a handler mapping ordered at 1 to map URL paths directly to view names.
- ViewControllerRegistration - Class in org.springframework.web.servlet.config.annotation
-
Assist with the registration of a single view controller.
- ViewControllerRegistration(String) - Constructor for class org.springframework.web.servlet.config.annotation.ViewControllerRegistration
- ViewControllerRegistry - Class in org.springframework.web.servlet.config.annotation
-
Assists with the registration of simple automated controllers pre-configured with status code and/or a view.
- ViewControllerRegistry(ApplicationContext) - Constructor for class org.springframework.web.servlet.config.annotation.ViewControllerRegistry
-
Class constructor with
ApplicationContext
. - ViewMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
Handles return values that are of type
View
. - ViewMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
- ViewNameMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
Handles return values of types
void
andString
interpreting them as view name reference. - ViewNameMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
- viewNames(String...) - Method in class org.springframework.web.reactive.config.UrlBasedViewResolverRegistration
-
Set the view names (or name patterns) that can be handled by this view resolver.
- viewNames(String...) - Method in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
-
Set the view names (or name patterns) that can be handled by this view resolver.
- viewNameTranslator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
- viewResolutionResultHandler(ReactiveAdapterRegistry, RequestedContentTypeResolver) - Method in class org.springframework.web.reactive.config.WebFluxConfigurationSupport
- ViewResolutionResultHandler - Class in org.springframework.web.reactive.result.view
-
HandlerResultHandler
that encapsulates the view resolution algorithm supporting the following return types:Void
or no value -- default view nameString
-- view name unless@ModelAttribute
-annotatedView
-- View to render withModel
-- attributes to add to the modelMap
-- attributes to add to the modelRendering
-- use case driven API for view resolution@ModelAttribute
-- attribute for the model Non-simple value -- attribute for the model - ViewResolutionResultHandler(List<ViewResolver>, RequestedContentTypeResolver) - Constructor for class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
-
Basic constructor with a default
ReactiveAdapterRegistry
. - ViewResolutionResultHandler(List<ViewResolver>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - Constructor for class org.springframework.web.reactive.result.view.ViewResolutionResultHandler
-
Constructor with an
ReactiveAdapterRegistry
instance. - viewResolver - Variable in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
- viewResolver(ViewResolver) - Method in class org.springframework.web.reactive.config.ViewResolverRegistry
-
Register a
ViewResolver
bean instance. - viewResolver(ViewResolver) - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies.Builder
-
Add the given view resolver to this builder.
- viewResolver(ViewResolver) - Method in class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Register a
ViewResolver
bean instance. - ViewResolver - Interface in org.springframework.web.reactive.result.view
-
Contract to resolve a view name to a
View
instance. - ViewResolver - Interface in org.springframework.web.servlet
-
Interface to be implemented by objects that can resolve views by name.
- ViewResolverComposite - Class in org.springframework.web.servlet.view
-
A
ViewResolver
that delegates to others. - ViewResolverComposite() - Constructor for class org.springframework.web.servlet.view.ViewResolverComposite
- ViewResolverRegistry - Class in org.springframework.web.reactive.config
-
Assist with the configuration of a chain of
ViewResolver
's supporting different template mechanisms. - ViewResolverRegistry - Class in org.springframework.web.servlet.config.annotation
-
Assist with the configuration of a chain of
ViewResolver
instances. - ViewResolverRegistry(ApplicationContext) - Constructor for class org.springframework.web.reactive.config.ViewResolverRegistry
- ViewResolverRegistry(ContentNegotiationManager, ApplicationContext) - Constructor for class org.springframework.web.servlet.config.annotation.ViewResolverRegistry
-
Class constructor with
ContentNegotiationManager
andApplicationContext
. - viewResolvers() - Method in interface org.springframework.web.reactive.function.server.HandlerStrategies
-
Return the
ViewResolvers
to be used for view name resolution. - viewResolvers() - Method in interface org.springframework.web.reactive.function.server.ServerResponse.Context
-
Return the
ViewResolvers
to be used for view name resolution. - viewResolvers(Consumer<ViewResolverRegistry>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Configure view resolution.
- viewResolvers(ViewResolver...) - Method in interface org.springframework.test.web.servlet.client.MockMvcWebTestClient.ControllerSpec
-
Set up view resolution.
- ViewResolversBeanDefinitionParser - Class in org.springframework.web.servlet.config
-
Parses the
view-resolvers
MVC namespace element and registersViewResolver
bean definitions. - ViewResolversBeanDefinitionParser() - Constructor for class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
- ViewResolverSupport - Class in org.springframework.web.reactive.result.view
-
Base class for
ViewResolver
implementations with shared properties. - ViewResolverSupport() - Constructor for class org.springframework.web.reactive.result.view.ViewResolverSupport
- ViewResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the selected view.
- ViewResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ViewResultMatchers
-
Protected constructor.
- VIRTUAL_FILE_METHOD_VISIT - Static variable in class org.springframework.core.io.VfsUtils
- VIRTUAL_FILE_VISITOR_INTERFACE - Static variable in class org.springframework.core.io.VfsUtils
- virtualPropertyWriterInstance(MapperConfig<?>, Class<?>) - Method in class org.springframework.http.converter.json.SpringHandlerInstantiator
- visibility(PropertyAccessor, JsonAutoDetect.Visibility) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Specify visibility to limit what kind of properties are auto-detected.
- VisibilityPredicate - Class in org.springframework.cglib.core
- VisibilityPredicate(Class, boolean) - Constructor for class org.springframework.cglib.core.VisibilityPredicate
- visit(int, int, String, String, String, String[]) - Method in class org.springframework.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class org.springframework.asm.ClassWriter
- visit(int, int, String, String, String, String[]) - Method in class org.springframework.cglib.core.ClassEmitter
- visit(int, int, String, String, String, String[]) - Method in class org.springframework.cglib.core.DebuggingClassWriter
- visit(int, int, String, String, String, String[]) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visit(int, int, String, String, String, String[]) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visit(String, Object) - Method in class org.springframework.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(String, Object) - Method in class org.springframework.cglib.transform.AnnotationVisitorTee
- visitAnnotableParameterCount(int, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotation(String, boolean) - Method in class org.springframework.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class org.springframework.asm.ClassWriter
- visitAnnotation(String, boolean) - Method in class org.springframework.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, boolean) - Method in class org.springframework.asm.RecordComponentVisitor
-
Visits an annotation of the record component.
- visitAnnotation(String, boolean) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitAnnotation(String, boolean) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitAnnotation(String, boolean) - Method in class org.springframework.cglib.transform.FieldVisitorTee
- visitAnnotation(String, boolean) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitAnnotation(String, String) - Method in class org.springframework.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, String) - Method in class org.springframework.cglib.transform.AnnotationVisitorTee
- visitAnnotationDefault() - Method in class org.springframework.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitAnnotationDefault() - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitArray(Object[]) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitArray(String) - Method in class org.springframework.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitArray(String) - Method in class org.springframework.cglib.transform.AnnotationVisitorTee
- visitAttribute(Attribute) - Method in class org.springframework.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class org.springframework.asm.ClassWriter
- visitAttribute(Attribute) - Method in class org.springframework.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class org.springframework.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class org.springframework.asm.RecordComponentVisitor
-
Visits a non standard attribute of the record component.
- visitAttribute(Attribute) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitAttribute(Attribute) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitAttribute(Attribute) - Method in class org.springframework.cglib.transform.FieldVisitorTee
- visitAttribute(Attribute) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitBeanClassName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitBeanDefinition(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
-
Traverse the given BeanDefinition object and the MutablePropertyValues and ConstructorArgumentValues contained in them.
- visitCode() - Method in class org.springframework.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitCode() - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitEnd() - Method in class org.springframework.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class org.springframework.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class org.springframework.asm.ClassWriter
- visitEnd() - Method in class org.springframework.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class org.springframework.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class org.springframework.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - Method in class org.springframework.asm.RecordComponentVisitor
-
Visits the end of the record component.
- visitEnd() - Method in class org.springframework.cglib.core.ClassEmitter
- visitEnd() - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitEnd() - Method in class org.springframework.cglib.transform.AnnotationVisitorTee
- visitEnd() - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitEnd() - Method in class org.springframework.cglib.transform.FieldVisitorTee
- visitEnd() - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitEnum(String, String, String) - Method in class org.springframework.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitEnum(String, String, String) - Method in class org.springframework.cglib.transform.AnnotationVisitorTee
- visitExport(String, int, String...) - Method in class org.springframework.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitFactoryBeanName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitFactoryMethodName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitField(int, String, String, String, Object) - Method in class org.springframework.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class org.springframework.asm.ClassWriter
- visitField(int, String, String, String, Object) - Method in class org.springframework.cglib.core.ClassEmitter
- visitField(int, String, String, String, Object) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitField(int, String, String, String, Object) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitFieldInsn(int, String, String, String) - Method in class org.springframework.asm.MethodVisitor
-
Visits a field instruction.
- visitFieldInsn(int, String, String, String) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.springframework.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitGenericArgumentValues(List<ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitIincInsn(int, int) - Method in class org.springframework.asm.MethodVisitor
-
Visits an IINC instruction.
- visitIincInsn(int, int) - Method in class org.springframework.cglib.core.LocalVariablesSorter
- visitIincInsn(int, int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitIndexedArgumentValues(Map<Integer, ConstructorArgumentValues.ValueHolder>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitInnerClass(String, String, String, int) - Method in class org.springframework.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class org.springframework.asm.ClassWriter
- visitInnerClass(String, String, String, int) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitInnerClass(String, String, String, int) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitInsn(int) - Method in class org.springframework.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsn(int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitIntInsn(int, int) - Method in class org.springframework.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitIntInsn(int, int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.springframework.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitJumpInsn(int, Label) - Method in class org.springframework.asm.MethodVisitor
-
Visits a jump instruction.
- visitJumpInsn(int, Label) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitLabel(Label) - Method in class org.springframework.asm.MethodVisitor
-
Visits a label.
- visitLabel(Label) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitLdcInsn(Object) - Method in class org.springframework.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLdcInsn(Object) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitLineNumber(int, Label) - Method in class org.springframework.asm.MethodVisitor
-
Visits a line number declaration.
- visitLineNumber(int, Label) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitList(List) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.springframework.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.springframework.cglib.core.LocalVariablesSorter
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.springframework.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitMainClass(String) - Method in class org.springframework.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMap(Map<?, ?>) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitMaxs(int, int) - Method in class org.springframework.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMaxs(int, int) - Method in class org.springframework.cglib.core.CodeEmitter
- visitMaxs(int, int) - Method in class org.springframework.cglib.core.LocalVariablesSorter
- visitMaxs(int, int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitMethod(int, String, String, String, String[]) - Method in class org.springframework.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class org.springframework.asm.ClassWriter
- visitMethod(int, String, String, String, String[]) - Method in class org.springframework.cglib.core.ClassEmitter
- visitMethod(int, String, String, String, String[]) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitMethod(int, String, String, String, String[]) - Method in class org.springframework.cglib.transform.ClassTransformerChain
- visitMethod(int, String, String, String, String[]) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitMethod(int, String, String, String, String[]) - Method in class org.springframework.cglib.transform.MethodFilterTransformer
- visitMethodInsn(int, String, String, String) - Method in class org.springframework.asm.MethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits a method instruction.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitModule(String, int, String) - Method in class org.springframework.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - Method in class org.springframework.asm.ClassWriter
- visitMultiANewArrayInsn(String, int) - Method in class org.springframework.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitNestHost(String) - Method in class org.springframework.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - Method in class org.springframework.asm.ClassWriter
- visitNestMember(String) - Method in class org.springframework.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - Method in class org.springframework.asm.ClassWriter
- visitOpen(String, int, String...) - Method in class org.springframework.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOuterClass(String, String, String) - Method in class org.springframework.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class org.springframework.asm.ClassWriter
- visitOuterClass(String, String, String) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitOuterClass(String, String, String) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitPackage(String) - Method in class org.springframework.asm.ModuleVisitor
-
Visit a package of the current module.
- visitParameter(String, int) - Method in class org.springframework.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameter(String, int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitParameterAnnotation(int, String, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitParameterAnnotation(int, String, boolean) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitParentName(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitPermittedSubclass(String) - Method in class org.springframework.asm.ClassVisitor
-
Visits a permitted subclasses.
- visitPermittedSubclass(String) - Method in class org.springframework.asm.ClassWriter
- visitPropertyValues(MutablePropertyValues) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitProvide(String, String...) - Method in class org.springframework.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitRecordComponent(String, String, String) - Method in class org.springframework.asm.ClassVisitor
-
Visits a record component of the class.
- visitRecordComponent(String, String, String) - Method in class org.springframework.asm.ClassWriter
- visitRequire(String, int, String) - Method in class org.springframework.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitScope(BeanDefinition) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitSet(Set) - Method in class org.springframework.beans.factory.config.BeanDefinitionVisitor
- visitSource(String, String) - Method in class org.springframework.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class org.springframework.asm.ClassWriter
- visitSource(String, String) - Method in class org.springframework.cglib.transform.AbstractClassFilterTransformer
- visitSource(String, String) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.springframework.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.springframework.asm.MethodVisitor
-
Visits a try catch block.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.ClassWriter
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.RecordComponentVisitor
-
Visits an annotation on a type in the record component signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.cglib.transform.ClassVisitorTee
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.cglib.transform.FieldVisitorTee
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitTypeInsn(int, String) - Method in class org.springframework.asm.MethodVisitor
-
Visits a type instruction.
- visitTypeInsn(int, String) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- visitUse(String) - Method in class org.springframework.asm.ModuleVisitor
-
Visit a service used by the current module.
- visitVarInsn(int, int) - Method in class org.springframework.asm.MethodVisitor
-
Visits a local variable instruction.
- visitVarInsn(int, int) - Method in class org.springframework.cglib.core.LocalVariablesSorter
- visitVarInsn(int, int) - Method in class org.springframework.cglib.transform.MethodVisitorTee
- VOID - Static variable in class org.springframework.asm.Type
-
The sort of the
void
type. - VOID_TYPE - Static variable in class org.springframework.asm.Type
-
The
void
type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
HttpStatus.series()
directly