Enum Class CachedProjectWatchProtoConverter

java.lang.Object
java.lang.Enum<CachedProjectWatchProtoConverter>
com.google.gerrit.entities.converter.CachedProjectWatchProtoConverter
All Implemented Interfaces:
ProtoConverter<com.google.gerrit.server.cache.proto.Cache.ProjectWatchProto,Map.Entry<ProjectWatchKey,com.google.common.collect.ImmutableSet<NotifyConfig.NotifyType>>>, Serializable, Comparable<CachedProjectWatchProtoConverter>, java.lang.constant.Constable

@Immutable public enum CachedProjectWatchProtoConverter extends Enum<CachedProjectWatchProtoConverter> implements ProtoConverter<com.google.gerrit.server.cache.proto.Cache.ProjectWatchProto,Map.Entry<ProjectWatchKey,com.google.common.collect.ImmutableSet<NotifyConfig.NotifyType>>>
Proto converter between Cache.ProjectWatchProto and Map.Entry<ProjectWatches.ProjectWatchKey, ImmutableSet<NotifyType>>.