Uses of Class
de.aitools.aq.invertedindex.usage.MyProtobufObject.Person

Packages that use MyProtobufObject.Person
de.aitools.aq.invertedindex.usage   
 

Uses of MyProtobufObject.Person in de.aitools.aq.invertedindex.usage
 

Methods in de.aitools.aq.invertedindex.usage that return MyProtobufObject.Person
 MyProtobufObject.Person MyProtobufObject.Person.Builder.build()
           
 MyProtobufObject.Person MyProtobufObject.Person.Builder.buildPartial()
           
static MyProtobufObject.Person MyProtobufObject.Person.getDefaultInstance()
           
 MyProtobufObject.Person MyProtobufObject.Person.getDefaultInstanceForType()
           
 MyProtobufObject.Person MyProtobufObject.Person.Builder.getDefaultInstanceForType()
           
static MyProtobufObject.Person MyProtobufObject.Person.parseDelimitedFrom(java.io.InputStream input)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(byte[] data)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(com.google.protobuf.ByteString data)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(java.io.InputStream input)
           
static MyProtobufObject.Person MyProtobufObject.Person.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in de.aitools.aq.invertedindex.usage with parameters of type MyProtobufObject.Person
 MyProtobufObject.Person.Builder MyProtobufObject.Person.Builder.mergeFrom(MyProtobufObject.Person other)
           
static MyProtobufObject.Person.Builder MyProtobufObject.Person.newBuilder(MyProtobufObject.Person prototype)