|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.core.services.DummyInstanceCreator
public final class DummyInstanceCreator
An instance creator that always returns null
.
Field Summary | |
---|---|
static DummyInstanceCreator |
INSTANCE A dummy singleton. |
Constructor Summary | |
---|---|
DummyInstanceCreator() Default constructor. |
Method Summary | |
---|---|
Object |
create() Creates the instance. |
Class<Object> |
getType() Returns the type this creator creates instances for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DummyInstanceCreator INSTANCE
Constructor Detail |
---|
public DummyInstanceCreator()
Method Detail |
---|
public Class<Object> getType()
InstanceCreator
getType
in interface
InstanceCreator<Object>
public Object create()
InstanceCreator
create
in interface
InstanceCreator<Object>
null
if there is not enough information to create an instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |