public class JsonbLocalDateTimeConverter extends JsonbDateConverterBase<LocalDateTime>
formatter
Constructor and Description |
---|
JsonbLocalDateTimeConverter(javax.json.bind.annotation.JsonbDateFormat dateFormat) |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
fromString(String text) |
String |
toString(LocalDateTime instance) |
newLocale
public JsonbLocalDateTimeConverter(javax.json.bind.annotation.JsonbDateFormat dateFormat)
public String toString(LocalDateTime instance)
public LocalDateTime fromString(String text)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.