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, getTypeInstance
public ConstructorArgEntryWrapper(ConstructorArgEntry constructorArgEntry)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent
in class ConstructorArgEntry
public <T> T getAnnotation(Class<T> annotation)
getAnnotation
in class ConstructorArgEntry
public Type getGenericType()
getGenericType
in class ConstructorArgEntry
public void setGenericType(Type genericType)
setGenericType
in class ConstructorArgEntry
public Class getType()
getType
in class ConstructorArgEntry
public void setType(Class type)
setType
in class ConstructorArgEntry
public String getName()
getName
in class ConstructorArgEntry
public void setName(String name)
setName
in class ConstructorArgEntry
public Annotation[] getAnnotation()
getAnnotation
in class ConstructorArgEntry
public void setAnnotation(Annotation[] annotation)
setAnnotation
in class ConstructorArgEntry
public int getIndex()
getIndex
in class ConstructorArgEntry
public void setIndex(int index)
setIndex
in class ConstructorArgEntry
Copyright © 2018 Brandao. All rights reserved.