Constructor and Description |
---|
KeyEntry() |
KeyEntry(Class<?> classType,
Type genericType,
KeyCollection definition,
Annotation[] annotation) |
Modifier and Type | Method and Description |
---|---|
<T> T |
getAnnotation(Class<T> annotation) |
Class<?> |
getBeanType() |
Class<?> |
getClassType() |
Class<?> |
getDeclaredClassType() |
Type |
getDeclaredGenericType() |
EnumerationType |
getEnumerated() |
Type |
getGenericType() |
MappingTypes |
getMappingType() |
String |
getName() |
ScopeType |
getScopeType() |
Class<?> |
getTarget() |
String |
getTemporal() |
Class<? extends Type> |
getType() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
void |
setClassType(Class<?> classType) |
void |
setEnumerated(EnumerationType enumerated) |
void |
setGenericType(Type genericType) |
void |
setMappingType(MappingTypes mappingType) |
void |
setName(String name) |
void |
setScopeType(ScopeType scopeType) |
void |
setTarget(Class<?> target) |
void |
setTemporal(String temporal) |
void |
setType(Class<? extends Type> type) |
public KeyEntry()
public KeyEntry(Class<?> classType, Type genericType, KeyCollection definition, Annotation[] annotation)
public String getName()
public void setName(String name)
public ScopeType getScopeType()
public void setScopeType(ScopeType scopeType)
public Class<?> getDeclaredClassType()
public Class<?> getClassType()
public void setClassType(Class<?> classType)
public Class<?> getTarget()
public void setTarget(Class<?> target)
public EnumerationType getEnumerated()
public void setEnumerated(EnumerationType enumerated)
public String getTemporal()
public void setTemporal(String temporal)
public Class<?> getBeanType()
getBeanType
in interface BeanEntry
public Type getDeclaredGenericType()
public Type getGenericType()
public void setGenericType(Type genericType)
public MappingTypes getMappingType()
public void setMappingType(MappingTypes mappingType)
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
public <T> T getAnnotation(Class<T> annotation)
Copyright © 2018 Brandao. All rights reserved.