| Package | Description |
|---|---|
| com.grpc.gateway.protoc_gen_openapiv2.options |
| Modifier and Type | Method and Description |
|---|---|
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.clear() |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.clearPathParamName()
Alternative parameter name when used as path parameter.
|
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.clone() |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.Builder.getFieldConfigurationBuilder()
Additional field level properties used when generating the OpenAPI v2 file.
|
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.mergeFrom(JSONSchema.FieldConfiguration other) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.mergeFrom(com.google.protobuf.Message other) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.newBuilder() |
static JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.newBuilder(JSONSchema.FieldConfiguration prototype) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.newBuilderForType() |
protected JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.setPathParamName(String value)
Alternative parameter name when used as path parameter.
|
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.setPathParamNameBytes(com.google.protobuf.ByteString value)
Alternative parameter name when used as path parameter.
|
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
JSONSchema.FieldConfiguration.Builder |
JSONSchema.FieldConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JSONSchema.Builder |
JSONSchema.Builder.setFieldConfiguration(JSONSchema.FieldConfiguration.Builder builderForValue)
Additional field level properties used when generating the OpenAPI v2 file.
|
Copyright © 2024. All rights reserved.