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