public interface IBasicRegistrySupport
This is a basic support interface used in ObjectTools to support
reflective operations. You MUST NOT implement this interface in terms of
ObjectTools methods!
| Modifier and Type | Method and Description |
|---|---|
Object |
basicRegister(Object value) |
Object |
basicUnregister(Object value) |
Object basicRegister(Object value) throws MethodException
MethodExceptionObject basicUnregister(Object value) throws MethodException
MethodExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.