Class JPinyinProvider

java.lang.Object
org.miaixz.bus.extra.pinyin.provider.jpinyin.JPinyinProvider
All Implemented Interfaces:
org.miaixz.bus.core.Provider, PinyinProvider

public class JPinyinProvider extends Object implements PinyinProvider
封装了Jpinyin的引擎。 引入:
 <dependency>
     <groupId>com.github.stuxuhai</groupId>
     <artifactId>jpinyin</artifactId>
     <version>1.1.8</version>
 </dependency>
 
Since:
Java 17+
Author:
Kimi Liu