Package de.pisa.psa.rst.obj
Klasse PsaRstApiMapEntry<T extends Annotation>
java.lang.Object
de.pisa.psa.rst.obj.PsaRstApiMapEntry<T>
- Typparameter:
T
- annotation type
- Bekannte direkte Unterklassen:
PsaRstApiMapFld.MapEntry
Annotation mapping entry
- Seit:
- 25.07.2023
- Autor:
- weiland
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <T extends Annotation>
List<PsaRstApiMapEntry<T>> get the component mapping defined by annotationget the annotationget the class fieldtoString()
-
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 analyzeannotation_clazz
- class of the annotation- Gibt zurück:
- list of component mapping
-
toString
-
getClassField
get the class field- Gibt zurück:
- field
-
getAnnotation
get the annotation- Gibt zurück:
- annotation
-