クラス ReflectionHintsPredicates.TypeHintPredicate

java.lang.ObjectSE
org.springframework.aot.hint.predicate.ReflectionHintsPredicates.TypeHintPredicate
実装されたすべてのインターフェース:
PredicateSE<RuntimeHints>
含まれているクラス:
ReflectionHintsPredicates

public static class ReflectionHintsPredicates.TypeHintPredicate extends ObjectSE implements PredicateSE<RuntimeHints>
  • メソッドの詳細

    • test

      public boolean test(RuntimeHints hints)
      次で指定:
      インターフェース PredicateSE<RuntimeHints>testSE 
    • withMemberCategory

      public PredicateSE<RuntimeHints> withMemberCategory(MemberCategory memberCategory)
      指定された MemberCategory が存在する場合にのみ一致するように、現在の述語を絞り込みます。
      パラメーター:
      memberCategory - メンバーカテゴリ
      戻り値:
      洗練された RuntimeHints 述語
    • withMemberCategories

      public PredicateSE<RuntimeHints> withMemberCategories(MemberCategory... memberCategories)
      指定された categories が存在する場合にのみ一致するように現在の述語を絞り込みます。
      パラメーター:
      memberCategories - メンバーカテゴリ
      戻り値:
      洗練された RuntimeHints 述語
    • withAnyMemberCategory

      public PredicateSE<RuntimeHints> withAnyMemberCategory(MemberCategory... memberCategories)
      指定された categories のいずれかが存在する場合に一致するように現在の述語を絞り込みます。
      パラメーター:
      memberCategories - メンバーカテゴリ
      戻り値:
      洗練された RuntimeHints 述語