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.
|
private ValueType<?>[] |
types
The known types.
|
| Modifier | Constructor and Description |
|---|---|
private |
ValueTypeFactory() |
|
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
private ValueTypeFactory()
public ValueTypeFactory(ClassLoader loader) throws NullPointerException
loader - the loaderNullPointerException - if the loader is nullCopyright © 2015 eXo Platform SAS. All Rights Reserved.