Class PrimitiveConverter<T>
- java.lang.Object
-
- org.opennms.netmgt.graph.persistence.converter.PrimitiveConverter<T>
-
public class PrimitiveConverter<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description boolean
canConvert(Class<?> type)
default String
toStringRepresentation(T value)
T
toValue(Class<T> type, String string)
-