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

cn.featherfly.conversion.string.basic.DoubleArrayConvertor Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version

package cn.featherfly.conversion.string.basic;



/**
 * 

* Double[]转换器 *

*

* copyright featherfly 2010-2020, all rights reserved. *

* * @author 钟冀 */ public class DoubleArrayConvertor extends GenericTypeArrayConvertor { /** */ public DoubleArrayConvertor() { super(new DoubleWrapperConvertor()); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy