public class ActionParamEntryWrapper extends ActionParamEntry
Constructor and Description |
---|
ActionParamEntryWrapper(ActionParamEntry value) |
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) |
getDeclaredGenericType, getDeclaredType, getDefaultName, getEnumProperty, getFetchType, getScope, getTemporalProperty, getTypeInstance
public ActionParamEntryWrapper(ActionParamEntry value)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent
in class ActionParamEntry
public <T> T getAnnotation(Class<T> annotation)
getAnnotation
in class ActionParamEntry
public Type getGenericType()
getGenericType
in class ActionParamEntry
public void setGenericType(Type genericType)
setGenericType
in class ActionParamEntry
public Class<?> getType()
getType
in class ActionParamEntry
public void setType(Class<?> type)
setType
in class ActionParamEntry
public String getName()
getName
in class ActionParamEntry
public void setName(String name)
setName
in class ActionParamEntry
public Annotation[] getAnnotation()
getAnnotation
in class ActionParamEntry
public void setAnnotation(Annotation[] annotation)
setAnnotation
in class ActionParamEntry
public int getIndex()
getIndex
in class ActionParamEntry
public void setIndex(int index)
setIndex
in class ActionParamEntry
Copyright © 2018 Brandao. All rights reserved.