Class PrimitiveConverter

java.lang.Object
org.miaixz.bus.core.convert.AbstractConverter
org.miaixz.bus.core.convert.PrimitiveConverter
All Implemented Interfaces:
Serializable, Converter, MatcherConverter

public class PrimitiveConverter extends AbstractConverter implements MatcherConverter, Serializable
原始类型转换器 支持类型为:
  • byte
  • short
  • int
  • long
  • float
  • double
  • char
  • boolean
Since:
Java 17+
Author:
Kimi Liu
See Also: