Uses of Class
org.infinispan.protostream.descriptors.FieldDescriptor
-
Packages that use FieldDescriptor Package Description org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format.org.infinispan.protostream.descriptors Represents information contained in a proto fileorg.infinispan.protostream.impl Protostream internals. -
-
Uses of FieldDescriptor in org.infinispan.protostream
Methods in org.infinispan.protostream that return FieldDescriptor Modifier and Type Method Description FieldDescriptorMessageContext. getField()Gets the nested field.FieldDescriptorMessageContext. getFieldByName(String fieldName)Methods in org.infinispan.protostream with parameters of type FieldDescriptor Modifier and Type Method Description default voidTagHandler. onEndNested(int fieldNumber, FieldDescriptor fieldDescriptor)End of a nested message.default voidTagHandler. onStartNested(int fieldNumber, FieldDescriptor fieldDescriptor)Start of a nested message.default voidTagHandler. onTag(int fieldNumber, FieldDescriptor fieldDescriptor, Object tagValue)A field which is a primitive (non-nested) value.Constructors in org.infinispan.protostream with parameters of type FieldDescriptor Constructor Description MessageContext(E parentContext, FieldDescriptor fieldDescriptor, Descriptor messageDescriptor) -
Uses of FieldDescriptor in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return FieldDescriptor Modifier and Type Method Description FieldDescriptorFieldDescriptor.Builder. build()FieldDescriptorDescriptor. findFieldByName(String name)FieldDescriptorDescriptor. findFieldByNumber(int number)Methods in org.infinispan.protostream.descriptors that return types with arguments of type FieldDescriptor Modifier and Type Method Description List<FieldDescriptor>Descriptor. getFields()List<FieldDescriptor>ExtendDescriptor. getFields()List<FieldDescriptor>OneOfDescriptor. getFields()Method parameters in org.infinispan.protostream.descriptors with type arguments of type FieldDescriptor Modifier and Type Method Description Descriptor.BuilderDescriptor.Builder. withFields(List<FieldDescriptor> fields)ExtendDescriptor.BuilderExtendDescriptor.Builder. withFields(List<FieldDescriptor> fields)OneOfDescriptor.BuilderOneOfDescriptor.Builder. withFields(List<FieldDescriptor> fields) -
Uses of FieldDescriptor in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl with parameters of type FieldDescriptor Modifier and Type Method Description abstract voidBaseMarshallerDelegate. marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fieldDescriptor, T value)Marshalls an object.voidEnumMarshallerDelegate. marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fd, T value)abstract TBaseMarshallerDelegate. unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fieldDescriptor)Unmarshalls an object.TEnumMarshallerDelegate. unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fd)
-