public class ResultActionEntry extends Object
Constructor and Description |
---|
ResultActionEntry() |
ResultActionEntry(Method method) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
Type |
getDeclaredGenericType() |
Class<?> |
getDeclaredType() |
String |
getDefaultName() |
EnumerationType |
getEnumProperty() |
Type |
getGenericType() |
String |
getName() |
String |
getTemporalProperty() |
Class<?> |
getType() |
Type |
getTypeInstance() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
public ResultActionEntry()
public ResultActionEntry(Method method)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
public <T extends Annotation> T getAnnotation(Class<T> annotation)
public Type getDeclaredGenericType()
public Type getGenericType()
public Class<?> getDeclaredType()
public Class<?> getType()
public Type getTypeInstance()
public String getTemporalProperty()
public EnumerationType getEnumProperty()
public String getName()
public String getDefaultName()
Copyright © 2018 Brandao. All rights reserved.