1. 程式人生 > >SpringBoot原始碼之MetadataReaderFactory

SpringBoot原始碼之MetadataReaderFactory

MetadataReader例項的工廠介面,允許快取每個原始資源的元資料集。

MetadataReader getMetadataReader(String className) throws IOException;為給定類名獲取元資料集。

MetadataReader getMetadataReader(Resource resource) throws IOException;為給定資源獲取元資料集。