Uses of Enum Class
org.infinispan.protostream.descriptors.WireType
Packages that use WireType
Package
Description
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate Protobuf schemas and marshallers.
Represents information contained in a proto file
Protostream internals.
-
Uses of WireType in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type WireType -
Uses of WireType in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type WireTypeModifier and TypeMethodDescriptionprivate static StringAbstractMarshallerCodeGenerator.makeFieldTag(int fieldNumber, WireType wireType) -
Uses of WireType in org.infinispan.protostream.descriptors
Fields in org.infinispan.protostream.descriptors declared as WireTypeModifier and TypeFieldDescriptionprivate static final WireType[]WireType.VALUESprivate final WireTypeType.wireTypeMethods in org.infinispan.protostream.descriptors that return WireTypeModifier and TypeMethodDescriptionstatic WireTypeWireType.fromTag(int tag) Extracts the WireType from a numeric tag.static WireTypeWireType.fromValue(int wireType) Gets the WireType enum value corresponding to a numeric wire type.Type.getWireType()static WireTypeReturns the enum constant of this class with the specified name.static WireType[]WireType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.protostream.descriptors with parameters of type WireTypeModifier and TypeMethodDescriptionstatic intMakes a tag value given a field number and wire type.Constructors in org.infinispan.protostream.descriptors with parameters of type WireType -
Uses of WireType in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl with parameters of type WireType