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
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) booleanisAnnotationPresent(Class<? extends Annotation> annotationClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType 
- 
Constructor Details
- 
FakeAnnotatedElement
protected FakeAnnotatedElement() 
 - 
 - 
Method Details
- 
isAnnotationPresent
- Specified by:
 isAnnotationPresentin interfaceAnnotatedElement
 - 
getAnnotation
- Specified by:
 getAnnotationin interfaceAnnotatedElement
 - 
getAnnotations
- Specified by:
 getAnnotationsin interfaceAnnotatedElement
 - 
getDeclaredAnnotations
- Specified by:
 getDeclaredAnnotationsin interfaceAnnotatedElement
 
 -