@Deprecated(since="22.2") public interface DynamicObjectFactory
DynamicObject
from an initial shape, with its
instance properties initialized to the values passed to DynamicObjectFactory.newInstance(Object...)
.Modifier and Type | Method and Description |
---|---|
Shape |
getShape()
Deprecated.
|
DynamicObject |
newInstance(Object... initialValues)
Deprecated.
Create a new
DynamicObject and initialize instance properties with the provided
values. |
DynamicObject newInstance(Object... initialValues)
DynamicObject
and initialize instance properties with the provided
values. Exactly as many values are required as there are instance properties.initialValues
- the values to initialize the object with, in order.DynamicObject
initialized with the provided values.Shape getShape()