public class ConstructorArgEntryWrapper extends ConstructorArgEntry
| Constructor and Description |
|---|
ConstructorArgEntryWrapper(ConstructorArgEntry constructorArgEntry) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getAnnotation() |
<T> T |
getAnnotation(Class<T> annotation) |
Type |
getGenericType() |
int |
getIndex() |
String |
getName() |
Class |
getType() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
void |
setAnnotation(Annotation[] annotation) |
void |
setGenericType(Type genericType) |
void |
setIndex(int index) |
void |
setName(String name) |
void |
setType(Class type) |
getEnumProperty, getFetchType, getScope, getTemporalProperty, getTypeInstancepublic ConstructorArgEntryWrapper(ConstructorArgEntry constructorArgEntry)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent in class ConstructorArgEntrypublic <T> T getAnnotation(Class<T> annotation)
getAnnotation in class ConstructorArgEntrypublic Type getGenericType()
getGenericType in class ConstructorArgEntrypublic void setGenericType(Type genericType)
setGenericType in class ConstructorArgEntrypublic Class getType()
getType in class ConstructorArgEntrypublic void setType(Class type)
setType in class ConstructorArgEntrypublic String getName()
getName in class ConstructorArgEntrypublic void setName(String name)
setName in class ConstructorArgEntrypublic Annotation[] getAnnotation()
getAnnotation in class ConstructorArgEntrypublic void setAnnotation(Annotation[] annotation)
setAnnotation in class ConstructorArgEntrypublic int getIndex()
getIndex in class ConstructorArgEntrypublic void setIndex(int index)
setIndex in class ConstructorArgEntryCopyright © 2018 Brandao. All rights reserved.