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