Package org.apache.activemq.util
Class TypeConversionSupport
- java.lang.Object
-
- org.apache.activemq.util.TypeConversionSupport
-
public final class TypeConversionSupport extends Object
Type conversion support for ActiveMQ.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTypeConversionSupport.Converter
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectconvert(Object value, Class<?> to)static TypeConversionSupport.ConverterlookupConverter(Class<?> from, Class<?> to)
-