クラス AvailabilityReflectiveProcessor
java.lang.ObjectSE
org.springframework.shell.AvailabilityReflectiveProcessor
- 実装されているすべてのインターフェース:
org.springframework.aot.hint.annotation.ReflectiveProcessor
public final class AvailabilityReflectiveProcessor
extends ObjectSE
implements org.springframework.aot.hint.annotation.ReflectiveProcessor
クラスであるターゲットから戻り値の型
Availability のメソッドを登録する ReflectiveProcessor 実装。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected voidregisterMethodHint(org.springframework.aot.hint.ReflectionHints hints, MethodSE method) 指定されたMethodSE に対してReflectionHintsを登録します。voidregisterReflectionHints(org.springframework.aot.hint.ReflectionHints hints, AnnotatedElementSE element)
コンストラクターの詳細
AvailabilityReflectiveProcessor
public AvailabilityReflectiveProcessor()
メソッドの詳細
registerReflectionHints
public void registerReflectionHints(org.springframework.aot.hint.ReflectionHints hints, AnnotatedElementSE element) - 次で指定:
- インターフェース
org.springframework.aot.hint.annotation.ReflectiveProcessorのregisterReflectionHints
registerMethodHint
protected void registerMethodHint(org.springframework.aot.hint.ReflectionHints hints, MethodSE method) 指定されたMethodSE に対してReflectionHintsを登録します。- パラメーター:
hints- 使用するリフレクションヒントインスタンスmethod- 処理方法