public class ValueTypeFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static ValueTypeFactory |
DEFAULT
A value type factory instance that provides a predefined set of value types.
|
| Constructor and Description |
|---|
ValueTypeFactory(ClassLoader loader)
Create a value type factory for the the default value types and the value types that the specified
classloader will load.
|
public static final ValueTypeFactory DEFAULT
public ValueTypeFactory(ClassLoader loader) throws NullPointerException
loader - the loaderNullPointerException - if the loader is nullCopyright © 2015 eXo Platform SAS. All Rights Reserved.