public static class FileDescriptorSet.FieldOptions extends Object
| Modifier and Type | Field and Description | 
|---|---|
| com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.CType | ctype | 
| boolean | deprecated | 
| com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.JSType | jstype | 
| boolean | lazy | 
| boolean | packed | 
| FileDescriptorSet.UninterpretedOption[] | uninterpreted_option | 
| boolean | weak | 
| Constructor and Description | 
|---|
| FieldOptions() | 
public com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.CType ctype
public boolean packed
public com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.JSType jstype
public boolean lazy
public boolean deprecated
public boolean weak
public FileDescriptorSet.UninterpretedOption[] uninterpreted_option
Copyright © 2019 FasterXML. All rights reserved.