| Package | Description |
|---|---|
| com.openpojo.business.identity | |
| com.openpojo.business.identity.impl | |
| com.openpojo.validation.utils |
| Modifier and Type | Method and Description |
|---|---|
static IdentityHandler |
IdentityFactory.getIdentityHandler(Object object)
This method looks through the list of registered IdentityHandler(s) and returns the first one that returns true
on handlerFor(Object) call.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IdentityFactory.registerIdentityHandler(IdentityHandler identityHandler)
This method registers an IdentityHandler to the list of possible IdentityHandlers.
|
static void |
IdentityFactory.unregisterIdentityHandler(IdentityHandler identityHandler)
This method unregisters an IdentityHandler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIdentityHandler |
| Modifier and Type | Method and Description |
|---|---|
static IdentityHandler |
DefaultIdentityHandler.getInstance() |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityHandlerStub |
class |
SameInstanceIdentityHandlerStub |
Copyright © 2010–2021. All rights reserved.