Package io.protostuff.compiler.model
Class ProtobufConstants
- java.lang.Object
-
- io.protostuff.compiler.model.ProtobufConstants
-
public class ProtobufConstants extends Object
Misc constants for Google Protocol Buffers.- Author:
- Kostiantyn Shchepanovskyi
-
-
Field Summary
Fields Modifier and Type Field Description static StringMSG_ENUM_OPTIONSstatic StringMSG_ENUM_VALUE_OPTIONSstatic StringMSG_FIELD_OPTIONSstatic StringMSG_FILE_OPTIONSstatic StringMSG_MESSAGE_OPTIONSstatic StringMSG_METHOD_OPTIONSstatic StringMSG_ONEOF_OPTIONSstatic StringMSG_SERVICE_OPTIONS
-
-
-
Field Detail
-
MSG_FILE_OPTIONS
public static final String MSG_FILE_OPTIONS
- See Also:
- Constant Field Values
-
MSG_ENUM_OPTIONS
public static final String MSG_ENUM_OPTIONS
- See Also:
- Constant Field Values
-
MSG_ENUM_VALUE_OPTIONS
public static final String MSG_ENUM_VALUE_OPTIONS
- See Also:
- Constant Field Values
-
MSG_MESSAGE_OPTIONS
public static final String MSG_MESSAGE_OPTIONS
- See Also:
- Constant Field Values
-
MSG_FIELD_OPTIONS
public static final String MSG_FIELD_OPTIONS
- See Also:
- Constant Field Values
-
MSG_SERVICE_OPTIONS
public static final String MSG_SERVICE_OPTIONS
- See Also:
- Constant Field Values
-
MSG_METHOD_OPTIONS
public static final String MSG_METHOD_OPTIONS
- See Also:
- Constant Field Values
-
MSG_ONEOF_OPTIONS
public static final String MSG_ONEOF_OPTIONS
- See Also:
- Constant Field Values
-
-