Uses of Class
io.protostuff.runtime.NumericIdStrategy
-
Packages that use NumericIdStrategy Package Description io.protostuff.runtime -
-
Uses of NumericIdStrategy in io.protostuff.runtime
Subclasses of NumericIdStrategy in io.protostuff.runtime Modifier and Type Class Description class
ExplicitIdStrategy
Requires every messsage/pojo/enum/collection/map to be registered with unique ids.class
IncrementalIdStrategy
The ids are generated (incremental) on the fly and you can optionally register classes by reserving the first x ids viaIncrementalIdStrategy.Registry
.
-