Interface EntityParser
- All Known Implementing Classes:
ExcelEntityParser
public interface EntityParser
The interface Entity parser.
-
Method Summary
Modifier and Type Method Description ExcelMetaModelgetEntityMetadata()Gets entity metadata.voidparse(java.lang.Class<?> clazz)Parse.
-
Method Details
-
parse
void parse(java.lang.Class<?> clazz)Parse.- Parameters:
clazz- the class type of entity
-
getEntityMetadata
ExcelMetaModel getEntityMetadata()Gets entity metadata.- Returns:
- the entity metadata
-