Klasse PsaRstApiMapEntry<T extends Annotation>

java.lang.Object
de.pisa.psa.rst.obj.PsaRstApiMapEntry<T>
Typparameter:
T - annotation type
Bekannte direkte Unterklassen:
PsaRstApiMapFld.MapEntry

public class PsaRstApiMapEntry<T extends Annotation> extends Object
Annotation mapping entry
Seit:
25.07.2023
Autor:
weiland
  • Methodendetails

    • get

      public static <T extends Annotation> List<PsaRstApiMapEntry<T>> get(Class<?> clazz, Class<T> annotation_clazz)
      get the component mapping defined by annotation
      Typparameter:
      T - type of the annotation
      Parameter:
      clazz - class to analyze
      annotation_clazz - class of the annotation
      Gibt zurück:
      list of component mapping
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
      Siehe auch:
    • getClassField

      public Field getClassField()
      get the class field
      Gibt zurück:
      field
    • getAnnotation

      public T getAnnotation()
      get the annotation
      Gibt zurück:
      annotation