Uses of Enum Class
org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
Packages that use LocalTimeMarshaller
-
Uses of LocalTimeMarshaller in org.wildfly.clustering.marshalling.protostream.time
Subclasses with type arguments of type LocalTimeMarshaller in org.wildfly.clustering.marshalling.protostream.timeModifier and TypeClassDescriptionenumMarshaller forLocalTimeinstances, using the following strategy: MarshalLocalTime.MIDNIGHTas zero bytes Marshal number of seconds in day as unsigned integer, using hours or minutes precision, if possible Marshal sub-second value of day as unsigned integer, using millisecond precision if possibleMethods in org.wildfly.clustering.marshalling.protostream.time that return LocalTimeMarshallerModifier and TypeMethodDescriptionstatic LocalTimeMarshallerReturns the enum constant of this class with the specified name.static LocalTimeMarshaller[]LocalTimeMarshaller.values()Returns an array containing the constants of this enum class, in the order they are declared.