Class FileDescriptorSet.FieldOptions
java.lang.Object
tools.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions
- Enclosing class:
- FileDescriptorSet
-
Field Summary
FieldsModifier and TypeFieldDescriptiontools.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.CTypebooleantools.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.JSTypebooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ctype
public tools.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.CType ctype -
packed
public boolean packed -
jstype
public tools.jackson.dataformat.protobuf.schema.FileDescriptorSet.FieldOptions.JSType jstype -
lazy
public boolean lazy -
deprecated
public boolean deprecated -
weak
public boolean weak -
uninterpreted_option
-
-
Constructor Details
-
FieldOptions
public FieldOptions()
-