Class ConverterService
- java.lang.Object
-
- org.opennms.netmgt.graph.persistence.converter.ConverterService
-
public class ConverterService extends Object
-
-
Constructor Summary
Constructors Constructor Description ConverterService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> String
toStringRepresentation(Class<?> type, T object)
<T> Object
toValue(Class<T> type, String stringRepresentation)
-
-
-
Method Detail
-
toStringRepresentation
public <T> String toStringRepresentation(Class<?> type, T object) throws IllegalStateException
- Throws:
IllegalStateException
-
-