All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.featherfly.conversion.string.bp.LocalDateBeanPropertyArrayFormatConvertor Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.featherfly.conversion.string.bp;
import java.time.LocalDate;

import cn.featherfly.conversion.string.format.LocalDateFormatConvertor;


/**
 * 

* LocalDate[]转换器 *

* * @author 钟冀 */ public class LocalDateBeanPropertyArrayFormatConvertor extends BeanPropertyArrayFormatConvertor { /** */ public LocalDateBeanPropertyArrayFormatConvertor() { super(new LocalDateFormatConvertor()); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy