Package io.github.factoryfx.factory
Interface PolymorphicFactory<L>
-
- All Known Implementing Classes:
NoUserManagementFactory,PersistentUserManagementFactory,PolymorphicFactoryBase
public interface PolymorphicFactory<L>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<L>getLiveObjectClass()class of the liveobject, probably the common interface
workaround for java type erasure
-
-
-
Method Detail
-
getLiveObjectClass
java.lang.Class<L> getLiveObjectClass()
class of the liveobject, probably the common interface
workaround for java type erasure- Returns:
- class liveobject
-
-