Uses of Interface
com.google.protobuf.MapFieldSchema
Packages that use MapFieldSchema
-
Uses of MapFieldSchema in com.google.protobuf
Classes in com.google.protobuf that implement MapFieldSchemaModifier and TypeClassDescription(package private) final class(package private) final classFields in com.google.protobuf declared as MapFieldSchemaModifier and TypeFieldDescriptionprivate static final MapFieldSchemaMapFieldSchemas.FULL_SCHEMAprivate static final MapFieldSchemaMapFieldSchemas.LITE_SCHEMAprivate final MapFieldSchemaMessageSchema.mapFieldSchemaMethods in com.google.protobuf that return MapFieldSchemaModifier and TypeMethodDescription(package private) static MapFieldSchemaMapFieldSchemas.full()(package private) static MapFieldSchemaMapFieldSchemas.lite()private static MapFieldSchemaMapFieldSchemas.loadSchemaForFullRuntime()Methods in com.google.protobuf with parameters of type MapFieldSchemaModifier and TypeMethodDescription(package private) static <T> voidSchemaUtil.mergeMap(MapFieldSchema mapFieldSchema, T message, T o, long offset) (package private) static <T> MessageSchema<T> MessageSchema.newSchema(Class<T> messageClass, MessageInfo messageInfo, NewInstanceSchema newInstanceSchema, ListFieldSchema listFieldSchema, UnknownFieldSchema<?, ?> unknownFieldSchema, ExtensionSchema<?> extensionSchema, MapFieldSchema mapFieldSchema) (package private) static <T> MessageSchema<T> MessageSchema.newSchemaForMessageInfo(StructuralMessageInfo messageInfo, NewInstanceSchema newInstanceSchema, ListFieldSchema listFieldSchema, UnknownFieldSchema<?, ?> unknownFieldSchema, ExtensionSchema<?> extensionSchema, MapFieldSchema mapFieldSchema) (package private) static <T> MessageSchema<T> MessageSchema.newSchemaForRawMessageInfo(RawMessageInfo messageInfo, NewInstanceSchema newInstanceSchema, ListFieldSchema listFieldSchema, UnknownFieldSchema<?, ?> unknownFieldSchema, ExtensionSchema<?> extensionSchema, MapFieldSchema mapFieldSchema) Constructors in com.google.protobuf with parameters of type MapFieldSchemaModifierConstructorDescriptionprivateMessageSchema(int[] buffer, Object[] objects, int minFieldNumber, int maxFieldNumber, MessageLite defaultInstance, ProtoSyntax syntax, boolean useCachedSizeField, int[] intArray, int checkInitialized, int mapFieldPositions, NewInstanceSchema newInstanceSchema, ListFieldSchema listFieldSchema, UnknownFieldSchema<?, ?> unknownFieldSchema, ExtensionSchema<?> extensionSchema, MapFieldSchema mapFieldSchema)