Uses of Class
org.infinispan.protostream.Version
-
Packages that use Version Package Description org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format. -
-
Uses of Version in org.infinispan.protostream
Methods in org.infinispan.protostream that return Version Modifier and Type Method Description static VersionVersion. getVersion()static VersionVersion. getVersion(Class<?> clazz)Try to obtain the version from the manifest.Methods in org.infinispan.protostream with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)
-