Interface EntityInstantiator
- All Superinterfaces:
Instantiator
Contract for instantiating entity values
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanCan this entity be instantiated?Create an instance of managed entityMethods inherited from interface Instantiator
isInstance, isSameClass
-
Method Details
-
instantiate
Object instantiate()Create an instance of managed entity -
canBeInstantiated
default boolean canBeInstantiated()Can this entity be instantiated?
-