Package it.tidalwave.role.spi
Interface OwnerRoleFactoryProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The provider of the singleton
OwnerRoleFactory
.- Author:
- Fabrizio Giudici
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateRoleFactory
(Object owner) Creates anOwnerRoleFactory
for the given objectstatic OwnerRoleFactoryProvider
Returns the singleton instance ofOwnerRoleFactoryProvider
-
Method Details
-
getInstance
Returns the singleton instance ofOwnerRoleFactoryProvider
- Returns:
- the singleton instance
-
createRoleFactory
Creates anOwnerRoleFactory
for the given object- Parameters:
owner
- the object- Returns:
AsDelegate
-