- 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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreateRoleFactory(Object owner) Creates anOwnerRoleFactoryfor the given objectstatic OwnerRoleFactoryProviderReturns the singleton instance ofOwnerRoleFactoryProvider
-
Method Details
-
getInstance
Returns the singleton instance ofOwnerRoleFactoryProvider- Returns:
- the singleton instance
-
createRoleFactory
Creates anOwnerRoleFactoryfor the given object- Parameters:
owner- the object- Returns:
AsDelegate
-