Uses of Enum Class
org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
Packages that use PeriodMarshaller
-
Uses of PeriodMarshaller in org.wildfly.clustering.marshalling.protostream.time
Subclasses with type arguments of type PeriodMarshaller in org.wildfly.clustering.marshalling.protostream.timeModifier and TypeClassDescriptionenumMarshaller forPeriodinstances, using the following strategy: MarshalPeriod.ZEROas zero bytes Marshal number of years of period as signed integer Marshal number of months of period as signed integer Marshal number of days of period as signed integerMethods in org.wildfly.clustering.marshalling.protostream.time that return PeriodMarshallerModifier and TypeMethodDescriptionstatic PeriodMarshallerReturns the enum constant of this class with the specified name.static PeriodMarshaller[]PeriodMarshaller.values()Returns an array containing the constants of this enum class, in the order they are declared.