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> StringtoStringRepresentation(Class<?> type, T object)<T> ObjecttoValue(Class<T> type, String stringRepresentation) 
 - 
 
- 
- 
Method Detail
- 
toStringRepresentation
public <T> String toStringRepresentation(Class<?> type, T object) throws IllegalStateException
- Throws:
 IllegalStateException
 
 - 
 
 -