Class AnnotationFunctions
- java.lang.Object
-
- io.contextmap.spring.runtime.reflection.AnnotationFunctions
-
public class AnnotationFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Annotation>getAnnotation(Class<?> type, String annotationFullyQualifiedName)static Optional<Object>getAnnotationFieldValue(Annotation annotation, String fieldName)
-
-
-
Method Detail
-
getAnnotation
public static Optional<Annotation> getAnnotation(Class<?> type, String annotationFullyQualifiedName)
-
getAnnotationFieldValue
public static Optional<Object> getAnnotationFieldValue(Annotation annotation, String fieldName)
-
-