meilisearch / meilisearch-java

Java client for Meilisearch

Home Page:https://meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(JsonHander) targetClass parameter should be of type Class<T>, not Class<?>

Mashull opened this issue · comments

Description

The targetClass parameter should be of type Class, not Class<?>. This provides stronger type safety because you can check the type of T at compile time rather than at run time

closed by #738