public interface AnnoAdapter
| Modifier and Type | Method and Description |
|---|---|
String |
getValue(Class<?> clazz)
get the value of annotation which use on the class.
|
String |
getValue(Field field)
get the value of annotation which use on the field.
|
boolean |
isColumn(Field field)
Check the property or field whether is Column annotation.
|
boolean |
isIgnore(Field field)
Check the property or field whether is Ignore or Transient annotation.
|
boolean |
isPrimaryKey(Field field)
Check the property or field whether is Primary Key annotation.
|
boolean |
isTable(Class<?> clazz)
Check the class whether is Table annotation.
|
boolean isPrimaryKey(Field field)
field - annotated fieldboolean isTable(Class<?> clazz)
clazz - boolean isColumn(Field field)
field - annotated fieldboolean isIgnore(Field field)
field - annotated fieldString getValue(Field field)
field - annotated fieldCopyright © 2023. All rights reserved.