make_object


Description:

public abstract Object make_object (Type type) throws Error

Constructs an object of the type provided using the default build settings for that class and returns the result.

Parameters:

type

Class type to construct.

Returns:

Resulting object constructed with associated default settings