Package io.jmix.core.impl.keyvalue
Class KeyValueMetaProperty.FakeAnnotatedElement
java.lang.Object
io.jmix.core.impl.keyvalue.KeyValueMetaProperty.FakeAnnotatedElement
- All Implemented Interfaces:
Serializable
,AnnotatedElement
- Enclosing class:
- KeyValueMetaProperty
protected static class KeyValueMetaProperty.FakeAnnotatedElement
extends Object
implements AnnotatedElement, Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> annotationClass) boolean
isAnnotationPresent
(Class<? extends Annotation> annotationClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
-
Constructor Details
-
FakeAnnotatedElement
protected FakeAnnotatedElement()
-
-
Method Details
-
isAnnotationPresent
- Specified by:
isAnnotationPresent
in interfaceAnnotatedElement
-
getAnnotation
- Specified by:
getAnnotation
in interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotations
in interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotations
in interfaceAnnotatedElement
-