インデックス

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
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式

O

OBJECT - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
OBJECT - Enum constant in enum class org.springframework.jms.support.converter.MessageType
OBJECT - Static variable in class org.springframework.asm.Type
オブジェクト参照型の種類。
OBJECT_BY_CLASS - Static variable in class org.springframework.cglib.core.KeyFactory
使用すべきではありません。
キーオブジェクトはオブジェクトとクラスへの強い参照を保持しているため、このカスタマイザーは予期しないクラスリークを引き起こす可能性があります。オブジェクトを取り除き、クラスを文字列として表す前処理メソッドを用意することをお勧めします
OBJECT_TYPE_ATTRIBUTE - Static variable in interface org.springframework.beans.factory.FactoryBean
BeanDefinitionset にできる属性の名前。これにより、ファクトリ Bean クラスからオブジェクト型を推測できない場合に、ファクトリ Bean がオブジェクト型を通知できるようになります。
ObjectError - Class in org.springframework.validation
オブジェクトエラー、つまりオブジェクトを拒否するグローバルな理由をカプセル化します。
ObjectError(String, String) - Constructor for class org.springframework.validation.ObjectError
ObjectError クラスの新しいインスタンスを作成します。
ObjectError(String, String[], Object[], String) - Constructor for class org.springframework.validation.ObjectError
ObjectError クラスの新しいインスタンスを作成します。
ObjectFactory< T > - Interface in org.springframework.beans.factory
呼び出されたときに Object インスタンス(おそらく共有または独立)を返すことができるファクトリを定義します。
ObjectFactoryCreatingFactoryBean - org.springframework.beans.factory.config のクラス
ObjectFactory である値を返す FactoryBean 実装は、BeanFactory をソースとする Bean を返します。
ObjectFactoryCreatingFactoryBean() - クラス org.springframework.beans.factory.config. ObjectFactoryCreatingFactoryBean のコンストラクター
objectId(Object) - Static method in class org.apache.commons.logging.LogFactory
使用すべきではありません。
objectIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - クラス org.springframework.http.converter.json のメソッド。SpringHandlerInstantiator
objectName() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
ObjectNameManager - org.springframework.jmx.support のクラス
ObjectNameSE インスタンスを作成するためのヘルパークラス。
ObjectNamingStrategy - Interface in org.springframework.jmx.export.naming
ObjectName インスタンスの作成をカプセル化する戦略インターフェース。
ObjectOptimisticLockingFailureException - Exception in org.springframework.orm
マップされたオブジェクトの楽観的ロック違反でスローされた例外。
ObjectOptimisticLockingFailureException(Class<?>, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
デフォルトの「楽観的ロックに失敗しました」メッセージを使用して、指定されたオブジェクトの新しい ObjectOptimisticLockingFailureException を作成します。
ObjectOptimisticLockingFailureException(Class<?>, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
指定された明示的なメッセージを使用して、指定されたオブジェクトの新しい ObjectOptimisticLockingFailureException を作成します。
ObjectOptimisticLockingFailureException(Class<?>, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
デフォルトの「楽観的ロックに失敗しました」メッセージを使用して、指定されたオブジェクトの新しい ObjectOptimisticLockingFailureException を作成します。
ObjectOptimisticLockingFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
デフォルトの「楽観的ロックに失敗しました」メッセージを使用して、指定されたオブジェクトの新しい ObjectOptimisticLockingFailureException を作成します。
ObjectOptimisticLockingFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
指定された明示的なメッセージを使用して、指定されたオブジェクトの新しい ObjectOptimisticLockingFailureException を作成します。
ObjectOptimisticLockingFailureException(String, Object, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
デフォルトの「楽観的ロックに失敗しました」メッセージを使用して、指定されたオブジェクトの新しい ObjectOptimisticLockingFailureException を作成します。
ObjectOptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectOptimisticLockingFailureException
影響を受けるオブジェクトに関する情報なしで、指定されたメッセージで一般的な ObjectOptimisticLockingFailureException を作成します。
ObjectProvider< T > - Interface in org.springframework.beans.factory
インジェクションポイント用に特別に設計された ObjectFactory のバリアントで、プログラムによるオプションと緩やかな一意でない処理を可能にします。
objectResult(Collection<?>, Class<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
指定されたコレクションから一意の結果オブジェクトを返します。
ObjectRetrievalFailureException - Exception in org.springframework.orm
マップされたオブジェクトをその識別子を介して取得できなかった場合にスローされる例外。
ObjectRetrievalFailureException(Class<?>, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
デフォルトの "not found" メッセージを使用して、指定されたオブジェクトの新しい ObjectRetrievalFailureException を作成します。
ObjectRetrievalFailureException(Class<?>, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
指定された明示的なメッセージと例外を使用して、指定されたオブジェクトの新しい ObjectRetrievalFailureException を作成します。
ObjectRetrievalFailureException(String, Object) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
デフォルトの "not found" メッセージを使用して、指定されたオブジェクトの新しい ObjectRetrievalFailureException を作成します。
ObjectRetrievalFailureException(String, Object, String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
指定された明示的なメッセージと例外を使用して、指定されたオブジェクトの新しい ObjectRetrievalFailureException を作成します。
ObjectRetrievalFailureException(String, Throwable) - Constructor for exception org.springframework.orm.ObjectRetrievalFailureException
影響を受けるオブジェクトに関する情報なしで、指定されたメッセージで一般的な ObjectRetrievalFailureException を作成します。
ObjectSwitchCallback - Interface in org.springframework.cglib.core
ObjectToStringHttpMessageConverter - org.springframework.http.converter のクラス
コンテンツの読み取りと書き込みに StringHttpMessageConverter を使用する HttpMessageConverter と、文字列コンテンツのターゲットオブジェクト型との変換に ConversionService を使用します。
ObjectToStringHttpMessageConverter(ConversionService) - クラス org.springframework.http.converter. ObjectToStringHttpMessageConverter のコンストラクター
(String)メッセージ本文とターゲットクラス型間の変換に使用する ConversionService を受け入れるコンストラクター。
ObjectToStringHttpMessageConverter(ConversionService, Charset) - クラス org.springframework.http.converter. ObjectToStringHttpMessageConverter のコンストラクター
ConversionService およびデフォルトの文字セットを受け入れるコンストラクター。
ObjectUtils - Class in org.springframework.util
その他のオブジェクトユーティリティメソッド。
ObjectUtils() - Constructor for class org.springframework.util.ObjectUtils
observationConvention(ClientRequestObservationConvention) - インターフェース org.springframework.web.client のメソッド。RestClient.Builder
リクエスト監視のメタデータの収集に使用するように ObservationConvention を構成します。
observationConvention(ServerRequestObservationConvention) - クラス org.springframework.web.server.adapter のメソッド。WebHttpHandlerBuilder
サーバー監視に使用するように ServerRequestObservationConvention を構成します。
observationConvention(ClientRequestObservationConvention) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.Builder
リクエスト監視のメタデータを収集するために使用する ObservationConvention を提供します。
observationRegistry(ObservationRegistry) - インターフェース org.springframework.web.client のメソッド。RestClient.Builder
HTTP クライアント監視の記録に使用するように ObservationRegistry を構成します。
observationRegistry(ObservationRegistry) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.Builder
HTTP クライアント呼び出しの監視を記録するために使用する ObservationRegistry を提供します。
observationRegistry(ObservationRegistry) - クラス org.springframework.web.server.adapter のメソッド。WebHttpHandlerBuilder
サーバー交換の観測を記録するために ObservationRegistry を構成します。
obtain() - クラス org.springframework.util.function のメソッド。SingletonSupplier
このサプライヤーの共有シングルトンインスタンスを取得します。
obtainApplicationContext() - クラス org.springframework.context.support のメソッド。ApplicationObjectSupport
実際に使用するために ApplicationContext を取得します。
obtainApplicationContext() - クラス org.springframework.web.reactive.result.view のメソッド。AbstractView
実際に使用するために ApplicationContext を取得します。
obtainConfiguration() - クラス org.springframework.web.reactive.result.view.freemarker のメソッド。FreeMarkerView
実際の使用のために FreeMarker Configuration を取得します。
obtainConfiguration() - クラス org.springframework.web.servlet.view.freemarker のメソッド。FreeMarkerView
実際の使用のために FreeMarker Configuration を取得します。
obtainConnectionFactory() - クラス org.springframework.jms.connection のメソッド。JmsTransactionManager
実際に使用するために ConnectionFactory を取得します。
obtainConnectionFactory() - クラス org.springframework.jms.support のメソッド。JmsAccessor
実際に使用するために ConnectionFactory を取得します。
obtainConnectionFactory() - クラス org.springframework.r2dbc.connection のメソッド。R2dbcTransactionManager
実際に使用するために ConnectionFactory を取得します。
obtainDataSource() - クラス org.springframework.jdbc.datasource のメソッド。DataSourceTransactionManager
DataSource を入手して実際に使用してください。
obtainDataSource() - クラス org.springframework.jdbc.support のメソッド。JdbcAccessor
実際に使用するために DataSource を取得します。
obtainDefaultPersistenceUnitInfo() - クラス org.springframework.orm.jpa.persistenceunit のメソッド。DefaultPersistenceUnitManager
obtainDefaultPersistenceUnitInfo() - インターフェース org.springframework.orm.jpa.persistenceunit のメソッド。PersistenceUnitManager
このマネージャーからデフォルトの PersistenceUnitInfo を取得します。
obtainEntityManagerFactory() - クラス org.springframework.orm.jpa のメソッド。EntityManagerFactoryAccessor
実際に使用するために EntityManagerFactory を取得します。
obtainEntityManagerFactory() - クラス org.springframework.orm.jpa のメソッド。JpaTransactionManager
実際に使用するために EntityManagerFactory を取得します。
obtainFreshBean(BeanFactory, String) - クラス org.springframework.aop.target.dynamic のメソッド。BeanFactoryRefreshableTargetSource
サブクラスがオーバーライドして、指定された Bean ファクトリと Bean 名に新しいターゲットオブジェクトを提供するテンプレートメソッド。
obtainFreshBean(BeanFactory, String) - クラス org.springframework.scripting.support のメソッド。RefreshableScriptTargetSource
必要に応じて FactoryBean を取得して、新しいターゲットオブジェクトを取得します。
obtainFreshBeanFactory() - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
サブクラスに内部 Bean ファクトリをリフレッシュするよう指示します。
obtainInstanceFromSupplier(Supplier<?>, String, RootBeanDefinition) - クラス org.springframework.beans.factory.support のメソッド。AbstractAutowireCapableBeanFactory
指定されたサプライヤーから Bean インスタンスを取得します。
obtainInstanceFromSupplier(Supplier<?>, String, RootBeanDefinition) - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
obtainMethodParameter() - クラス org.springframework.beans.factory のメソッド。InjectionPoint
存在する場合、ラップされた MethodParameter を返します。
obtainPersistenceUnitInfo(String) - クラス org.springframework.orm.jpa.persistenceunit のメソッド。DefaultPersistenceUnitManager
obtainPersistenceUnitInfo(String) - インターフェース org.springframework.orm.jpa.persistenceunit のメソッド。PersistenceUnitManager
このマネージャーから指定された PersistenceUnitInfo を取得します。
obtainRouteMatcher() - クラス org.springframework.messaging.handler.annotation.reactive のメソッド。MessageMappingMessageHandler
RouteMatcher を入手して実際に使用してください。
obtainSessionFactory() - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
実際に使用するために SessionFactory を取得します。
obtainSessionFactory() - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTransactionManager
実際に使用するために SessionFactory を取得します。
obtainTargetDataSource() - クラス org.springframework.jdbc.datasource のメソッド。DelegatingDataSource
実際に使用するためにターゲット DataSource を取得します(決して null ではありません)。
of(long, DataUnit) - Static method in class org.springframework.util.unit.DataSize
指定された DataUnit の金額を表す DataSize を取得します。
of(E...) - Static method in class org.springframework.beans.factory.support.ManagedList
任意の数の要素を含む新しいインスタンスを作成します。
of(E...) - Static method in class org.springframework.beans.factory.support.ManagedSet
任意の数の要素を含む新しいインスタンスを作成します。
of(CharSequence) - Static method in class org.springframework.core.test.tools.SourceFile
指定された CharSequenceSE から新しい SourceFile を作成するファクトリメソッド。
of(Class<?>) - Static method in interface org.springframework.aot.hint.TypeReference
指定された型に基づいてインスタンスを作成します。
of(Class<?>...) - Static method in class org.springframework.aot.hint.JdkProxyHint
使用するプロキシインターフェースでビルダーを初期化します。
of(Class<?>, String) - Static method in class org.springframework.aot.agent.MethodReference
of(Class<?>, String) - インターフェース org.springframework.aot.generate.MethodReference.ArgumentCodeGenerator の静的メソッド
指定された引数の型のみをサポートする MethodReference.ArgumentCodeGenerator を作成するために使用できるファクトリメソッド。
of(Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.RepeatableContainers
事前定義された繰り返し可能な型とコンテナー型を使用する RepeatableContainers インスタンスを作成します。
of(Class<A>) - Static method in interface org.springframework.core.annotation.MergedAnnotation
指定されたアノテーション型の新しい MergedAnnotation インスタンスを作成します。
of(Class<A>, Map<String, ?>) - Static method in interface org.springframework.core.annotation.MergedAnnotation
マップが提供する属性値を使用して、指定されたアノテーション型の新しい MergedAnnotation インスタンスを作成します。
of(Class<T>, T) - インターフェース org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver の静的メソッド
指定された型のみを解決する SpringFactoriesLoader.ArgumentResolver を作成するために使用できるファクトリメソッド。
of(ClassLoader, Object, Class<A>, Map<String, ?>) - Static method in interface org.springframework.core.annotation.MergedAnnotation
マップが提供する属性値を使用して、指定されたアノテーション型の新しい MergedAnnotation インスタンスを作成します。
of(Iterable<HttpMessageConverter<?>>) - Static method in class org.springframework.test.http.HttpMessageContentConverter
使用する候補の反復可能なインスタンスを作成します。
of(Object[]) - Static method in interface org.springframework.beans.factory.aot.AutowiredArguments
指定されたオブジェクト配列から新しい AutowiredArguments インスタンスを作成するファクトリメソッド。
of(Object...) - Static method in class org.springframework.test.web.servlet.assertj.MockMvcTester
1 つ以上の @Controller インスタンスを登録してインスタンスを作成するためのショートカット。
of(AnnotatedElement, Class<A>, Map<String, ?>) - Static method in interface org.springframework.core.annotation.MergedAnnotation
マップが提供する属性値を使用して、指定されたアノテーション型の新しい MergedAnnotation インスタンスを作成します。
of(String) - Static method in interface org.springframework.aot.hint.TypeReference
指定されたクラス名に基づいてインスタンスを作成します。
of(String...) - Static method in interface org.springframework.core.env.Profiles
指定されたプロファイル式との一致をチェックする新しい Profiles インスタンスを作成します。
of(String...) - Static method in interface org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypes
指定されたマネージドクラス名を使用してインスタンスを作成します。
of(String, byte[]) - Static method in class org.springframework.core.test.tools.ClassFile
指定された content から新しい ClassFile を作成するファクトリメソッド。
of(String, byte[]) - Static method in class org.springframework.core.test.tools.ResourceFile
指定された byte[] から新しい ResourceFile を作成するファクトリメソッド。
of(String, CharSequence) - Static method in class org.springframework.core.test.tools.ResourceFile
指定された CharSequenceSE から新しい ResourceFile を作成するファクトリメソッド。
of(String, CharSequence) - Static method in class org.springframework.core.test.tools.SourceFile
指定された CharSequenceSE から新しい SourceFile を作成するファクトリメソッド。
of(String, InputStreamSource) - Static method in class org.springframework.core.test.tools.ClassFile
指定された InputStreamSource から新しい ClassFile を作成するファクトリメソッド。
of(String, InputStreamSource) - Static method in class org.springframework.core.test.tools.ResourceFile
指定された InputStreamSource から新しい ResourceFile を作成するファクトリメソッド。
of(String, InputStreamSource) - Static method in class org.springframework.core.test.tools.SourceFile
指定された InputStreamSource から新しい SourceFile を作成するファクトリメソッド。
of(String, WritableContent) - Static method in class org.springframework.core.test.tools.ResourceFile
指定された WritableContent から新しい SourceFile を作成するファクトリメソッド。
of(String, WritableContent) - Static method in class org.springframework.core.test.tools.SourceFile
指定された WritableContent から新しい SourceFile を作成するファクトリメソッド。
of(Collection<?>, Function<StandaloneMockMvcBuilder, MockMvc>) - Static method in class org.springframework.test.web.servlet.assertj.MockMvcTester
1 つ以上の @Controller インスタンスを登録し、Spring MVC インフラストラクチャをプログラムで構成してインスタンスを作成します。
of(Collection<MergedAnnotation<?>>) - Static method in interface org.springframework.core.annotation.MergedAnnotations
直接存在するアノテーションの指定されたコレクションから新しい MergedAnnotations インスタンスを作成します。
of(Supplier<? extends CharSequence>) - Static method in class org.springframework.core.log.LogMessage
指定されたサプライヤーからの遅延解決メッセージを作成します。
of(Supplier<T>) - Static method in class org.springframework.util.function.SingletonSupplier
指定されたサプライヤーで SingletonSupplier を構築します。
of(List<String>, List<String>) - Static method in interface org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypes
指定されたマネージドクラス名とパッケージを使用してインスタンスを作成します。
of(Optional<T>) - Static method in class org.springframework.http.ResponseEntity
指定された本体と OK ステータスで ResponseEntity を作成するためのショートカット、または Optional.empty() パラメーターの場合は空の本体と NOT FOUND ステータスを作成するためのショートカット。
of(InstrumentedMethod) - Static method in class org.springframework.aot.agent.RecordedInvocation
指定された InstrumentedMethod のビルダーを初期化します。
of(TypeReference...) - Static method in class org.springframework.aot.hint.JdkProxyHint
使用するプロキシインターフェースでビルダーを初期化します。
of(ConfigurableListableBeanFactory, String) - Static method in class org.springframework.beans.factory.support.RegisteredBean
通常の Bean の新しい RegisteredBean インスタンスを作成します。
of(InstanceSupplier<T>) - Static method in interface org.springframework.beans.factory.support.InstanceSupplier
1 回の呼び出しで InstanceSupplier を作成し、ポストプロセッサーを追加するために使用できるラムダフレンドリなメソッド。
of(InputStreamSource) - Static method in class org.springframework.core.test.tools.SourceFile
指定された InputStreamSource から新しい SourceFile を作成するファクトリメソッド。
of(ClassFile...) - Static method in class org.springframework.core.test.tools.ClassFiles
指定されたクラスを含む ClassFiles インスタンスを作成するために使用できるファクトリメソッド。
of(ResourceFile...) - Static method in class org.springframework.core.test.tools.ResourceFiles
指定されたファイルを含む ResourceFiles インスタンスを作成するために使用できるファクトリメソッド。
of(SourceFile...) - Static method in class org.springframework.core.test.tools.SourceFiles
指定されたファイルを含む SourceFiles インスタンスを作成するために使用できるファクトリメソッド。
of(WritableContent) - Static method in class org.springframework.core.test.tools.SourceFile
指定された WritableContent から新しい SourceFile を作成するファクトリメソッド。
of(HttpMessageConverter<?>...) - Static method in class org.springframework.test.http.HttpMessageContentConverter
使用する候補の可変引数を持つインスタンスを作成します。
of(ProblemDetail) - Static method in class org.springframework.http.ResponseEntity
ステータスを ProblemDetail.getStatus() に設定し、本体を ProblemDetail に設定して、新しい ResponseEntity.HeadersBuilder を作成します。
of(ClassName) - Static method in class org.springframework.aot.generate.GeneratedTypeReference
of(ThrowingBiFunction<T, U, R>) - Static method in interface org.springframework.util.function.ThrowingBiFunction
ThrowingBiFunction.apply(Object, Object) メソッドが、指定されたラムダ式またはメソッド参照によってスローされたチェック済み例外をラップする ThrowingBiFunction を作成するために使用できる、ラムダに適した便利なメソッド。
of(ThrowingBiFunction<T, U, R>, BiFunction<String, Exception, RuntimeException>) - Static method in interface org.springframework.util.function.ThrowingBiFunction
ThrowingBiFunction.apply(Object, Object) メソッドが、指定された exceptionWrapper を使用して、スローされたチェック済み例外をラップする ThrowingBiFunction を作成するために使用できる、ラムダに適した便利なメソッド。
of(ThrowingConsumer<T>) - Static method in interface org.springframework.util.function.ThrowingConsumer
ThrowingConsumer.accept(Object) メソッドが、指定されたラムダ式またはメソッド参照によってスローされたチェック済み例外をラップする ThrowingConsumer を作成するために使用できる、ラムダに適した便利なメソッド。
of(ThrowingConsumer<T>, BiFunction<String, Exception, RuntimeException>) - Static method in interface org.springframework.util.function.ThrowingConsumer
ThrowingConsumer.accept(Object) メソッドが、指定された exceptionWrapper を使用して、スローされたチェック済み例外をラップする ThrowingConsumer を作成するために使用できる、ラムダに適した便利なメソッド。
of(ThrowingFunction<T, R>) - Static method in interface org.springframework.util.function.ThrowingFunction
ThrowingFunction.apply(Object) メソッドが、指定されたラムダ式またはメソッド参照によってスローされたチェック済み例外をラップする ThrowingFunction を作成するために使用できる、ラムダに適した便利なメソッド。
of(ThrowingFunction<T, R>, BiFunction<String, Exception, RuntimeException>) - Static method in interface org.springframework.util.function.ThrowingFunction
ThrowingFunction.apply(Object) メソッドが、指定された exceptionWrapper を使用して、スローされたチェック済み例外をラップする ThrowingFunction を作成するために使用できる、ラムダに適した便利なメソッド。
of(ThrowingSupplier<T>) - Static method in interface org.springframework.util.function.ThrowingSupplier
ThrowingSupplier.get() メソッドが、指定されたラムダ式またはメソッド参照によってスローされたチェック済み例外をラップする ThrowingSupplier を作成するために使用できる、ラムダに適した便利なメソッド。
of(ThrowingSupplier<T>, BiFunction<String, Exception, RuntimeException>) - Static method in interface org.springframework.util.function.ThrowingSupplier
ThrowingSupplier.get() メソッドが、指定された exceptionWrapper を使用して、スローされたチェック例外をラップする ThrowingSupplier を作成するために使用できる、ラムダに適した便利なメソッド。
of(T) - Static method in class org.springframework.util.function.SingletonSupplier
指定されたシングルトンインスタンスで SingletonSupplier を構築します。
ofBytes(long) - Static method in class org.springframework.util.unit.DataSize
指定されたバイト数を表す DataSize を取得します。
ofEntries(Map.Entry<? extends K, ? extends V>...) - Static method in class org.springframework.beans.factory.support.ManagedMap
指定されたエントリから抽出されたキーと値を含む新しいインスタンスを返します。
ofErrorHandler(Predicate<Throwable>, BiFunction<Throwable, ServerRequest, T>) - Static method in interface org.springframework.web.servlet.function.HandlerFilterFunction
指定された述語とレスポンスプロバイダー関数を、指定された例外で ServerResponse を返すフィルター関数に適合させます。
OFF - Enum constant in enum class org.springframework.expression.spel.SpelCompilerMode
コンパイラーはオフになり、すべての式は解釈モードで評価されます。
ofGigabytes(long) - Static method in class org.springframework.util.unit.DataSize
指定されたギガバイト数を表す DataSize を取得します。
ofInnerBean(RegisteredBean, String, BeanDefinition) - Static method in class org.springframework.beans.factory.support.RegisteredBean
内部 Bean の新しい RegisteredBean インスタンスを作成します。
ofInnerBean(RegisteredBean, BeanDefinition) - Static method in class org.springframework.beans.factory.support.RegisteredBean
内部 Bean の新しい RegisteredBean インスタンスを作成します。
ofInnerBean(RegisteredBean, BeanDefinitionHolder) - Static method in class org.springframework.beans.factory.support.RegisteredBean
内部 Bean の新しい RegisteredBean インスタンスを作成します。
ofKilobytes(long) - Static method in class org.springframework.util.unit.DataSize
指定されたキロバイト数を表す DataSize を取得します。
ofMegabytes(long) - Static method in class org.springframework.util.unit.DataSize
指定されたメガバイト数を表す DataSize を取得します。
ofNullable(Supplier<T>) - Static method in class org.springframework.util.function.SingletonSupplier
指定されたサプライヤーで SingletonSupplier を構築します。
ofNullable(T) - Static method in class org.springframework.http.ResponseEntity
指定された本体と OK ステータスを持つ ResponseEntity を作成するためのショートカット、または null パラメーターの場合は空の本体と NOT FOUND ステータスを作成するためのショートカット。
ofNullable(T) - Static method in class org.springframework.util.function.SingletonSupplier
指定されたシングルトンインスタンスで SingletonSupplier を構築します。
ofRequestProcessor(Function<ClientRequest, Mono<ClientRequest>>) - Static method in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
ClientRequest でのみ動作するフィルター関数に、指定されたリクエストプロセッサー関数を適合させます。
ofRequestProcessor(Function<ServerRequest, Mono<ServerRequest>>) - Static method in interface org.springframework.web.reactive.function.server.HandlerFilterFunction
ServerRequest でのみ動作するフィルター関数に、指定されたリクエストプロセッサー関数を適合させます。
ofRequestProcessor(Function<ServerRequest, ServerRequest>) - Static method in interface org.springframework.web.servlet.function.HandlerFilterFunction
ServerRequest でのみ動作するフィルター関数に、指定されたリクエストプロセッサー関数を適合させます。
ofResponseProcessor(BiFunction<ServerRequest, T, R>) - Static method in interface org.springframework.web.servlet.function.HandlerFilterFunction
ServerResponse でのみ動作するフィルター関数に、指定されたレスポンスプロセッサー関数を適合させます。
ofResponseProcessor(Function<ClientResponse, Mono<ClientResponse>>) - Static method in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
ClientResponse でのみ動作するフィルター関数に、指定されたレスポンスプロセッサー関数を適合させます。
ofResponseProcessor(Function<T, Mono<R>>) - Static method in interface org.springframework.web.reactive.function.server.HandlerFilterFunction
ServerResponse でのみ動作するフィルター関数に、指定されたレスポンスプロセッサー関数を適合させます。
ofSupplied(Class<T>, Supplier<T>) - インターフェース org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver の静的メソッド
指定された型のみを解決する SpringFactoriesLoader.ArgumentResolver を作成するために使用できるファクトリメソッド。
ofTerabytes(long) - Static method in class org.springframework.util.unit.DataSize
指定されたテラバイト数を表す DataSize を取得します。
ok() - Static method in class org.springframework.http.ResponseEntity
ステータスを OK に設定してビルダーを作成します。
ok() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
ステータスを 200 OK に設定してビルダーを作成します。
ok() - Static method in interface org.springframework.web.servlet.function.ServerResponse
ステータスを 200 OK に設定してビルダーを作成します。
ok(T) - Static method in class org.springframework.http.ResponseEntity
指定された本体とステータスが OK に設定された ResponseEntity を作成するためのショートカット。
OK - Enum constant in enum class org.springframework.http.HttpStatus
200 OK.
OkHttp3ClientHttpRequestFactory - org.springframework.http.client のクラス
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
6.1 以降、他の ClientHttpRequestFactory 実装を優先します。7.0 で削除予定
OkHttp3ClientHttpRequestFactory() - クラス org.springframework.http.client のコンストラクター。OkHttp3ClientHttpRequestFactory
使用すべきではありません。
デフォルトの OkHttpClient インスタンスでファクトリを作成します。
OkHttp3ClientHttpRequestFactory(OkHttpClient) - クラス org.springframework.http.client のコンストラクター。OkHttp3ClientHttpRequestFactory
使用すべきではありません。
指定された OkHttpClient インスタンスでファクトリを作成します。
on(Class<T>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
「モック」コントローラーインスタンスを返します。
ON_REFRESH_VALUE - Static variable in class org.springframework.context.support.DefaultLifecycleProcessor
コンテキストチェックポイントと終了プロパティの認識された値: "onRefresh"。
onAllDataRead() - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerReadPublisher
サブクラスはこのメソッドを呼び出して onComplete をシグナルし、すべてのデータが読み取られたときにコンテナーから通知を委譲することができます。
onApplicationEvent(E) - Method in interface org.springframework.context.ApplicationListener
アプリケーションイベントを処理します。
onApplicationEvent(E) - クラス org.springframework.transaction.event のメソッド。TransactionalApplicationListenerAdapter
onApplicationEvent(ApplicationEvent) - クラス org.springframework.context.event のメソッド。ApplicationListenerMethodAdapter
onApplicationEvent(ApplicationEvent) - クラス org.springframework.context.event のメソッド。GenericApplicationListenerAdapter
onApplicationEvent(ApplicationEvent) - クラス org.springframework.context.event のメソッド。SourceFilteringListener
onApplicationEvent(ApplicationEvent) - クラス org.springframework.messaging.simp.user のメソッド。MultiServerUserRegistry
onApplicationEvent(ApplicationEvent) - クラス org.springframework.transaction.event のメソッド。TransactionalApplicationListenerMethodAdapter
onApplicationEvent(ApplicationEvent) - クラス org.springframework.web.socket.messaging のメソッド。DefaultSimpUserRegistry
onApplicationEvent(ApplicationContextEvent) - クラス org.springframework.scheduling.annotation のメソッド。ScheduledAnnotationBeanPostProcessor
ContextRefreshedEvent および ContextClosedEvent に反応し、それぞれ ScheduledAnnotationBeanPostProcessor.finishRegistration() を実行し、スケジュールされたタスクを早期にキャンセルします。
onApplicationEvent(ContextClosedEvent) - クラス org.springframework.scheduling.concurrent のメソッド。ExecutorConfigurationSupport
早期シャットダウンを開始するための ContextClosedEvent ハンドラー。
onApplicationEvent(ContextClosedEvent) - クラス org.springframework.scheduling.concurrent のメソッド。SimpleAsyncTaskScheduler
onApplicationEvent(ContextRefreshedEvent) - クラス org.springframework.jms.config のメソッド。JmsListenerEndpointRegistry
onApplicationEvent(ContextRefreshedEvent) - クラス org.springframework.web.reactive.resource のメソッド。ResourceUrlProvider
onApplicationEvent(ContextRefreshedEvent) - クラス org.springframework.web.servlet のメソッド。FrameworkServlet
このサーブレットの WebApplicationContext からリフレッシュイベントを受け取るコールバック。
onApplicationEvent(ContextRefreshedEvent) - クラス org.springframework.web.servlet.resource のメソッド。ResourceUrlProvider
onApplicationEvent(BrokerAvailabilityEvent) - クラス org.springframework.messaging.simp.user のメソッド。UserRegistryMessageHandler
onApplicationEventInternal(ApplicationEvent) - クラス org.springframework.context.event のメソッド。SourceFilteringListener
目的のイベントソースに従ってすでにフィルタリングした後、実際にイベントを処理します。
ONBLUR_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
'onblur' 属性の名前。
once() - Static method in class org.springframework.test.web.client.ExpectedCount
一度のみ。
OncePerRequestFilter - org.springframework.web.filter のクラス
任意のサーブレットコンテナーで、リクエストディスパッチごとに 1 つの実行を保証することを目的とするフィルター基本クラス。
OncePerRequestFilter() - クラス org.springframework.web.filter. OncePerRequestFilter のコンストラクター
ONCHANGE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
'onchange' 属性の名前。
ONCLICK_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
onClose() - Method in interface org.springframework.context.LifecycleProcessor
自動停止コンポーネントなどのコンテキストクローズフェーズの通知。
onClose() - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
オーバーライドしてコンテキスト固有のシャットダウン作業を追加できるテンプレートメソッド。
onClose() - クラス org.springframework.context.support のメソッド。DefaultLifecycleProcessor
onClose(Session, CloseReason) - クラス org.springframework.web.reactive.socket.adapter のメソッド。StandardWebSocketHandlerAdapter
onClose(Session, CloseReason) - クラス org.springframework.web.socket.adapter.standard のメソッド。StandardWebSocketHandlerAdapter
onCompileInternal() - クラス org.springframework.jdbc.core.simple のメソッド。AbstractJdbcCall
コンパイルに反応するためにサブクラスがオーバーライドするフックメソッド。
onCompileInternal() - クラス org.springframework.jdbc.core.simple のメソッド。AbstractJdbcInsert
コンパイルに反応するためにサブクラスがオーバーライドするフックメソッド。
onCompileInternal() - クラス org.springframework.jdbc.object のメソッド。SqlCall
コンパイルに反応するためにサブクラスがオーバーライドするフックメソッド。
onCompileInternal() - クラス org.springframework.jdbc.object のメソッド。SqlOperation
サブクラスが後処理コンパイルにオーバーライドできるフックメソッド。
onComplete() - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteFlushProcessor
アップストリームからの完了シグナル、パブリッシャーに書き込みます。
onComplete() - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteProcessor
アップストリームからの完了シグナル、パブリッシャーに書き込みます。
onComplete() - クラス org.springframework.web.reactive.socket.adapter のメソッド。AbstractListenerWebSocketSession
onComplete(AsyncEvent) - クラス org.springframework.http.server のメソッド。ServletServerHttpAsyncRequestControl
onComplete(AsyncEvent) - クラス org.springframework.web.context.request.async のメソッド。StandardServletAsyncWebRequest
onComplete(Runnable) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.SseBuilder
リクエストが完了したときに呼び出されるコールバックを登録します。
onComplete(Runnable) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.StreamBuilder
リクエストが完了したときに呼び出されるコールバックを登録します。
onCompletion(Runnable) - クラス org.springframework.web.context.request.async のメソッド。DeferredResult
非同期リクエストが完了したときに呼び出すコードを登録します。
onCompletion(Runnable) - クラス org.springframework.web.context.request.async のメソッド。WebAsyncTask
非同期リクエストが完了したときに呼び出すコードを登録します。
onCompletion(Runnable) - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。ResponseBodyEmitter
非同期リクエストが完了したときに呼び出すコードを登録します。
onConstructor(Constructor<?>) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定されたコンストラクターにリフレクションヒントが登録されているかどうかを確認する述語を返します。
onDataAvailable() - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerReadPublisher
AbstractListenerReadPublisher.checkOnDataAvailable() によるチェックの後、同じスレッドで、基盤となるコンテナーからのコールバックとして、読み取りが可能なときに呼び出されます。
ONDBLCLICK_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
one() - インターフェース org.springframework.r2dbc.core のメソッド。RowsFetchSpec
正確にゼロまたは 1 つの結果を取得します。
onEndpointException(Throwable) - クラス org.springframework.jca.endpoint のメソッド。AbstractMessageEndpointFactory.AbstractMessageEndpoint
具体的なエンドポイントの呼び出しによって例外が発生したことをエンドポイントの基本クラスに通知するためのコールバックメソッド。
onError(WebSocketChannel, Throwable) - クラス org.springframework.web.reactive.socket.adapter のメソッド。UndertowWebSocketHandlerAdapter
使用すべきではありません。
onError(AsyncEvent) - クラス org.springframework.http.server のメソッド。ServletServerHttpAsyncRequestControl
onError(AsyncEvent) - クラス org.springframework.web.context.request.async のメソッド。StandardServletAsyncWebRequest
onError(Session, Throwable) - クラス org.springframework.web.reactive.socket.adapter のメソッド。StandardWebSocketHandlerAdapter
onError(Session, Throwable) - クラス org.springframework.web.socket.adapter.standard のメソッド。StandardWebSocketHandlerAdapter
onError(Class<? extends Throwable>, BiFunction<Throwable, ServerRequest, ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
指定されたレスポンスプロバイダー関数を適用することにより、指定された型のすべての例外をフィルターに掛けます。
onError(Class<T>, BiFunction<? super T, ServerRequest, Mono<ServerResponse>>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
指定されたレスポンスプロバイダー関数を適用することにより、指定された型のすべての例外をフィルターに掛けます。
onError(Throwable) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerReadPublisher
サブクラスはこれを呼び出して onError をシグナルし、コンテナーからのエラー通知を委譲できます。
onError(Throwable) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteFlushProcessor
アップストリームからのエラーシグナル、パブリッシャーに書き込みます。
onError(Throwable) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteProcessor
アップストリームからのエラーシグナル、パブリッシャーに書き込みます。
onError(Throwable) - クラス org.springframework.web.reactive.socket.adapter のメソッド。AbstractListenerWebSocketSession
onError(Callable<V>) - クラス org.springframework.web.context.request.async のメソッド。WebAsyncTask
非同期リクエストの処理中にエラーを呼び出すコードを登録します。
onError(Consumer<Throwable>) - クラス org.springframework.web.context.request.async のメソッド。DeferredResult
非同期リクエスト中にエラーが発生したときに呼び出すコードを登録します。
onError(Consumer<Throwable>) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.SseBuilder
処理中にエラーが発生したときに呼び出されるコールバックを登録します。
onError(Consumer<Throwable>) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.StreamBuilder
処理中にエラーが発生したときに呼び出されるコールバックを登録します。
onError(Consumer<Throwable>) - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。ResponseBodyEmitter
非同期リクエストの処理中にエラーを呼び出すコードを登録します。
onError(Predicate<? super Throwable>, BiFunction<? super Throwable, ServerRequest, Mono<ServerResponse>>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
指定されたレスポンスプロバイダー関数を適用することにより、述語に一致するすべての例外をフィルターに掛けます。
onError(Predicate<Throwable>, BiFunction<Throwable, ServerRequest, ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
指定されたレスポンスプロバイダー関数を適用することにより、述語に一致するすべての例外をフィルターに掛けます。
OneTimeTask - org.springframework.scheduling.config のクラス
初期遅延のある Runnable を定義する Task 実装。
OneTimeTask(Runnable, Duration) - クラス org.springframework.scheduling.config. OneTimeTask のコンストラクター
新しい DelayedTask を作成します。
onException(JMSException) - クラス org.springframework.jms.connection のメソッド。ChainedExceptionListener
onException(JMSException) - クラス org.springframework.jms.connection のメソッド。SingleConnectionFactory
基になる単一の接続を更新する例外リスナーコールバック。
onException(JMSException) - クラス org.springframework.jms.listener のメソッド。SimpleMessageListenerContainer
接続に失敗した場合に JMS プロバイダーによって呼び出される JMS ExceptionListener 実装。
onFailure(Throwable) - インターフェース org.springframework.util.concurrent のメソッド。FailureCallback
使用すべきではありません。
ListenableFuture が失敗して完了したときに呼び出されます。
onField(Class<?>, String) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定されたセレクターに一致するフィールドにリフレクションヒントが登録されているかどうかを確認する述語を返します。
onField(Field) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定されたフィールドにリフレクティブフィールドアクセスヒントが登録されているかどうかを確認する述語を返します。
onField(String, String) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定されたセレクターに一致するフィールドにリフレクションヒントが登録されているかどうかを確認する述語を返します。
onFlushPossible() - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteFlushProcessor
フラッシュが可能なときに呼び出されます。AbstractListenerWriteFlushProcessor.isWritePossible() を介してチェックした後、同じスレッドで実行されるか、基になるコンテナーからのコールバックとして実行されます。
ONFOCUS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
'onfocus' 属性の名前。
onFullBinaryMessage(WebSocketChannel, BufferedBinaryMessage) - クラス org.springframework.web.reactive.socket.adapter のメソッド。UndertowWebSocketHandlerAdapter
使用すべきではありません。
onFullCloseMessage(WebSocketChannel, BufferedBinaryMessage) - クラス org.springframework.web.reactive.socket.adapter のメソッド。UndertowWebSocketHandlerAdapter
使用すべきではありません。
onFullPongMessage(WebSocketChannel, BufferedBinaryMessage) - クラス org.springframework.web.reactive.socket.adapter のメソッド。UndertowWebSocketHandlerAdapter
使用すべきではありません。
onFullTextMessage(WebSocketChannel, BufferedTextMessage) - クラス org.springframework.web.reactive.socket.adapter のメソッド。UndertowWebSocketHandlerAdapter
使用すべきではありません。
onInstance(Object) - クラス org.springframework.aot.agent のメソッド。RecordedInvocation.Builder
この呼び出しに使用される this オブジェクトインスタンスを設定します。
onInvocation(RecordedInvocation) - インターフェース org.springframework.aot.agent のメソッド。RecordedInvocationsListener
Java エージェントによる invocation has been recorded の場合に呼び出されます。
ONKEYDOWN_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
ONKEYPRESS_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
ONKEYUP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
onLimitReached() - Method in class org.springframework.util.ConcurrencyThrottleSupport
同時実行制限に達したときに ConcurrencyThrottleSupport.beforeAccess() によってトリガーされます。
onMessage(Message) - クラス org.springframework.jms.listener.adapter のメソッド。AbstractAdaptableMessageListener
標準 JMS MessageListenerEE エントリポイント。
onMessage(Message, Session) - クラス org.springframework.jms.listener.adapter のメソッド。AbstractAdaptableMessageListener
onMessage(Message, Session) - クラス org.springframework.jms.listener.adapter のメソッド。MessageListenerAdapter
Spring SessionAwareMessageListener エントリポイント。
onMessage(Message, Session) - クラス org.springframework.jms.listener.adapter のメソッド。MessagingMessageListenerAdapter
onMessage(M, Session) - インターフェース org.springframework.jms.listener のメソッド。SessionAwareMessageListener
受信した JMS メッセージを処理するためのコールバック。
onMethod(Class<?>, String) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定されたセレクターに一致するメソッドにリフレクションヒントが登録されているかどうかを確認する述語を返します。
onMethod(Method) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定されたメソッドにリフレクションヒントが登録されているかどうかを確認する述語を返します。
onMethod(String, String) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定されたセレクターに一致するメソッドにリフレクションヒントが登録されているかどうかを確認する述語を返します。
ONMOUSEDOWN_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
ONMOUSEMOVE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
ONMOUSEOUT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
ONMOUSEOVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
ONMOUSEUP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
onNext(Void) - クラス org.springframework.web.reactive.socket.adapter のメソッド。AbstractListenerWebSocketSession
onNext(Publisher<? extends T>) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteFlushProcessor
onNext(T) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteProcessor
onOpen(Session, EndpointConfig) - クラス org.springframework.web.reactive.socket.adapter のメソッド。StandardWebSocketHandlerAdapter
onOpen(Session, EndpointConfig) - クラス org.springframework.web.socket.adapter.standard のメソッド。StandardWebSocketHandlerAdapter
onRawStatus(IntPredicate, Function<ClientResponse, Mono<? extends Throwable>>) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.ResponseSpec
生のステータスコード値を処理する WebClient.ResponseSpec.onStatus(Predicate, Function) のバリアント。
onReachableType(Class<?>) - クラス org.springframework.aot.hint のメソッド。TypeHint.Builder
このヒントは、指定された型が静的解析の観点から到達可能なコードパスにあるという事実に基づいて条件付きにします。
onReachableType(TypeReference) - クラス org.springframework.aot.hint のメソッド。JavaSerializationHint.Builder
指定された型を解決できるという事実を条件として、このヒントを作成します。
onReachableType(TypeReference) - クラス org.springframework.aot.hint のメソッド。JdkProxyHint.Builder
指定された型を解決できるという事実を条件として、このヒントを作成します。
onReachableType(TypeReference) - クラス org.springframework.aot.hint のメソッド。ResourceBundleHint.Builder
指定された型を解決できるという事実を条件として、このヒントを作成します。
onReachableType(TypeReference) - クラス org.springframework.aot.hint のメソッド。TypeHint.Builder
このヒントは、指定された型が静的解析の観点から到達可能なコードパスにあるという事実に基づいて条件付きにします。
onReadInactivity(Runnable, long) - クラス org.springframework.messaging.tcp.reactor のメソッド。ReactorNetty2TcpConnection
使用すべきではありません。
onReadInactivity(Runnable, long) - クラス org.springframework.messaging.tcp.reactor のメソッド。ReactorNettyTcpConnection
onReadInactivity(Runnable, long) - インターフェース org.springframework.messaging.tcp のメソッド。TcpConnection
一定の読み取り非アクティブ期間の後に呼び出すタスクを登録します。
onRefresh() - Method in interface org.springframework.context.LifecycleProcessor
自動起動コンポーネントなどのコンテキストリフレッシュの通知。
onRefresh() - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
コンテキスト固有のリフレッシュ作業を追加するためにオーバーライドできるテンプレートメソッド。
onRefresh() - クラス org.springframework.context.support のメソッド。DefaultLifecycleProcessor
onRefresh() - クラス org.springframework.web.context.support のメソッド。AbstractRefreshableWebApplicationContext
テーマ機能を初期化します。
onRefresh() - クラス org.springframework.web.context.support のメソッド。GenericWebApplicationContext
テーマ機能を初期化します。
onRefresh() - クラス org.springframework.web.context.support のメソッド。StaticWebApplicationContext
テーマ機能を初期化します。
onRefresh(ApplicationContext) - クラス org.springframework.web.servlet のメソッド。DispatcherServlet
onRefresh(ApplicationContext) - クラス org.springframework.web.servlet のメソッド。FrameworkServlet
オーバーライドしてサーブレット固有のリフレッシュ作業を追加できるテンプレートメソッド。
onRegister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
MBean が登録されるときに呼び出されます。
onRegister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
MBean が指定された ObjectNameSE で登録されたときに呼び出されます。
onRegister(ObjectName, Object) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
MBean が指定された ObjectNameSE で登録されたときに呼び出されます。
onScopeOpened(Observation.Scope, HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.filter のメソッド。ServerHttpObservationFilter
作成されたばかりの観測に対して新しい Observation.Scope が開かれたことをこのフィルターに通知します。
ONSELECT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
ONSELECT_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.TextareaTag
onSetExpression(String) - クラス org.springframework.aop.support のメソッド。AbstractExpressionPointcut
新しいポイントカット式が設定されたときに呼び出されます。
onStartAsync(AsyncEvent) - クラス org.springframework.http.server のメソッド。ServletServerHttpAsyncRequestControl
onStartAsync(AsyncEvent) - クラス org.springframework.web.context.request.async のメソッド。StandardServletAsyncWebRequest
onStartup(ServletContext) - クラス org.springframework.web.context のメソッド。AbstractContextLoaderInitializer
onStartup(ServletContext) - クラス org.springframework.web.server.adapter のメソッド。AbstractReactiveWebInitializer
onStartup(ServletContext) - クラス org.springframework.web.servlet.support のメソッド。AbstractDispatcherServletInitializer
onStartup(ServletContext) - Method in interface org.springframework.web.WebApplicationInitializer
この Web アプリケーションの初期化に必要なサーブレット、フィルター、リスナー context-params および属性を使用して、指定された ServletContextEE を構成します。
onStartup(Set<Class<?>>, ServletContext) - Method in class org.springframework.web.SpringServletContainerInitializer
ServletContext を、アプリケーションクラスパスに存在する WebApplicationInitializer 実装に委譲します。
onStatus(Predicate<HttpStatusCode>, Function<ClientResponse, Mono<? extends Throwable>>) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.ResponseSpec
特定のエラーステータスコードをエラーシグナルにマップして、レスポンスではなく下流に伝搬する関数を提供します。
onStatus(Predicate<HttpStatusCode>, RestClient.ResponseSpec.ErrorHandler) - インターフェース org.springframework.web.client のメソッド。RestClient.ResponseSpec
特定のエラーステータスコードをエラーハンドラーにマップする関数を提供します。
onStatus(ResponseErrorHandler) - インターフェース org.springframework.web.client のメソッド。RestClient.ResponseSpec
特定のエラーステータスコードをエラーハンドラーにマップする関数を提供します。
onSubscribe(Subscription) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteFlushProcessor
onSubscribe(Subscription) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteProcessor
onSubscribe(Subscription) - クラス org.springframework.web.reactive.socket.adapter のメソッド。AbstractListenerWebSocketSession
onSuccess(T) - インターフェース org.springframework.util.concurrent のメソッド。SuccessCallback
使用すべきではありません。
ListenableFuture が正常に完了したときに呼び出されます。
onSuppressedException(Exception) - クラス org.springframework.beans.factory.support のメソッド。DefaultSingletonBeanRegistry
一時的な循環参照解決の問題など、シングルトン Bean インスタンスの作成中に抑制された例外を登録します。
onTimeout(AsyncEvent) - クラス org.springframework.http.server のメソッド。ServletServerHttpAsyncRequestControl
onTimeout(AsyncEvent) - クラス org.springframework.web.context.request.async のメソッド。StandardServletAsyncWebRequest
onTimeout(Runnable) - クラス org.springframework.web.context.request.async のメソッド。DeferredResult
非同期リクエストがタイムアウトしたときに呼び出すコードを登録します。
onTimeout(Runnable) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.SseBuilder
リクエストがタイムアウトしたときに呼び出されるコールバックを登録します。
onTimeout(Runnable) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.StreamBuilder
リクエストがタイムアウトしたときに呼び出されるコールバックを登録します。
onTimeout(Runnable) - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。ResponseBodyEmitter
非同期リクエストがタイムアウトしたときに呼び出すコードを登録します。
onTimeout(Callable<V>) - クラス org.springframework.web.context.request.async のメソッド。WebAsyncTask
非同期リクエストがタイムアウトしたときに呼び出すコードを登録します。
onType(Class<?>) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定された型のリフレクションヒントが登録されているかどうかを確認する述語を返します。
onType(Class<?>) - クラス org.springframework.aot.hint.predicate のメソッド。SerializationHintsPredicates
指定された型の serialization hint が登録されているかどうかをチェックする述語を返します。
onType(TypeReference) - クラス org.springframework.aot.hint.predicate のメソッド。ReflectionHintsPredicates
指定された型のリフレクションヒントが登録されているかどうかを確認する述語を返します。
onType(TypeReference) - クラス org.springframework.aot.hint.predicate のメソッド。SerializationHintsPredicates
指定された型参照に対して serialization hint が登録されているかどうかをチェックする述語を返します。
onUnregister(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
MBean が登録解除されると呼び出されます。
onUnregister(ObjectName) - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
MBean が指定された ObjectNameSE で登録解除されたときに呼び出されます。
onWebSocketBinary(ByteBuffer, Callback) - クラス org.springframework.web.reactive.socket.adapter のメソッド。JettyWebSocketHandlerAdapter
onWebSocketBinary(ByteBuffer, Callback) - クラス org.springframework.web.socket.adapter.jetty のメソッド。JettyWebSocketHandlerAdapter
onWebSocketClose(int, String) - クラス org.springframework.web.reactive.socket.adapter のメソッド。JettyWebSocketHandlerAdapter
onWebSocketClose(int, String) - クラス org.springframework.web.socket.adapter.jetty のメソッド。JettyWebSocketHandlerAdapter
onWebSocketError(Throwable) - クラス org.springframework.web.reactive.socket.adapter のメソッド。JettyWebSocketHandlerAdapter
onWebSocketError(Throwable) - クラス org.springframework.web.socket.adapter.jetty のメソッド。JettyWebSocketHandlerAdapter
onWebSocketOpen(Session) - クラス org.springframework.web.reactive.socket.adapter のメソッド。JettyWebSocketHandlerAdapter
onWebSocketOpen(Session) - クラス org.springframework.web.socket.adapter.jetty のメソッド。JettyWebSocketHandlerAdapter
onWebSocketPong(ByteBuffer) - クラス org.springframework.web.reactive.socket.adapter のメソッド。JettyWebSocketHandlerAdapter
onWebSocketPong(ByteBuffer) - クラス org.springframework.web.socket.adapter.jetty のメソッド。JettyWebSocketHandlerAdapter
onWebSocketText(String) - クラス org.springframework.web.reactive.socket.adapter のメソッド。JettyWebSocketHandlerAdapter
onWebSocketText(String) - クラス org.springframework.web.socket.adapter.jetty のメソッド。JettyWebSocketHandlerAdapter
onWriteInactivity(Runnable, long) - クラス org.springframework.messaging.tcp.reactor のメソッド。ReactorNetty2TcpConnection
使用すべきではありません。
onWriteInactivity(Runnable, long) - クラス org.springframework.messaging.tcp.reactor のメソッド。ReactorNettyTcpConnection
onWriteInactivity(Runnable, long) - インターフェース org.springframework.messaging.tcp のメソッド。TcpConnection
一定期間の書き込み非アクティブ後に呼び出されるタスクを登録します。
onWritePossible() - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteProcessor
AbstractListenerWriteProcessor.isWritePossible() によるチェックの後、同じスレッドで、基礎となるコンテナーからのコールバックとして、書き込みが可能なときに呼び出されます。
onWriteTagContent() - クラス org.springframework.web.servlet.tags.form のメソッド。AbstractHtmlElementBodyTag
AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter) の開始時に呼び出され、サブクラスが必要な前提条件チェックまたはセットアップタスクを実行できるようにします。
onWriteTagContent() - クラス org.springframework.web.servlet.tags.form のメソッド。OptionTag
続行する前に、"select" タグにあることを確認してください。
OOD - Enum constant in enum class org.springframework.expression.spel.SpelMessage
OpAnd - org.springframework.expression.spel.ast のクラス
ブール AND 演算を表します。
OpAnd(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpAnd のコンストラクター
Opcodes - Interface in org.springframework.asm
JVM オペコード、アクセスフラグ、配列型コード。
OpDec - org.springframework.expression.spel.ast のクラス
デクリメント演算子。
OpDec(int, int, boolean, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpDec のコンストラクター
OpDivide - org.springframework.expression.spel.ast のクラス
除算演算子を実装します。
OpDivide(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpDivide のコンストラクター
OPEN - Enum constant in enum class org.springframework.web.socket.sockjs.frame.SockJsFrameType
openConnection() - クラス org.springframework.web.socket.client のメソッド。ConnectionManagerSupport
サブクラスはこれを実装して、実際に接続を確立します。
openConnection() - クラス org.springframework.web.socket.client.standard のメソッド。AnnotatedEndpointConnectionManager
openConnection() - クラス org.springframework.web.socket.client.standard のメソッド。EndpointConnectionManager
openConnection() - クラス org.springframework.web.socket.client のメソッド。WebSocketConnectionManager
openConnection(URL, Proxy) - クラス org.springframework.http.client のメソッド。SimpleClientHttpRequestFactory
指定された URL への接続を開いて返します。
OpenEntityManagerInViewFilter - org.springframework.orm.jpa.support のクラス
リクエストの処理全体で JPA EntityManager をスレッドにバインドするサーブレットフィルター。
OpenEntityManagerInViewFilter() - クラス org.springframework.orm.jpa.support. OpenEntityManagerInViewFilter のコンストラクター
OpenEntityManagerInViewInterceptor - org.springframework.orm.jpa.support のクラス
リクエストの処理全体で JPA EntityManager をスレッドにバインドする Spring Web リクエストインターセプター。
OpenEntityManagerInViewInterceptor() - クラス org.springframework.orm.jpa.support. OpenEntityManagerInViewInterceptor のコンストラクター
openFrame() - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
openSession() - クラス org.springframework.orm.hibernate5.support のメソッド。OpenSessionInViewInterceptor
このインターセプターが使用する SessionFactory のセッションを開きます。
openSession(SessionFactory) - クラス org.springframework.orm.hibernate5.support のメソッド。OpenSessionInterceptor
指定された SessionFactory のセッションを開きます。
openSession(SessionFactory) - クラス org.springframework.orm.hibernate5.support のメソッド。OpenSessionInViewFilter
このフィルターが使用する SessionFactory のセッションを開きます。
OpenSessionInterceptor - org.springframework.orm.hibernate5.support のクラス
メソッドの呼び出しごとに新しい Hibernate Session をバインドする単純な AOP Alliance MethodInterceptor 実装(以前にバインドされていない場合)。
OpenSessionInterceptor() - クラス org.springframework.orm.hibernate5.support. OpenSessionInterceptor のコンストラクター
OpenSessionInViewFilter - org.springframework.orm.hibernate5.support のクラス
リクエストの処理全体のために、Hibernate セッションをスレッドにバインドするサーブレットフィルター。
OpenSessionInViewFilter() - クラス org.springframework.orm.hibernate5.support. OpenSessionInViewFilter のコンストラクター
OpenSessionInViewInterceptor - org.springframework.orm.hibernate5.support のクラス
リクエストの処理全体で Hibernate Session をスレッドにバインドする Spring Web リクエストインターセプター。
OpenSessionInViewInterceptor() - クラス org.springframework.orm.hibernate5.support. OpenSessionInViewInterceptor のコンストラクター
openStreamForClass(String) - Method in class org.springframework.core.OverridingClassLoader
指定されたクラスの InputStream を開きます。
OpEQ - Class in org.springframework.expression.spel.ast
等価演算子を実装します。
OpEQ(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpEQ
OPERAND_NOT_DECREMENTABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
OPERAND_NOT_INCREMENTABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
operate(Operation, Object, Object) - Method in interface org.springframework.expression.OperatorOverloader
2 つのオペランドに対して指定された操作を実行し、結果を返します。
operate(Operation, Object, Object) - クラス org.springframework.expression.spel のメソッド。ExpressionState
operate(Operation, Object, Object) - クラス org.springframework.expression.spel.support のメソッド。StandardOperatorOverloader
Operation - Enum Class in org.springframework.expression
OperatorOverloader がオペランドの任意のペアに対して実装できるサポートされている演算。
Operator - Class in org.springframework.expression.spel.ast
1 つまたは 2 つのオペランドを操作する演算子の共通スーパー型。
Operator(String, int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Operator
OPERATOR_NOT_SUPPORTED_BETWEEN_TYPES - Enum constant in enum class org.springframework.expression.spel.SpelMessage
Operator.DescriptorComparison - org.springframework.expression.spel.ast のクラス
記述子比較は、2 つのオペランドの記述子を比較した結果をカプセル化し、互換性のあるレベルを示します。
OperatorBetween - org.springframework.expression.spel.ast のクラス
between 演算子を表します。
OperatorBetween(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OperatorBetween のコンストラクター
OperatorInstanceof - org.springframework.expression.spel.ast のクラス
演算子 'instanceof' は、Java で instanceof が行うのと同じ方法で、オブジェクトが右側のオペランドで指定されたクラスのものであるかどうかをチェックします。
OperatorInstanceof(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OperatorInstanceof のコンストラクター
OperatorMatches - org.springframework.expression.spel.ast のクラス
一致演算子を実装します。
OperatorMatches(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OperatorMatches のコンストラクター
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
Spring Framework 5.2.23 以降。Spring Framework 7.1 での削除については、代わりに OperatorMatches(ConcurrentLruCache, int, int, SpelNodeImpl...) を呼び出してください。
OperatorMatches(ConcurrentMap<String, Pattern>, int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OperatorMatches のコンストラクター
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
Spring Framework 6.2.19 以降。Spring Framework 7.1 での削除については、代わりに OperatorMatches(ConcurrentLruCache, int, int, SpelNodeImpl...) を呼び出してください。
OperatorMatches(ConcurrentLruCache<String, Pattern>, int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OperatorMatches のコンストラクター
共有パターンキャッシュを使用して新しい OperatorMatches インスタンスを作成します。
OperatorNot - org.springframework.expression.spel.ast のクラス
NOT オペレーションを表します。
OperatorNot(int, int, SpelNodeImpl) - クラス org.springframework.expression.spel.ast. OperatorNot のコンストラクター
OperatorOverloader - org.springframework.expression のインターフェース
デフォルトでは、Operation で定義された算術演算子は、数値などの単純な型をサポートします。
OperatorPower - org.springframework.expression.spel.ast のクラス
パワーオペレーター。
OperatorPower(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OperatorPower のコンストラクター
OpGE - Class in org.springframework.expression.spel.ast
より大きいか等しい演算子を実装します。
OpGE(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpGE
OpGT - Class in org.springframework.expression.spel.ast
大なり演算子を実装します。
OpGT(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpGT
OpInc - org.springframework.expression.spel.ast のクラス
増分演算子。
OpInc(int, int, boolean, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpInc のコンストラクター
OpLE - Class in org.springframework.expression.spel.ast
より小さいか等しい演算子を実装します。
OpLE(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpLE
OpLT - Class in org.springframework.expression.spel.ast
小なり演算子を実装します。
OpLT(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpLT
OpMinus - org.springframework.expression.spel.ast のクラス
マイナス演算子: 数値の減算 1 文字の文字列からの int の減算 (実質的にその文字を減らす)、つまり 'd' - 3 = 'a'
OpMinus(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpMinus のコンストラクター
OpModulus - org.springframework.expression.spel.ast のクラス
モジュラス演算子を実装します。
OpModulus(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpModulus のコンストラクター
OpMultiply - org.springframework.expression.spel.ast のクラス
multiply オペレーターを実装します。
OpMultiply(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpMultiply のコンストラクター
OpNE - Class in org.springframework.expression.spel.ast
等しくない演算子を実装します。
OpNE(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.OpNE
OpOr - org.springframework.expression.spel.ast のクラス
ブール OR 演算を表します。
OpOr(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpOr のコンストラクター
OpPlus - org.springframework.expression.spel.ast のクラス
プラス演算子は: 数字連結文字列を追加する
OpPlus(int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. OpPlus のコンストラクター
OptimisticLockingFailureException - Exception in org.springframework.dao
楽観的ロック違反でスローされた例外。
OptimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
OptimisticLockingFailureException のコンストラクター。
OptimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.OptimisticLockingFailureException
OptimisticLockingFailureException のコンストラクター。
optional() - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.MappedQuerySpec
単一の結果が利用可能な場合は、OptionalSE ハンドルとして取得します。
optionalResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
指定されたコレクションから単一の結果オブジェクトを返します。
optionalResult(Iterator<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
指定された Iterator から単一の結果オブジェクトを返します。
optionalResult(Stream<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
指定されたストリームから単一の結果オブジェクトを返します。
OptionalValidatorFactoryBean - org.springframework.validation.beanvalidation のクラス
Bean 検証プロバイダーが利用できない場合に、Validator 呼び出しを単に no-ops に変える LocalValidatorFactoryBean サブクラス。
OptionalValidatorFactoryBean() - クラス org.springframework.validation.beanvalidation. OptionalValidatorFactoryBean のコンストラクター
optionalValue() - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.ResultQuerySpec
利用可能な場合は、単一の値結果を OptionalSE ハンドルとして取得します。
options() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient
HTTP OPTIONS リクエストを準備します。
options() - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester
HTTP OPTIONS リクエストを準備します。
options() - インターフェース org.springframework.web.client のメソッド。RestClient
HTTP OPTIONS リクエストの作成を開始します。
options() - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient
HTTP OPTIONS リクエストの作成を開始します。
options(String, Object...) - Static method in class org.springframework.http.RequestEntity
指定された文字列ベースの URI テンプレートを使用して HTTP OPTIONS ビルダーを作成します。
options(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP OPTIONS バリアント。
options(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
OPTIONS リクエストの MockHttpServletRequestBuilder を作成します。
options(URI) - Static method in class org.springframework.http.RequestEntity
指定された URL で HTTP OPTIONS ビルダーを作成します。
options(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
OPTIONS リクエストの MockHttpServletRequestBuilder を作成します。
options(RequestMappingInfo.BuilderConfiguration) - インターフェース org.springframework.web.reactive.result.method のメソッド。RequestMappingInfo.Builder
リクエストのマッピングに必要な追加の構成を提供します。
options(RequestMappingInfo.BuilderConfiguration) - インターフェース org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo.Builder
リクエストのマッピングに必要な追加の構成を提供します。
OPTIONS - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
OPTIONS - Static variable in class org.springframework.http.HttpMethod
HTTP メソッド OPTIONS
OPTIONS(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
リクエストの HTTP メソッドが OPTIONS であり、指定された pattern がリクエストパスと一致する場合に一致する RequestPredicate を返します。
OPTIONS(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
リクエストの HTTP メソッドが OPTIONS であり、指定された pattern がリクエストパスと一致する場合に一致する RequestPredicate を返します。
OPTIONS(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
指定されたパターンに一致するすべての HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
OPTIONS(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
指定されたパターンと述語に一致するすべての HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
OPTIONS(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
指定されたパターンに一致するすべての HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
OPTIONS(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
指定されたパターンと述語に一致するすべての HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
OPTIONS(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
OPTIONS(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
指定された述語に一致するすべての HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
OPTIONS(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
OPTIONS(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
指定された述語に一致するすべての HTTP OPTIONS リクエストを処理する指定されたハンドラー関数にルートを追加します。
optionsForAllow(String, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
指定された URI の Allow ヘッダーの値を返します。
optionsForAllow(String, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
optionsForAllow(String, Map<String, ?>) - インターフェース org.springframework.web.client のメソッド。RestOperations
指定された URI の Allow ヘッダーの値を返します。
optionsForAllow(String, Map<String, ?>) - クラス org.springframework.web.client のメソッド。RestTemplate
optionsForAllow(URI) - インターフェース org.springframework.web.client のメソッド。RestOperations
指定された URL の Allow ヘッダーの値を返します。
optionsForAllow(URI) - クラス org.springframework.web.client のメソッド。RestTemplate
OptionsTag - org.springframework.web.servlet.tags.form のクラス
<options> タグは、HTML の「オプション」タグのリストをレンダリングします。
OptionsTag() - クラス org.springframework.web.servlet.tags.form. OptionsTag のコンストラクター
OptionTag - org.springframework.web.servlet.tags.form のクラス
<option> タグは、単一の HTML「オプション」をレンダリングします。
OptionTag() - クラス org.springframework.web.servlet.tags.form. OptionTag のコンストラクター
or() - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicates.Visitor
論理 OR 述語の「中間」通知を受け取ります。
or() - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
論理 OR 述語の「中間」通知を受け取ります。
or(RequestPredicate) - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicate
この述語または other 述語の両方に対してテストする、構成されたリクエスト述語を返します。
or(RequestPredicate) - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicate
この述語または other 述語の両方に対してテストする、構成されたリクエスト述語を返します。
OR - Static variable in class org.springframework.cglib.core.CodeEmitter
ORACLE - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
OracleCallMetaDataProvider - org.springframework.jdbc.core.metadata のクラス
CallMetaDataProvider インターフェースの Oracle 固有の実装。
OracleCallMetaDataProvider(DatabaseMetaData) - クラス org.springframework.jdbc.core.metadata. OracleCallMetaDataProvider のコンストラクター
OracleSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer のクラス
指定された Oracle シーケンスの次の値を取得する DataFieldMaxValueIncrementer
OracleSequenceMaxValueIncrementer() - クラス org.springframework.jdbc.support.incrementer. OracleSequenceMaxValueIncrementer のコンストラクター
Bean プロパティスタイルの使用のデフォルトコンストラクター。
OracleSequenceMaxValueIncrementer(DataSource, String) - クラス org.springframework.jdbc.support.incrementer. OracleSequenceMaxValueIncrementer のコンストラクター
便利なコンストラクター。
OracleTableMetaDataProvider - org.springframework.jdbc.core.metadata のクラス
TableMetaDataProvider の Oracle 固有の実装。
OracleTableMetaDataProvider(DatabaseMetaData) - クラス org.springframework.jdbc.core.metadata. OracleTableMetaDataProvider のコンストラクター
提供されたデータベースメタデータで初期化するために使用されるコンストラクター。
OracleTableMetaDataProvider(DatabaseMetaData, boolean) - クラス org.springframework.jdbc.core.metadata. OracleTableMetaDataProvider のコンストラクター
提供されたデータベースメタデータで初期化するために使用されるコンストラクター。
order() - Element in annotation interface org.springframework.cache.annotation.EnableCaching
特定のジョインポイントで複数のアドバイスが適用される場合のキャッシングアドバイザーの実行順序を示します。
order() - Element in annotation interface org.springframework.scheduling.annotation.EnableAsync
AsyncAnnotationBeanPostProcessor を適用する順序を示します。
order() - Element in annotation interface org.springframework.transaction.annotation.EnableTransactionManagement
特定のジョインポイントで複数のアドバイスが適用される場合、トランザクションアドバイザーの実行の順序を示します。
order(int) - クラス org.springframework.web.reactive.config のメソッド。ViewResolverRegistry
ViewResolutionResultHandler の順序を設定します。
order(int) - クラス org.springframework.web.servlet.config.annotation のメソッド。InterceptorRegistration
使用するオーダー位置を指定します。
order(int) - クラス org.springframework.web.servlet.config.annotation のメソッド。ViewResolverRegistry
このレジストリを通じて登録された ViewResolver は、ViewResolverComposite のインスタンスにカプセル化され、登録の順序に従います。
Order - Annotation Interface in org.springframework.core.annotation
@Order は、アノテーション付きコンポーネントのソート順を定義します。
ORDER - Static variable in class org.springframework.test.context.bean.override.BeanOverrideTestExecutionListener
このリスナーの order 値: 1950。
ORDER - Static variable in class org.springframework.test.context.bean.override.mockito.MockitoResetTestExecutionListener
このリスナー (Ordered.LOWEST_PRECEDENCE - 100) の order 値: 2147483547。
ORDER - Static variable in class org.springframework.test.context.event.ApplicationEventsTestExecutionListener
このリスナーの order 値: 1800。
ORDER - Static variable in class org.springframework.test.context.event.EventPublishingTestExecutionListener
このリスナーの order 値: 10000。
ORDER - Static variable in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
このリスナーの order 値: 5000。
ORDER - Static variable in class org.springframework.test.context.support.CommonCachesTestExecutionListener
このリスナーの order 値: 3005。
ORDER - Static variable in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
このリスナーの order 値: 2000。
ORDER - Static variable in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
このリスナーの order 値: 1500。
ORDER - Static variable in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
このリスナーの order 値: 3000。
ORDER - Static variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
このリスナーの order 値: 4000。
ORDER - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
このリスナーの order 値: 1000。
ORDER_ATTRIBUTE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
Bean 定義がターゲットの Bean の並べ替え順序を示すことができるように、BeanDefinition 上で set にすることができる属性の名前。
OrderComparator - Class in org.springframework.core
Ordered オブジェクトの ComparatorSE 実装。優先順位の降順で昇順で、それぞれ昇順でソートします。
OrderComparator() - Constructor for class org.springframework.core.OrderComparator
OrderComparator.OrderSourceProvider - org.springframework.core のインターフェース
特定のオブジェクトのオーダー元を提供する戦略インターフェース。
Ordered - Interface in org.springframework.core
Ordered は、たとえば Collection のように、順序付け可能なオブジェクトによって実装できるインターフェースです。
OrderedMessageChannelDecorator - org.springframework.messaging.simp.broker のクラス
メッセージがチャネルに公開された順序で処理されることを保証する ExecutorSubscribableChannel のデコレータ。
OrderedMessageChannelDecorator(MessageChannel, Log) - クラス org.springframework.messaging.simp.broker. OrderedMessageChannelDecorator のコンストラクター
orderedStream() - インターフェース org.springframework.beans.factory のメソッド。ObjectProvider
ファクトリの共通の順序コンパレーターに従って事前に順序付けされた、一致するすべてのオブジェクトインスタンスのシーケンシャル StreamSE を返します。
orderedStream(Predicate<Class<?>>) - インターフェース org.springframework.beans.factory のメソッド。ObjectProvider
ファクトリの共通順序比較器に従って事前に順序付けされた、一致するすべてのオブジェクトインスタンスに対してカスタムフィルターされた StreamSE を返します。
orderedStream(Predicate<Class<?>>, boolean) - インターフェース org.springframework.beans.factory のメソッド。ObjectProvider
ファクトリの共通順序比較器に従って事前に順序付けされた、一致するすべてのオブジェクトインスタンスに対してカスタムフィルターされた StreamSE を返します。
OrderUtils - org.springframework.core.annotation のクラス
型宣言に基づいてオブジェクトの順序を決定するための一般的なユーティリティ。
OrderUtils() - クラス org.springframework.core.annotation. OrderUtils のコンストラクター
org.aopalliance.aop - パッケージ org.aopalliance.aop
コア AOP アライアンスアドバイスマーカー。
org.aopalliance.intercept - パッケージ org.aopalliance.intercept
AOP Alliance の反射インターセプト抽象化。
org.apache.commons.logging - パッケージ org.apache.commons.logging
Commons Logging API の Spring のバリアント: Log4J 2、SLF4J、java.util.logging の特別なサポート。
org.apache.commons.logging.impl - パッケージ org.apache.commons.logging.impl
Commons Logging API の Spring のバリアント: Log4J 2、SLF4J、java.util.logging の特別なサポート。
org.springframework.aop - パッケージ org.springframework.aop
AOP Alliance AOP 相互運用性インターフェース上に構築されたコア Spring AOP インターフェース。
org.springframework.aop.aspectj - パッケージ org.springframework.aop.aspectj
AspectJ 統合パッケージ。
org.springframework.aop.aspectj.annotation - パッケージ org.springframework.aop.aspectj.annotation
AspectJ 5 @Annotated クラスを Spring AOP で使用できるようにするクラス。
org.springframework.aop.aspectj.autoproxy - パッケージ org.springframework.aop.aspectj.autoproxy
AspectJ に基づく自動プロキシを有効にする基本クラス。
org.springframework.aop.config - パッケージ org.springframework.aop.config
XML スキーマが主要な構成形式である、宣言型 AOP 構成のサポートパッケージ。
org.springframework.aop.framework - パッケージ org.springframework.aop.framework
AOP アライアンスインターフェースに準拠した Spring の基本的な AOP インフラストラクチャを含むパッケージ。
org.springframework.aop.framework.adapter - パッケージ org.springframework.aop.framework.adapter
Spring AOP フレームワークが任意のアドバイス型を処理できるようにする SPI パッケージ。
org.springframework.aop.framework.autoproxy - パッケージ org.springframework.aop.framework.autoproxy
ApplicationContexts で使用する Bean ポストプロセッサー。ProxyFactoryBean を使用せずに AOP プロキシを自動的に作成することにより、AOP の使用を簡素化します。
org.springframework.aop.framework.autoproxy.target - パッケージ org.springframework.aop.framework.autoproxy.target
Spring の AOP 自動プロキシサポートで使用するためのさまざまな TargetSourceCreator 実装。
org.springframework.aop.interceptor - パッケージ org.springframework.aop.interceptor
その他のインターセプターの実装を提供します。
org.springframework.aop.scope - パッケージ org.springframework.aop.scope
構成可能なバックエンドを使用した、ターゲットオブジェクトの AOP ベースのスコープのサポート。
org.springframework.aop.support - パッケージ org.springframework.aop.support
Spring の AOP API を使用するための便利なクラス。
org.springframework.aop.support.annotation - パッケージ org.springframework.aop.support.annotation
AOP ポイントカットのアノテーションサポート。
org.springframework.aop.target - パッケージ org.springframework.aop.target
Spring AOP で使用するためのさまざまな TargetSource 実装。
org.springframework.aop.target.dynamic - パッケージ org.springframework.aop.target.dynamic
Spring AOP で使用するための動的でリフレッシュ可能な TargetSource 実装のサポート。
org.springframework.aot - パッケージ org.springframework.aot
Spring AOT インフラストラクチャのコアパッケージ。
org.springframework.aot.agent - パッケージ org.springframework.aot.agent
RuntimeHints メタデータに関連するメソッド呼び出しの記録のサポート。
org.springframework.aot.generate - パッケージ org.springframework.aot.generate
実行時の動作と同等の生成されたコードを提供するコンポーネントのサポートクラス。
org.springframework.aot.hint - パッケージ org.springframework.aot.hint
リフレクション、リソース、java 直列化、実行時のプロキシの必要性を登録するためのサポート。
org.springframework.aot.hint.annotation - パッケージ org.springframework.aot.hint.annotation
ランタイムヒントのアノテーションサポート。
org.springframework.aot.hint.predicate - パッケージ org.springframework.aot.hint.predicate
ランタイムヒントの述語サポート。
org.springframework.aot.hint.support - パッケージ org.springframework.aot.hint.support
ランタイムヒントを使用するためのコンビニエンスクラス。
org.springframework.aot.nativex - パッケージ org.springframework.aot.nativex
ランタイムヒントから GraalVM ネイティブ構成を生成するためのサポート。
org.springframework.aot.test.agent - パッケージ org.springframework.aot.test.agent
RuntimeHintsAgent のテストサポート。
org.springframework.aot.test.generate - パッケージ org.springframework.aot.test.generate
コア AOT クラスのサポートをテストします。
org.springframework.asm - パッケージ org.springframework.asm
ASM 9.x の Spring の再パッケージ化(Spring 固有のパッチを使用。内部使用のみ)。
org.springframework.beans - パッケージ org.springframework.beans
このパッケージには、Java Bean を操作するためのインターフェースとクラスが含まれています。
org.springframework.beans.factory - パッケージ org.springframework.beans.factory
Spring の軽量の制御の反転(IoC)コンテナーを実装するコアパッケージ。
org.springframework.beans.factory.annotation - パッケージ org.springframework.beans.factory.annotation
アノテーション駆動型 Bean 構成のサポートパッケージ。
org.springframework.beans.factory.aot - パッケージ org.springframework.beans.factory.aot
Bean ファクトリの AOT サポート。
org.springframework.beans.factory.aspectj - パッケージ org.springframework.beans.factory.aspectj
AspectJ ベースの依存性注入のサポート。
org.springframework.beans.factory.config - パッケージ org.springframework.beans.factory.config
Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。
org.springframework.beans.factory.groovy - パッケージ org.springframework.beans.factory.groovy
Groovy ベースの Bean 定義のサポートパッケージ。
org.springframework.beans.factory.parsing - パッケージ org.springframework.beans.factory.parsing
Bean 定義解析のサポートインフラストラクチャ。
org.springframework.beans.factory.serviceloader - パッケージ org.springframework.beans.factory.serviceloader
Java ServiceLoaderSE 機能のサポートパッケージ。
org.springframework.beans.factory.support - パッケージ org.springframework.beans.factory.support
org.springframework.beans.factory パッケージをサポートするクラス。
org.springframework.beans.factory.wiring - パッケージ org.springframework.beans.factory.wiring
Bean インスタンスから Bean 接続メタデータを決定するメカニズム。
org.springframework.beans.factory.xml - パッケージ org.springframework.beans.factory.xml
標準の "spring-beans" XSD を含む、抽象 XML ベースの BeanFactory 実装が含まれています。
org.springframework.beans.propertyeditors - パッケージ org.springframework.beans.propertyeditors
文字列値から java.util.Properties などのオブジェクト型に変換するために使用されるプロパティエディター。
org.springframework.beans.support - パッケージ org.springframework.beans.support
Bean のリストをソートおよび保持するためのユーティリティクラスなど、org.springframework.beans パッケージをサポートするクラス。
org.springframework.cache - パッケージ org.springframework.cache
Spring の汎用キャッシュ抽象化。
org.springframework.cache.annotation - パッケージ org.springframework.cache.annotation
宣言的なキャッシュ管理のためのアノテーションとサポートクラス。
org.springframework.cache.aspectj - パッケージ org.springframework.cache.aspectj
AspectJ ベースのキャッシングのサポート。
org.springframework.cache.caffeine - パッケージ org.springframework.cache.caffeine
Caffeine ライブラリのオープンソースキャッシュのクラスをサポートし、Spring のキャッシュ抽象化内で Caffeine キャッシュをセットアップできます。
org.springframework.cache.concurrent - パッケージ org.springframework.cache.concurrent
java.util.concurrent ベースのキャッシュの実装パッケージ。
org.springframework.cache.config - パッケージ org.springframework.cache.config
XML スキーマが主要な構成形式である、宣言的なキャッシュ構成のサポートパッケージ。
org.springframework.cache.interceptor - パッケージ org.springframework.cache.interceptor
宣言的キャッシング境界設定のための AOP ベースのソリューション。
org.springframework.cache.jcache - パッケージ org.springframework.cache.jcache
JSR-107(javax.cache、別名 "JCache" )ベースのキャッシュの実装パッケージ。
org.springframework.cache.jcache.config - パッケージ org.springframework.cache.jcache.config
宣言型 JSR-107 キャッシング構成のサポートパッケージ。
org.springframework.cache.jcache.interceptor - パッケージ org.springframework.cache.jcache.interceptor
JSR-107 アノテーションを使用した宣言的キャッシュ区分のための AOP ベースのソリューション。
org.springframework.cache.support - パッケージ org.springframework.cache.support
org.springframework.cache パッケージのサポートクラス。
org.springframework.cache.transaction - パッケージ org.springframework.cache.transaction
org.springframework.cache パッケージのトランザクション対応デコレーター。
org.springframework.cglib - パッケージ org.springframework.cglib
CGLIB 3.3 の Spring の再パッケージ化(Spring 固有のパッチを使用。内部使用のみ)。
org.springframework.cglib.beans - パッケージ org.springframework.cglib.beans
Spring による CGLIBBean パッケージの再パッケージ化(内部使用のみ)。
org.springframework.cglib.core - パッケージ org.springframework.cglib.core
Spring の CGLIB コアパッケージの再パッケージ化(内部使用のみ)。
org.springframework.cglib.core.internal - パッケージ org.springframework.cglib.core.internal
Spring による CGLIB コア内部パッケージの再パッケージ化 (内部使用のみ)。
org.springframework.cglib.proxy - パッケージ org.springframework.cglib.proxy
Spring による CGLIB プロキシパッケージの再パッケージ化(内部使用のみ)。
org.springframework.cglib.reflect - パッケージ org.springframework.cglib.reflect
Spring による CGLIB 反映パッケージの再パッケージ化 (内部使用のみ)。
org.springframework.cglib.transform - パッケージ org.springframework.cglib.transform
Spring による CGLIB 変換パッケージの再パッケージ化 (内部使用のみ)。
org.springframework.cglib.transform.impl - パッケージ org.springframework.cglib.transform.impl
Spring による CGLIB 変換 impl パッケージの再パッケージ化 (内部使用のみ)。
org.springframework.cglib.util - パッケージ org.springframework.cglib.util
Spring による CGLIB util パッケージの再パッケージ化 (内部使用のみ)。
org.springframework.context - パッケージ org.springframework.context
このパッケージは、beans パッケージに基づいて構築され、メッセージソースと Observer デザインパターンのサポート、および一貫性のある API を使用してリソースを取得するアプリケーションオブジェクトの機能を追加します。
org.springframework.context.annotation - パッケージ org.springframework.context.annotation
JSR-250「共通」アノテーション、コンポーネントスキャン、Spring 管理オブジェクトを作成するための Java ベースのメタデータなど、アプリケーションコンテキストのアノテーションサポート。
org.springframework.context.annotation.aspectj - パッケージ org.springframework.context.annotation.aspectj
@Configurable アノテーションによって駆動される AspectJ ベースの依存性注入のサポート。
org.springframework.context.aot - パッケージ org.springframework.context.aot
アプリケーションコンテキストの AOT サポート。
org.springframework.context.config - パッケージ org.springframework.context.config
XML スキーマが主要な構成形式である、高度なアプリケーションコンテキスト構成のサポートパッケージ。
org.springframework.context.event - パッケージ org.springframework.context.event
標準コンテキストイベントなどのアプリケーションイベントのサポートクラス。
org.springframework.context.expression - パッケージ org.springframework.context.expression
Spring アプリケーションコンテキスト内の式解析サポート。
org.springframework.context.i18n - パッケージ org.springframework.context.i18n
現在のロケールを決定するための抽象化と、スレッドにバインドされたロケールを公開するグローバルホルダー。
org.springframework.context.index - パッケージ org.springframework.context.index
コンポーネントインデックスの読み取りと管理のためのサポートパッケージ。
org.springframework.context.index.processor - パッケージ org.springframework.context.index.processor
Spring Framework のスキャンコンポーネントインデックスのコアパッケージ。
org.springframework.context.support - パッケージ org.springframework.context.support
ApplicationContext 実装および MessageSource 実装の抽象基本クラスなど、org.springframework.context パッケージをサポートするクラス。
org.springframework.context.weaving - パッケージ org.springframework.context.weaving
Spring の LoadTimeWeaver 抽象化に基づいた、Spring アプリケーションコンテキストのロード時ウィービングサポート。
org.springframework.core - パッケージ org.springframework.core
例外処理とバージョン検出のための基本クラス、およびフレームワークのどの部分にも固有ではない他のコアヘルパーを提供します。
org.springframework.core.annotation - パッケージ org.springframework.core.annotation
アノテーション、メタアノテーション、属性オーバーライドを含むマージされたアノテーションのコアサポートパッケージ。
org.springframework.core.codec - パッケージ org.springframework.core.codec
バイトのリアクティブストリームと Java オブジェクトの間で変換する Encoder および Decoder の抽象化。
org.springframework.core.convert - パッケージ org.springframework.core.convert
型変換システム API。
org.springframework.core.convert.converter - パッケージ org.springframework.core.convert.converter
型変換システムのコンバーターを実装する SPI。
org.springframework.core.convert.support - パッケージ org.springframework.core.convert.support
型変換システムのデフォルト実装。
org.springframework.core.env - パッケージ org.springframework.core.env
Bean 定義プロファイルと階層プロパティソースのサポートで構成される Spring の環境抽象化。
org.springframework.core.io - パッケージ org.springframework.core.io
フレームワーク全体で使用される(ファイルベースの)リソースの一般的な抽象化。
org.springframework.core.io.buffer - パッケージ org.springframework.core.io.buffer
バイトバッファの実装を操作するための一般的な抽象化。
org.springframework.core.io.support - パッケージ org.springframework.core.io.support
Spring のリソース抽象化のサポートクラス。
org.springframework.core.log - パッケージ org.springframework.core.log
Spring のロギング規則の有用なデリゲート。
org.springframework.core.metrics - パッケージ org.springframework.core.metrics
アプリケーションの起動時にメトリクスを記録するためのサポートパッケージ。
org.springframework.core.metrics.jfr - パッケージ org.springframework.core.metrics.jfr
Java Flight Recorder を使用して起動メトリクスを記録するためのサポートパッケージ。
org.springframework.core.serializer - パッケージ org.springframework.core.serializer
Spring のシリアライザーインターフェースと実装のルートパッケージ。
org.springframework.core.serializer.support - パッケージ org.springframework.core.serializer.support
Spring のシリアライザー抽象化のサポートクラス。
org.springframework.core.style - パッケージ org.springframework.core.style
ToStringCreator を中心クラスとして、文字列としてのスタイリング値のサポート。
org.springframework.core.task - パッケージ org.springframework.core.task
このパッケージは、Spring のコア TaskExecutor 抽象化を定義し、SyncTaskExecutor および SimpleAsyncTaskExecutor 実装を提供します。
org.springframework.core.task.support - パッケージ org.springframework.core.task.support
Spring の TaskExecutor 抽象化のサポートクラス。
org.springframework.core.test.io.support - パッケージ org.springframework.core.test.io.support
Spring の I/O サポートのサポートクラスをテストします。
org.springframework.core.test.tools - パッケージ org.springframework.core.test.tools
生成されたコードをコンパイルおよびテストするためのサポートクラス。
org.springframework.core.type - パッケージ org.springframework.core.type
型のイントロスペクションのコアサポートパッケージ。
org.springframework.core.type.classreading - パッケージ org.springframework.core.type.classreading
アノテーションおよびクラスレベルのメタデータを読み取るためのクラスをサポートします。
org.springframework.core.type.filter - パッケージ org.springframework.core.type.filter
型 フィルタリング (クラスパススキャンなど) のためのコアサポートパッケージ。
org.springframework.dao - パッケージ org.springframework.dao
使用中のデータアクセスアプローチに依存しない高度なエラー処理を可能にする例外階層。
org.springframework.dao.annotation - パッケージ org.springframework.dao.annotation
DAO のアノテーションサポート。
org.springframework.dao.support - パッケージ org.springframework.dao.support
DAO 実装のクラスをサポートし、その他のユーティリティメソッドを提供します。
org.springframework.ejb.config - パッケージ org.springframework.ejb.config
EJB/Jakarta EE 関連の構成のサポートパッケージ。XML スキーマが主要な構成形式です。
org.springframework.expression - パッケージ org.springframework.expression
Spring Expression Language の背後にあるコア抽象化。
org.springframework.expression.common - パッケージ org.springframework.expression.common
Spring Expression Language の背後にある一般的なユーティリティクラス。
org.springframework.expression.spel - パッケージ org.springframework.expression.spel
SpEL の中央実装パッケージ。
org.springframework.expression.spel.ast - パッケージ org.springframework.expression.spel.ast
SpEL の抽象構文ツリー。
org.springframework.expression.spel.standard - パッケージ org.springframework.expression.spel.standard
SpEL の標準パーサー実装。
org.springframework.expression.spel.support - パッケージ org.springframework.expression.spel.support
さまざまなコア抽象化のための SpEL のデフォルト実装。
org.springframework.format - パッケージ org.springframework.format
UI での表示用にフィールドモデル値をフォーマットするフォーマッターを定義するための API。
org.springframework.format.annotation - パッケージ org.springframework.format.annotation
フィールドとパラメーターの書式設定ルールを宣言的に構成するためのアノテーション。
org.springframework.format.datetime - パッケージ org.springframework.format.datetime
java.util.Date プロパティのフォーマッタ。
org.springframework.format.datetime.standard - パッケージ org.springframework.format.datetime.standard
JDK 8 の JSR-310 java.time パッケージとの統合。
org.springframework.format.number - パッケージ org.springframework.format.number
java.lang.Number プロパティのフォーマッタ。
org.springframework.format.number.money - パッケージ org.springframework.format.number.money
JSR-354 javax.money パッケージとの統合。
org.springframework.format.support - パッケージ org.springframework.format.support
フォーマットパッケージのクラスをサポートし、一般的な実装とアダプターを提供します。
org.springframework.http - パッケージ org.springframework.http
クライアント / サーバー側 HTTP の基本的な抽象化が含まれています。
org.springframework.http.client - パッケージ org.springframework.http.client
クライアント側の HTTP 上の抽象化が含まれています。
org.springframework.http.client.observation - パッケージ org.springframework.http.client.observation
このパッケージは、クライアント HTTP Observation のサポートを提供します。
org.springframework.http.client.reactive - パッケージ org.springframework.http.client.reactive
ClientHttpRequest および ClientHttpResponse および ClientHttpConnector を含む、リアクティブ HTTP クライアントサポートの抽象化。
org.springframework.http.client.support - パッケージ org.springframework.http.client.support
このパッケージは、RestTemplate などの高レベルクラスで使用される汎用 HTTP サポートクラスを提供します。
org.springframework.http.codec - パッケージ org.springframework.http.codec
Web で使用するための Encoder および Decoder の実装を提供します。
org.springframework.http.codec.cbor - パッケージ org.springframework.http.codec.cbor
CBOR エンコーダーとデコーダーのサポート。
org.springframework.http.codec.json - パッケージ org.springframework.http.codec.json
JSON エンコーダーおよびデコーダーのサポート。
org.springframework.http.codec.multipart - パッケージ org.springframework.http.codec.multipart
マルチパートのサポート。
org.springframework.http.codec.protobuf - パッケージ org.springframework.http.codec.protobuf
Google プロトコルバッファのエンコーダーとデコーダーを提供します。
org.springframework.http.codec.support - パッケージ org.springframework.http.codec.support
org.springframework.http.codec.json および co からのコンバーター実装に基づいて、ClientCodecConfigurer および ServerCodecConfigurer の実装を提供します。
org.springframework.http.codec.xml - パッケージ org.springframework.http.codec.xml
XML エンコーダーおよびデコーダーのサポート。
org.springframework.http.converter - パッケージ org.springframework.http.converter
HttpMessageConverter 抽象化を提供して、Java オブジェクトと HTTP 入出力メッセージ間で変換します。
org.springframework.http.converter.cbor - パッケージ org.springframework.http.converter.cbor
CBOR データ形式の HttpMessageConverter を提供します。
org.springframework.http.converter.feed - パッケージ org.springframework.http.converter.feed
Atom および RSS フィードを処理するための HttpMessageConverter 実装を提供します。
org.springframework.http.converter.json - パッケージ org.springframework.http.converter.json
JSON を処理するための HttpMessageConverter 実装を提供します。
org.springframework.http.converter.protobuf - パッケージ org.springframework.http.converter.protobuf
Google プロトコルバッファを処理するための HttpMessageConverter 実装を提供します。
org.springframework.http.converter.smile - パッケージ org.springframework.http.converter.smile
Smile データ形式(「バイナリ JSON」)に HttpMessageConverter を提供します。
org.springframework.http.converter.support - パッケージ org.springframework.http.converter.support
フォーム処理用の包括的な HttpMessageConverter バリアントを提供します。
org.springframework.http.converter.xml - パッケージ org.springframework.http.converter.xml
XML を処理するための HttpMessageConverter 実装を提供します。
org.springframework.http.converter.yaml - パッケージ org.springframework.http.converter.yaml
YAML データ形式用の HttpMessageConverter を提供します。
org.springframework.http.server - パッケージ org.springframework.http.server
サーバー側の HTTP 上の抽象化が含まれています。
org.springframework.http.server.observation - パッケージ org.springframework.http.server.observation
observing HTTP サーバーアプリケーションの計測。
org.springframework.http.server.reactive - パッケージ org.springframework.http.server.reactive
ServerHttpRequest および ServerHttpResponse と処理用の HttpHandler を含む、リアクティブ HTTP サーバーサポートの抽象化。
org.springframework.http.server.reactive.observation - パッケージ org.springframework.http.server.reactive.observation
observing リアクティブ HTTP サーバーアプリケーションの計測。
org.springframework.http.support - パッケージ org.springframework.http.support
このパッケージは、上位レベルのクライアントおよびサーバークラスで使用される内部 HTTP サポートクラスを提供します。
org.springframework.instrument - パッケージ org.springframework.instrument
バイトコードインストルメンテーションのコアパッケージ。
org.springframework.instrument.classloading - パッケージ org.springframework.instrument.classloading
JPA プロバイダーの要求に応じて、クラスローダーに基づいたロード時間ウィービングのサポートパッケージ(ただし、JPA 固有ではありません)。
org.springframework.instrument.classloading.glassfish - パッケージ org.springframework.instrument.classloading.glassfish
GlassFish でのクラスインスツルメンテーションのサポート。
org.springframework.instrument.classloading.jboss - パッケージ org.springframework.instrument.classloading.jboss
JBoss AS 6 および 7 でのクラスインスツルメンテーションのサポート。
org.springframework.instrument.classloading.tomcat - パッケージ org.springframework.instrument.classloading.tomcat
Tomcat でのクラスインスツルメンテーションのサポート。
org.springframework.jca.endpoint - パッケージ org.springframework.jca.endpoint
このパッケージは、汎用 JCA メッセージエンドポイント管理の機能を提供します。
org.springframework.jca.support - パッケージ org.springframework.jca.support
主に JCA ResourceAdapter および / または ConnectionFactory のローカルセットアップのために、Spring 内での JCA の使用に対する汎用サポートクラスを提供します。
org.springframework.jdbc - パッケージ org.springframework.jdbc
このパッケージのクラスにより、JDBC が使いやすくなり、一般的なエラーの可能性が低くなります。
org.springframework.jdbc.config - パッケージ org.springframework.jdbc.config
Spring JDBC 構成名前空間を定義します。
org.springframework.jdbc.core - パッケージ org.springframework.jdbc.core
JdbcTemplate とそれに関連するコールバックインターフェースおよびヘルパーオブジェクトに基づいて、コア JDBC フレームワークを提供します。
org.springframework.jdbc.core.metadata - パッケージ org.springframework.jdbc.core.metadata
テーブルの挿入とストアドプロシージャコールの構成と実行のためのコンテキストメタデータの抽象化。
org.springframework.jdbc.core.namedparam - パッケージ org.springframework.jdbc.core.namedparam
名前付きパラメーターをサポートする JdbcTemplate バリアント。
org.springframework.jdbc.core.simple - パッケージ org.springframework.jdbc.core.simple
一般的な JDBC インタラクションの簡略化レイヤー。
org.springframework.jdbc.core.support - パッケージ org.springframework.jdbc.core.support
org.springframework.jdbc.core パッケージをサポートするクラス。
org.springframework.jdbc.datasource - パッケージ org.springframework.jdbc.datasource
簡単な DataSource アクセス用のユーティリティクラス、単一の DataSource 用の PlatformTransactionManager、およびさまざまな単純な DataSource 実装を提供します。
org.springframework.jdbc.datasource.embedded - パッケージ org.springframework.jdbc.datasource.embedded
組み込みデータベースインスタンスを作成するための拡張可能なサポートを提供します。
org.springframework.jdbc.datasource.init - パッケージ org.springframework.jdbc.datasource.init
スクリプトを介してデータベースを初期化するための拡張可能なサポートを提供します。
org.springframework.jdbc.datasource.lookup - パッケージ org.springframework.jdbc.datasource.lookup
JDBC DataSources を名前で検索するための戦略を提供します。
org.springframework.jdbc.object - パッケージ org.springframework.jdbc.object
このパッケージのクラスは、RDBMS クエリ、更新、ストアドプロシージャをスレッドセーフで再利用可能なオブジェクトとして表します。
org.springframework.jdbc.support - パッケージ org.springframework.jdbc.support
jdbc.core および jdbc.object パッケージのクラスで使用される JDBC フレームワークのクラスをサポートします。
org.springframework.jdbc.support.incrementer - パッケージ org.springframework.jdbc.support.incrementer
さまざまなデータベースの実装により、シーケンスを介してデータベーステーブル値をインクリメントするためのサポートフレームワークを提供します。
org.springframework.jdbc.support.lob - パッケージ org.springframework.jdbc.support.lob
ラージ OBject 処理用の戦略インターフェースと、カスタマイズ可能なデフォルト実装を提供します。
org.springframework.jdbc.support.rowset - パッケージ org.springframework.jdbc.support.rowset
切断された結果セットに便利なホルダーを提供します。
org.springframework.jdbc.support.xml - パッケージ org.springframework.jdbc.support.xml
SQLXML データ型のフィールドを処理するための抽象化。
org.springframework.jms - パッケージ org.springframework.jms
このパッケージには、JMS の統合クラスが含まれており、Spring スタイルの JMS アクセスが可能です。
org.springframework.jms.annotation - パッケージ org.springframework.jms.annotation
宣言型 JMS リスナーエンドポイントのアノテーションとサポートクラス。
org.springframework.jms.config - パッケージ org.springframework.jms.config
Java 構成および XML スキーマをサポートする、宣言型メッセージング構成のサポートパッケージ。
org.springframework.jms.connection - パッケージ org.springframework.jms.connection
単一の JMS ConnectionFactory の PlatformTransactionManager 実装、および SingleConnectionFactory アダプターを提供します。
org.springframework.jms.core - パッケージ org.springframework.jms.core
JMS サポートのコアパッケージ。
org.springframework.jms.core.support - パッケージ org.springframework.jms.core.support
org.springframework.jms.core パッケージをサポートするクラス。
org.springframework.jms.listener - パッケージ org.springframework.jms.listener
このパッケージには、基本メッセージリスナーコンテナー機能が含まれています。
org.springframework.jms.listener.adapter - パッケージ org.springframework.jms.listener.adapter
ターゲットリスナーメソッドに委譲し、メッセージをリスナーメソッドに渡される適切なメッセージコンテンツ型(文字列やバイト配列など)に変換するメッセージリスナーアダプターメカニズム。
org.springframework.jms.listener.endpoint - パッケージ org.springframework.jms.listener.endpoint
このパッケージは、JMS メッセージリスナーの JCA ベースのエンドポイント管理を提供します。
org.springframework.jms.support - パッケージ org.springframework.jms.support
このパッケージは、JmsTemplate のような上位レベルのクラスで使用される汎用 JMS サポートクラスを提供します。
org.springframework.jms.support.converter - パッケージ org.springframework.jms.support.converter
Java オブジェクトと JMS メッセージ間で変換する MessageConverter 抽象化を提供します。
org.springframework.jms.support.destination - パッケージ org.springframework.jms.support.destination
Spring の JMS フレームワークのサポートクラス。
org.springframework.jmx - パッケージ org.springframework.jmx
このパッケージには、Spring の JMX サポートが含まれています。これには、JMX MBean としての Spring 管理 Bean の登録と、リモート JMX MBean へのアクセスが含まれます。
org.springframework.jmx.access - パッケージ org.springframework.jmx.access
リモート MBean リソースへのアクセスをサポートします。
org.springframework.jmx.export - パッケージ org.springframework.jmx.export
このパッケージは、JMX MBean としての Spring 管理 Bean の宣言的な作成と登録を提供します。
org.springframework.jmx.export.annotation - パッケージ org.springframework.jmx.export.annotation
MBean エクスポージャーのアノテーション。
org.springframework.jmx.export.assembler - パッケージ org.springframework.jmx.export.assembler
MBeanInfo アセンブリの戦略を提供します。
org.springframework.jmx.export.metadata - パッケージ org.springframework.jmx.export.metadata
汎用の JMX メタデータクラスと、プロバイダーに依存しない方法で JMX メタデータを読み取るための基本的なサポートを提供します。
org.springframework.jmx.export.naming - パッケージ org.springframework.jmx.export.naming
ObjectName 作成の戦略を提供します。
org.springframework.jmx.export.notification - パッケージ org.springframework.jmx.export.notification
Spring で作成された MBean が JMX 通知を送信できるようにするサポートインフラストラクチャを提供します。
org.springframework.jmx.support - パッケージ org.springframework.jmx.support
ローカルおよびリモート MBeanServer に接続し、MBeanServer をリモートクライアントに公開するためのサポートクラスが含まれています。
org.springframework.jndi - パッケージ org.springframework.jndi
このパッケージのクラスを使用すると、JNDI が使いやすくなり、JNDI に格納されている構成へのアクセスが容易になり、JNDI アクセスクラスに便利なスーパークラスが提供されます。
org.springframework.jndi.support - パッケージ org.springframework.jndi.support
JNDI ベースの BeanFactory 実装を含む、JNDI 使用のサポートクラス。
org.springframework.lang - パッケージ org.springframework.lang
言語レベルのセマンティクスを使用した一般的なアノテーション: nullability および JDK API の指示。
org.springframework.mail - パッケージ org.springframework.mail
Spring の汎用メールインフラストラクチャ。
org.springframework.mail.javamail - パッケージ org.springframework.mail.javamail
Spring のメールインフラストラクチャの JavaMail サポート。
org.springframework.messaging - パッケージ org.springframework.messaging
メッセージング API およびプロトコルの使用のサポート。
org.springframework.messaging.converter - パッケージ org.springframework.messaging.converter
メッセージ変換のサポートを提供します。
org.springframework.messaging.core - パッケージ org.springframework.messaging.core
メッセージングテンプレートのインターフェースと実装クラスを定義します。
org.springframework.messaging.handler - パッケージ org.springframework.messaging.handler
メッセージハンドラーメソッドを操作するための基本的な抽象概念。
org.springframework.messaging.handler.annotation - パッケージ org.springframework.messaging.handler.annotation
メッセージを処理するためのアノテーションとサポートクラス。
org.springframework.messaging.handler.annotation.reactive - パッケージ org.springframework.messaging.handler.annotation.reactive
ノンブロッキング、リアクティブ契約でアノテーション付きメッセージ処理メソッドを操作するためのサポートクラス。
org.springframework.messaging.handler.annotation.support - パッケージ org.springframework.messaging.handler.annotation.support
アノテーション付きのメッセージ処理メソッドを操作するためのクラスをサポートします。
org.springframework.messaging.handler.invocation - パッケージ org.springframework.messaging.handler.invocation
メッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。
org.springframework.messaging.handler.invocation.reactive - パッケージ org.springframework.messaging.handler.invocation.reactive
ノンブロッキング、リアクティブ契約でメッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。
org.springframework.messaging.rsocket - パッケージ org.springframework.messaging.rsocket
RSocket プロトコルのサポート。
org.springframework.messaging.rsocket.annotation - パッケージ org.springframework.messaging.rsocket.annotation
RSocket ストリームを処理するためのアノテーションとサポートクラス。
org.springframework.messaging.rsocket.annotation.support - パッケージ org.springframework.messaging.rsocket.annotation.support
アノテーション付き RSocket ストリーム処理メソッドを操作するためのクラスをサポートします。
org.springframework.messaging.rsocket.service - パッケージ org.springframework.messaging.rsocket.service
RSocketRequester によってサポートされるプロキシファクトリと共に、リクエストメソッドを使用して RSocket サービス契約を宣言するためのアノテーション。
org.springframework.messaging.simp - パッケージ org.springframework.messaging.simp
STOMP などのプロトコルを含む Simple Messaging Protocols の一般的なサポート。
org.springframework.messaging.simp.annotation - パッケージ org.springframework.messaging.simp.annotation
アノテーションおよび STOMP などのシンプルメッセージングプロトコルからのメッセージを処理します。
org.springframework.messaging.simp.annotation.support - パッケージ org.springframework.messaging.simp.annotation.support
シンプルなメッセージングプロトコル(STOMP など)からのメッセージを処理するためのクラスをサポートします。
org.springframework.messaging.simp.broker - パッケージ org.springframework.messaging.simp.broker
「単純な」メッセージブローカの実装を、抽象基本クラスおよびサブスクリプションのレジストリなどの他のサポート型とともに提供します。
org.springframework.messaging.simp.config - パッケージ org.springframework.messaging.simp.config
より高いレベルのメッセージングプロトコルを使用した WebSocket メッセージングの構成サポート。
org.springframework.messaging.simp.stomp - パッケージ org.springframework.messaging.simp.stomp
シンプルなメッセージングプロトコル(STOMP など)の一般的なサポート。
org.springframework.messaging.simp.user - パッケージ org.springframework.messaging.simp.user
「ユーザー」宛先へのメッセージの処理のサポート(つまり
org.springframework.messaging.support - パッケージ org.springframework.messaging.support
Message の実装と、MessageBuilder および MessageHeaderAccessor を実装して、メッセージおよびメッセージヘッダーの構築と操作、さまざまな MessageChannel 実装およびチャネルインターセプターサポートを提供します。
org.springframework.messaging.tcp - パッケージ org.springframework.messaging.tcp
TcpOperations を介して TCP 接続を確立し、TcpConnectionHandler を介してメッセージを処理し、TcpConnection を介してメッセージを送信するための抽象化と実装クラスが含まれています。
org.springframework.messaging.tcp.reactor - パッケージ org.springframework.messaging.tcp.reactor
Reactor に基づく TCP メッセージングのサポートが含まれています。
org.springframework.mock.env - パッケージ org.springframework.mock.env
このパッケージには、Environment および PropertySource 抽象化のモック実装が含まれています。
org.springframework.mock.http - パッケージ org.springframework.mock.http
クライアント / サーバー側の HTTP 抽象化のモック実装。
org.springframework.mock.http.client - パッケージ org.springframework.mock.http.client
クライアント側の HTTP 抽象化のモック実装。
org.springframework.mock.http.client.reactive - パッケージ org.springframework.mock.http.client.reactive
リアクティブ HTTP クライアント契約のモック実装。
org.springframework.mock.http.server.reactive - パッケージ org.springframework.mock.http.server.reactive
リアクティブ HTTP サーバー契約のモック実装。
org.springframework.mock.web - パッケージ org.springframework.mock.web
Spring の Web MVC フレームワークでの使用を対象とした、サーブレット API 6.0 モックオブジェクトの包括的なセット。
org.springframework.mock.web.reactive.function.server - パッケージ org.springframework.mock.web.reactive.function.server
関数 Web フレームワークのモックオブジェクト。
org.springframework.mock.web.server - パッケージ org.springframework.mock.web.server
Spring のリアクティブサーバー Web API 抽象化のモック実装。
org.springframework.objenesis - パッケージ org.springframework.objenesis
Objenesis 3.5 の Spring の再パッケージ化(SpringObjenesis エントリポイントを使用。内部使用のみ)。
org.springframework.orm - パッケージ org.springframework.orm
Spring の O/R マッピング統合クラスのルートパッケージ。
org.springframework.orm.hibernate5 - パッケージ org.springframework.orm.hibernate5
Hibernate ORM 5.x と Spring の概念の統合を提供するパッケージ。
org.springframework.orm.hibernate5.support - パッケージ org.springframework.orm.hibernate5.support
org.springframework.orm.hibernate5 パッケージをサポートするクラス。
org.springframework.orm.jpa - パッケージ org.springframework.orm.jpa
JPA(Java Persistence API)と Spring コンセプトの統合を提供するパッケージ。
org.springframework.orm.jpa.persistenceunit - パッケージ org.springframework.orm.jpa.persistenceunit
JPA 永続性ユニットを管理するための内部サポート。
org.springframework.orm.jpa.support - パッケージ org.springframework.orm.jpa.support
org.springframework.orm.jpa パッケージをサポートするクラス。
org.springframework.orm.jpa.vendor - パッケージ org.springframework.orm.jpa.vendor
特定の JPA ベンダーに適応するためのサポートクラス。
org.springframework.oxm - パッケージ org.springframework.oxm
Spring の O/X マッピング統合クラスのルートパッケージ。
org.springframework.oxm.config - パッケージ org.springframework.oxm.config
Spring Object/XML 名前空間の名前空間ハンドラーを提供します。
org.springframework.oxm.jaxb - パッケージ org.springframework.oxm.jaxb
JAXB と Spring の O/X マッピングサポートの統合を提供するパッケージ。
org.springframework.oxm.mime - パッケージ org.springframework.oxm.mime
MIME 添付ファイルにバイナリデータを格納するために最適化された(非)マーシャラーが含まれています。
org.springframework.oxm.support - パッケージ org.springframework.oxm.support
さまざまなシナリオ内で Spring の O/X マッピング統合を使用するための汎用サポートクラスを提供します。
org.springframework.oxm.xstream - パッケージ org.springframework.oxm.xstream
XStream と Spring の O/X マッピングサポートの統合を提供するパッケージ。
org.springframework.r2dbc - パッケージ org.springframework.r2dbc
このパッケージのクラスにより、R2DBC が使いやすくなり、一般的なエラーの可能性が減少します。
org.springframework.r2dbc.connection - パッケージ org.springframework.r2dbc.connection
簡単な ConnectionFactory アクセス用のユーティリティクラス、単一の ConnectionFactory 用の ReactiveTransactionManager、およびさまざまな単純な ConnectionFactory 実装を提供します。
org.springframework.r2dbc.connection.init - パッケージ org.springframework.r2dbc.connection.init
スクリプトを介してデータベースを初期化するための拡張可能なサポートを提供します。
org.springframework.r2dbc.connection.lookup - パッケージ org.springframework.r2dbc.connection.lookup
R2DBC ConnectionFactories を名前で検索するための戦略を提供します。
org.springframework.r2dbc.core - パッケージ org.springframework.r2dbc.core
DatabaseClient を中心とするコアドメイン型。
org.springframework.r2dbc.core.binding - パッケージ org.springframework.r2dbc.core.binding
SQL バインドマーカーの抽象化を提供するクラス。
org.springframework.scheduling - パッケージ org.springframework.scheduling
特定のスケジューリングシステムに関係なく、Spring のスケジューリングサポートの一般的な例外。
org.springframework.scheduling.annotation - パッケージ org.springframework.scheduling.annotation
非同期メソッド実行のアノテーションサポート。
org.springframework.scheduling.aspectj - パッケージ org.springframework.scheduling.aspectj
AspectJ ベースのスケジューリングのサポート。
org.springframework.scheduling.concurrent - パッケージ org.springframework.scheduling.concurrent
java.util.concurrent および jakarta.enterprise.concurrent パッケージのコンビニエンスクラスをスケジュールし、Spring コンテキストで ThreadPoolExecutor または ScheduledThreadPoolExecutor を Bean としてセットアップできるようにします。
org.springframework.scheduling.config - パッケージ org.springframework.scheduling.config
XML スキーマが主要な構成形式である、宣言的なスケジューリング構成のサポートパッケージ。
org.springframework.scheduling.quartz - パッケージ org.springframework.scheduling.quartz
オープンソーススケジューラ Quartz のサポートクラス。Quartz スケジューラ、JobDetails、トリガーを Spring コンテキストの Bean として設定できます。
org.springframework.scheduling.support - パッケージ org.springframework.scheduling.support
スケジューリングの汎用サポートクラス。
org.springframework.scripting - パッケージ org.springframework.scripting
Spring のスクリプトサポートのコアインターフェース。
org.springframework.scripting.bsh - パッケージ org.springframework.scripting.bsh
BeanShell (および BeanShell2)を Spring のスクリプトインフラストラクチャに統合するパッケージ。
org.springframework.scripting.config - パッケージ org.springframework.scripting.config
Spring の動的言語機械のサポートパッケージ。XML スキーマが主要な構成形式です。
org.springframework.scripting.groovy - パッケージ org.springframework.scripting.groovy
Groovy を Spring のスクリプトインフラストラクチャに統合するパッケージ。
org.springframework.scripting.support - パッケージ org.springframework.scripting.support
Spring のスクリプトパッケージのサポートクラス。
org.springframework.stereotype - パッケージ org.springframework.stereotype
アーキテクチャ全体における型またはメソッドのロールを示すアノテーション(実装レベルではなく概念レベル)。
org.springframework.test.annotation - パッケージ org.springframework.test.annotation
アノテーション駆動型テストのクラスをサポートします。
org.springframework.test.context - パッケージ org.springframework.test.context
このパッケージには Spring TestContext フレームワークが含まれており、使用中の実際のテストフレームワークにとらわれないアノテーション駆動型ユニットおよび統合テストのサポートを提供します。
org.springframework.test.context.aot - パッケージ org.springframework.test.context.aot
Spring TestContext フレームワークの事前 (AOT) サポート。
org.springframework.test.context.bean.override - パッケージ org.springframework.test.context.bean.override
Spring Test でケースバイケースの Bean オーバーライドをサポートします。
org.springframework.test.context.bean.override.convention - パッケージ org.springframework.test.context.bean.override.convention
テストクラス内の慣例的に命名された静的メソッドに基づく Bean オーバーライドメカニズム。
org.springframework.test.context.bean.override.mockito - パッケージ org.springframework.test.context.bean.override.mockito
Mockito のモックとスパイに基づく Bean オーバーライドメカニズム。
org.springframework.test.context.cache - パッケージ org.springframework.test.context.cache
Spring TestContext フレームワーク内のコンテキストキャッシングのサポート。
org.springframework.test.context.event - パッケージ org.springframework.test.context.event
Spring TestContext フレームワークのテストイベントサポートクラス。
org.springframework.test.context.event.annotation - パッケージ org.springframework.test.context.event.annotation
Spring TestContext フレームワークの実行イベントアノテーションをテストします。
org.springframework.test.context.jdbc - パッケージ org.springframework.test.context.jdbc
JDBC は、@Sql を介した宣言的な SQL スクリプト実行のサポートを含む、Spring TestContext フレームワークのクラスをサポートします。
org.springframework.test.context.junit.jupiter - パッケージ org.springframework.test.context.junit.jupiter
Spring TestContext フレームワークを JUnit 5 の JUnit Jupiter 拡張モデルと統合するためのコアサポート。
org.springframework.test.context.junit.jupiter.web - パッケージ org.springframework.test.context.junit.jupiter.web
Spring TestContext フレームワークを JUnit 5 の JUnit Jupiter 拡張モデルと統合するための Web サポート。
org.springframework.test.context.junit4 - パッケージ org.springframework.test.context.junit4
Spring TestContext フレームワークを JUnit 4.12 以上と統合するためのサポートクラス。
org.springframework.test.context.junit4.rules - パッケージ org.springframework.test.context.junit4.rules
Spring TestContext フレームワークで使用されるカスタム JUnit 4 Rules 
org.springframework.test.context.junit4.statements - パッケージ org.springframework.test.context.junit4.statements
Spring TestContext フレームワークで使用されるカスタム JUnit 4 Statements 
org.springframework.test.context.support - パッケージ org.springframework.test.context.support
Spring TestContext フレームワークのサポートクラス。
org.springframework.test.context.testng - パッケージ org.springframework.test.context.testng
Spring TestContext フレームワークを TestNG と統合するためのサポートクラス。
org.springframework.test.context.transaction - パッケージ org.springframework.test.context.transaction
Spring TestContext フレームワークのトランザクションサポートクラス。
org.springframework.test.context.util - パッケージ org.springframework.test.context.util
Spring TestContext フレームワーク内で使用される一般的なユーティリティ。
org.springframework.test.context.web - パッケージ org.springframework.test.context.web
Web は、Spring TestContext フレームワークのクラスをサポートします。
org.springframework.test.http - パッケージ org.springframework.test.http
HTTP 概念のサポートをテストします。
org.springframework.test.jdbc - パッケージ org.springframework.test.jdbc
JDBC に基づくテストのクラスをサポートします。
org.springframework.test.json - パッケージ org.springframework.test.json
JSON のサポートをテストします。
org.springframework.test.util - パッケージ org.springframework.test.util
単体テストおよび統合テストで使用する一般的なユーティリティクラス。
org.springframework.test.validation - パッケージ org.springframework.test.validation
検証のためのテストのサポート。
org.springframework.test.web - パッケージ org.springframework.test.web
Spring の Web サポートに基づく単体テストのヘルパークラス。
org.springframework.test.web.client - パッケージ org.springframework.test.web.client
クライアント側の REST テストサポートが含まれています。
org.springframework.test.web.client.match - パッケージ org.springframework.test.web.client.match
ビルトイン RequestMatcher 実装が含まれています。
org.springframework.test.web.client.response - パッケージ org.springframework.test.web.client.response
ビルトイン ResponseCreator 実装が含まれています。
org.springframework.test.web.reactive.server - パッケージ org.springframework.test.web.reactive.server
WebTestClient を介した Spring WebFlux サーバーエンドポイントのテストのサポート。
org.springframework.test.web.servlet - パッケージ org.springframework.test.web.servlet
Spring MVC アプリケーションをテストするためのサーバー側のサポートが含まれています。
org.springframework.test.web.servlet.assertj - パッケージ org.springframework.test.web.servlet.assertj
MockMvc の AssertJ サポート。
org.springframework.test.web.servlet.client - パッケージ org.springframework.test.web.servlet.client
サーバーリクエスト処理のための MockMvc を使用した WebTestClient を介した Spring MVC アプリケーションのテストのサポート。
org.springframework.test.web.servlet.htmlunit - パッケージ org.springframework.test.web.servlet.htmlunit
MockMvc および HtmlUnit を使用して Spring MVC アプリケーションをテストするためのサーバー側のサポート。
org.springframework.test.web.servlet.htmlunit.webdriver - パッケージ org.springframework.test.web.servlet.htmlunit.webdriver
MockMvc および Selenium HtmlUnitDriver で Spring MVC アプリケーションをテストするためのサーバー側のサポート。
org.springframework.test.web.servlet.request - パッケージ org.springframework.test.web.servlet.request
ビルトイン RequestBuilder 実装が含まれています。
org.springframework.test.web.servlet.result - パッケージ org.springframework.test.web.servlet.result
ビルトイン ResultMatcher および ResultHandler 実装が含まれています。
org.springframework.test.web.servlet.setup - パッケージ org.springframework.test.web.servlet.setup
ビルトイン MockMvcBuilder 実装が含まれています。
org.springframework.transaction - パッケージ org.springframework.transaction
Spring のコアトランザクション管理 API(特定のトランザクション管理システムに依存しない)。Spring のトランザクションインフラストラクチャの例外階層。トランザクションマネージャー、定義、ステータスインターフェース。
org.springframework.transaction.annotation - パッケージ org.springframework.transaction.annotation
Spring のアノテーションベースのトランザクション境界のサポート。
org.springframework.transaction.aspectj - パッケージ org.springframework.transaction.aspectj
AspectJ ベースのトランザクション管理サポート。
org.springframework.transaction.config - パッケージ org.springframework.transaction.config
XML スキーマが主要な構成形式である、宣言的なトランザクション構成のサポートパッケージ。
org.springframework.transaction.event - パッケージ org.springframework.transaction.event
Spring のトランザクションイベントのリスニングのサポート。
org.springframework.transaction.interceptor - パッケージ org.springframework.transaction.interceptor
宣言的なトランザクション区分のための AOP ベースのソリューション。
org.springframework.transaction.jta - パッケージ org.springframework.transaction.jta
JTA のトランザクション SPI 実装。
org.springframework.transaction.reactive - パッケージ org.springframework.transaction.reactive
リアクティブトランザクション管理のクラスをサポートします。
org.springframework.transaction.support - パッケージ org.springframework.transaction.support
org.springframework.transaction パッケージのサポートクラス。
org.springframework.ui - パッケージ org.springframework.ui
UI レイヤーの概念の一般的なサポート。
org.springframework.ui.context - パッケージ org.springframework.ui.context
UI アプリケーションのアプリケーションコンテキストサブインターフェースを定義するクラスが含まれています。
org.springframework.ui.context.support - パッケージ org.springframework.ui.context.support
org.springframework.ui.context パッケージをサポートするクラス。
org.springframework.ui.freemarker - パッケージ org.springframework.ui.freemarker
設定するためのサポートクラス FreeMarker を Spring アプリケーションコンテキスト内。
org.springframework.util - パッケージ org.springframework.util
文字列、クラス、コレクション、リフレクションなどを操作するためのユーティリティなど、その他のユーティリティクラス。
org.springframework.util.backoff - パッケージ org.springframework.util.backoff
一般的なバックオフ抽象化。
org.springframework.util.comparator - パッケージ org.springframework.util.comparator
可逆コンパレーターや複合コンパレーターなど、有用な汎用 java.util.Comparator 実装。
org.springframework.util.concurrent - パッケージ org.springframework.util.concurrent
便利な汎用 java.util.concurrent.Future 拡張。
org.springframework.util.function - パッケージ org.springframework.util.function
便利な汎用 java.util.function ヘルパークラス。
org.springframework.util.unit - パッケージ org.springframework.util.unit
便利な単位データ型。
org.springframework.util.xml - パッケージ org.springframework.util.xml
Commons Logging を介して警告をログに記録するエラーハンドラーなど、XML の解析と変換のためのその他のユーティリティクラス。
org.springframework.validation - パッケージ org.springframework.validation
ビジネスや UI レイヤーで使用するためのデータバインディングおよび検証機能を提供します。
org.springframework.validation.annotation - パッケージ org.springframework.validation.annotation
JSR-303 Bean 検証プロバイダーを使用するなど、アノテーションベースの制約評価用のクラスをサポートします。
org.springframework.validation.beanvalidation - パッケージ org.springframework.validation.beanvalidation
JSR-303 Bean 検証プロバイダー(Hibernate Validator など)を Spring ApplicationContext に、特に Spring のデータバインディングおよび検証 API と統合するためのサポートクラス。
org.springframework.validation.method - パッケージ org.springframework.validation.method
基礎となる検証ライブラリから独立した、メソッド検証のための抽象化およびサポートクラス。
org.springframework.validation.support - パッケージ org.springframework.validation.support
検証結果を処理するためのクラスをサポートします。
org.springframework.web - パッケージ org.springframework.web
Spring の Web インフラストラクチャと他のフレームワークモジュール間の最小境界点を定義する一般的な汎用インターフェース。
org.springframework.web.accept - パッケージ org.springframework.web.accept
このパッケージには、リクエストでリクエストされたメディア型を判別するために使用されるクラスが含まれています。
org.springframework.web.bind - パッケージ org.springframework.web.bind
Web 固有のデータバインディング機能を提供します。
org.springframework.web.bind.annotation - パッケージ org.springframework.web.bind.annotation
リクエストをコントローラーおよびハンドラーメソッドにバインドするためのアノテーションと、リクエストパラメーターをメソッド引数にバインドするためのアノテーション。
org.springframework.web.bind.support - パッケージ org.springframework.web.bind.support
Web データバインディングのサポートクラス。
org.springframework.web.client - パッケージ org.springframework.web.client
クライアント側の Web サポートのコアパッケージ。
org.springframework.web.client.support - パッケージ org.springframework.web.client.support
org.springframework.web.client パッケージをサポートするクラス。
org.springframework.web.context - パッケージ org.springframework.web.context
Web アプリケーションのアプリケーションコンテキストインターフェースのバリアントと、ルート Web アプリケーションコンテキストをブートストラップする ContextLoaderListener が含まれています。
org.springframework.web.context.annotation - パッケージ org.springframework.web.context.annotation
Web スコープに便利なアノテーションを提供します。
org.springframework.web.context.request - パッケージ org.springframework.web.context.request
一般的なリクエストコンテキストの保持、特に HTTP リクエストまたは HTTP セッションごとのアプリケーションオブジェクトのスコープのサポート。
org.springframework.web.context.request.async - パッケージ org.springframework.web.context.request.async
非同期リクエスト処理のサポート。
org.springframework.web.context.support - パッケージ org.springframework.web.context.support
WebApplicationContext 実装やさまざまなユーティリティクラスなど、org.springframework.web.context パッケージをサポートするクラス。
org.springframework.web.cors - パッケージ org.springframework.web.cors
一般的な CorsProcessor 戦略に基づく、CORS(クロスオリジンリソースシェアリング)のサポート。
org.springframework.web.cors.reactive - パッケージ org.springframework.web.cors.reactive
一般的な CorsProcessor 戦略に基づく、CORS(クロスオリジンリソースシェアリング)のリアクティブサポート。
org.springframework.web.filter - パッケージ org.springframework.web.filter
Bean スタイルの構成を可能にする汎用フィルター基本クラスを提供します。
org.springframework.web.filter.reactive - パッケージ org.springframework.web.filter.reactive
リアクティブ Web アプリケーションで使用する WebFilter 実装。
org.springframework.web.jsf - パッケージ org.springframework.web.jsf
JSF Web レイヤーを、Spring ルート WebApplicationContext でホストされる Spring サービスレイヤーと統合するためのサポートクラス。
org.springframework.web.jsf.el - パッケージ org.springframework.web.jsf.el
JSF Web レイヤーを、Spring ルート WebApplicationContext でホストされる Spring サービスレイヤーと統合するための ELResolvers。
org.springframework.web.method - パッケージ org.springframework.web.method
Spring MVC の org.springframework.web.servlet.mvc.method パッケージで使用される、ハンドラーメソッド処理の共通インフラストラクチャ。
org.springframework.web.method.annotation - パッケージ org.springframework.web.method.annotation
アノテーションベースのハンドラーメソッド処理のクラスをサポートします。
org.springframework.web.method.support - パッケージ org.springframework.web.method.support
ハンドラーメソッド処理の汎用サポートクラス。
org.springframework.web.multipart - パッケージ org.springframework.web.multipart
ファイルのアップロードを処理するためのマルチパート解決フレームワーク。
org.springframework.web.multipart.support - パッケージ org.springframework.web.multipart.support
マルチパート解決フレームワークのサポートクラス。
org.springframework.web.reactive - パッケージ org.springframework.web.reactive
DispatcherHandler を含む spring-webflux モジュールの最上位パッケージ。WebFlux サーバーエンドポイント処理のメインエントリポイントで、リクエストをハンドラーにマッピングし、呼び出し、結果を処理するために使用されるキー契約を含みます。
org.springframework.web.reactive.accept - パッケージ org.springframework.web.reactive.accept
特定のリクエストに対してリクエストされたコンテンツ型を解決するための RequestedContentTypeResolver 戦略と実装。
org.springframework.web.reactive.config - パッケージ org.springframework.web.reactive.config
Spring WebFlux 構成インフラストラクチャ。
org.springframework.web.reactive.function - パッケージ org.springframework.web.reactive.function
リアクティブクライアントとサーバーサブパッケージの両方の基盤を提供します。
org.springframework.web.reactive.function.client - パッケージ org.springframework.web.reactive.function.client
org.springframework.http.client.reactive リアクティブ HTTP アダプター層上に構築されるリアクティブ WebClient を提供します。
org.springframework.web.reactive.function.client.support - パッケージ org.springframework.web.reactive.function.client.support
org.springframework.web.reactive.function.client パッケージをサポートするクラス。
org.springframework.web.reactive.function.server - パッケージ org.springframework.web.reactive.function.server
Spring のリアクティブ環境用の関数 Web フレームワークを構成する型を提供します。
org.springframework.web.reactive.function.server.support - パッケージ org.springframework.web.reactive.function.server.support
org.springframework.web.reactive.function.server パッケージをサポートするクラス。
org.springframework.web.reactive.handler - パッケージ org.springframework.web.reactive.handler
抽象基本クラスを含む HandlerMapping 実装を提供します。
org.springframework.web.reactive.resource - パッケージ org.springframework.web.reactive.resource
静的リソースを提供するためのサポートクラス。
org.springframework.web.reactive.result - パッケージ org.springframework.web.reactive.result
アノテーション付きコントローラーや単純な WebHandler などのさまざまな種類のハンドラーの呼び出しを含む、さまざまなプログラミングモデルスタイルをサポートします。
org.springframework.web.reactive.result.condition - パッケージ org.springframework.web.reactive.result.condition
RequestCondition およびさまざまな条件に基づいてリクエストを照合するための実装。
org.springframework.web.reactive.result.method - パッケージ org.springframework.web.reactive.result.method
ハンドラーメソッド処理のインフラストラクチャ。
org.springframework.web.reactive.result.method.annotation - パッケージ org.springframework.web.reactive.result.method.annotation
アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。
org.springframework.web.reactive.result.view - パッケージ org.springframework.web.reactive.result.view
ビューの解決による結果処理のサポート。
org.springframework.web.reactive.result.view.freemarker - パッケージ org.springframework.web.reactive.result.view.freemarker
FreeMarker を Spring Web ビューテクノロジーとして統合するためのサポートクラス。
org.springframework.web.reactive.result.view.script - パッケージ org.springframework.web.reactive.result.view.script
JSR-223 スクリプトエンジン抽象化に基づくビューのクラスをサポートします。
org.springframework.web.reactive.socket - パッケージ org.springframework.web.reactive.socket
リアクティブ WebSocket 相互作用の抽象化とサポートクラス。
org.springframework.web.reactive.socket.adapter - パッケージ org.springframework.web.reactive.socket.adapter
Spring の Reactive WebSocket API を WebSocket ランタイムとの間で適合させるクラス。
org.springframework.web.reactive.socket.client - パッケージ org.springframework.web.reactive.socket.client
WebSocket 相互作用のクライアントサポート。
org.springframework.web.reactive.socket.server - パッケージ org.springframework.web.reactive.socket.server
WebSocket 相互作用のサーバーサポート。
org.springframework.web.reactive.socket.server.support - パッケージ org.springframework.web.reactive.socket.server.support
WebSocket リクエストのサーバー側サポートクラス。
org.springframework.web.reactive.socket.server.upgrade - パッケージ org.springframework.web.reactive.socket.server.upgrade
RequestUpgradeStrategy の実装を保持します。
org.springframework.web.server - パッケージ org.springframework.web.server
Spring の一般的なリアクティブ Web サポートのコアインターフェースとクラス。
org.springframework.web.server.adapter - パッケージ org.springframework.web.server.adapter
基礎となる org.springframework.http.client.reactive リアクティブ HTTP アダプターと HttpHandler に適応する実装。
org.springframework.web.server.handler - パッケージ org.springframework.web.server.handler
一般的な WebHandler 実装と WebHandlerDecorator を提供します。
org.springframework.web.server.i18n - パッケージ org.springframework.web.server.i18n
ロケール関連のサポートクラス。
org.springframework.web.server.session - パッケージ org.springframework.web.server.session
WebSession サポート用の補助インターフェースと実装クラス。
org.springframework.web.service.annotation - パッケージ org.springframework.web.service.annotation
HTTP サービスリクエストメソッドを宣言するためのアノテーション。
org.springframework.web.service.invoker - パッケージ org.springframework.web.service.invoker
HttpExchange メソッドでアノテーションが付けられた HTTP サービスのクライアントプロキシを作成するためのサポート。
org.springframework.web.servlet - パッケージ org.springframework.web.servlet
アプリケーションコンテキストインフラストラクチャと統合するサーブレット、および Spring Web MVC フレームワークのコアインターフェースとクラスを提供します。
org.springframework.web.servlet.config - パッケージ org.springframework.web.servlet.config
Spring MVC の XML 構成名前空間を定義します。
org.springframework.web.servlet.config.annotation - パッケージ org.springframework.web.servlet.config.annotation
Spring MVC のアノテーションベースのセットアップ。
org.springframework.web.servlet.function - パッケージ org.springframework.web.servlet.function
Spring のサーブレット環境用の関数 Web フレームワークを構成する型を提供します。
org.springframework.web.servlet.function.support - パッケージ org.springframework.web.servlet.function.support
org.springframework.web.servlet.function パッケージをサポートするクラス。
org.springframework.web.servlet.handler - パッケージ org.springframework.web.servlet.handler
カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
org.springframework.web.servlet.i18n - パッケージ org.springframework.web.servlet.i18n
Spring の Web MVC フレームワークのロケールサポートクラス。
org.springframework.web.servlet.mvc - パッケージ org.springframework.web.servlet.mvc
Spring に付属するサーブレット MVC フレームワークの標準コントローラー実装。
org.springframework.web.servlet.mvc.annotation - パッケージ org.springframework.web.servlet.mvc.annotation
アノテーションベースのサーブレット MVC コントローラーのサポートパッケージ。
org.springframework.web.servlet.mvc.condition - パッケージ org.springframework.web.servlet.mvc.condition
条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。
org.springframework.web.servlet.mvc.method - パッケージ org.springframework.web.servlet.mvc.method
org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。
org.springframework.web.servlet.mvc.method.annotation - パッケージ org.springframework.web.servlet.mvc.method.annotation
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。
org.springframework.web.servlet.mvc.support - パッケージ org.springframework.web.servlet.mvc.support
MVC コントローラーのサポートパッケージ。
org.springframework.web.servlet.resource - パッケージ org.springframework.web.servlet.resource
静的リソースを提供するためのサポートクラス。
org.springframework.web.servlet.support - パッケージ org.springframework.web.servlet.support
Spring の Web MVC フレームワークをサポートするクラス。
org.springframework.web.servlet.tags - パッケージ org.springframework.web.servlet.tags
このパッケージには、JSP 2.0 + 用の Spring の JSP 標準タグライブラリが含まれています。
org.springframework.web.servlet.tags.form - パッケージ org.springframework.web.servlet.tags.form
Spring の Web MVC フレームワークの JSP ビュー用の Spring のフォームタグライブラリ。
org.springframework.web.servlet.theme - パッケージ org.springframework.web.servlet.theme
Spring の Web MVC フレームワークのテーマサポートクラス。
org.springframework.web.servlet.view - パッケージ org.springframework.web.servlet.view
カスタム実装の抽象基本クラスを含む、標準の View および ViewResolver 実装を提供します。
org.springframework.web.servlet.view.document - パッケージ org.springframework.web.servlet.view.document
ドキュメント生成のクラスをサポートし、PDF および Excel の View 実装を提供します。
org.springframework.web.servlet.view.feed - パッケージ org.springframework.web.servlet.view.feed
フィード生成のクラスをサポートし、Atom および RSS の View 実装を提供します。
org.springframework.web.servlet.view.freemarker - パッケージ org.springframework.web.servlet.view.freemarker
FreeMarker を Spring Web ビューテクノロジーとして統合するためのサポートクラス。
org.springframework.web.servlet.view.groovy - パッケージ org.springframework.web.servlet.view.groovy
Groovy テンプレートを Spring Web ビューテクノロジーとして統合するためのサポートクラス。
org.springframework.web.servlet.view.json - パッケージ org.springframework.web.servlet.view.json
JSON 直列化に基づく View 実装を提供するためのサポートクラス。
org.springframework.web.servlet.view.script - パッケージ org.springframework.web.servlet.view.script
JSR-223 スクリプトエンジン抽象化に基づくビューのクラスをサポートします。
org.springframework.web.servlet.view.xml - パッケージ org.springframework.web.servlet.view.xml
XML マーシャリングに基づく View 実装を提供するためのクラスをサポートします。
org.springframework.web.servlet.view.xslt - パッケージ org.springframework.web.servlet.view.xslt
XSLT のサポートクラス。XSLT スタイルシートの View 実装を提供します。
org.springframework.web.socket - パッケージ org.springframework.web.socket
WebSocket アプリケーションの一般的な抽象化と Spring 構成のサポート。
org.springframework.web.socket.adapter - パッケージ org.springframework.web.socket.adapter
Spring の WebSocket API を WebSocket プロバイダーとの間で適合させるクラス。
org.springframework.web.socket.adapter.jetty - パッケージ org.springframework.web.socket.adapter.jetty
Jetty WebSocket API のアダプタークラス。
org.springframework.web.socket.adapter.standard - パッケージ org.springframework.web.socket.adapter.standard
標準 Jakarta WebSocket API のアダプタークラス。
org.springframework.web.socket.client - パッケージ org.springframework.web.socket.client
WebSocket アプリケーションのクライアント側の抽象化。
org.springframework.web.socket.client.standard - パッケージ org.springframework.web.socket.client.standard
標準の Jakarta WebSocket エンドポイントで使用するクライアント側クラス。
org.springframework.web.socket.config - パッケージ org.springframework.web.socket.config
WebSocket リクエスト処理の構成サポート。
org.springframework.web.socket.config.annotation - パッケージ org.springframework.web.socket.config.annotation
設定クラスにおけるアノテーションベースの WebSocket 設定のサポート。
org.springframework.web.socket.handler - パッケージ org.springframework.web.socket.handler
便利な WebSocketHandler 実装とデコレーター。
org.springframework.web.socket.messaging - パッケージ org.springframework.web.socket.messaging
Spring のメッセージングモジュール用の WebSocket 統合。
org.springframework.web.socket.server - パッケージ org.springframework.web.socket.server
WebSocket 相互作用のサーバー側の抽象化。
org.springframework.web.socket.server.jetty - パッケージ org.springframework.web.socket.server.jetty
Jetty WebSocket API のサーバー側のサポート。
org.springframework.web.socket.server.standard - パッケージ org.springframework.web.socket.server.standard
標準の JSR-356 WebSocket エンドポイントで使用するサーバー側クラス。
org.springframework.web.socket.server.support - パッケージ org.springframework.web.socket.server.support
リクエストをアップグレードするためのコンテナー固有の戦略を含むサーバー側サポートクラス。
org.springframework.web.socket.sockjs - パッケージ org.springframework.web.socket.sockjs
トップレベルの SockJS 型。
org.springframework.web.socket.sockjs.client - パッケージ org.springframework.web.socket.sockjs.client
WebSocketClient の SockJS クライアント実装。
org.springframework.web.socket.sockjs.frame - パッケージ org.springframework.web.socket.sockjs.frame
SockJS メッセージフレームのエンコードとデコードを含む、SockJS フレームを作成するためのサポートクラス。
org.springframework.web.socket.sockjs.support - パッケージ org.springframework.web.socket.sockjs.support
AbstractSockJsService 実装を含む SockJS のサポートクラス。
org.springframework.web.socket.sockjs.transport - パッケージ org.springframework.web.socket.sockjs.transport
受信リクエストを処理するための TransportHandler 実装、さまざまなトランスポートを介してメッセージを送信するための session の実装、および DefaultSockJsService を含む SockJS トランスポートのサーバー側サポート。
org.springframework.web.socket.sockjs.transport.handler - パッケージ org.springframework.web.socket.sockjs.transport.handler
TransportHandler 実装クラスおよび具体的な SockJsService
org.springframework.web.socket.sockjs.transport.session - パッケージ org.springframework.web.socket.sockjs.transport.session
WebSocketSession の SockJS 固有の実装。
org.springframework.web.util - パッケージ org.springframework.web.util
HTML エスケープや Cookie 処理などのその他の Web ユーティリティクラス。
org.springframework.web.util.pattern - パッケージ org.springframework.web.util.pattern
一致する HTTP リクエストパスの専用サポート。
ORIGIN - Static variable in class org.springframework.http.HttpHeaders
HTTP Origin ヘッダーフィールド名。
ORIGINAL_DEFAULT_LISTENER_METHOD - Static variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
デフォルトのリスナーメソッドのすぐに使用できる値: "handleMessage"。
ORIGINAL_DEFAULT_PERSISTENCE_UNIT_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
デフォルトの永続性ユニット名。
ORIGINAL_DEFAULT_PERSISTENCE_UNIT_ROOT_LOCATION - Static variable in class org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager
永続性ユニットのルート URL のデフォルトの場所: "classpath:"。クラスパスのルートを示します。
ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.AbstractThemeResolver
使用すべきではありません。
デフォルトのテーマ名 "theme" のすぐに使える値。
ORIGINAL_DEFAULT_THEME_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
使用すべきではありません。
代替が提供されない場合に使用されるデフォルトのテーマ名。
ORIGINAL_DESTINATION - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
クライアントにメッセージを送信する前に宛先を復元する必要がある「ユーザー」宛先での内部使用のためのヘッダー。
ORIGINAL_INSTANCE_SUFFIX - Static variable in interface org.springframework.beans.factory.config.AutowireCapableBeanFactory
既存の Bean インスタンスを初期化するときの「元のインスタンス」規則のサフィックス。指定されたインスタンスが返されるように強制するために、完全修飾 Bean クラス名 (例: "com.mypackage.MyClass.ORIGINAL" ) に追加されます。
ORIGINAL_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
自動プロキシされた Bean の元のターゲットクラスを示す Bean 定義属性。たとえば、インターフェースベースのプロキシの背後にあるターゲットクラスのアノテーションのイントロスペクションに使用されます。
originalBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
指定された(潜在的に生成された)Bean 名から「生の」Bean 名を抽出します。一意性のために追加された可能性のある "#..." 接尾部は除きます。
originalBeanName(String) - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanFactory
ローカルで定義されたエイリアスを正規名に解決して、元の Bean 名を決定します。
OriginHandshakeInterceptor - org.springframework.web.socket.server.support のクラス
許可された発信元のコレクションに対してリクエスト Origin ヘッダー値をチェックするインターセプター。
OriginHandshakeInterceptor() - クラス org.springframework.web.socket.server.support. OriginHandshakeInterceptor のコンストラクター
同じオリジンリクエストのみが許可されたデフォルトコンストラクター。
OriginHandshakeInterceptor(Collection<String>) - クラス org.springframework.web.socket.server.support. OriginHandshakeInterceptor のコンストラクター
指定された許可された起点値を使用するコンストラクター。
originPatterns() - Element in annotation interface org.springframework.web.bind.annotation.CrossOrigin
より柔軟な原点パターンをサポートする CrossOrigin.origins() の代替。
origins() - Element in annotation interface org.springframework.web.bind.annotation.CrossOrigin
クロスオリジンリクエストが許可されているオリジンのリスト。
other(ParameterValidationResult) - インターフェース org.springframework.web.method.annotation のメソッド。HandlerMethodValidationException.Visitor
上記のいずれでもない他の結果を処理します。
OTHER - Enum constant in enum class org.springframework.messaging.simp.SimpMessageType
outcome(ClientRequestObservationContext) - クラス org.springframework.http.client.observation のメソッド。DefaultClientRequestObservationConvention
outcome(ServerRequestObservationContext) - クラス org.springframework.http.server.observation のメソッド。DefaultServerRequestObservationConvention
outcome(ServerRequestObservationContext) - クラス org.springframework.http.server.reactive.observation のメソッド。DefaultServerRequestObservationConvention
outcome(ScheduledTaskObservationContext) - クラス org.springframework.scheduling.support のメソッド。DefaultScheduledTaskObservationConvention
outcome(ClientRequestObservationContext) - クラス org.springframework.web.reactive.function.client のメソッド。DefaultClientRequestObservationConvention
OUTCOME - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
HTTP クライアント交換の結果。
OUTCOME - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
HTTP サーバー交換の結果。
OUTCOME - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
HTTP サーバー交換の結果。
OUTCOME - Enum constant in enum class org.springframework.scheduling.support.ScheduledTaskObservationDocumentation.LowCardinalityKeyNames
スケジュールされたタスクの実行の結果。
OUTCOME - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
HTTP クライアント交換の結果。
OUTPUT_FLASH_MAP_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
「出力」FlashMap を保持するリクエスト属性の名前。後続のリクエストのために保存する属性が含まれます。
OutputStreamFactory - Class in org.springframework.jdbc.datasource.embedded
ダミー OutputStreams を Derby などの組み込みデータベースに公開し、ログファイルの作成を防ぐための内部ヘルパー。
outputStreamPublisher(Consumer<OutputStream>, DataBufferFactory, Executor) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
OutputStream に書き込まれたバイトに基づいて、新しい Publisher<DataBuffer> を作成します。
outputStreamPublisher(Consumer<OutputStream>, DataBufferFactory, Executor, int) - Static method in class org.springframework.core.io.buffer.DataBufferUtils
パブリッシャーによって生成されるチャンクサイズを制御する DataBufferUtils.outputStreamPublisher(Consumer, DataBufferFactory, Executor) のバリアント。
override(String, String) - クラス org.springframework.instrument.classloading のメソッド。ResourceOverridingShadowingClassLoader
古いパスにあるリソースを見つけようとして、新しいパスにあるリソース(存在する場合)を返します。
override(InputStreamSource) - クラス org.springframework.aot.generate のメソッド。GeneratedFiles.FileHandler
指定されたコンテンツを使用して、このインスタンスによって処理されるファイルのコンテンツをオーバーライドします。
OVERRIDE - Enum constant in enum class org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
リストの前半の値を置き換えます。
OVERRIDE - Enum constant in enum class org.springframework.test.context.jdbc.SqlMergeMode.MergeMode
メソッドレベルの @Sql 宣言がクラスレベルの @Sql 宣言をオーバーライドする必要があることを示します。
OVERRIDE - Enum constant in enum class org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration
内部テストクラスのテスト構成が、それを囲むクラスの 構成をオーバーライドする必要があることを示します。
OVERRIDE_AND_IGNORE - Enum constant in enum class org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
失敗を無視して、リストの前半の値を置き換えます。
overrideDefaultEditor(Class<?>, PropertyEditor) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
指定された型のデフォルトエディターを、指定されたプロパティエディターでオーバーライドします。
overrideFrom(BeanDefinition) - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanDefinition
この Bean 定義(おそらく親子継承関連からコピーされた親)の設定を、指定された Bean 定義(おそらく子)からオーバーライドします。
overridesDefaultEditors() - Method in interface org.springframework.beans.PropertyEditorRegistrar
このレジストラが、遅延適用されることを意図したカスタムエディターを登録するのではなく、デフォルトのエディターを排他的にオーバーライドするかどうかを示します。
overridesDefaultEditors() - クラス org.springframework.beans.support のメソッド。ResourceEditorRegistrar
overridesOperation(Operation, Object, Object) - Method in interface org.springframework.expression.OperatorOverloader
この演算子オーバーローダーが 2 つのオペランドで指定された操作をサポートしており、それを処理するために呼び出す必要がある場合は、true を返します。
overridesOperation(Operation, Object, Object) - クラス org.springframework.expression.spel.support のメソッド。StandardOperatorOverloader
overrideThreadContextClassLoader(ClassLoader) - Static method in class org.springframework.util.ClassUtils
必要に応じて、スレッドコンテキスト ClassLoader を環境の Bean ClassLoader でオーバーライドします。
OverridingClassLoader - Class in org.springframework.core
通常のクラスローダーのように常に親ローダーに委譲するわけではない ClassLoader
OverridingClassLoader(ClassLoader) - Constructor for class org.springframework.core.OverridingClassLoader
指定された ClassLoader の新しい OverridingClassLoader を作成します。
OverridingClassLoader(ClassLoader, ClassLoader) - Constructor for class org.springframework.core.OverridingClassLoader
指定された ClassLoader の新しい OverridingClassLoader を作成します。
OxmNamespaceHandler - org.springframework.oxm.config のクラス
'oxm' 名前空間の NamespaceHandler
OxmNamespaceHandler() - クラス org.springframework.oxm.config. OxmNamespaceHandler のコンストラクター
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
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式