net.sf.json.JSONObject转为Bean时,Boolean类型转换问题,待解决

在将net.sf.json.JSONObject转化为Java Bean过程中,遇到Boolean类型的字段isAnnual的问题。当该字段值为0或1时,转换后的Bean中isAnnual始终为false,寻求解决方案。
摘要由CSDN通过智能技术生成

java bean如下:

import java.util.Date;

public class CmFinancingProductRatePeriod {

    private Long id;

    private Long productId;

    private String financeType;

    private Date startDate;

    private Date endDate;

    private Date interestDate;

    private Integer interestDays;

    private Boolean isAnnual;

    public Long getId() {
        return id;
    }

    public void setId(Long id) {
        this.id = id;
    }

    public Long getProductId() {
        return productId;
    }

    public void setProductId(Long productId) {
        this.productId = productId;
    }

    public String getFinanceType() {
        return financeType;
    }

    public void setFinanceType(String financeType) {
        this.financeType = financeType;
    }

    public Date getStartDate() {
        return startDate;
    }

    public void setStartDate(Date startDate) {
        this.startDate = startDate;
    }

    public Date ge
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值