public interface Instantiator extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
instantiate()
Perform the requested instantiation.
|
Object |
instantiate(Serializable id)
Perform the requested entity instantiation.
|
boolean |
isInstance(Object object)
Performs check to see if the given object is an instance of the entity
or component which this Instantiator instantiates.
|
Object instantiate(Serializable id)
id
- The id of the entity to be instantiated.Object instantiate()
boolean isInstance(Object object)
object
- The object to be checked.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.