Uses of Enum Class
org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
Packages that use ZoneOffsetMarshaller
-
Uses of ZoneOffsetMarshaller in org.wildfly.clustering.marshalling.protostream.time
Subclasses with type arguments of type ZoneOffsetMarshaller in org.wildfly.clustering.marshalling.protostream.timeModifier and TypeClassDescriptionenumMarshalling forZoneOffsetinstances using the following strategy: MarshalZoneOffset.UTCas zero bytes If offset is of form ±HH, marshal as signed integer of hours If offset is of form ±HH:MM, marshal as signed integer of total minutes If offset is of form ±HH:MM:SS, marshal as signed integer of total secondsMethods in org.wildfly.clustering.marshalling.protostream.time that return ZoneOffsetMarshallerModifier and TypeMethodDescriptionstatic ZoneOffsetMarshallerReturns the enum constant of this class with the specified name.static ZoneOffsetMarshaller[]ZoneOffsetMarshaller.values()Returns an array containing the constants of this enum class, in the order they are declared.