Uses of Class
io.protostuff.runtime.RuntimeView.Factories
-
Packages that use RuntimeView.Factories Package Description io.protostuff.runtime -
-
Uses of RuntimeView.Factories in io.protostuff.runtime
Methods in io.protostuff.runtime that return RuntimeView.Factories Modifier and Type Method Description static RuntimeView.Factories
RuntimeView.Factories. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RuntimeView.Factories[]
RuntimeView.Factories. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-