youngmonkeys / ezyfox

Java library supports for reflection, generic, annotations parsing, bean management and object binding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bổ sung hàm getSingletonMap

tvd12 opened this issue · comments

Mô tả

Bổ sung getSingletonMap để thuận tiện cho client khi gọi

Các bước

Bổ sung 2 hàm vào 2 lớp EzySingletonFetcherEzySingletonFactory:

  1. Map<String, Object> getSingletonMap();
  2. Map<String, Object> getSingletonMap(Class annotationClass);

Viết các hàm cài đặt có liên quan

Viết các lớp test có liên quan