![JAR search and dependency download from the Maven repository](/logo.png)
com.github.mygreen.supercsv.builder.joda.MonthDayProcessorBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of super-csv-annotation Show documentation
Show all versions of super-csv-annotation Show documentation
CSVのJavaライブラリであるSuperCSVに、アノテーション機能を追加したライブラリです。
package com.github.mygreen.supercsv.builder.joda;
import org.joda.time.MonthDay;
/**
* {@link MonthDay}に対するAutoBuilder。
* @since 2.1
* @author T.TSUCHIE
*
*/
public class MonthDayProcessorBuilder extends AbstractJodaProcessorBuilder {
/**
* {@literal MM-dd}を返す。
*/
@Override
protected String getDefaultPattern() {
return "MM-dd";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy