インデックス

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

V

V_PREVIEW - Static variable in interface org.springframework.asm.Opcodes
クラスが「プレビュー」機能を使用していることを示すバージョンフラグ。
V1_1 - Static variable in interface org.springframework.asm.Opcodes
V1_2 - Static variable in interface org.springframework.asm.Opcodes
V1_3 - Static variable in interface org.springframework.asm.Opcodes
V1_4 - Static variable in interface org.springframework.asm.Opcodes
V1_5 - Static variable in interface org.springframework.asm.Opcodes
V1_6 - Static variable in interface org.springframework.asm.Opcodes
V1_7 - Static variable in interface org.springframework.asm.Opcodes
V1_8 - Static variable in interface org.springframework.asm.Opcodes
V10 - Static variable in interface org.springframework.asm.Opcodes
V11 - Static variable in interface org.springframework.asm.Opcodes
V12 - Static variable in interface org.springframework.asm.Opcodes
V13 - Static variable in interface org.springframework.asm.Opcodes
V14 - Static variable in interface org.springframework.asm.Opcodes
V15 - Static variable in interface org.springframework.asm.Opcodes
V16 - Static variable in interface org.springframework.asm.Opcodes
V17 - Static variable in interface org.springframework.asm.Opcodes
V18 - Static variable in interface org.springframework.asm.Opcodes
V19 - Static variable in interface org.springframework.asm.Opcodes
V20 - Static variable in interface org.springframework.asm.Opcodes
V21 - Static variable in interface org.springframework.asm.Opcodes
V22 - Static variable in interface org.springframework.asm.Opcodes
V23 - Static variable in interface org.springframework.asm.Opcodes
V24 - Static variable in interface org.springframework.asm.Opcodes
V25 - Static variable in interface org.springframework.asm.Opcodes
V9 - Static variable in interface org.springframework.asm.Opcodes
validate() - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanDefinition
この Bean 定義を検証します。
validate() - クラス org.springframework.beans.factory.support のメソッド。ChildBeanDefinition
validate() - Method in class org.springframework.validation.DataBinder
指定されたバリデータがある場合は呼び出します。
validate(Class<?>) - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
validate(Class<?>) - Method in interface org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory
指定されたクラスは有効な AspectJ アスペクトクラスですか?
validate(Object...) - Method in class org.springframework.validation.DataBinder
指定された検証ヒントがあれば、指定された検証ヒントを呼び出します。
validate(Object, Errors) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
validate(Object, Errors) - Method in interface org.springframework.validation.Validator
指定された target オブジェクトを検証します。このオブジェクトは、Validator.supports(Class) メソッドが通常 true を返した (または返すことになる) ClassSE である必要があります。
validate(Object, Errors, Object...) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
validate(Object, Errors, Object...) - Method in interface org.springframework.validation.SmartValidator
指定された target オブジェクトを検証します。これは、Validator.supports(Class) メソッドが通常 true を返す ClassSE 型でなければなりません。
validate(Message<?>, MethodParameter, Object) - クラス org.springframework.messaging.handler.annotation.support のメソッド。PayloadMethodArgumentResolver
該当する場合、ペイロードを検証します。
validate(T, Class<?>...) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
validateAddress(InternetAddress) - クラス org.springframework.mail.javamail のメソッド。MimeMessageHelper
指定されたメールアドレスを検証します。
validateAddresses(InternetAddress[]) - クラス org.springframework.mail.javamail のメソッド。MimeMessageHelper
指定されたすべてのメールアドレスを検証します。
validateAllowCredentials() - クラス org.springframework.web.cors のメソッド。CorsConfiguration
allowCredentials が true の場合、"Access-Control-Allow-Origin" を "*" に設定できないため、allowedOrigins に特別な値 "*" が含まれていないことを検証します。
validateAllowPrivateNetwork() - クラス org.springframework.web.cors のメソッド。CorsConfiguration
allowPrivateNetwork が true である場合、これは安全ではないため、allowedOrigins に特別な値 "*" が含まれていないことを検証します。
validateAnnotation(Annotation) - Static method in class org.springframework.core.annotation.AnnotationUtils
指定されたアノテーションの宣言された属性を確認します。特に、Google App Engine の Class 値 (初期の Class.getAnnotations() failure ではなく) の TypeNotPresentExceptionProxy の遅れた到着をカバーします。
validateArguments(Object, Method, MethodParameter[], Object[], Class<?>[]) - クラス org.springframework.validation.beanvalidation のメソッド。MethodValidationAdapter
validateArguments(Object, Method, MethodParameter[], Object[], Class<?>[]) - インターフェース org.springframework.validation.method のメソッド。MethodValidator
指定されたメソッド引数を検証し、検証結果を返します。
validateArguments(Object, Method, MethodParameter[], Object[], Class<?>[]) - クラス org.springframework.web.method.annotation のメソッド。HandlerMethodValidator
validateConfiguration() - クラス org.springframework.jms.listener のメソッド。AbstractJmsListeningContainer
このコンテナーの構成を検証します。
validateConfiguration() - クラス org.springframework.jms.listener のメソッド。AbstractMessageListenerContainer
validateConfiguration() - クラス org.springframework.jms.listener のメソッド。SimpleMessageListenerContainer
Validated - Annotation Interface in org.springframework.validation.annotation
JSR-303 の ValidEE のバリアントであり、検証グループの仕様をサポートしています。
validateDestination(Destination, String, boolean) - クラス org.springframework.jms.support.destination のメソッド。JndiDestinationResolver
指定された Destination オブジェクトを検証し、予想される型と一致するかどうかを確認します。
validateHandler(Object, HttpServletRequest) - クラス org.springframework.web.servlet.handler のメソッド。AbstractUrlHandlerMapping
現在のリクエストに対して指定されたハンドラーを検証します。
validateHandler(Object, ServerWebExchange) - クラス org.springframework.web.reactive.handler のメソッド。AbstractUrlHandlerMapping
現在のリクエストに対して指定されたハンドラーを検証します。
validateIfApplicable(WebDataBinder, MethodParameter) - クラス org.springframework.web.method.annotation のメソッド。ModelAttributeMethodProcessor
該当する場合、モデル属性を検証します。
validateIfApplicable(WebDataBinder, MethodParameter) - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。AbstractMessageConverterMethodArgumentResolver
該当する場合、バインディングターゲットを検証します。
validateInterfaces() - クラス org.springframework.aop.aspectj のメソッド。DeclareParentsAdvisor
validateInterfaces() - Method in interface org.springframework.aop.IntroductionAdvisor
アドバイスされたインターフェースは、導入アドバイスによって実装できますか? IntroductionAdvisor を追加する前に呼び出されます。
validateInterfaces() - クラス org.springframework.aop.support のメソッド。DefaultIntroductionAdvisor
validateMergedContextConfiguration(MergedContextConfiguration) - クラス org.springframework.test.context.support のメソッド。AbstractGenericContextLoader
このコンテキストローダーがサポートするものに関して、提供された MergedContextConfiguration を検証します。
validateMergedContextConfiguration(MergedContextConfiguration) - クラス org.springframework.test.context.support のメソッド。AnnotationConfigContextLoader
提供された MergedContextConfigurationlocations が含まれていないことを確認してください。
validateMergedContextConfiguration(MergedContextConfiguration) - クラス org.springframework.test.context.support のメソッド。GenericXmlContextLoader
提供された MergedContextConfigurationclasses が含まれていないことを確認してください。
validateMergedContextConfiguration(WebMergedContextConfiguration) - クラス org.springframework.test.context.web のメソッド。AbstractGenericWebContextLoader
このコンテキストローダーがサポートするものに関して、提供された WebMergedContextConfiguration を検証します。
validateMergedContextConfiguration(WebMergedContextConfiguration) - クラス org.springframework.test.context.web のメソッド。AnnotationConfigWebContextLoader
提供された WebMergedContextConfigurationlocations が含まれていないことを確認してください。
validateMergedContextConfiguration(WebMergedContextConfiguration) - クラス org.springframework.test.context.web のメソッド。GenericXmlWebContextLoader
提供された WebMergedContextConfigurationclasses が含まれていないことを確認してください。
validateNamedParameters(Map<String, ?>) - クラス org.springframework.jdbc.object のメソッド。RdbmsOperation
宣言されたパラメーターに基づいて、execute メソッドに渡された名前付きパラメーターを検証します。
validateObject(Object) - Method in interface org.springframework.validation.Validator
指定された target オブジェクトを個別に検証します。
validateObject(PooledObject<Object>) - クラス org.springframework.aop.target のメソッド。CommonsPool2TargetSource
validateParameters(Object[]) - クラス org.springframework.jdbc.object のメソッド。RdbmsOperation
宣言されたパラメーターに基づいて、execute メソッドに渡されたパラメーターを検証します。
validateProfile(String) - クラス org.springframework.core.env のメソッド。AbstractEnvironment
アクティブまたはデフォルトのプロファイルのセットに追加する前に内部的に呼び出される、指定されたプロファイルを検証します。
validateProperty(T, String, Class<?>...) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
validateRequest(String, String, String) - クラス org.springframework.web.socket.sockjs.support のメソッド。AbstractSockJsService
validateRequest(String, String, String) - クラス org.springframework.web.socket.sockjs.transport のメソッド。TransportHandlingSockJsService
validateRequest(ClientHttpRequest) - クラス org.springframework.test.web.client のメソッド。AbstractRequestExpectationManager
validateRequest(ClientHttpRequest) - インターフェース org.springframework.test.web.client のメソッド。RequestExpectationManager
宣言された期待に照らして、与えられた実際のリクエストを検証します。
validateRequiredProperties() - クラス org.springframework.core.env のメソッド。AbstractEnvironment
validateRequiredProperties() - クラス org.springframework.core.env のメソッド。AbstractPropertyResolver
validateRequiredProperties() - インターフェース org.springframework.core.env のメソッド。ConfigurablePropertyResolver
ConfigurablePropertyResolver.setRequiredProperties(java.lang.String...) で指定された各プロパティが存在し、null 以外の値に解決されることを確認します。
validateReturnValue(Object, Method, MethodParameter, Object, Class<?>[]) - クラス org.springframework.validation.beanvalidation のメソッド。MethodValidationAdapter
validateReturnValue(Object, Method, MethodParameter, Object, Class<?>[]) - インターフェース org.springframework.validation.method のメソッド。MethodValidator
指定された戻り値を検証し、検証結果を返します。
validateReturnValue(Object, Method, MethodParameter, Object, Class<?>[]) - クラス org.springframework.web.method.annotation のメソッド。HandlerMethodValidator
validateValue(Class<?>, String, Object, Errors, Object...) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
validateValue(Class<?>, String, Object, Errors, Object...) - Method in interface org.springframework.validation.SmartValidator
ターゲット型の指定されたフィールドに指定された値を検証し、値がターゲットクラスのインスタンスのフィールドにバインドされる場合と同じ検証エラーを報告します。
validateValue(Class<T>, String, Object, Class<?>...) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
VALIDATION_AUTO - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
検証モードが自動的に検出されることを示します。
VALIDATION_AUTO - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
明確な表示(おそらく一部の特殊文字が詰まっているなど)が見つからないため、検証モードを自動推測する必要があることを示します。
VALIDATION_DTD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
DTD 検証を使用する必要があることを示します。
VALIDATION_DTD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
DTD 検証を使用する必要があることを示します( "DOCTYPE" 宣言が見つかりました)。
VALIDATION_NONE - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
検証を無効にする必要があることを示します。
VALIDATION_NONE - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
検証を無効にする必要があることを示します。
VALIDATION_XSD - Static variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
XSD 検証を使用する必要があることを示します。
VALIDATION_XSD - Static variable in class org.springframework.util.xml.XmlValidationModeDetector
XSD 検証を使用する必要があることを示します( "DOCTYPE" 宣言が見つかりません)。
ValidationAnnotationUtils - org.springframework.validation.annotation のクラス
検証アノテーションを処理するためのユーティリティクラス。
ValidationAnnotationUtils() - クラス org.springframework.validation.annotation. ValidationAnnotationUtils のコンストラクター
ValidationFailureException - Exception in org.springframework.oxm
マーシャリング検証の失敗でスローされる例外。
ValidationFailureException(String) - Constructor for exception org.springframework.oxm.ValidationFailureException
指定された詳細メッセージを使用して ValidationFailureException を作成します。
ValidationFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.ValidationFailureException
指定された詳細メッセージとネストされた例外を使用して ValidationFailureException を構築します。
ValidationUtils - Class in org.springframework.validation
Validator を呼び出し、空のフィールドを拒否するための便利なメソッドを提供するユーティリティクラス。
ValidationUtils() - Constructor for class org.springframework.validation.ValidationUtils
validator(Validator) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ControllerSpec
グローバルバリデーターを設定します。
validator(Validator) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.ControllerSpec
カスタム Validator を提供します。
Validator - Interface in org.springframework.validation
アプリケーション固有のオブジェクトのバリデーター。
value() - Element in annotation interface org.springframework.aot.hint.annotation.Reflective
Reflective.processors() のエイリアス。
value() - Element in annotation interface org.springframework.aot.hint.annotation.RegisterReflectionForBinding
value() - Method in enum class org.springframework.beans.factory.annotation.Autowire
value() - Element in annotation interface org.springframework.beans.factory.annotation.Configurable
構成テンプレートとして機能する Bean 定義の名前。
value() - Element in annotation interface org.springframework.beans.factory.annotation.Lookup
このアノテーション属性は、検索するターゲット Bean 名を提案する場合があります。
value() - Element in annotation interface org.springframework.beans.factory.annotation.Qualifier
value() - Element in annotation interface org.springframework.beans.factory.annotation.Value
#{systemProperties.myProp} などの実際の値式、または ${my.app.myProp} などのプロパティプレースホルダー。
value() - Element in annotation interface org.springframework.cache.annotation.Cacheable
Cacheable.cacheNames() のエイリアス。
value() - Element in annotation interface org.springframework.cache.annotation.CacheConfig
CacheConfig.cacheNames() のエイリアス。
value() - Element in annotation interface org.springframework.cache.annotation.CacheEvict
CacheEvict.cacheNames() のエイリアス。
value() - Element in annotation interface org.springframework.cache.annotation.CachePut
CachePut.cacheNames() のエイリアス。
value() - Element in annotation interface org.springframework.context.annotation.Bean
Bean.name() のエイリアス。
value() - アノテーションインターフェース org.springframework.context.annotation の要素。ComponentScan.Filter
ComponentScan.Filter.classes() のエイリアス。
value() - Element in annotation interface org.springframework.context.annotation.ComponentScan
ComponentScan.basePackages() のエイリアス。
value() - Element in annotation interface org.springframework.context.annotation.ComponentScans
value() - Element in annotation interface org.springframework.context.annotation.Conditional
コンポーネントを登録するために一致する必要があるすべての Condition クラス。
value() - Element in annotation interface org.springframework.context.annotation.Configuration
@Configuration クラスに関連付けられている Spring Bean 定義の名前を明示的に指定します。
value() - Element in annotation interface org.springframework.context.annotation.DependsOn
value() - Element in annotation interface org.springframework.context.annotation.Description
Bean 定義に関連付けるテキストによる説明。
value() - Element in annotation interface org.springframework.context.annotation.Import
@ConfigurationImportSelectorImportBeanDefinitionRegistrar、インポートする通常のコンポーネントクラス。
value() - Element in annotation interface org.springframework.context.annotation.ImportResource
ImportResource.locations() のエイリアス。
value() - Element in annotation interface org.springframework.context.annotation.ImportRuntimeHints
処理する RuntimeHintsRegistrar 実装。
value() - Element in annotation interface org.springframework.context.annotation.Lazy
遅延初期化を行うかどうか。
value() - Element in annotation interface org.springframework.context.annotation.Profile
アノテーション付きコンポーネントを登録する必要があるプロファイルのセット。
value() - Element in annotation interface org.springframework.context.annotation.PropertySource
ロードするプロパティファイルのリソースの場所を指定します。
value() - Element in annotation interface org.springframework.context.annotation.PropertySources
value() - Element in annotation interface org.springframework.context.annotation.ReflectiveScan
ReflectiveScan.basePackages() のエイリアス。
value() - Element in annotation interface org.springframework.context.annotation.Role
関連する Bean のロールヒントを設定します。
value() - Element in annotation interface org.springframework.context.annotation.Scope
Scope.scopeName() のエイリアス。
value() - Element in annotation interface org.springframework.context.event.EventListener
EventListener.classes() のエイリアス。
value() - Element in annotation interface org.springframework.core.annotation.AliasFor
AliasFor.attribute() のエイリアス。
value() - Element in annotation interface org.springframework.core.annotation.Order
オーダー値。
value() - インターフェース org.springframework.http.codec.multipart のメソッド。FormFieldPart
フォームフィールドの値を返します。
value() - インターフェース org.springframework.http.codec.multipart のメソッド。FormPartEvent
フォームフィールドの値を返します。
value() - Method in enum class org.springframework.http.HttpStatus.Series
このステータスシリーズの整数値を返します。
value() - Method in enum class org.springframework.http.HttpStatus
value() - Method in interface org.springframework.http.HttpStatusCode
このステータスコードの整数値を返します。
value() - インターフェース org.springframework.http.server のメソッド。PathContainer.Element
この要素の変更されていない元の値。
value() - インターフェース org.springframework.http.server のメソッド。PathContainer
このインスタンスが解析された元のパス。
value() - Element in annotation interface org.springframework.jms.annotation.JmsListeners
value() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedNotifications
value() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedOperationParameters
value() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
単純なデフォルトの使用箇所のための、ManagedResource.objectName() 属性のエイリアス。
value() - Element in annotation interface org.springframework.lang.Contract
呼び出し引数と戻り値の間の因果関係を説明する契約条項が含まれます。
value() - Element in annotation interface org.springframework.messaging.handler.annotation.DestinationVariable
バインドする宛先テンプレート変数の名前。
value() - Element in annotation interface org.springframework.messaging.handler.annotation.Header
Header.name() のエイリアス。
value() - Element in annotation interface org.springframework.messaging.handler.annotation.MessageExceptionHandler
アノテーション付きメソッドによって処理される例外。
value() - Element in annotation interface org.springframework.messaging.handler.annotation.MessageMapping
このアノテーションによって表される宛先ベースのマッピング。
value() - Element in annotation interface org.springframework.messaging.handler.annotation.Payload
Payload.expression() のエイリアス。
value() - Element in annotation interface org.springframework.messaging.handler.annotation.SendTo
メソッドの戻り値から作成されたメッセージの宛先。
value() - Element in annotation interface org.springframework.messaging.rsocket.annotation.ConnectMapping
このアノテーションによって表されるマッピングは、最初の ConnectionSetupPayload のメタデータからのルート、または後続のメタデータプッシュのルートと一致します。
value() - Element in annotation interface org.springframework.messaging.rsocket.service.RSocketExchange
このアノテーションによって表される宛先ベースのマッピング。
value() - Element in annotation interface org.springframework.messaging.simp.annotation.SendToUser
SendToUser.destinations() のエイリアス。
value() - Element in annotation interface org.springframework.messaging.simp.annotation.SubscribeMapping
このアノテーションによって表される宛先ベースのマッピング。
value() - Element in annotation interface org.springframework.scheduling.annotation.Async
指定された非同期操作の修飾子値。
value() - Element in annotation interface org.springframework.scheduling.annotation.Schedules
value() - Element in annotation interface org.springframework.stereotype.Component
この値は、自動検出されたコンポーネントの場合に Spring Bean 名に変換される論理コンポーネント名の提案を示す場合があります。
value() - Element in annotation interface org.springframework.stereotype.Controller
Component.value() のエイリアス。
value() - Element in annotation interface org.springframework.stereotype.Repository
Component.value() のエイリアス。
value() - Element in annotation interface org.springframework.stereotype.Service
Component.value() のエイリアス。
value() - Element in annotation interface org.springframework.test.annotation.IfProfileValue
指定された IfProfileValue.name()プロファイル値の単一の許容される value
value() - Element in annotation interface org.springframework.test.annotation.ProfileValueSourceConfiguration
プロファイル値を取得するときに使用する ProfileValueSource の型。
value() - Element in annotation interface org.springframework.test.annotation.Repeat
アノテーション付きのテストメソッドを繰り返す回数。
value() - Element in annotation interface org.springframework.test.annotation.Rollback
テストメソッドが完了した後で、テスト管理のトランザクションをロールバックするかどうか。
value() - Element in annotation interface org.springframework.test.context.ActiveProfiles
ActiveProfiles.profiles() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.aot.DisabledInAotMode
テストクラスまたはテストメソッドが AOT モードで無効になっている理由をドキュメント化するカスタムの理由。
value() - Element in annotation interface org.springframework.test.context.bean.override.BeanOverride
使用する BeanOverrideProcessor 実装。
value() - Element in annotation interface org.springframework.test.context.bean.override.convention.TestBean
TestBean.name() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoBean
name のエイリアス。
value() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoBeans
value() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoSpyBean
name のエイリアス。
value() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoSpyBeans
value() - Element in annotation interface org.springframework.test.context.BootstrapWith
Spring TestContext フレームワークのブートストラップに使用する TestContextBootstrapper
value() - Element in annotation interface org.springframework.test.context.ContextConfiguration
ContextConfiguration.locations() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.ContextCustomizerFactories
value() - Element in annotation interface org.springframework.test.context.ContextHierarchy
@ContextConfiguration インスタンスのリスト。各インスタンスは、コンテキスト階層のレベルを定義します。
value() - Element in annotation interface org.springframework.test.context.event.annotation.AfterTestClass
EventListener.condition() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.event.annotation.AfterTestExecution
EventListener.condition() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.event.annotation.AfterTestMethod
EventListener.condition() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.event.annotation.BeforeTestClass
EventListener.condition() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.event.annotation.BeforeTestExecution
EventListener.condition() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.event.annotation.BeforeTestMethod
EventListener.condition() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.event.annotation.PrepareTestInstance
EventListener.condition() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.jdbc.Sql
Sql.scripts() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.jdbc.SqlGroup
value() - Element in annotation interface org.springframework.test.context.jdbc.SqlMergeMode
メソッドレベルの @Sql アノテーションをクラスレベルの @Sql アノテーションとマージするか、オーバーライドするかを示します。
value() - Element in annotation interface org.springframework.test.context.junit.jupiter.DisabledIf
DisabledIf.expression() のエイリアス。DisabledIf.reason() および DisabledIf.loadContext() が指定されていない場合にのみ使用することを意図しています。
value() - Element in annotation interface org.springframework.test.context.junit.jupiter.EnabledIf
EnabledIf.expression() のエイリアス。EnabledIf.reason() および EnabledIf.loadContext() が指定されていない場合にのみ使用することを意図しています。
value() - Element in annotation interface org.springframework.test.context.junit.jupiter.SpringJUnitConfig
ContextConfiguration.classes() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.junit.jupiter.web.SpringJUnitWebConfig
ContextConfiguration.classes() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.NestedTestConfiguration
NestedTestConfiguration.EnclosingConfiguration モードを構成します。
value() - Element in annotation interface org.springframework.test.context.TestExecutionListeners
value() - Element in annotation interface org.springframework.test.context.TestPropertySource
TestPropertySource.locations() のエイリアス。
value() - Element in annotation interface org.springframework.test.context.TestPropertySources
1 つ以上の @TestPropertySource 宣言の配列。
value() - Element in annotation interface org.springframework.test.context.web.WebAppConfiguration
Web アプリケーションのルートディレクトリへのリソースパス。
value() - Method in enum class org.springframework.transaction.annotation.Isolation
value() - Method in enum class org.springframework.transaction.annotation.Propagation
value() - Element in annotation interface org.springframework.transaction.annotation.Transactional
value() - Element in annotation interface org.springframework.transaction.event.TransactionalEventListener
value() - Method in interface org.springframework.util.RouteMatcher.Route
元のルート値。
value() - Element in annotation interface org.springframework.validation.annotation.Validated
このアノテーションによって開始される検証ステップに適用する 1 つ以上の検証グループを指定します。
value() - Element in annotation interface org.springframework.web.bind.annotation.BindParam
バインド値に使用するルックアップ名。
value() - Element in annotation interface org.springframework.web.bind.annotation.ControllerAdvice
ControllerAdvice.basePackages() 属性のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.CookieValue
CookieValue.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.CrossOrigin
CrossOrigin.origins() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
RequestMapping.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.ExceptionHandler
アノテーション付きメソッドによって処理される例外。
value() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
RequestMapping.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.InitBinder
この init-binder メソッドが適用されることになっているコマンド / フォーム属性および / またはリクエストパラメーターの名前。
value() - Element in annotation interface org.springframework.web.bind.annotation.MatrixVariable
MatrixVariable.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.ModelAttribute
ModelAttribute.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
RequestMapping.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.PathVariable
PathVariable.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
RequestMapping.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
RequestMapping.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.RequestAttribute
RequestAttribute.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.RequestHeader
RequestHeader.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
パスマッピング URI - たとえば、"/profile"
value() - Element in annotation interface org.springframework.web.bind.annotation.RequestParam
RequestParam.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.RequestPart
RequestPart.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.ResponseStatus
ResponseStatus.code() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.RestController
この値は、自動検出されたコンポーネントの場合、Spring Bean に変換される論理コンポーネント名の提案を示している場合があります。
value() - Element in annotation interface org.springframework.web.bind.annotation.RestControllerAdvice
RestControllerAdvice.basePackages() 属性のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.SessionAttribute
SessionAttribute.name() のエイリアス。
value() - Element in annotation interface org.springframework.web.bind.annotation.SessionAttributes
SessionAttributes.names() のエイリアス。
value() - Element in annotation interface org.springframework.web.service.annotation.DeleteExchange
HttpExchange.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.service.annotation.GetExchange
HttpExchange.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.service.annotation.HttpExchange
これは HttpExchange.url() の別名です。
value() - Element in annotation interface org.springframework.web.service.annotation.PatchExchange
HttpExchange.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.service.annotation.PostExchange
HttpExchange.value() のエイリアス。
value() - Element in annotation interface org.springframework.web.service.annotation.PutExchange
HttpExchange.value() のエイリアス。
value() - Method in enum class org.springframework.web.socket.sockjs.transport.TransportType
value(Class<T>, Consumer<T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
JSONPath 評価の結果を使用して、ターゲットクラスを提供します。
value(Class<T>, Matcher<? super T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
value(Object) - クラス org.springframework.test.web.client.match のメソッド。JsonPathRequestMatchers
リクエストコンテンツに対して JSON パス式を評価し、結果が提供された値と等しいことをアサートします。
value(Object) - クラス org.springframework.test.web.servlet.result のメソッド。JsonPathResultMatchers
JSON パス式をレスポンスコンテンツに対して評価し、結果が提供された値と等しいことをアサートします。
value(String) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
クッキー値を設定します。
value(String, String) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
cookie 値をアサートします。
value(String, Consumer<String>) - クラス org.springframework.test.web.reactive.server のメソッド。CookieAssertions
指定された名前のレスポンス Cookie の値を使用します。
value(String, Consumer<String>) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
名前付きレスポンスヘッダーの最初の値を消費します。
value(String, Matcher<? super String>) - クラス org.springframework.test.web.reactive.server のメソッド。CookieAssertions
Hamcrest Matcher を使用して、指定された名前のレスポンス Cookie の値をアサートします。
value(String, Matcher<? super String>) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
Hamcrest Matcher を使用して、レスポンスヘッダーの最初の値をアサートします。
value(String, Matcher<? super String>) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
指定された Hamcrest Matcher で Cookie 値をアサートします。
value(Consumer<B>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.BodySpec
抽出されたボディを ConsumerSE でアサートします。
value(Consumer<Integer>) - クラス org.springframework.test.web.reactive.server のメソッド。StatusAssertions
レスポンスステータス値を整数として使用します。
value(Consumer<T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
JSONPath 評価の結果を使用します。
value(Consumer<T>, Class<T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
value(Function<B, R>, Matcher<? super R>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.BodySpec
関数を使用して抽出された本体を変換し (たとえば、プロパティを抽出)、マップされた値を Matcher を使用してアサートします。
value(Matcher<? super B>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.BodySpec
抽出されたボディを Matcher でアサートします。
value(Matcher<? super Integer>) - クラス org.springframework.test.web.reactive.server のメソッド。StatusAssertions
レスポンスステータス値を Hamcrest マッチャーと照合します。
value(Matcher<? super T>) - クラス org.springframework.test.web.client.match のメソッド。JsonPathRequestMatchers
リクエストのコンテンツに対して JSON パス式を評価し、指定された Hamcrest Matcher で結果の値をアサートします。
value(Matcher<? super T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
value(Matcher<? super T>) - クラス org.springframework.test.web.servlet.result のメソッド。JsonPathResultMatchers
JSON パス式をレスポンスコンテンツに対して評価し、結果の値を指定された Hamcrest Matcher でアサートします。
value(Matcher<? super T>, Class<T>) - クラス org.springframework.test.web.client.match のメソッド。JsonPathRequestMatchers
マッチャーが確実に動作できる結果値のターゲット型も受け入れる JsonPathRequestMatchers.value(Matcher) のオーバーロードされたバリアント。
value(Matcher<? super T>, Class<T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
value(Matcher<? super T>, Class<T>) - クラス org.springframework.test.web.servlet.result のメソッド。JsonPathResultMatchers
マッチャーが確実に動作できる結果値のターゲット型も受け入れる JsonPathResultMatchers.value(Matcher) のオーバーロードされたバリアント。
value(ParameterizedTypeReference<T>, Consumer<T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
JSONPath 評価の結果を使用し、パラメーター化された型を提供します。
value(ParameterizedTypeReference<T>, Matcher<? super T>) - クラス org.springframework.test.web.reactive.server のメソッド。JsonPathAssertions
Value - Annotation Interface in org.springframework.beans.factory.annotation
アノテーション付き要素のデフォルト値式を示す、フィールドまたはメソッド / コンストラクターパラメーターレベルで使用されるアノテーション。
VALUE - Static variable in class org.springframework.core.annotation.AnnotationUtils
単一の要素を持つアノテーションの属性名。
VALUE - Static variable in interface org.springframework.core.annotation.MergedAnnotation
単一の要素を持つアノテーションの属性名。
VALUE_0 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"0" の値。
VALUE_1 - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"1" の値。
VALUE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
VALUE_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
VALUE_FALSE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"false" の値。
VALUE_KEY - Static variable in class org.springframework.beans.factory.support.AutowireCandidateQualifier
値を格納するために使用されるキーの名前。
VALUE_NO - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"no" の値。
VALUE_OFF - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"off" の値。
VALUE_ON - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"on" の値。
VALUE_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
VALUE_SEPARATOR - Static variable in class org.springframework.util.SystemPropertyUtils
プロパティプレースホルダーの値区切り文字: ":"。
VALUE_TRUE - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"true" の値。
VALUE_TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
VALUE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.OptionTag
このタグの値を公開するために使用される JSP 変数の名前。
VALUE_YES - Static variable in class org.springframework.beans.propertyeditors.CustomBooleanEditor
"yes" の値。
valueBound(HttpSessionBindingEvent) - クラス org.springframework.web.context.request のメソッド。DestructionCallbackBindingListener
ValueCodeGenerationException - Exception in org.springframework.aot.generate
値のコード生成が失敗した場合にスローされます。
ValueCodeGenerationException(Object, Throwable) - Constructor for exception org.springframework.aot.generate.ValueCodeGenerationException
ValueCodeGenerationException(String, Object, Throwable) - Constructor for exception org.springframework.aot.generate.ValueCodeGenerationException
ValueCodeGenerator - org.springframework.aot.generate のクラス
単一値のコードジェネレーター。
ValueCodeGenerator.Delegate - org.springframework.aot.generate のインターフェース
特定の値の型のコード生成を実装するために使用できる戦略インターフェース。
ValueCodeGeneratorDelegates - org.springframework.aot.generate のクラス
既知の値型のコードジェネレーター ValueCodeGenerator.Delegate
ValueCodeGeneratorDelegates() - クラス org.springframework.aot.generate. ValueCodeGeneratorDelegates のコンストラクター
ValueCodeGeneratorDelegates.CollectionDelegate< T extends CollectionSE<?>> - org.springframework.aot.generate のクラス
Collection 型の抽象 ValueCodeGenerator.Delegate
ValueCodeGeneratorDelegates.MapDelegate - org.springframework.aot.generate のクラス
ValueConstants - Interface in org.springframework.messaging.handler.annotation
共通のアノテーション値定数。
ValueConstants - Interface in org.springframework.web.bind.annotation
バインドアノテーション間で共有される共通の値定数。
valueEquals(String, long) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
指定された名前のヘッダーが指定された long 値と一致することを期待してください。
valueEquals(String, String) - クラス org.springframework.test.web.reactive.server のメソッド。CookieAssertions
指定された名前のレスポンス Cookie が指定された値と一致することを期待します。
valueEquals(String, String...) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
指定された名前のヘッダーが指定された値と一致することを期待します。
valueEqualsDate(String, long) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
指定された名前のヘッダーが、RFC7231 で説明されている優先日付形式を使用して日付に解析された指定された長い値と一致することを期待してください。
ValueHolder(Object) - クラス org.springframework.beans.factory.config のコンストラクター。ConstructorArgumentValues.ValueHolder
指定された値の新しい ValueHolder を作成します。
ValueHolder(Object, String) - クラス org.springframework.beans.factory.config のコンストラクター。ConstructorArgumentValues.ValueHolder
指定された値と型に対して新しい ValueHolder を作成します。
ValueHolder(Object, String, String) - クラス org.springframework.beans.factory.config のコンストラクター。ConstructorArgumentValues.ValueHolder
指定された値、型、名前に対して新しい ValueHolder を作成します。
valueInstantiatorInstance(MapperConfig<?>, Annotated, Class<?>) - クラス org.springframework.http.converter.json のメソッド。SpringHandlerInstantiator
valueMatches(String, String) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
レスポンスヘッダーの最初の値を正規表現と一致させます。
valueOf(int) - Static method in enum class org.springframework.http.HttpStatus.Series
指定されたステータスコードの Series 列挙型定数を返します。
valueOf(int) - Static method in enum class org.springframework.http.HttpStatus
指定された数値を持つ HttpStatus 列挙定数を返します。
valueOf(int) - Static method in interface org.springframework.http.HttpStatusCode
指定された整数値の HttpStatusCode オブジェクトを返します。
valueOf(Class<?>) - Static method in class org.springframework.core.convert.TypeDescriptor
指定された型から新しい型記述子を作成します。
valueOf(String) - 列挙クラス org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.aot.agent.HintType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.aot.generate.AccessControl.Visibility の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.aot.generate.GeneratedFiles.Kind の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.aot.hint.ExecutableMode
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.aot.hint.MemberCategory
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.beans.factory.annotation.Autowire
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.beans.factory.aot.AotServices.Source の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.beans.factory.config.YamlProcessor.MatchStatus の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.context.annotation.AdviceMode
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.context.annotation.Bean.Bootstrap の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.context.annotation.FilterType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.context.annotation.ScopedProxyMode
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.core.annotation.MergedAnnotation.Adapt の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.core.annotation.MergedAnnotations.SearchStrategy の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.core.NativeDetector.Context
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.expression.Operation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.expression.spel.ast.TypeCode
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.expression.spel.SpelCompilerMode
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.expression.spel.SpelMessage.Kind の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.expression.spel.SpelMessage
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.format.annotation.DateTimeFormat.ISO の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.format.annotation.DurationFormat.Style の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.format.annotation.DurationFormat.Unit の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.format.annotation.NumberFormat.Style の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in class org.springframework.http.HttpMethod
指定された値の HttpMethod オブジェクトを返します。
valueOf(String) - Static method in enum class org.springframework.http.HttpStatus.Series
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.http.HttpStatus
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in class org.springframework.http.MediaType
指定された文字列値を MediaType オブジェクトに解析します。このメソッド名は、(ConversionService でサポートされている) 'valueOf' 命名規則に従います。
valueOf(String) - 列挙クラス org.springframework.http.server.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.jms.support.converter.MessageType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.jmx.support.MetricType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.jmx.support.RegistrationPolicy
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.messaging.simp.SimpMessageType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.messaging.simp.stomp.StompCommand
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.orm.jpa.vendor.Database
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.scheduling.config.TaskExecutionOutcome.Status の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.scheduling.support.ScheduledTaskObservationDocumentation.LowCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.scheduling.support.ScheduledTaskObservationDocumentation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.annotation.DirtiesContext.ClassMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.annotation.DirtiesContext.HierarchyMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.annotation.DirtiesContext.MethodMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.test.context.bean.override.BeanOverrideStrategy
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.test.context.bean.override.mockito.MockReset
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.ContextCustomizerFactories.MergeMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.jdbc.Sql.ExecutionPhase の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.jdbc.SqlConfig.ErrorMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.jdbc.SqlConfig.TransactionMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.jdbc.SqlMergeMode.MergeMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.TestConstructor.AutowireMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.context.TestExecutionListeners.MergeMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.test.json.JsonCompareMode
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.test.json.JsonComparison.Result の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.transaction.annotation.Isolation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.transaction.annotation.Propagation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.transaction.annotation.RollbackOn
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.transaction.event.TransactionPhase
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.Restructure
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in class org.springframework.util.MimeType
指定された文字列値を MimeType オブジェクトに解析します。このメソッド名は、(ConversionService でサポートされている) 'valueOf' 命名規則に従います。
valueOf(String) - Static method in enum class org.springframework.util.unit.DataUnit
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.web.bind.annotation.RequestMethod
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.reactive.socket.WebSocketMessage.Type の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.ConverterType の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.OverflowStrategy の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.web.socket.sockjs.frame.SockJsFrameType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.web.socket.sockjs.transport.TransportType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.util.pattern.PatternParseException.PatternMessage の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.web.util.UriComponentsBuilder.ParserType の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(HttpStatus) - Static method in enum class org.springframework.http.HttpStatus.Series
使用すべきではありません。
5.3 の時点で、HttpStatus.series() を直接呼び出すことを推奨
ValueRef - Interface in org.springframework.expression.spel.ast
値への参照を表します。
ValueRef.NullValueRef - org.springframework.expression.spel.ast のクラス
null 値の ValueRef。
ValueRef.TypedValueHolderValueRef - org.springframework.expression.spel.ast のクラス
設定できない単一の値の ValueRef ホルダー。
valueResolver(ServletRequest, WebDataBinder) - Static method in class org.springframework.web.bind.ServletRequestDataBinder
ServletRequest DataBinder.ValueResolver を返します。
ValueRetrievalException(Object, Callable<?>, Throwable) - Constructor for exception org.springframework.cache.Cache.ValueRetrievalException
values() - 列挙クラス org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotationType の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.aot.agent.HintType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.aot.generate.AccessControl.Visibility の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.aot.generate.GeneratedFiles.Kind の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.aot.hint.ExecutableMode
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.aot.hint.MemberCategory
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.beans.factory.annotation.Autowire
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.beans.factory.aot.AotServices.Source の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.beans.factory.config.YamlProcessor.MatchStatus の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - クラス org.springframework.cglib.beans のメソッド。BeanMap
values() - Static method in enum class org.springframework.context.annotation.AdviceMode
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.context.annotation.Bean.Bootstrap の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.context.annotation.FilterType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.context.annotation.ScopedProxyMode
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.core.annotation.MergedAnnotation.Adapt の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.core.annotation.MergedAnnotations.SearchStrategy の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.core.NativeDetector.Context
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.expression.Operation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.expression.spel.ast.TypeCode
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.expression.spel.SpelCompilerMode
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.expression.spel.SpelMessage.Kind の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.expression.spel.SpelMessage
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.format.annotation.DateTimeFormat.ISO の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.format.annotation.DurationFormat.Style の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.format.annotation.DurationFormat.Unit の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.format.annotation.NumberFormat.Style の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Method in class org.springframework.http.HttpHeaders
HttpHeaders.keySet() を反復処理して再構築されたすべてのヘッダー値の CollectionSE ビューを返します。
values() - Static method in class org.springframework.http.HttpMethod
標準の HTTP メソッドを含む配列を返します。
values() - Static method in enum class org.springframework.http.HttpStatus.Series
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.http.HttpStatus
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.http.server.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - クラス org.springframework.http.support のメソッド。HttpComponentsHeadersAdapter
values() - クラス org.springframework.http.support のメソッド。JettyHeadersAdapter
values() - クラス org.springframework.http.support のメソッド。Netty4HeadersAdapter
values() - クラス org.springframework.http.support のメソッド。Netty5HeadersAdapter
values() - Static method in enum class org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.jms.support.converter.MessageType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.jmx.support.MetricType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.jmx.support.RegistrationPolicy
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Method in class org.springframework.messaging.MessageHeaders
values() - Static method in enum class org.springframework.messaging.simp.SimpMessageType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.messaging.simp.stomp.StompCommand
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaders
values() - Static method in enum class org.springframework.orm.jpa.vendor.Database
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.scheduling.config.TaskExecutionOutcome.Status の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.scheduling.support.ScheduledTaskObservationDocumentation.LowCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.scheduling.support.ScheduledTaskObservationDocumentation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.annotation.DirtiesContext.ClassMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.annotation.DirtiesContext.HierarchyMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.annotation.DirtiesContext.MethodMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Element in annotation interface org.springframework.test.annotation.IfProfileValue
指定された IfProfileValue.name()プロファイル値のすべての許容される values のリスト。
values() - Static method in enum class org.springframework.test.context.bean.override.BeanOverrideStrategy
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.test.context.bean.override.mockito.MockReset
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.ContextCustomizerFactories.MergeMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.jdbc.Sql.ExecutionPhase の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.jdbc.SqlConfig.ErrorMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.jdbc.SqlConfig.TransactionMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.jdbc.SqlMergeMode.MergeMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.TestConstructor.AutowireMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.context.TestExecutionListeners.MergeMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.test.json.JsonCompareMode
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.test.json.JsonComparison.Result の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.transaction.annotation.Isolation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.transaction.annotation.Propagation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.transaction.annotation.RollbackOn
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.transaction.event.TransactionPhase
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.util.ConcurrentReferenceHashMap.Restructure
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
values() - Method in class org.springframework.util.MultiValueMapAdapter
values() - Static method in enum class org.springframework.util.unit.DataUnit
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.web.bind.annotation.RequestMethod
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.HighCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.web.reactive.socket.WebSocketMessage.Type の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.ConverterType の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.OverflowStrategy の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.web.socket.sockjs.frame.SockJsFrameType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.web.socket.sockjs.transport.TransportType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - クラス org.springframework.web.socket のメソッド。WebSocketHttpHeaders
values() - 列挙クラス org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.web.util.pattern.PatternParseException.PatternMessage の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.web.util.UriComponentsBuilder.ParserType の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values(boolean, boolean) - 列挙クラス org.springframework.core.annotation.MergedAnnotation.Adapt の静的メソッド
ブールフラグのセットから MergedAnnotation.Adapt 配列を作成するファクトリメソッド。
values(String, Consumer<List<String>>) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
名前付きレスポンスヘッダーのすべての値を消費します。
values(String, Matcher<? super Iterable<String>>) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
Hamcrest Matcher を使用してレスポンスヘッダーのすべての値をアサートします。
VALUES_ONLY - Enum constant in enum class org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
URI テンプレートをエンコードせず、代わりに UriUtils.encodeUriVariables(java.util.Map<java.lang.String, ?>) を介して URI 変数に厳密なエンコードを適用してから、テンプレートに展開します。
valueSeparator - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
デフォルトは ":" です。
valuesMatch(String, String...) - クラス org.springframework.test.web.reactive.server のメソッド。HeaderAssertions
レスポンスヘッダーのすべての値を、同じ順序でヘッダーの値に適用される指定された正規表現パターンと一致させます。
ValueStyler - Interface in org.springframework.core.style
Spring 規則に従って値文字列スタイリングアルゴリズムをカプセル化する戦略。
valueToMatch() - インターフェース org.springframework.http.server のメソッド。PathContainer.PathSegment
パスマッチングのために、デコードおよびサニタイズされたパスセグメント値を返します。
valueToMatchAsChars() - インターフェース org.springframework.http.server のメソッド。PathContainer.PathSegment
PathContainer.PathSegment.valueToMatch() を文字配列として公開します。
valueUnbound(HttpSessionBindingEvent) - クラス org.springframework.web.context.request のメソッド。DestructionCallbackBindingListener
VARIABLE_ASSIGNMENT_NOT_SUPPORTED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
VariableReference - org.springframework.expression.spel.ast のクラス
変数参照を表します。たとえば、#root#this#someVar など。
VariableReference(String, int, int) - クラス org.springframework.expression.spel.ast. VariableReference のコンストラクター
VARIANT_ALSO_NEGOTIATES - Enum constant in enum class org.springframework.http.HttpStatus
506 Variant Also Negotiates
VARY - Static variable in class org.springframework.http.HttpHeaders
HTTP Vary ヘッダーフィールド名。
varyBy(String...) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
1 つ以上のリクエストヘッダー名 (たとえば、"Accept-Language" ) を構成して、"Vary" レスポンスヘッダーに追加し、レスポンスがコンテンツネゴシエーションの対象であり、指定されたリクエストヘッダーの値に基づいて変更されることをクライアントに通知します。
varyBy(String...) - インターフェース org.springframework.web.reactive.function.server のメソッド。EntityResponse.Builder
1 つ以上のリクエストヘッダー名 (たとえば、"Accept-Language" ) を構成して、"Vary" レスポンスヘッダーに追加し、レスポンスがコンテンツネゴシエーションの対象であり、指定されたリクエストヘッダーの値に基づいて変更されることをクライアントに通知します。
varyBy(String...) - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerResponse.HeadersBuilder
1 つ以上のリクエストヘッダー名 (たとえば、"Accept-Language" ) を構成して、"Vary" レスポンスヘッダーに追加し、レスポンスがコンテンツネゴシエーションの対象であり、指定されたリクエストヘッダーの値に基づいて変更されることをクライアントに通知します。
varyBy(String...) - インターフェース org.springframework.web.servlet.function のメソッド。EntityResponse.Builder
1 つ以上のリクエストヘッダー名 (たとえば、"Accept-Language" ) を構成して、"Vary" レスポンスヘッダーに追加し、レスポンスがコンテンツネゴシエーションの対象であり、指定されたリクエストヘッダーの値に基づいて変更されることをクライアントに通知します。
varyBy(String...) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.HeadersBuilder
1 つ以上のリクエストヘッダー名 (たとえば、"Accept-Language" ) を構成して、"Vary" レスポンスヘッダーに追加し、レスポンスがコンテンツネゴシエーションの対象であり、指定されたリクエストヘッダーの値に基づいて変更されることをクライアントに通知します。
verify() - クラス org.springframework.test.web.client のメソッド。AbstractRequestExpectationManager
verify() - クラス org.springframework.test.web.client のメソッド。MockRestServiceServer
MockRestServiceServer.expect(RequestMatcher) を介して設定されたすべての予想されるリクエストが実際に実行されたことを確認します。
verify() - インターフェース org.springframework.test.web.client のメソッド。RequestExpectationManager
すべての期待が満たされていることを確認します。
verify(Duration) - クラス org.springframework.test.web.client のメソッド。AbstractRequestExpectationManager
verify(Duration) - クラス org.springframework.test.web.client のメソッド。MockRestServiceServer
すべての期待が満たされるまで指定された時間まで待機する MockRestServiceServer.verify() のバリアント。
verify(Duration) - インターフェース org.springframework.test.web.client のメソッド。RequestExpectationManager
すべての期待が満たされるまで指定された時間まで待機する RequestExpectationManager.verify() のバリアント。
verifyType(String, Object) - クラス org.springframework.messaging.support のメソッド。MessageHeaderAccessor
version(String, int) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
Cookie のバージョンをアサートします。
version(String, Matcher<? super Integer>) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
Hamcrest Matcher を使用して Cookie のバージョンをアサートします。
VersionPathStrategy - Interface in org.springframework.web.servlet.resource
URL バージョンにリソースバージョンを抽出して埋め込むための戦略。
VersionResourceResolver - org.springframework.web.reactive.resource のクラス
リソースが遠い将来の日付 (たとえば 1 年後) でキャッシュされ、バージョン (つまり URL) が変更されるまでキャッシュされる HTTP キャッシュ戦略の一部として使用できるバージョン文字列を含むリクエストパスを解決します。
VersionResourceResolver - org.springframework.web.servlet.resource のクラス
リソースが遠い将来の日付 (たとえば 1 年後) でキャッシュされ、バージョン (つまり URL) が変更されるまでキャッシュされる HTTP キャッシュ戦略の一部として使用できるバージョン文字列を含むリクエストパスを解決します。
VersionResourceResolver() - クラス org.springframework.web.reactive.resource. VersionResourceResolver のコンストラクター
VersionResourceResolver() - クラス org.springframework.web.servlet.resource. VersionResourceResolver のコンストラクター
VersionStrategy - Interface in org.springframework.web.reactive.resource
静的リソースのバージョンを判別し、それを URL パスから適用または抽出するための戦略。
VersionStrategy - Interface in org.springframework.web.servlet.resource
Resource の実際のバージョンを決定するメソッドを追加する VersionPathStrategy の拡張。
VfsResource - org.springframework.core.io のクラス
JBoss VFS ベースの Resource 実装。
VfsResource(Object) - クラス org.springframework.core.io. VfsResource のコンストラクター
指定されたリソースハンドルをラップする新しい VfsResource を作成します。
VfsUtils - org.springframework.core.io のクラス
クラスパスで JBoss VFS を検出してアクセスするためのユーティリティ。
VfsUtils() - クラス org.springframework.core.io. VfsUtils のコンストラクター
VIA - Static variable in class org.springframework.http.HttpHeaders
HTTP Via ヘッダーフィールド名。
view() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
選択したビューのアサーションへのアクセス。
view() - Method in class org.springframework.web.reactive.result.view.Fragment
解決された View インスタンスを返します。
view() - Method in interface org.springframework.web.reactive.result.view.Rendering
選択した StringSE ビュー名または View オブジェクトを返します。
view(String) - Static method in interface org.springframework.web.reactive.result.view.Rendering
指定されたビュー名に基づいて、レスポンスレンダリング用の新しいビルダーを作成します。
View - Interface in org.springframework.web.reactive.result.view
HandlerResult を HTTP レスポンスにレンダリングする契約。
View - Interface in org.springframework.web.servlet
Web インタラクション用の MVC ビュー。
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
ViewResolverComposite に使用される Bean 名。
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
この名前空間の Bean ファクトリ内の ViewResolver オブジェクトの既知の名前。
viewClass(Class<?>) - クラス org.springframework.web.reactive.config のメソッド。UrlBasedViewResolverRegistration
ビューの作成に使用するビュークラスを設定します。
viewClass(Class<?>) - クラス org.springframework.web.servlet.config.annotation のメソッド。UrlBasedViewResolverRegistration
ビューの作成に使用するビュークラスを設定します。
viewControllerHandlerMapping(FormattingConversionService, ResourceUrlProvider) - クラス org.springframework.web.servlet.config.annotation のメソッド。WebMvcConfigurationSupport
URL パスをビュー名に直接マップするには、1 で順序付けられたハンドラーマッピングを返します。
ViewControllerRegistration - org.springframework.web.servlet.config.annotation のクラス
単一の View Controller の登録を支援します。
ViewControllerRegistration(String) - クラス org.springframework.web.servlet.config.annotation. ViewControllerRegistration のコンストラクター
ViewControllerRegistry - org.springframework.web.servlet.config.annotation のクラス
ステータスコードやビューで事前設定された簡単な自動コントローラーの登録を支援します。
ViewControllerRegistry(ApplicationContext) - クラス org.springframework.web.servlet.config.annotation. ViewControllerRegistry のコンストラクター
ApplicationContext を使用したクラスコンストラクター。
ViewMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation のクラス
View の戻り値を処理します。
ViewMethodReturnValueHandler() - クラス org.springframework.web.servlet.mvc.method.annotation. ViewMethodReturnValueHandler のコンストラクター
viewName() - クラス org.springframework.test.web.servlet.assertj のメソッド。MvcTestResultAssert
ModelAndView が使用可能であることを確認し、ビュー名をテスト対象オブジェクトとして使用する新しいアサーションオブジェクトを返します。
viewName() - Method in class org.springframework.web.reactive.result.view.Fragment
フラグメントのビュー名を返します。設定されていない場合は null を返します。
ViewNameMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation のクラス
ビュー名参照として解釈する型 void および String の戻り値を処理します。
ViewNameMethodReturnValueHandler() - クラス org.springframework.web.servlet.mvc.method.annotation. ViewNameMethodReturnValueHandler のコンストラクター
viewNames(String...) - クラス org.springframework.web.reactive.config のメソッド。UrlBasedViewResolverRegistration
このビューリゾルバーで処理できるビュー名(または名前パターン)を設定します。
viewNames(String...) - クラス org.springframework.web.servlet.config.annotation のメソッド。UrlBasedViewResolverRegistration
このビューリゾルバーで処理できるビュー名(または名前パターン)を設定します。
viewNameTranslator() - クラス org.springframework.web.servlet.config.annotation のメソッド。WebMvcConfigurationSupport
viewResolutionResultHandler(ReactiveAdapterRegistry, RequestedContentTypeResolver) - クラス org.springframework.web.reactive.config のメソッド。WebFluxConfigurationSupport
ViewResolutionResultHandler - org.springframework.web.reactive.result.view のクラス
次の戻り値の型をサポートするビュー解決アルゴリズムをカプセル化する HandlerResultHandler : VoidSEvoid、または値なし -- デフォルトのビュー名 StringSE -- @ModelAttribute アノテーションが付けられていない場合のビュー名 View -- Model でレンダリングするビュー -- モデルに追加する属性 MapSE -- モデルに追加する属性 Rendering -- ビュー解決のためのユースケース駆動 API @ModelAttribute -- モデルの属性 非単純値 -- モデルの属性
ViewResolutionResultHandler(List<ViewResolver>, RequestedContentTypeResolver) - クラス org.springframework.web.reactive.result.view. ViewResolutionResultHandler のコンストラクター
デフォルトの ReactiveAdapterRegistry を持つ基本コンストラクター。
ViewResolutionResultHandler(List<ViewResolver>, RequestedContentTypeResolver, ReactiveAdapterRegistry) - クラス org.springframework.web.reactive.result.view. ViewResolutionResultHandler のコンストラクター
ReactiveAdapterRegistry インスタンスを持つコンストラクター。
viewResolver - Variable in class org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
viewResolver(ViewResolver) - クラス org.springframework.web.reactive.config のメソッド。ViewResolverRegistry
ViewResolver Bean インスタンスを登録します。
viewResolver(ViewResolver) - インターフェース org.springframework.web.reactive.function.server のメソッド。HandlerStrategies.Builder
指定されたビューリゾルバーをこのビルダーに追加します。
viewResolver(ViewResolver) - クラス org.springframework.web.servlet.config.annotation のメソッド。ViewResolverRegistry
ViewResolver Bean インスタンスを登録します。
ViewResolver - Interface in org.springframework.web.reactive.result.view
ビュー名を View インスタンスに解決するための契約。
ViewResolver - Interface in org.springframework.web.servlet
ビューを名前で解決できるオブジェクトによって実装されるインターフェース。
ViewResolverComposite - org.springframework.web.servlet.view のクラス
他に委譲する ViewResolver
ViewResolverComposite() - クラス org.springframework.web.servlet.view. ViewResolverComposite のコンストラクター
ViewResolverRegistry - org.springframework.web.reactive.config のクラス
ViewResolver がサポートするさまざまなテンプレートメカニズムのチェーンの構成を支援します。
ViewResolverRegistry - org.springframework.web.servlet.config.annotation のクラス
ViewResolver インスタンスのチェーンの構成を支援します。
ViewResolverRegistry(ApplicationContext) - クラス org.springframework.web.reactive.config. ViewResolverRegistry のコンストラクター
ViewResolverRegistry(ContentNegotiationManager, ApplicationContext) - クラス org.springframework.web.servlet.config.annotation. ViewResolverRegistry のコンストラクター
ContentNegotiationManager および ApplicationContext のクラスコンストラクター。
viewResolvers() - インターフェース org.springframework.web.reactive.function.server のメソッド。HandlerStrategies
ビューの名前解決に使用する ViewResolvers を返します。
viewResolvers() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerResponse.Context
ビューの名前解決に使用する ViewResolvers を返します。
viewResolvers(Consumer<ViewResolverRegistry>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ControllerSpec
ビューリゾルバーを構成します。
viewResolvers(ViewResolver...) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.ControllerSpec
ビューリゾルバーを設定します。
viewResolvers(ViewResolver...) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.RouterFunctionSpec
ビューリゾルバーを設定します。
ViewResolversBeanDefinitionParser - org.springframework.web.servlet.config のクラス
view-resolvers MVC 名前空間要素を解析し、ViewResolver Bean 定義を登録します。
ViewResolversBeanDefinitionParser() - クラス org.springframework.web.servlet.config. ViewResolversBeanDefinitionParser のコンストラクター
ViewResolverSupport - org.springframework.web.reactive.result.view のクラス
プロパティを共有する ViewResolver 実装の基本クラス。
ViewResolverSupport() - クラス org.springframework.web.reactive.result.view. ViewResolverSupport のコンストラクター
ViewResultMatchers - org.springframework.test.web.servlet.result のクラス
選択したビューのアサーションのファクトリ。
ViewResultMatchers() - クラス org.springframework.test.web.servlet.result. ViewResultMatchers のコンストラクター
protected コンストラクター。
VIRTUAL_FILE_METHOD_VISIT - Static variable in class org.springframework.core.io.VfsUtils
VIRTUAL_FILE_VISITOR_INTERFACE - Static variable in class org.springframework.core.io.VfsUtils
virtualPropertyWriterInstance(MapperConfig<?>, Class<?>) - クラス org.springframework.http.converter.json のメソッド。SpringHandlerInstantiator
VirtualThreadTaskExecutor - org.springframework.core.task のクラス
JDK 21+ の仮想スレッドに基づく TaskExecutor 実装。
VirtualThreadTaskExecutor() - クラス org.springframework.core.task. VirtualThreadTaskExecutor のコンストラクター
スレッド名を付けずに新しい VirtualThreadTaskExecutor を作成します。
VirtualThreadTaskExecutor(String) - クラス org.springframework.core.task. VirtualThreadTaskExecutor のコンストラクター
指定されたスレッド名プレフィックスとそれに続くカウンター (たとえば、"test-0" ) に基づいてスレッド名を持つ新しい VirtualThreadTaskExecutor を作成します。
visibility(PropertyAccessor, JsonAutoDetect.Visibility) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
自動検出されるプロパティの種類を制限するには、可視性を指定します。
VisibilityPredicate - org.springframework.cglib.core のクラス
VisibilityPredicate(Class, boolean) - クラス org.springframework.cglib.core. VisibilityPredicate のコンストラクター
visit(int, int, String, String, String, String[]) - Method in class org.springframework.asm.ClassVisitor
クラスのヘッダーにアクセスします。
visit(int, int, String, String, String, String[]) - Method in class org.springframework.asm.ClassWriter
visit(int, int, String, String, String, String[]) - クラス org.springframework.cglib.core のメソッド。ClassEmitter
visit(int, int, String, String, String, String[]) - クラス org.springframework.cglib.core のメソッド。DebuggingClassWriter
visit(int, int, String, String, String, String[]) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visit(int, int, String, String, String, String[]) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visit(String, Object) - Method in class org.springframework.asm.AnnotationVisitor
アノテーションのプリミティブ値にアクセスします。
visit(String, Object) - クラス org.springframework.cglib.transform のメソッド。AnnotationVisitorTee
visitAnnotableParameterCount(int, boolean) - Method in class org.springframework.asm.MethodVisitor
アノテーションを付けることができるメソッドパラメーターの数にアクセスします。
visitAnnotation(String, boolean) - Method in class org.springframework.asm.ClassVisitor
クラスのアノテーションにアクセスします。
visitAnnotation(String, boolean) - Method in class org.springframework.asm.ClassWriter
visitAnnotation(String, boolean) - Method in class org.springframework.asm.FieldVisitor
フィールドのアノテーションにアクセスします。
visitAnnotation(String, boolean) - Method in class org.springframework.asm.MethodVisitor
このメソッドのアノテーションにアクセスします。
visitAnnotation(String, boolean) - Method in class org.springframework.asm.RecordComponentVisitor
レコードコンポーネントのアノテーションにアクセスします。
visitAnnotation(String, boolean) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitAnnotation(String, boolean) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitAnnotation(String, boolean) - クラス org.springframework.cglib.transform のメソッド。FieldVisitorTee
visitAnnotation(String, boolean) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitAnnotation(String, String) - Method in class org.springframework.asm.AnnotationVisitor
アノテーションのネストされたアノテーション値にアクセスします。
visitAnnotation(String, String) - クラス org.springframework.cglib.transform のメソッド。AnnotationVisitorTee
visitAnnotationDefault() - Method in class org.springframework.asm.MethodVisitor
このアノテーションインターフェースメソッドのデフォルト値にアクセスします。
visitAnnotationDefault() - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitArray(Object[]) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitArray(String) - Method in class org.springframework.asm.AnnotationVisitor
アノテーションの配列値にアクセスします。
visitArray(String) - クラス org.springframework.cglib.transform のメソッド。AnnotationVisitorTee
visitAttribute(Attribute) - Method in class org.springframework.asm.ClassVisitor
クラスの非標準属性を訪問します。
visitAttribute(Attribute) - Method in class org.springframework.asm.ClassWriter
visitAttribute(Attribute) - Method in class org.springframework.asm.FieldVisitor
フィールドの非標準属性を訪問します。
visitAttribute(Attribute) - Method in class org.springframework.asm.MethodVisitor
このメソッドの非標準属性を訪問します。
visitAttribute(Attribute) - Method in class org.springframework.asm.RecordComponentVisitor
レコードコンポーネントの非標準属性にアクセスします。
visitAttribute(Attribute) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitAttribute(Attribute) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitAttribute(Attribute) - クラス org.springframework.cglib.transform のメソッド。FieldVisitorTee
visitAttribute(Attribute) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitBeanClassName(BeanDefinition) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitBeanDefinition(BeanDefinition) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
指定された BeanDefinition オブジェクトと、それらに含まれる MutablePropertyValues および ConstructorArgumentValues をトラバースします。
visitCode() - Method in class org.springframework.asm.MethodVisitor
メソッドのコードの訪問を開始します(ある場合)。
visitCode() - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitEnd() - Method in class org.springframework.asm.AnnotationVisitor
アノテーションの最後にアクセスします。
visitEnd() - Method in class org.springframework.asm.ClassVisitor
クラスの最後を訪問します。
visitEnd() - Method in class org.springframework.asm.ClassWriter
visitEnd() - Method in class org.springframework.asm.FieldVisitor
フィールドの最後にアクセスします。
visitEnd() - Method in class org.springframework.asm.MethodVisitor
メソッドの最後にアクセスします。
visitEnd() - Method in class org.springframework.asm.ModuleVisitor
モジュールの最後にアクセスします。
visitEnd() - Method in class org.springframework.asm.RecordComponentVisitor
レコードコンポーネントの最後にアクセスします。
visitEnd() - クラス org.springframework.cglib.core のメソッド。ClassEmitter
visitEnd() - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitEnd() - クラス org.springframework.cglib.transform のメソッド。AnnotationVisitorTee
visitEnd() - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitEnd() - クラス org.springframework.cglib.transform のメソッド。FieldVisitorTee
visitEnd() - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitEnum(String, String, String) - Method in class org.springframework.asm.AnnotationVisitor
アノテーションの列挙値にアクセスします。
visitEnum(String, String, String) - クラス org.springframework.cglib.transform のメソッド。AnnotationVisitorTee
visitExport(String, int, String...) - Method in class org.springframework.asm.ModuleVisitor
現在のモジュールのエクスポートされたパッケージにアクセスしてください。
visitFactoryBeanName(BeanDefinition) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitFactoryMethodName(BeanDefinition) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitField(int, String, String, String, Object) - Method in class org.springframework.asm.ClassVisitor
クラスのフィールドを訪問します。
visitField(int, String, String, String, Object) - Method in class org.springframework.asm.ClassWriter
visitField(int, String, String, String, Object) - クラス org.springframework.cglib.core のメソッド。ClassEmitter
visitField(int, String, String, String, Object) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitField(int, String, String, String, Object) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitFieldInsn(int, String, String, String) - Method in class org.springframework.asm.MethodVisitor
現場指示を訪問します。
visitFieldInsn(int, String, String, String) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitFrame(int, int, Object[], int, Object[]) - Method in class org.springframework.asm.MethodVisitor
ローカル変数とオペランドスタック要素の現在の状態にアクセスします。
visitFrame(int, int, Object[], int, Object[]) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitGenericArgumentValues(List<ConstructorArgumentValues.ValueHolder>) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitIincInsn(int, int) - Method in class org.springframework.asm.MethodVisitor
IINC 命令を訪問します。
visitIincInsn(int, int) - クラス org.springframework.cglib.core のメソッド。LocalVariablesSorter
visitIincInsn(int, int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitIndexedArgumentValues(Map<Integer, ConstructorArgumentValues.ValueHolder>) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitInnerClass(String, String, String, int) - Method in class org.springframework.asm.ClassVisitor
内部クラスに関する情報を訪問します。
visitInnerClass(String, String, String, int) - Method in class org.springframework.asm.ClassWriter
visitInnerClass(String, String, String, int) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitInnerClass(String, String, String, int) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitInsn(int) - Method in class org.springframework.asm.MethodVisitor
ゼロオペランド命令にアクセスします。
visitInsn(int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.MethodVisitor
指示のアノテーションにアクセスします。
visitInsnAnnotation(int, TypePath, String, boolean) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitIntInsn(int, int) - Method in class org.springframework.asm.MethodVisitor
単一の int オペランドを持つ命令を訪問します。
visitIntInsn(int, int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.springframework.asm.MethodVisitor
invokedynamic 命令にアクセスします。
visitInvokeDynamicInsn(String, String, Handle, Object...) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitJumpInsn(int, Label) - Method in class org.springframework.asm.MethodVisitor
ジャンプ命令を訪問します。
visitJumpInsn(int, Label) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitLabel(Label) - Method in class org.springframework.asm.MethodVisitor
ラベルにアクセスします。
visitLabel(Label) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitLdcInsn(Object) - Method in class org.springframework.asm.MethodVisitor
LDC 命令を訪問します。
visitLdcInsn(Object) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitLineNumber(int, Label) - Method in class org.springframework.asm.MethodVisitor
行番号宣言にアクセスします。
visitLineNumber(int, Label) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitList(List) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.springframework.asm.MethodVisitor
ローカル変数宣言にアクセスします。
visitLocalVariable(String, String, String, Label, Label, int) - クラス org.springframework.cglib.core のメソッド。LocalVariablesSorter
visitLocalVariable(String, String, String, Label, Label, int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.springframework.asm.MethodVisitor
ローカル変数型のアノテーションにアクセスします。
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.springframework.asm.MethodVisitor
LOOKUPSWITCH 命令を訪問します。
visitLookupSwitchInsn(Label, int[], Label[]) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitMainClass(String) - Method in class org.springframework.asm.ModuleVisitor
現在のモジュールのメインクラスにアクセスします。
visitMap(Map<?, ?>) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitMaxs(int, int) - Method in class org.springframework.asm.MethodVisitor
メソッドの最大スタックサイズとローカル変数の最大数にアクセスします。
visitMaxs(int, int) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
visitMaxs(int, int) - クラス org.springframework.cglib.core のメソッド。LocalVariablesSorter
visitMaxs(int, int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitMethod(int, String, String, String, String[]) - Method in class org.springframework.asm.ClassVisitor
クラスのメソッドを訪問します。
visitMethod(int, String, String, String, String[]) - Method in class org.springframework.asm.ClassWriter
visitMethod(int, String, String, String, String[]) - クラス org.springframework.cglib.core のメソッド。ClassEmitter
visitMethod(int, String, String, String, String[]) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitMethod(int, String, String, String, String[]) - クラス org.springframework.cglib.transform のメソッド。ClassTransformerChain
visitMethod(int, String, String, String, String[]) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitMethod(int, String, String, String, String[]) - クラス org.springframework.cglib.transform のメソッド。MethodFilterTransformer
visitMethodInsn(int, String, String, String) - Method in class org.springframework.asm.MethodVisitor
使用すべきではありません。
代わりに MethodVisitor.visitMethodInsn(int, String, String, String, boolean) を使用してください。
visitMethodInsn(int, String, String, String) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitMethodInsn(int, String, String, String, boolean) - Method in class org.springframework.asm.MethodVisitor
メソッドの説明にアクセスします。
visitMethodInsn(int, String, String, String, boolean) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitModule(String, int, String) - Method in class org.springframework.asm.ClassVisitor
クラスに対応するモジュールにアクセスしてください。
visitModule(String, int, String) - Method in class org.springframework.asm.ClassWriter
visitMultiANewArrayInsn(String, int) - Method in class org.springframework.asm.MethodVisitor
MULTIANEWARRAY 命令を訪問します。
visitMultiANewArrayInsn(String, int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitNestHost(String) - Method in class org.springframework.asm.ClassVisitor
クラスのネストホストクラスを訪問します。
visitNestHost(String) - Method in class org.springframework.asm.ClassWriter
visitNestMember(String) - Method in class org.springframework.asm.ClassVisitor
巣のメンバーを訪問します。
visitNestMember(String) - Method in class org.springframework.asm.ClassWriter
visitOpen(String, int, String...) - Method in class org.springframework.asm.ModuleVisitor
現在のモジュールのオープンパッケージにアクセスしてください。
visitOuterClass(String, String, String) - Method in class org.springframework.asm.ClassVisitor
クラスの外側のクラスを訪問します。
visitOuterClass(String, String, String) - Method in class org.springframework.asm.ClassWriter
visitOuterClass(String, String, String) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitOuterClass(String, String, String) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitPackage(String) - Method in class org.springframework.asm.ModuleVisitor
現在のモジュールのパッケージを参照してください。
visitParameter(String, int) - Method in class org.springframework.asm.MethodVisitor
このメソッドのパラメーターを訪問します。
visitParameter(String, int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitParameterAnnotation(int, String, boolean) - Method in class org.springframework.asm.MethodVisitor
このメソッドのパラメーターのアノテーションにアクセスします。
visitParameterAnnotation(int, String, boolean) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitParentName(BeanDefinition) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitPermittedSubclass(String) - Method in class org.springframework.asm.ClassVisitor
許可されたサブクラスにアクセスします。
visitPermittedSubclass(String) - Method in class org.springframework.asm.ClassWriter
visitPropertyValues(MutablePropertyValues) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitProvide(String, String...) - Method in class org.springframework.asm.ModuleVisitor
サービスの実装を参照してください。
visitRecordComponent(String, String, String) - Method in class org.springframework.asm.ClassVisitor
クラスのレコードコンポーネントを訪問します。
visitRecordComponent(String, String, String) - Method in class org.springframework.asm.ClassWriter
visitRequire(String, int, String) - Method in class org.springframework.asm.ModuleVisitor
現在のモジュールの依存関係にアクセスします。
visitResults(HandlerMethodValidationException.Visitor) - Method in exception org.springframework.web.method.annotation.HandlerMethodValidationException
コントローラーメソッドのパラメーター型ごとに編成されたコールバックメソッドを通じて ParameterValidationResult を処理する Visitor を提供します。
visitScope(BeanDefinition) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitSet(Set) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionVisitor
visitSource(String, String) - Method in class org.springframework.asm.ClassVisitor
クラスのソースを訪問します。
visitSource(String, String) - Method in class org.springframework.asm.ClassWriter
visitSource(String, String) - クラス org.springframework.cglib.transform のメソッド。AbstractClassFilterTransformer
visitSource(String, String) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.springframework.asm.MethodVisitor
TABLESWITCH 命令を訪問します。
visitTableSwitchInsn(int, int, Label, Label...) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.MethodVisitor
例外ハンドラー型のアノテーションにアクセスします。
visitTryCatchAnnotation(int, TypePath, String, boolean) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.springframework.asm.MethodVisitor
try catch ブロックにアクセスします。
visitTryCatchBlock(Label, Label, Label, String) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.ClassVisitor
クラスシグネチャーの型のアノテーションにアクセスします。
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.ClassWriter
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.FieldVisitor
フィールドの型に関するアノテーションにアクセスします。
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.MethodVisitor
メソッドシグネチャーの型のアノテーションにアクセスします。
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.springframework.asm.RecordComponentVisitor
レコードコンポーネントシグネチャーの型のアノテーションにアクセスします。
visitTypeAnnotation(int, TypePath, String, boolean) - クラス org.springframework.cglib.transform のメソッド。ClassVisitorTee
visitTypeAnnotation(int, TypePath, String, boolean) - クラス org.springframework.cglib.transform のメソッド。FieldVisitorTee
visitTypeAnnotation(int, TypePath, String, boolean) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitTypeInsn(int, String) - Method in class org.springframework.asm.MethodVisitor
型命令を訪問します。
visitTypeInsn(int, String) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
visitUse(String) - Method in class org.springframework.asm.ModuleVisitor
現在のモジュールで使用されているサービスにアクセスします。
visitVarInsn(int, int) - Method in class org.springframework.asm.MethodVisitor
ローカル変数命令を訪問します。
visitVarInsn(int, int) - クラス org.springframework.cglib.core のメソッド。LocalVariablesSorter
visitVarInsn(int, int) - クラス org.springframework.cglib.transform のメソッド。MethodVisitorTee
VOID - Static variable in class org.springframework.asm.Type
void 型の種類。
VOID_TYPE - Static variable in class org.springframework.asm.Type
void 型。
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
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式