ObjectMapping
Specifies mappings for an arbitrary protobuf message object.
Content copied to clipboard
elide.model.ObjectMapping
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Maps an enumeration instance to this object. Enumeration membership is contextual.
Content copied to clipboard
repeated string instance = 1;
Link copied to clipboard
Maps an enumeration instance to this object. Enumeration membership is contextual.
Content copied to clipboard
repeated string instance = 1;
Link copied to clipboard
Maps an enumeration instance to this object. Enumeration membership is contextual.
Content copied to clipboard
repeated string instance = 1;
Link copied to clipboard
Maps an enumeration instance to this object. Enumeration membership is contextual.
Content copied to clipboard
repeated string instance = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ObjectMapping
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ObjectMapping
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard