public class IsoOffsetDateTimeConverter extends Object implements org.springframework.core.convert.converter.Converter<String,OffsetDateTime>
| Constructor and Description |
|---|
IsoOffsetDateTimeConverter() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
convert(String source) |
static void |
registerConverter(org.springframework.core.convert.converter.ConverterRegistry registry) |
public OffsetDateTime convert(String source)
convert in interface org.springframework.core.convert.converter.Converter<String,OffsetDateTime>public static void registerConverter(org.springframework.core.convert.converter.ConverterRegistry registry)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.