@Singleton public class LocalDateTimeSerde extends DefaultFormattedTemporalSerde<java.time.LocalDateTime> implements TemporalSerde<java.time.LocalDateTime>
Serializer.EncoderContext
Deserializer.DecoderContext
UTC
Modifier | Constructor and Description |
---|---|
protected |
LocalDateTimeSerde(SerdeConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected java.time.LocalDateTime |
deserializeNonNullWithoutFormat(Decoder decoder,
Deserializer.DecoderContext decoderContext,
io.micronaut.core.type.Argument<? super java.time.LocalDateTime> type)
A method that is invoked when the value is known not to be null.
|
protected java.time.format.DateTimeFormatter |
getDefaultFormatter() |
java.time.temporal.TemporalQuery<java.time.LocalDateTime> |
query() |
protected void |
serializeWithoutFormat(Encoder encoder,
Serializer.EncoderContext context,
java.time.LocalDateTime value,
io.micronaut.core.type.Argument<? extends java.time.LocalDateTime> type)
Serializes the given value using the passed
Encoder . |
deserializeNonNull, serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createSpecific, createSpecific
isAbsent, isEmpty, serialize
allowNull, deserialize, deserializeNonNull
getDefaultValue
protected LocalDateTimeSerde(SerdeConfiguration configuration)
protected java.time.format.DateTimeFormatter getDefaultFormatter()
getDefaultFormatter
in class DefaultFormattedTemporalSerde<java.time.LocalDateTime>
public java.time.temporal.TemporalQuery<java.time.LocalDateTime> query()
query
in interface TemporalSerde<java.time.LocalDateTime>
protected void serializeWithoutFormat(Encoder encoder, Serializer.EncoderContext context, java.time.LocalDateTime value, io.micronaut.core.type.Argument<? extends java.time.LocalDateTime> type) throws java.io.IOException
DefaultFormattedTemporalSerde
Encoder
.serializeWithoutFormat
in class DefaultFormattedTemporalSerde<java.time.LocalDateTime>
encoder
- The encoder to usecontext
- The encoder context, never null
value
- The value, can be null
type
- Models the generic type of the valuejava.io.IOException
- If an error occurs during serializationprotected java.time.LocalDateTime deserializeNonNullWithoutFormat(Decoder decoder, Deserializer.DecoderContext decoderContext, io.micronaut.core.type.Argument<? super java.time.LocalDateTime> type) throws java.io.IOException
DefaultFormattedTemporalSerde
deserializeNonNullWithoutFormat
in class DefaultFormattedTemporalSerde<java.time.LocalDateTime>
decoder
- The decoderdecoderContext
- The decoder contexttype
- The typejava.io.IOException
- if something goes wrong during deserialization