Uses of Class
io.zerocopy.json.schema.format.RFC3339Converter.Format
-
Packages that use RFC3339Converter.Format Package Description io.zerocopy.json.schema.format -
-
Uses of RFC3339Converter.Format in io.zerocopy.json.schema.format
Fields in io.zerocopy.json.schema.format declared as RFC3339Converter.Format Modifier and Type Field Description protected RFC3339Converter.FormatRFC3339Converter. formatMethods in io.zerocopy.json.schema.format that return RFC3339Converter.Format Modifier and Type Method Description RFC3339Converter.FormatRFC3339Converter. getFormat()static RFC3339Converter.FormatRFC3339Converter.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RFC3339Converter.Format[]RFC3339Converter.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zerocopy.json.schema.format with parameters of type RFC3339Converter.Format Modifier and Type Method Description static java.util.DateRFC3339Converter. parseRFC3339Date(java.lang.String source, RFC3339Converter.Format format)static voidRFC3339Converter. printRFC3339Date(java.lang.Appendable out, java.util.Date date, RFC3339Converter.Format format, int offset)Constructors in io.zerocopy.json.schema.format with parameters of type RFC3339Converter.Format Constructor Description RFC3339Converter(RFC3339Converter.Format format)
-