Package com.google.gson.internal
Class PreJava9DateFormatProvider
- java.lang.Object
-
- com.google.gson.internal.PreJava9DateFormatProvider
-
public class PreJava9DateFormatProvider extends java.lang.ObjectProvides DateFormats for US locale with patterns which were the default ones before Java 9.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.text.DateFormatgetUsDateTimeFormat(int dateStyle, int timeStyle)Returns the same DateFormat asDateFormat.getDateTimeInstance(dateStyle, timeStyle, Locale.US)in Java 8 or below.
-