Uses of Class
org.infinispan.protostream.descriptors.OneOfDescriptor
-
Packages that use OneOfDescriptor Package Description org.infinispan.protostream.descriptors Represents information contained in a proto file -
-
Uses of OneOfDescriptor in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return OneOfDescriptor Modifier and Type Method Description OneOfDescriptorOneOfDescriptor.Builder. build()Methods in org.infinispan.protostream.descriptors that return types with arguments of type OneOfDescriptor Modifier and Type Method Description List<OneOfDescriptor>Descriptor. getOneOfs()Method parameters in org.infinispan.protostream.descriptors with type arguments of type OneOfDescriptor Modifier and Type Method Description Descriptor.BuilderDescriptor.Builder. withOneOfs(List<OneOfDescriptor> oneofs)
-