Class InstantSerde
java.lang.Object
io.micronaut.serde.support.serdes.DefaultFormattedTemporalSerde<T>
io.micronaut.serde.support.serdes.InstantSerde
- All Implemented Interfaces:
io.micronaut.core.order.Ordered
,Deserializer<Instant>
,Serde<Instant>
,Serializer<Instant>
,DeserializerRegistrar<Instant>
,SerdeRegistrar<Instant>
,TemporalSerde<Instant>
,SerializerRegistrar<Instant>
public final class InstantSerde
extends DefaultFormattedTemporalSerde<T>
implements TemporalSerde<Instant>, SerdeRegistrar<Instant>
Serde used for
Instant
.- Since:
- 1.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.serde.Deserializer
Deserializer.DecoderContext
Nested classes/interfaces inherited from interface io.micronaut.serde.Serializer
Serializer.EncoderContext
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Fields inherited from interface io.micronaut.serde.support.serdes.TemporalSerde
UTC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultFormattedTemporalSerde<Instant>
createSpecific
(SerdeConfiguration configuration) Create the same serde with new configuration.protected Instant
fromNanos
(long seconds, int nanos) protected int
getNanoPart
(Instant value) protected long
getSecondPart
(Instant value) io.micronaut.core.type.Argument<Instant>
getType()
query()
Methods inherited from class io.micronaut.serde.support.serdes.DefaultFormattedTemporalSerde
createSpecific, createSpecific, deserialize, serialize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.serde.Deserializer
allowNull, deserialize, deserializeNullable, getDefaultValue
Methods inherited from interface io.micronaut.core.order.Ordered
getOrder
Methods inherited from interface io.micronaut.serde.support.SerdeRegistrar
getTypes
Methods inherited from interface io.micronaut.serde.Serializer
isAbsent, isEmpty, serialize
Methods inherited from interface io.micronaut.serde.support.serdes.TemporalSerde
createSpecific, createSpecific
-
Constructor Details
-
InstantSerde
-
-
Method Details
-
query
- Specified by:
query
in interfaceTemporalSerde<Instant>
- Returns:
- The temporal query for the type.
-
getSecondPart
-
getNanoPart
-
fromNanos
-
createSpecific
Description copied from class:DefaultFormattedTemporalSerde
Create the same serde with new configuration.- Overrides:
createSpecific
in classDefaultFormattedTemporalSerde<Instant>
- Parameters:
configuration
- The new configuration- Returns:
- The updated serde
-
getType
- Specified by:
getType
in interfaceDeserializerRegistrar<Instant>
- Specified by:
getType
in interfaceSerdeRegistrar<Instant>
- Specified by:
getType
in interfaceSerializerRegistrar<Instant>
- Returns:
- The serde argument type
-