@ApplicationScoped public class ZonedDateTimeConverter extends Object implements Converter<ZonedDateTime>
Constructor and Description |
---|
ZonedDateTimeConverter() |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
public ZonedDateTimeConverter()
public ZonedDateTime convert(Value value)
Converter
Value
into the appropriate kind of
object and returns the result.
Implementations of this method must not call the Converter.apply(Value)
method.
convert
in interface Converter<ZonedDateTime>
value
- the Value
to convert; may be null
null
)Copyright © 2019–2020, microBean™. All rights reserved.