public class ResultActionBeanEntry extends ResultActionEntry implements BeanEntry
Constructor and Description |
---|
ResultActionBeanEntry(ResultActionEntry o) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
Class<?> |
getBeanType() |
Type |
getDeclaredGenericType() |
Class<?> |
getDeclaredType() |
String |
getDefaultName() |
Type |
getGenericType() |
String |
getName() |
Class<?> |
getType() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
getEnumProperty, getTemporalProperty, getTypeInstance
public ResultActionBeanEntry(ResultActionEntry o)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent
in class ResultActionEntry
public <T extends Annotation> T getAnnotation(Class<T> annotation)
getAnnotation
in class ResultActionEntry
public Type getDeclaredGenericType()
getDeclaredGenericType
in class ResultActionEntry
public Type getGenericType()
getGenericType
in class ResultActionEntry
public Class<?> getDeclaredType()
getDeclaredType
in class ResultActionEntry
public Class<?> getType()
getType
in class ResultActionEntry
public String getName()
getName
in class ResultActionEntry
public String getDefaultName()
getDefaultName
in class ResultActionEntry
public Class<?> getBeanType()
getBeanType
in interface BeanEntry
Copyright © 2018 Brandao. All rights reserved.