A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包

U

UiApplicationContextUtils - org.springframework.ui.context.support中的类
Utility class for UI application context implementations.
UiApplicationContextUtils() - 类 的构造器org.springframework.ui.context.support.UiApplicationContextUtils
 
ultimateTargetClass(Object) - 类 中的静态方法org.springframework.aop.framework.AopProxyUtils
Determine the ultimate target class of the given bean instance, traversing not only a top-level proxy but any number of nested proxies as well — as long as possible without side effects, that is, just for singleton targets.
UNABLE_TO_CREATE_LIST_FOR_INDEXING - org.springframework.expression.spel.SpelMessage
 
UNABLE_TO_CREATE_MAP_FOR_INDEXING - org.springframework.expression.spel.SpelMessage
 
UNABLE_TO_DYNAMICALLY_CREATE_OBJECT - org.springframework.expression.spel.SpelMessage
 
UNABLE_TO_GROW_COLLECTION - org.springframework.expression.spel.SpelMessage
 
UNABLE_TO_GROW_COLLECTION_UNKNOWN_ELEMENT_TYPE - org.springframework.expression.spel.SpelMessage
 
UnableToRegisterMBeanException - org.springframework.jmx.export中的异常错误
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
UnableToRegisterMBeanException(String) - 异常错误 的构造器org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message.
UnableToRegisterMBeanException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message and root cause.
UnableToSendNotificationException - org.springframework.jmx.export.notification中的异常错误
Thrown when a JMX Notification is unable to be sent.
UnableToSendNotificationException(String) - 异常错误 的构造器org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException class with the specified error message.
UnableToSendNotificationException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException with the specified error message and root cause.
UNAUTHORIZED - org.springframework.http.HttpStatus
401 Unauthorized.
UNAVAILABLE_FOR_LEGAL_REASONS - org.springframework.http.HttpStatus
451 Unavailable For Legal Reasons.
unbind(String) - 类 中的方法org.springframework.jndi.JndiTemplate
Remove the binding for the given name from the current JNDI context.
unbind(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
已过时。
 
unbind(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
已过时。
 
unbindResource(Object) - 类 中的方法org.springframework.transaction.reactive.TransactionSynchronizationManager
Unbind a resource for the given key from the current context.
unbindResource(Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbindResourceIfPossible(Object) - 类 中的方法org.springframework.transaction.reactive.TransactionSynchronizationManager
Unbind a resource for the given key from the current context.
unbindResourceIfPossible(Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbound() - 接口 中的方法org.springframework.transaction.support.ResourceHolder
Notify this holder that it has been unbound from transaction synchronization.
unbound() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
 
UNBOUNDED_CONCURRENCY - 类 中的静态变量org.springframework.core.task.SimpleAsyncTaskExecutor
Permit any number of concurrent invocations: that is, don't throttle concurrency.
UNBOUNDED_CONCURRENCY - 类 中的静态变量org.springframework.util.ConcurrencyThrottleSupport
Permit any number of concurrent invocations: that is, don't throttle concurrency.
unboxBooleanIfNecessary(MethodVisitor) - 类 中的方法org.springframework.expression.spel.CodeFlow
If the codeflow shows the last expression evaluated to java.lang.Boolean then insert the necessary instructions to unbox that to a boolean primitive.
uncapitalize(String) - 类 中的静态方法org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UncategorizedDataAccessException - org.springframework.dao中的异常错误
Normal superclass when we can't distinguish anything more specific than "something went wrong with the underlying resource": for example, an SQLException from JDBC we can't pinpoint more precisely.
UncategorizedDataAccessException(String, Throwable) - 异常错误 的构造器org.springframework.dao.UncategorizedDataAccessException
Constructor for UncategorizedDataAccessException.
UncategorizedJmsException - org.springframework.jms中的异常错误
JmsException to be thrown when no other matching subclass found.
UncategorizedJmsException(String) - 异常错误 的构造器org.springframework.jms.UncategorizedJmsException
Constructor that takes a message.
UncategorizedJmsException(String, Throwable) - 异常错误 的构造器org.springframework.jms.UncategorizedJmsException
Constructor that takes a message and a root cause.
UncategorizedJmsException(Throwable) - 异常错误 的构造器org.springframework.jms.UncategorizedJmsException
Constructor that takes a root cause only.
UncategorizedMappingException - org.springframework.oxm中的异常错误
Exception that indicates that the cause cannot be distinguished further.
UncategorizedMappingException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.UncategorizedMappingException
Construct an UncategorizedMappingException with the specified detail message and nested exception.
UncategorizedScriptException - org.springframework.jdbc.datasource.init中的异常错误
Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, a SQLException from JDBC that we cannot pinpoint more precisely.
UncategorizedScriptException(String) - 异常错误 的构造器org.springframework.jdbc.datasource.init.UncategorizedScriptException
Construct a new UncategorizedScriptException.
UncategorizedScriptException(String, Throwable) - 异常错误 的构造器org.springframework.jdbc.datasource.init.UncategorizedScriptException
Construct a new UncategorizedScriptException.
UncategorizedSQLException - org.springframework.jdbc中的异常错误
Exception thrown when we can't classify an SQLException into one of our generic data access exceptions.
UncategorizedSQLException(String, String, SQLException) - 异常错误 的构造器org.springframework.jdbc.UncategorizedSQLException
Constructor for UncategorizedSQLException.
underscoreName(String) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Convert a name in camelCase to an underscored name in lower case.
UndertowHttpHandlerAdapter - org.springframework.http.server.reactive中的类
Adapt HttpHandler to the Undertow HttpHandler.
UndertowHttpHandlerAdapter(HttpHandler) - 类 的构造器org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
UndertowRequestUpgradeStrategy - org.springframework.web.reactive.socket.server.upgrade中的类
A RequestUpgradeStrategy for use with Undertow.
UndertowRequestUpgradeStrategy - org.springframework.web.socket.server.standard中的类
A WebSocket RequestUpgradeStrategy for WildFly and its underlying Undertow web server.
UndertowRequestUpgradeStrategy() - 类 的构造器org.springframework.web.reactive.socket.server.upgrade.UndertowRequestUpgradeStrategy
 
UndertowRequestUpgradeStrategy() - 类 的构造器org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
 
UndertowWebSocketClient - org.springframework.web.reactive.socket.client中的类
Undertow based implementation of WebSocketClient.
UndertowWebSocketClient(XnioWorker) - 类 的构造器org.springframework.web.reactive.socket.client.UndertowWebSocketClient
Constructor with the XnioWorker to pass to WebSocketClient.connectionBuilder(org.xnio.XnioWorker, io.undertow.connector.ByteBufferPool, java.net.URI).
UndertowWebSocketClient(XnioWorker, ByteBufferPool, Consumer<WebSocketClient.ConnectionBuilder>) - 类 的构造器org.springframework.web.reactive.socket.client.UndertowWebSocketClient
Alternate constructor providing additional control over the WebSocketClient.ConnectionBuilder for each WebSocket connection.
UndertowWebSocketClient(XnioWorker, Consumer<WebSocketClient.ConnectionBuilder>) - 类 的构造器org.springframework.web.reactive.socket.client.UndertowWebSocketClient
Alternate constructor providing additional control over the WebSocketClient.ConnectionBuilder for each WebSocket connection.
UndertowWebSocketHandlerAdapter - org.springframework.web.reactive.socket.adapter中的类
Undertow WebSocketConnectionCallback implementation that adapts and delegates to a Spring WebSocketHandler.
UndertowWebSocketHandlerAdapter(UndertowWebSocketSession) - 类 的构造器org.springframework.web.reactive.socket.adapter.UndertowWebSocketHandlerAdapter
 
UndertowWebSocketSession - org.springframework.web.reactive.socket.adapter中的类
Spring WebSocketSession implementation that adapts to an Undertow WebSocketChannel.
UndertowWebSocketSession(WebSocketChannel, HandshakeInfo, DataBufferFactory) - 类 的构造器org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
 
UndertowWebSocketSession(WebSocketChannel, HandshakeInfo, DataBufferFactory, MonoProcessor<Void>) - 类 的构造器org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
 
UndertowXhrTransport - org.springframework.web.socket.sockjs.client中的类
An XHR transport based on Undertow's UndertowClient.
UndertowXhrTransport() - 类 的构造器org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
UndertowXhrTransport(OptionMap) - 类 的构造器org.springframework.web.socket.sockjs.client.UndertowXhrTransport
 
UNEXPECTED_DATA_AFTER_DOT - org.springframework.expression.spel.SpelMessage
 
UNEXPECTED_ESCAPE_CHAR - org.springframework.expression.spel.SpelMessage
 
UnexpectedRollbackException - org.springframework.transaction中的异常错误
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
UnexpectedRollbackException(String) - 异常错误 的构造器org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
UnexpectedRollbackException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
UNINITIALIZED_THIS - 接口 中的静态变量org.springframework.asm.Opcodes
 
union(ClassFilter) - 类 中的方法org.springframework.aop.support.ComposablePointcut
Apply a union with the given ClassFilter.
union(ClassFilter[]) - 类 中的静态方法org.springframework.aop.support.ClassFilters
Match all classes that either (or all) of the given ClassFilters matches.
union(ClassFilter, ClassFilter) - 类 中的静态方法org.springframework.aop.support.ClassFilters
Match all classes that either (or both) of the given ClassFilters matches.
union(MethodMatcher) - 类 中的方法org.springframework.aop.support.ComposablePointcut
Apply a union with the given MethodMatcher.
union(MethodMatcher, MethodMatcher) - 类 中的静态方法org.springframework.aop.support.MethodMatchers
Match all methods that either (or both) of the given MethodMatchers matches.
union(Pointcut) - 类 中的方法org.springframework.aop.support.ComposablePointcut
Apply a union with the given Pointcut.
union(Pointcut, Pointcut) - 类 中的静态方法org.springframework.aop.support.Pointcuts
Match all methods that either (or both) of the given pointcuts matches.
unique(Function<? super MergedAnnotation<A>, K>) - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationPredicates
Create a new stateful, single use Predicate that matches annotations that are unique based on the extracted key.
uniqueBeanName(String, BeanDefinitionRegistry) - 类 中的静态方法org.springframework.beans.factory.support.BeanDefinitionReaderUtils
Turn the given bean name into a unique bean name for the given bean factory, appending a unique counter as suffix if necessary.
uniqueResult(Collection<T>) - 类 中的静态方法org.springframework.dao.support.DataAccessUtils
Return a unique result object from the given Collection.
unit() - 注释类型 中的方法org.springframework.jmx.export.annotation.ManagedMetric
 
unknown(RequestPredicate) - 接口 中的方法org.springframework.web.reactive.function.server.RequestPredicates.Visitor
Receive first notification of an unknown predicate.
unknown(RouterFunction<?>) - 接口 中的方法org.springframework.web.reactive.function.server.RouterFunctions.Visitor
Receive notification of an unknown router function.
unknown(RequestPredicate) - 接口 中的方法org.springframework.web.servlet.function.RequestPredicates.Visitor
Receive first notification of an unknown predicate.
unknown(RouterFunction<?>) - 接口 中的方法org.springframework.web.servlet.function.RouterFunctions.Visitor
Receive notification of an unknown router function.
UnknownAdviceTypeException - org.springframework.aop.framework.adapter中的异常错误
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
UnknownAdviceTypeException(Object) - 异常错误 的构造器org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException for the given advice object.
UnknownAdviceTypeException(String) - 异常错误 的构造器org.springframework.aop.framework.adapter.UnknownAdviceTypeException
Create a new UnknownAdviceTypeException with the given message.
UnknownContentTypeException - org.springframework.web.client中的异常错误
Raised when no suitable HttpMessageConverter could be found to extract the response.
UnknownContentTypeException(Type, MediaType, int, String, HttpHeaders, byte[]) - 异常错误 的构造器org.springframework.web.client.UnknownContentTypeException
Construct a new instance of with the given response data.
UnknownHttpStatusCodeException - org.springframework.web.client中的异常错误
Exception thrown when an unknown (or custom) HTTP status code is received.
UnknownHttpStatusCodeException - org.springframework.web.reactive.function.client中的异常错误
Exception thrown when an unknown (or custom) HTTP status code is received.
UnknownHttpStatusCodeException(int, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.UnknownHttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
UnknownHttpStatusCodeException(int, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
Create a new instance of the UnknownHttpStatusCodeException with the given parameters.
UnknownHttpStatusCodeException(int, HttpHeaders, byte[], Charset, HttpRequest) - 异常错误 的构造器org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
Create a new instance of the UnknownHttpStatusCodeException with the given parameters.
UnknownHttpStatusCodeException(String, int, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.UnknownHttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
unless() - 注释类型 中的方法org.springframework.cache.annotation.Cacheable
Spring Expression Language (SpEL) expression used to veto method caching.
unless() - 注释类型 中的方法org.springframework.cache.annotation.CachePut
Spring Expression Language (SpEL) expression used to veto the cache put operation.
UNLIMITED_ATTEMPTS - 类 中的静态变量org.springframework.util.backoff.FixedBackOff
Constant value indicating an unlimited number of attempts.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - 类 中的方法org.springframework.oxm.xstream.CatchAllConverter
 
unmarshal(Source) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshal(Source) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Unmarshals the given provided javax.xml.transform.Source into an object graph.
unmarshal(Source) - 接口 中的方法org.springframework.oxm.Unmarshaller
Unmarshal the given Source into an object graph.
unmarshal(Source, MimeContainer) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshal(Source, MimeContainer) - 接口 中的方法org.springframework.oxm.mime.MimeUnmarshaller
Unmarshals the given provided Source into an object graph, reading binary attachments from a MimeContainer.
unmarshalDomNode(Node) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
已过时。
 
unmarshalDomNode(Node) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given DOM Node.
unmarshalDomNode(Node) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalDomSource(DOMSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling DOMSources.
unmarshalFromBytesMessage(BytesMessage, Unmarshaller) - 类 中的方法org.springframework.jms.support.converter.MarshallingMessageConverter
Unmarshal the given BytesMessage into an object.
unmarshalFromMessage(Message, Unmarshaller) - 类 中的方法org.springframework.jms.support.converter.MarshallingMessageConverter
Template method that allows for custom message unmarshalling.
unmarshalFromTextMessage(TextMessage, Unmarshaller) - 类 中的方法org.springframework.jms.support.converter.MarshallingMessageConverter
Unmarshal the given TextMessage into an object.
unmarshalInputStream(InputStream) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
已过时。
 
unmarshalInputStream(InputStream) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given InputStream.
unmarshalInputStream(InputStream) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalInputStream(InputStream, DataHolder) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
Unmarshaller - org.springframework.oxm中的接口
Defines the contract for Object XML Mapping unmarshallers.
UnmarshallingFailureException - org.springframework.oxm中的异常错误
Exception thrown on unmarshalling failure.
UnmarshallingFailureException(String) - 异常错误 的构造器org.springframework.oxm.UnmarshallingFailureException
Construct a MarshallingFailureException with the specified detail message.
UnmarshallingFailureException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.UnmarshallingFailureException
Construct a MarshallingFailureException with the specified detail message and nested exception.
unmarshalReader(Reader) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
已过时。
 
unmarshalReader(Reader) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Reader.
unmarshalReader(Reader) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalReader(Reader, DataHolder) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
已过时。
 
unmarshalSaxReader(XMLReader, InputSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling using a given SAX XMLReader and InputSource.
unmarshalSaxReader(XMLReader, InputSource) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxSource(SAXSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling SAXSources.
unmarshalStaxSource(Unmarshaller, Source) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshalStaxSource(Source) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling StaxSources.
unmarshalStreamSource(StreamSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling StreamSources.
unmarshalStreamSource(StreamSource) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
已过时。
 
unmarshalXmlEventReader(XMLEventReader) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLEventReader.
unmarshalXmlEventReader(XMLEventReader) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
已过时。
 
unmarshalXmlStreamReader(XMLStreamReader) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLStreamReader.
unmarshalXmlStreamReader(XMLStreamReader) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmodifiableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - 类 中的静态方法org.springframework.util.CollectionUtils
Return an unmodifiable view of the specified multi-value map.
UnorderedRequestExpectationManager - org.springframework.test.web.client中的类
RequestExpectationManager that matches requests to expectations regardless of the order of declaration of expected requests.
UnorderedRequestExpectationManager() - 类 的构造器org.springframework.test.web.client.UnorderedRequestExpectationManager
 
UNPROCESSABLE_ENTITY - org.springframework.http.HttpStatus
422 Unprocessable Entity.
unprocessableEntity() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with an UNPROCESSABLE_ENTITY status.
unprocessableEntity() - 接口 中的静态方法org.springframework.web.reactive.function.server.ServerResponse
Create a builder with an 422 Unprocessable Entity status.
unprocessableEntity() - 接口 中的静态方法org.springframework.web.servlet.function.ServerResponse
Create a builder with a 422 Unprocessable Entity status.
unqualify(String) - 类 中的静态方法org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类 中的静态方法org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.
unquote(String) - 类 中的方法org.springframework.util.MimeType
 
unregisterAllSubscriptions(String) - 类 中的方法org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
unregisterAllSubscriptions(String) - 接口 中的方法org.springframework.messaging.simp.broker.SubscriptionRegistry
Remove all subscriptions associated with the given sessionId.
unregisterBeans() - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Unregisters all beans that have been registered by an instance of this class.
unregisterDatabase(DataSource) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodesFactory
Clear the cache for the specified DataSource, if registered.
unregisterManagedResource(ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
 
unregisterManagedResource(ObjectName) - 接口 中的方法org.springframework.jmx.export.MBeanExportOperations
Remove the specified MBean from the underlying MBeanServer registry.
unregisterMapping(T) - 类 中的方法org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
Un-register the given mapping.
unregisterMapping(T) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Un-register the given mapping.
unregisterNamedDispatcher(String) - 类 中的方法org.springframework.mock.web.MockServletContext
Unregister the RequestDispatcher with the given name.
unregisterSubscription(Message<?>) - 类 中的方法org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
 
unregisterSubscription(Message<?>) - 接口 中的方法org.springframework.messaging.simp.broker.SubscriptionRegistry
Unregister a subscription.
UNRESOLVABLE - 类 中的静态变量org.springframework.web.multipart.support.MultipartResolutionDelegate
Indicates an unresolvable value.
UNRESOLVED - 接口 中的静态变量org.springframework.web.bind.support.WebArgumentResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UNRESOLVED - 接口 中的静态变量org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UnsatisfiedDependencyException - org.springframework.beans.factory中的异常错误
Exception thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.
UnsatisfiedDependencyException(String, String, String, String) - 异常错误 的构造器org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, String, BeansException) - 异常错误 的构造器org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, InjectionPoint, String) - 异常错误 的构造器org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
UnsatisfiedDependencyException(String, String, InjectionPoint, BeansException) - 异常错误 的构造器org.springframework.beans.factory.UnsatisfiedDependencyException
Create a new UnsatisfiedDependencyException.
unsatisfiedNonSimpleProperties(AbstractBeanDefinition, BeanWrapper) - 类 中的方法org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Return an array of non-simple bean properties that are unsatisfied.
UnsatisfiedServletRequestParameterException - org.springframework.web.bind中的异常错误
ServletRequestBindingException subclass that indicates an unsatisfied parameter condition, as typically expressed using an @RequestMapping annotation at the @Controller type level.
UnsatisfiedServletRequestParameterException(String[], Map<String, String[]>) - 异常错误 的构造器org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Create a new UnsatisfiedServletRequestParameterException.
UnsatisfiedServletRequestParameterException(List<String[]>, Map<String, String[]>) - 异常错误 的构造器org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Create a new UnsatisfiedServletRequestParameterException.
unsubscribe() - 接口 中的方法org.springframework.messaging.simp.stomp.StompSession.Subscription
Remove the subscription by sending an UNSUBSCRIBE frame.
unsubscribe(MessageHandler) - 接口 中的方法org.springframework.messaging.SubscribableChannel
Un-register a message handler.
unsubscribe(MessageHandler) - 类 中的方法org.springframework.messaging.support.AbstractSubscribableChannel
 
unsubscribe(StompHeaders) - 接口 中的方法org.springframework.messaging.simp.stomp.StompSession.Subscription
Alternative to StompSession.Subscription.unsubscribe() with additional custom headers to send to the server.
UNSUBSCRIBE - org.springframework.messaging.simp.SimpMessageType
 
UNSUBSCRIBE - org.springframework.messaging.simp.stomp.StompCommand
 
UNSUPPORTED_MEDIA_TYPE - org.springframework.http.HttpStatus
415 Unsupported Media Type.
UnsupportedMediaTypeException - org.springframework.web.reactive.function中的异常错误
Exception thrown to indicate that a Content-Type is not supported.
UnsupportedMediaTypeException(String) - 异常错误 的构造器org.springframework.web.reactive.function.UnsupportedMediaTypeException
Constructor for when the specified Content-Type is invalid.
UnsupportedMediaTypeException(MediaType, List<MediaType>) - 异常错误 的构造器org.springframework.web.reactive.function.UnsupportedMediaTypeException
Constructor for when the Content-Type can be parsed but is not supported.
UnsupportedMediaTypeException(MediaType, List<MediaType>, ResolvableType) - 异常错误 的构造器org.springframework.web.reactive.function.UnsupportedMediaTypeException
Constructor for when trying to encode from or decode to a specific Java type.
UnsupportedMediaTypeStatusException - org.springframework.web.server中的异常错误
Exception for errors that fit response status 415 (unsupported media type).
UnsupportedMediaTypeStatusException(String) - 异常错误 的构造器org.springframework.web.server.UnsupportedMediaTypeStatusException
Constructor for when the specified Content-Type is invalid.
UnsupportedMediaTypeStatusException(MediaType, List<MediaType>) - 异常错误 的构造器org.springframework.web.server.UnsupportedMediaTypeStatusException
Constructor for when the Content-Type can be parsed but is not supported.
UnsupportedMediaTypeStatusException(MediaType, List<MediaType>, ResolvableType) - 异常错误 的构造器org.springframework.web.server.UnsupportedMediaTypeStatusException
Constructor for when trying to encode from or decode to a specific Java type.
UntypedAnnotationDescriptor(Class<?>, Annotation) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor
 
UntypedAnnotationDescriptor(Class<?>, Class<?>, Annotation, Annotation) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor
 
unwrap(Class<T>) - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
 
unwrap(Class<T>) - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
unwrap(Class<T>) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
unwrap(Class<T>) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
unwrap(Class<T>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
unwrap(Class<T>) - 类 中的方法org.springframework.validation.ObjectError
Unwrap the source behind this error: possibly an Exception (typically PropertyAccessException) or a Bean Validation ConstraintViolation.
unwrap(WebSocketHandler) - 类 中的静态方法org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
unwrap(WebSocketSession) - 类 中的静态方法org.springframework.web.socket.handler.WebSocketSessionDecorator
 
unwrapCachedValue(Object) - 类 中的方法org.springframework.cglib.proxy.Enhancer
 
unwrapCachedValue(T) - 类 中的方法org.springframework.cglib.core.AbstractClassGenerator
 
unwrapOptional(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Unwrap the given object which is potentially a Optional.
upcast(Class<?>) - 类 中的方法org.springframework.core.convert.TypeDescriptor
Cast this TypeDescriptor to a superclass or implemented interface preserving annotations and nested type context.
UpdatableSqlQuery<T> - org.springframework.jdbc.object中的类
Reusable RDBMS query in which concrete subclasses must implement the abstract updateRow(ResultSet, int, context) method to update each row of the JDBC ResultSet and optionally map contents into an object.
UpdatableSqlQuery() - 类 的构造器org.springframework.jdbc.object.UpdatableSqlQuery
Constructor to allow use as a JavaBean.
UpdatableSqlQuery(DataSource, String) - 类 的构造器org.springframework.jdbc.object.UpdatableSqlQuery
Convenient constructor with DataSource and SQL string.
UpdatableSqlQuery.RowMapperImpl - org.springframework.jdbc.object中的类
Implementation of RowMapper that calls the enclosing class's updateRow() method for each row.
update() - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenience method to execute an update with no parameters.
update(int) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one int arg.
update(int, int) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two int args.
update(long) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one long arg.
update(long, long) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two long args.
update(Object) - 接口 中的方法org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object) - 类 中的方法org.springframework.orm.hibernate5.HibernateTemplate
 
update(Object...) - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Overridden version of update that adds the given statement parameters to the queue rather than executing them immediately.
update(Object...) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given parameters.
update(Object[], KeyHolder) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
update(Object, LockMode) - 接口 中的方法org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(Object, LockMode) - 类 中的方法org.springframework.orm.hibernate5.HibernateTemplate
 
update(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement).
update(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(String) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one String arg.
update(String, Object) - 接口 中的方法org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object) - 类 中的方法org.springframework.orm.hibernate5.HibernateTemplate
 
update(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object, LockMode) - 接口 中的方法org.springframework.orm.hibernate5.HibernateOperations
Update the given persistent instance, associating it with the current Hibernate Session.
update(String, Object, LockMode) - 类 中的方法org.springframework.orm.hibernate5.HibernateTemplate
 
update(String, String) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two String args.
update(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource, KeyHolder) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder, String[]) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource, KeyHolder, String[]) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, PreparedStatementSetter) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementSetter to set bind parameters, with given SQL.
update(String, PreparedStatementSetter) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(Date, Date, Date) - 类 中的方法org.springframework.scheduling.support.SimpleTriggerContext
Update this holder's state with the latest time values.
update(PreparedStatementCreator) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) using a PreparedStatementCreator to provide SQL and any required parameters.
update(PreparedStatementCreator) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, PreparedStatementSetter) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, KeyHolder) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
update(PreparedStatementCreator, KeyHolder) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(RequestExpectation) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
Invoke this for an expectation that has been matched.
updateAccessedSessionAttributes() - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributes
Update all session attributes that have been accessed during request processing, to expose their potentially updated state to the underlying session manager.
updateAccessedSessionAttributes() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
updateAdvisorArray() - 类 中的方法org.springframework.aop.framework.AdvisedSupport
Bring the array up to date with the list.
updateAll(Collection<RequestExpectation>) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
updateByNamedParam(Map<String, ?>) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given named parameters.
updateByNamedParam(Map<String, ?>, KeyHolder) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
updateContentLength - 类 中的变量org.springframework.web.servlet.view.json.AbstractJackson2View
 
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Update the FlashMap instances in the underlying storage.
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.SessionFlashMapManager
Saves the given FlashMap instances in the HTTP session.
updateLastAccessTime(WebSession) - 类 中的方法org.springframework.web.server.session.InMemoryWebSessionStore
 
updateLastAccessTime(WebSession) - 接口 中的方法org.springframework.web.server.session.WebSessionStore
Update the last accessed timestamp to "now".
updateLastActiveTime() - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Should be invoked whenever the session becomes inactive.
updateModel(NativeWebRequest, ModelAndViewContainer) - 类 中的方法org.springframework.web.method.annotation.ModelFactory
Promote model attributes listed as @SessionAttributes to the session.
updateRow(ResultSet, int, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.UpdatableSqlQuery
Subclasses must implement this method to update each row of the ResultSet and optionally create object of the result type.
updateState(Object, Method, Throwable) - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
updateState(Object, Method, Throwable) - 接口 中的方法org.springframework.test.context.TestContext
Update this test context to reflect the state of the currently executing test.
updateStompCommandAsClientMessage() - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
updateStompCommandAsServerMessage() - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
updateTargetUrl(String, Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Find the registered RequestDataValueProcessor, if any, and allow it to update the redirect target URL.
upgrade(Class<T>) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - 类 中的方法org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
 
upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - 接口 中的方法org.springframework.web.socket.server.RequestUpgradeStrategy
Perform runtime specific steps to complete the upgrade.
upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - 类 中的方法org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
upgrade(ServerWebExchange, WebSocketHandler, String) - 接口 中的方法org.springframework.web.reactive.socket.server.RequestUpgradeStrategy
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - 接口 中的方法org.springframework.web.reactive.socket.server.RequestUpgradeStrategy
Upgrade to a WebSocket session and handle it with the given handler.
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - 类 中的方法org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy
 
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - 类 中的方法org.springframework.web.reactive.socket.server.upgrade.ReactorNettyRequestUpgradeStrategy
 
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - 类 中的方法org.springframework.web.reactive.socket.server.upgrade.TomcatRequestUpgradeStrategy
 
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - 类 中的方法org.springframework.web.reactive.socket.server.upgrade.UndertowRequestUpgradeStrategy
 
UPGRADE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Upgrade header field name.
UPGRADE_REQUIRED - org.springframework.http.HttpStatus
426 Upgrade Required.
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - 类 中的方法org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
 
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - 类 中的方法org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
 
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - 类 中的方法org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
 
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - 类 中的方法org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
 
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - 类 中的方法org.springframework.web.socket.server.standard.WebSphereRequestUpgradeStrategy
 
uri() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
uri() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest
Get the request URI.
uri() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
uri() - 接口 中的方法org.springframework.web.servlet.function.ServerRequest
Get the request URI.
uri(String, Object...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Specify the URI for the request using a URI template and URI variables.
uri(String, Object...) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.UriSpec
Specify the URI for the request using a URI template and URI variables.
uri(String, Function<UriBuilder, URI>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.UriSpec
Specify the URI starting with a URI template and finishing off with a UriBuilder created from the template.
uri(String, Map<String, ?>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Specify the URI for the request using a URI template and URI variables.
uri(String, Map<String, ?>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.UriSpec
Specify the URI for the request using a URI template and URI variables.
uri(URI) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set the URI to use with the following conditions: If path is also set, it overrides the path of the URI provided here.
uri(URI) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
uri(URI) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Specify the URI using an absolute, fully constructed URI.
uri(URI) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.UriSpec
Specify the URI using an absolute, fully constructed URI.
uri(URI) - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest.Builder
Set the URI of the request.
uri(URI) - 接口 中的方法org.springframework.web.servlet.function.ServerRequest.Builder
Set the URI of the request.
uri(URI) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Initialize components of this builder from components of the given URI.
uri(Function<UriBuilder, URI>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Build the URI for the request with a UriBuilder obtained through the UriBuilderFactory configured for this client.
uri(Function<UriBuilder, URI>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.UriSpec
Specify the URI by through a UriBuilder.
URI_COMPONENT - org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
Expand URI variables first, and then encode the resulting URI component values, replacing only non-ASCII and illegal (within a given URI component type) characters, but not characters with reserved meaning.
URI_TEMPLATE_VARIABLES_ATTRIBUTE - 类 中的静态变量org.springframework.web.reactive.function.server.RouterFunctions
Name of the ServerWebExchange attribute that contains the URI templates map, mapping variable names to values.
URI_TEMPLATE_VARIABLES_ATTRIBUTE - 接口 中的静态变量org.springframework.web.reactive.HandlerMapping
Name of the attribute that contains the URI templates map mapping variable names to values.
URI_TEMPLATE_VARIABLES_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.function.RouterFunctions
Name of the request attribute that contains the URI templates map, mapping variable names to values.
URI_TEMPLATE_VARIABLES_ATTRIBUTE - 接口 中的静态变量org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the URI templates map, mapping variable names to values.
URI_TOO_LONG - org.springframework.http.HttpStatus
414 URI Too Long.
uriBuilder() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
uriBuilder() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest
Get a UriBuilderComponents from the URI associated with this ServerRequest.
uriBuilder() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
uriBuilder() - 接口 中的方法org.springframework.web.servlet.function.ServerRequest
Get a UriBuilderComponents from the URI associated with this ServerRequest.
UriBuilder - org.springframework.web.util中的接口
Builder-style methods to prepare and expand a URI template with variables.
uriBuilderFactory(UriBuilderFactory) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Provide a pre-configured UriBuilderFactory instance as an alternative to and effectively overriding WebTestClient.Builder.baseUrl(String).
uriBuilderFactory(UriBuilderFactory) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.Builder
Provide a pre-configured UriBuilderFactory instance.
UriBuilderFactory - org.springframework.web.util中的接口
Factory to create UriBuilder instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.
uriComponents(UriComponents) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set or append individual URI components of this builder from the values of the given UriComponents instance.
UriComponents - org.springframework.web.util中的类
Represents an immutable collection of URI components, mapping component type to String values.
UriComponents(String, String) - 类 的构造器org.springframework.web.util.UriComponents
 
UriComponents.UriTemplateVariables - org.springframework.web.util中的接口
Defines the contract for URI Template variables.
UriComponentsBuilder - org.springframework.web.util中的类
Builder for UriComponents.
UriComponentsBuilder() - 类 的构造器org.springframework.web.util.UriComponentsBuilder
Default constructor.
UriComponentsBuilder(UriComponentsBuilder) - 类 的构造器org.springframework.web.util.UriComponentsBuilder
Create a deep copy of the given UriComponentsBuilder.
UriComponentsBuilderMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolvers argument values of type UriComponentsBuilder.
UriComponentsBuilderMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
 
UriComponentsContributor - org.springframework.web.method.support中的接口
Strategy for contributing to the building of a UriComponents by looking at a method parameter and an argument value and deciding what part of the target URL should be updated.
uriDecode(String, Charset) - 类 中的静态方法org.springframework.util.StringUtils
Decode the given encoded URI component value.
URIEditor - org.springframework.beans.propertyeditors中的类
Editor for java.net.URI, to directly populate a URI property instead of using a String property as bridge.
URIEditor() - 类 的构造器org.springframework.beans.propertyeditors.URIEditor
Create a new, encoding URIEditor, converting "classpath:" locations into standard URIs (not trying to resolve them into physical resources).
URIEditor(boolean) - 类 的构造器org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, converting "classpath:" locations into standard URIs (not trying to resolve them into physical resources).
URIEditor(ClassLoader) - 类 的构造器org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, using the given ClassLoader to resolve "classpath:" locations into physical resource URLs.
URIEditor(ClassLoader, boolean) - 类 的构造器org.springframework.beans.propertyeditors.URIEditor
Create a new URIEditor, using the given ClassLoader to resolve "classpath:" locations into physical resource URLs.
uriString(String) - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
 
uriString(String) - 接口 中的方法org.springframework.web.util.UriBuilderFactory
Initialize a builder with the given URI template.
UriTemplate - org.springframework.web.util中的类
Representation of a URI template that can be expanded with URI variables via UriTemplate.expand(Map), UriTemplate.expand(Object[]), or matched to a URL via UriTemplate.match(String).
UriTemplate(String) - 类 的构造器org.springframework.web.util.UriTemplate
Construct a new UriTemplate with the given URI String.
UriTemplateHandler - org.springframework.web.util中的接口
Defines methods for expanding a URI template with variables.
UriUtils - org.springframework.web.util中的类
Utility methods for URI encoding and decoding based on RFC 3986.
UriUtils() - 类 的构造器org.springframework.web.util.UriUtils
 
uriVariables(Map<String, Object>) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Configure URI variables to be expanded at build time.
url() - 接口 中的方法org.springframework.web.reactive.function.client.ClientRequest
Return the request URI.
url(URI) - 接口 中的方法org.springframework.web.reactive.function.client.ClientRequest.Builder
Set the url of the request.
URL_PROTOCOL_FILE - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for a file in the file system: "file".
URL_PROTOCOL_JAR - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a jar file: "jar".
URL_PROTOCOL_VFS - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for a general JBoss VFS resource: "vfs".
URL_PROTOCOL_VFSFILE - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for a JBoss file system resource: "vfsfile".
URL_PROTOCOL_VFSZIP - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip".
URL_PROTOCOL_WAR - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a war file: "war".
URL_PROTOCOL_WSJAR - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar".
URL_PROTOCOL_ZIP - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a zip file: "zip".
UrlBasedCorsConfigurationSource - org.springframework.web.cors.reactive中的类
Provide a per reactive request CorsConfiguration instance based on a collection of CorsConfiguration mapped on path patterns.
UrlBasedCorsConfigurationSource - org.springframework.web.cors中的类
Provide a per request CorsConfiguration instance based on a collection of CorsConfiguration mapped on path patterns.
UrlBasedCorsConfigurationSource() - 类 的构造器org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
Construct a new UrlBasedCorsConfigurationSource instance with default PathPatternParser.
UrlBasedCorsConfigurationSource() - 类 的构造器org.springframework.web.cors.UrlBasedCorsConfigurationSource
 
UrlBasedCorsConfigurationSource(PathPatternParser) - 类 的构造器org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
Construct a new UrlBasedCorsConfigurationSource instance from the supplied PathPatternParser.
UrlBasedRemoteAccessor - org.springframework.remoting.support中的类
Abstract base class for classes that access remote services via URLs.
UrlBasedRemoteAccessor() - 类 的构造器org.springframework.remoting.support.UrlBasedRemoteAccessor
 
UrlBasedViewResolver - org.springframework.web.reactive.result.view中的类
A ViewResolver that allows direct resolution of symbolic view names to URLs without explicit mapping definitions.
UrlBasedViewResolver - org.springframework.web.servlet.view中的类
Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.
UrlBasedViewResolver() - 类 的构造器org.springframework.web.reactive.result.view.UrlBasedViewResolver
 
UrlBasedViewResolver() - 类 的构造器org.springframework.web.servlet.view.UrlBasedViewResolver
 
UrlBasedViewResolverRegistration - org.springframework.web.reactive.config中的类
Assist with configuring properties of a UrlBasedViewResolver.
UrlBasedViewResolverRegistration - org.springframework.web.servlet.config.annotation中的类
Assist with configuring a UrlBasedViewResolver.
UrlBasedViewResolverRegistration(UrlBasedViewResolver) - 类 的构造器org.springframework.web.reactive.config.UrlBasedViewResolverRegistration
 
UrlBasedViewResolverRegistration(UrlBasedViewResolver) - 类 的构造器org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
 
URLEditor - org.springframework.beans.propertyeditors中的类
Editor for java.net.URL, to directly populate a URL property instead of using a String property as bridge.
URLEditor() - 类 的构造器org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using a default ResourceEditor underneath.
URLEditor(ResourceEditor) - 类 的构造器org.springframework.beans.propertyeditors.URLEditor
Create a new URLEditor, using the given ResourceEditor underneath.
urlEncode(String, String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
URL-encode the given input String with the given encoding scheme.
UrlFilenameViewController - org.springframework.web.servlet.mvc中的类
Simple Controller implementation that transforms the virtual path of a URL into a view name and returns that view.
UrlFilenameViewController() - 类 的构造器org.springframework.web.servlet.mvc.UrlFilenameViewController
 
UrlPathHelper - org.springframework.web.util中的类
Helper class for URL path matching.
UrlPathHelper() - 类 的构造器org.springframework.web.util.UrlPathHelper
 
UrlRegexRequestMatcher - org.springframework.test.web.servlet.htmlunit中的类
A WebRequestMatcher that allows matching on WebRequest#getUrl().toExternalForm() using a regular expression.
UrlRegexRequestMatcher(String) - 类 的构造器org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
 
UrlRegexRequestMatcher(Pattern) - 类 的构造器org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
 
UrlResource - org.springframework.core.io中的类
Resource implementation for java.net.URL locators.
UrlResource(String) - 类 的构造器org.springframework.core.io.UrlResource
Create a new UrlResource based on a URL path.
UrlResource(String, String) - 类 的构造器org.springframework.core.io.UrlResource
Create a new UrlResource based on a URI specification.
UrlResource(String, String, String) - 类 的构造器org.springframework.core.io.UrlResource
Create a new UrlResource based on a URI specification.
UrlResource(URI) - 类 的构造器org.springframework.core.io.UrlResource
Create a new UrlResource based on the given URI object.
UrlResource(URL) - 类 的构造器org.springframework.core.io.UrlResource
Create a new UrlResource based on the given URL object.
UrlTag - org.springframework.web.servlet.tags中的类
The <url> tag creates URLs.
UrlTag() - 类 的构造器org.springframework.web.servlet.tags.UrlTag
 
USE_PROXY - org.springframework.http.HttpStatus
已过时。
due to security concerns regarding in-band configuration of a proxy
useCachesIfNecessary(URLConnection) - 类 中的静态方法org.springframework.util.ResourceUtils
Set the "useCaches" flag on the given connection, preferring false but leaving the flag at true for JNLP based resources.
useCachingConfigurer(CachingConfigurer) - 类 中的方法org.springframework.cache.annotation.AbstractCachingConfiguration
Extract the configuration from the nominated CachingConfigurer.
useCachingConfigurer(CachingConfigurer) - 类 中的方法org.springframework.cache.jcache.config.AbstractJCacheConfiguration
 
useConfigValueEditors() - 类 中的方法org.springframework.beans.PropertyEditorRegistrySupport
Activate config value editors which are only intended for configuration purposes, such as StringArrayPropertyEditor.
useDefaultFilters() - 注释类型 中的方法org.springframework.context.annotation.ComponentScan
Indicates whether automatic detection of classes annotated with @Component@Repository, @Service, or @Controller should be enabled.
useInclude(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.ServletForwardingController
Determine whether to use RequestDispatcher's include or forward method.
useInclude(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Determine whether to use RequestDispatcher's include or forward method.
useInParameterNames(String...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
useInParameterNames(String...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Not used yet.
useJaf(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
已过时。
as of 5.0, in favor of ContentNegotiationConfigurer.useRegisteredExtensionsOnly(boolean) which has reverse behavior
useMockMvc(WebRequestMatcher...) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Add additional WebRequestMatcher instances that will ensure that MockMvc is used to process the request, if such a matcher matches against the web request.
useMockMvcForHosts(String...) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Add additional WebRequestMatcher instances that return true if a supplied host matches — for example, "example.com" or "example.com:8080".
USER_AGENT - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP User-Agent header field name.
USER_DECLARED_METHODS - 类 中的静态变量org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge non-synthetic methods which are not declared on java.lang.Object.
USER_HEADER - 类 中的静态变量org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
UserCredentialsConnectionFactoryAdapter - org.springframework.jms.connection中的类
An adapter for a target JMS ConnectionFactory, applying the given user credentials to every standard createConnection() call, that is, implicitly invoking createConnection(username, password) on the target.
UserCredentialsConnectionFactoryAdapter() - 类 的构造器org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter
 
UserCredentialsDataSourceAdapter - org.springframework.jdbc.datasource中的类
An adapter for a target JDBC DataSource, applying the specified user credentials to every standard getConnection() call, implicitly invoking getConnection(username, password) on the target.
UserCredentialsDataSourceAdapter() - 类 的构造器org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
userDestinationMessageHandler() - 类 中的方法org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
UserDestinationMessageHandler - org.springframework.messaging.simp.user中的类
MessageHandler with support for "user" destinations.
UserDestinationMessageHandler(SubscribableChannel, SubscribableChannel, UserDestinationResolver) - 类 的构造器org.springframework.messaging.simp.user.UserDestinationMessageHandler
Create an instance with the given client and broker channels subscribing to handle messages from each and then sending any resolved messages to the broker channel.
userDestinationResolver() - 类 中的方法org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
UserDestinationResolver - org.springframework.messaging.simp.user中的接口
A strategy for resolving a "user" destination by translating it to one or more actual destinations one per active user session.
UserDestinationResult - org.springframework.messaging.simp.user中的类
Contains the result from parsing a "user" destination from a source message and translating it to target destinations (one per active user session).
UserDestinationResult(String, Set<String>, String, String) - 类 的构造器org.springframework.messaging.simp.user.UserDestinationResult
 
useRegisteredExtensionsOnly(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
When favorPathExtension is set, this property determines whether to use only registered MediaType mappings to resolve a path extension to a specific MediaType.
useRegisteredSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
已过时。
as of 5.2.4. See class-level note on the deprecation of path extension config options.
useRegisteredSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
已过时。
as of 5.2.4. See class-level note in RequestMappingHandlerMapping on the deprecation of path extension config options.
userInfo(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the URI user info which may contain URI template variables, and may also be null to clear the user info of this builder.
userInfo(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
 
userRegistry() - 类 中的方法org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
userRegistryMessageHandler() - 类 中的方法org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration
 
UserRegistryMessageHandler - org.springframework.messaging.simp.user中的类
MessageHandler that handles user registry broadcasts from other application servers and periodically broadcasts the content of the local user registry.
UserRegistryMessageHandler(MultiServerUserRegistry, SimpMessagingTemplate, String, TaskScheduler) - 类 的构造器org.springframework.messaging.simp.user.UserRegistryMessageHandler
Constructor.
UserRoleAuthorizationInterceptor - org.springframework.web.servlet.handler中的类
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - 类 的构造器org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
UserTransactionAdapter - org.springframework.transaction.jta中的类
Adapter for a JTA UserTransaction handle, taking a JTA TransactionManager reference and creating a JTA UserTransaction handle for it.
UserTransactionAdapter(TransactionManager) - 类 的构造器org.springframework.transaction.jta.UserTransactionAdapter
Create a new UserTransactionAdapter for the given TransactionManager.
useSavepointForNestedTransaction() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
This implementation returns false to cause a further invocation of doBegin despite an already existing transaction.
useSavepointForNestedTransaction() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to use a savepoint for a nested transaction.
UsesJava7 - org.springframework.lang中的注释类型
已过时。
as of 5.0 since the framework is based on Java 8+ now
UsesJava8 - org.springframework.lang中的注释类型
已过时。
as of 5.0 since the framework is based on Java 8+ now
UsesSunHttpServer - org.springframework.lang中的注释类型
已过时。
as of 5.1, along with Spring's Sun HTTP Server support classes
UsesSunMisc - org.springframework.lang中的注释类型
Indicates that the annotated element uses an API from the sun.misc package.
useSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
已过时。
as of 5.2.4. See class-level note on the deprecation of path extension config options.
useSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
已过时。
as of 5.2.4. See class-level note in RequestMappingHandlerMapping on the deprecation of path extension config options.
useTrailingSlashMatch() - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
useTrailingSlashMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
useTrailingSlashMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return whether to apply trailing slash matching in PatternsRequestCondition.
usingColumns(String...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingColumns(String...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the column names that the insert statement should be limited to use.
usingContext() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
usingGeneratedKeyColumns(String...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingGeneratedKeyColumns(String...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the names of any columns that have auto generated keys.
UtilNamespaceHandler - org.springframework.beans.factory.xml中的类
NamespaceHandler for the util namespace.
UtilNamespaceHandler() - 类 的构造器org.springframework.beans.factory.xml.UtilNamespaceHandler
 
UUIDEditor - org.springframework.beans.propertyeditors中的类
Editor for java.util.UUID, translating UUID String representations into UUID objects and back.
UUIDEditor() - 类 的构造器org.springframework.beans.propertyeditors.UUIDEditor
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包