Uses of Class
org.infinispan.protostream.descriptors.WireType
-
Packages that use WireType 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 WireType in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type WireType Modifier and Type Method Description voidRawProtoStreamWriter. writeTag(int number, WireType wireType)Deprecated.voidTagWriter. writeTag(int number, WireType wireType) -
Uses of WireType in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return WireType Modifier and Type Method Description static 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.WireTypeType. getWireType()static WireTypeWireType. valueOf(String name)Returns the enum constant of this type with the specified name.static WireType[]WireType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.protostream.descriptors with parameters of type WireType Modifier and Type Method Description static intWireType. makeTag(int fieldNumber, WireType wireType)Makes a tag value given a field number and wire type. -
Uses of WireType in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl with parameters of type WireType Modifier and Type Method Description voidTagWriterImpl. writeTag(int number, WireType wireType)
-