- generate() - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
- generateCode(AbstractDescriptor) - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
- generateEnumCode(EnumDescriptor) - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
- generateImports() - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
Generate the Java imports required by the generated code in your plugin.
- generateMessageCode(MessageDescriptor) - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
- generatePluginJavaClass(String) - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
This method should return the name of the plugin's outer Java class for a particular file,
derived from the name of the outer Java class generated by the regular protobuf compiler.
- generateServiceCode(ServiceDescriptor) - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
- getBoundVariables() - Method in class io.protobufx.protoc.gen.spring.PathTemplate
-
- getComment() - Method in class io.protobufx.protoc.gen.spring.generator.EnumDescriptor
-
Get the comment on this enum.
- getComment() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
- getComment() - Method in class io.protobufx.protoc.gen.spring.generator.MessageDescriptor
-
- getComment() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceMethodDescriptor
-
- getContentMessage() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
Returns the descriptor for the non-base message type of this field.
- getDescriptorProto() - Method in class io.protobufx.protoc.gen.spring.generator.MessageDescriptor
-
- getFieldDescriptors() - Method in class io.protobufx.protoc.gen.spring.generator.MessageDescriptor
-
- getHttpRule() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceMethodDescriptor
-
- getInputMessage() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceMethodDescriptor
-
- getJavaPkgName() - Method in class io.protobufx.protoc.gen.spring.generator.AbstractDescriptor
-
- getMapValue() - Method in class io.protobufx.protoc.gen.spring.generator.MessageDescriptor
-
Only called for MapEntry objects.
- getMethodContexts() - Method in class io.protobufx.protoc.gen.spring.MethodGenerator
-
- getMethodDescriptors() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceDescriptor
-
- getName() - Method in class io.protobufx.protoc.gen.spring.generator.AbstractDescriptor
-
Get the unqualified name of this message.
- getName() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
Get the non-suffixed, camelcase name to use to refer to the field.
- getName() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceMethodDescriptor
-
- getNameWithinOuterClass() - Method in class io.protobufx.protoc.gen.spring.generator.AbstractDescriptor
-
Gets the name of this message within the overarching outer class
that's generated for every .proto.
- getNestedMessages() - Method in class io.protobufx.protoc.gen.spring.generator.MessageDescriptor
-
- getOneofName() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
Get the camelcase name of the enclosing oneof, if this field is declared inside a oneof.
- getOutputMessage() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceMethodDescriptor
-
- getParameterValue(String) - Method in class io.protobufx.protoc.gen.spring.generator.Parameters
-
- getPluginName() - Method in class io.protobufx.protoc.gen.spring.generator.ProtocPluginCodeGenerator
-
This method should return the name of the plugin.
- getProto() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
- getProto() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceDescriptor
-
- getProto() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceMethodDescriptor
-
- getProtoPkgName() - Method in class io.protobufx.protoc.gen.spring.generator.AbstractDescriptor
-
- getQualifiedName() - Method in class io.protobufx.protoc.gen.spring.generator.AbstractDescriptor
-
Get the fully qualified name of the class this descriptor
will generate.
- getQualifiedOriginalName() - Method in class io.protobufx.protoc.gen.spring.generator.AbstractDescriptor
-
Get the name of the original Java class generated by the
protobuf compiler for the message this descriptor relates
to.
- getQualifiedProtoName() - Method in class io.protobufx.protoc.gen.spring.generator.AbstractDescriptor
-
Get the fully qualified name of the protobuf message
this descriptor relates to.
- getQueryPath() - Method in class io.protobufx.protoc.gen.spring.PathTemplate
-
- getSuffixedName() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
Get the suffixed, camelcase name to use to refer to the field.
- getType() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
Get the full Java type of the field.
- getType() - Method in class io.protobufx.protoc.gen.spring.generator.ServiceMethodDescriptor
-
- getTypeName() - Method in class io.protobufx.protoc.gen.spring.generator.FieldDescriptor
-
Get the name of the type for the field.
- getValueComment(String) - Method in class io.protobufx.protoc.gen.spring.generator.EnumDescriptor
-
Get the comment on a particular value of the enum.
- getValues() - Method in class io.protobufx.protoc.gen.spring.generator.EnumDescriptor
-
Get the name-value pairs for possible values of the enum.