public class BeanEntryActionParam extends ActionParamEntry implements BeanEntry
| Constructor and Description |
|---|
BeanEntryActionParam(ActionParamEntry value) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getAnnotation() |
<T> T |
getAnnotation(Class<T> annotation) |
Class |
getBeanType() |
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 BeanEntryActionParam(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 ActionParamEntrypublic Class getBeanType()
getBeanType in interface BeanEntryCopyright © 2018 Brandao. All rights reserved.