Class AnnotationFunctions
java.lang.Object
io.contextmap.spring.runtime.reflection.AnnotationFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<Annotation>getAnnotation(Class<?> type, String annotationFullyQualifiedName) getAnnotationFieldValue(Annotation annotation, String fieldName)
-
Constructor Details
-
AnnotationFunctions
public AnnotationFunctions()
-
-
Method Details
-
getAnnotation
public static Optional<Annotation> getAnnotation(Class<?> type, String annotationFullyQualifiedName) -
getAnnotationFieldValue
-