クラス AnnotatedTypeScanner

java.lang.ObjectSE
org.springframework.data.util.AnnotatedTypeScanner
実装されたすべてのインターフェース:
AwareEnvironmentAwareResourceLoaderAware

public class AnnotatedTypeScanner extends ObjectSE implements ResourceLoaderAware, EnvironmentAware
クラスパスにアノテーションが付いている型を見つけるためのスキャナー。
作成者:
Oliver Gierke, Christoph Strobl, Johannes Englmeier
  • コンストラクターの詳細

    • AnnotatedTypeScanner

      @SafeVarargsSE public AnnotatedTypeScanner(ClassSE<? extends AnnotationSE>... annotationTypes)
      指定されたアノテーション型に対して新しい AnnotatedTypeScanner を作成します。
      パラメーター:
      annotationTypes - スキャンするアノテーション型。
    • AnnotatedTypeScanner

      @SafeVarargsSE public AnnotatedTypeScanner(boolean considerInterfaces, ClassSE<? extends AnnotationSE>... annotationTypes)
      指定されたアノテーション型に対して新しい AnnotatedTypeScanner を作成します。
      パラメーター:
      considerInterfaces - インターフェースも考慮するかどうか。
      annotationTypes - スキャンするアノテーション。
    • AnnotatedTypeScanner

      public AnnotatedTypeScanner(boolean considerInterfaces, CollectionSE<ClassSE<? extends AnnotationSE>> annotationTypes)
      パラメーター:
      considerInterfaces -
      annotationTypes -
      導入:
      3.0
  • メソッドの詳細