Package com.google.protobuf
Class ExtensionSchemas
- java.lang.Object
-
- com.google.protobuf.ExtensionSchemas
-
@CheckReturnValue final class ExtensionSchemas extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static ExtensionSchema<?>
FULL_SCHEMA
private static ExtensionSchema<?>
LITE_SCHEMA
-
Constructor Summary
Constructors Constructor Description ExtensionSchemas()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ExtensionSchema<?>
full()
(package private) static ExtensionSchema<?>
lite()
private static ExtensionSchema<?>
loadSchemaForFullRuntime()
-
-
-
Field Detail
-
LITE_SCHEMA
private static final ExtensionSchema<?> LITE_SCHEMA
-
FULL_SCHEMA
private static final ExtensionSchema<?> FULL_SCHEMA
-
-
Method Detail
-
loadSchemaForFullRuntime
private static ExtensionSchema<?> loadSchemaForFullRuntime()
-
lite
static ExtensionSchema<?> lite()
-
full
static ExtensionSchema<?> full()
-
-