public interface DynamicEnum extends net.openhft.chronicle.core.util.CoreDynamicEnum, Marshallable
EMPTYDISCARD| Modifier and Type | Method and Description |
|---|---|
default void |
reset()
Not resettable, treat as immutable.
|
static <E extends DynamicEnum> |
updateEnum(E e)
Uses a floating DynamicEnum to update the cached copy so every deserialization of the value from name() use have this information
|
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValueunexpectedFieldstatic <E extends DynamicEnum> void updateEnum(E e)
e - template to use.default void reset()
reset in interface Marshallablereset in interface net.openhft.chronicle.core.io.ResettableCopyright © 2023. All rights reserved.