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