java.lang.Object
de.haumacher.msgbuf.util.Conversions
Utilities for value conversions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Conversions
public Conversions()
-
-
Method Details
-
asList
Checked conversion to a typed list.- Type Parameters:
T- The element type of the list.- Parameters:
type- The dynamic element type of the list.value- The generic value.- Returns:
- The typed list value.
-