Class PrimitiveObjectFactory
- java.lang.Object
-
- org.exolab.castor.xml.parsing.primitive.objects.PrimitiveObjectFactory
-
public class PrimitiveObjectFactory extends java.lang.Object
This class is used as a factory to get an instance of a class with a given value.
-
-
Constructor Summary
Constructors Constructor Description PrimitiveObjectFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
getObject(java.lang.Class<?> type, java.lang.String value)
returns an instantiated Object
-