Package com.google.gerrit.server.config
Class UserPreferencesConverter.DiffPreferencesInfoConverter
java.lang.Object
com.google.gerrit.server.config.UserPreferencesConverter.DiffPreferencesInfoConverter
- Enclosing class:
- UserPreferencesConverter
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiffPreferencesInfo
fromProto
(com.google.gerrit.proto.Entities.UserPreferences.DiffPreferencesInfo proto) static com.google.gerrit.proto.Entities.UserPreferences.DiffPreferencesInfo
toProto
(DiffPreferencesInfo info)
-
Method Details
-
toProto
public static com.google.gerrit.proto.Entities.UserPreferences.DiffPreferencesInfo toProto(DiffPreferencesInfo info) -
fromProto
public static DiffPreferencesInfo fromProto(com.google.gerrit.proto.Entities.UserPreferences.DiffPreferencesInfo proto)
-