mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
support custom date format parse
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package cn.hutool.core.getter;
|
||||
|
||||
import cn.hutool.core.convert.Convert;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.math.BigInteger;
|
||||
import java.util.Date;
|
||||
|
||||
import cn.hutool.core.convert.Convert;
|
||||
|
||||
/**
|
||||
* 基本类型的getter接口抽象实现,所有类型的值获取都是通过将getObj获得的值转换而来<br>
|
||||
* 用户只需实现getObj方法即可,其他类型将会从Object结果中转换
|
||||
|
Reference in New Issue
Block a user