|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassAdapterFactory | |
|---|---|
| com.tc.object.bytecode | |
| com.tc.object.config | |
| Uses of ClassAdapterFactory in com.tc.object.bytecode |
|---|
| Classes in com.tc.object.bytecode that implement ClassAdapterFactory | |
|---|---|
class |
DelegateMethodAdapter
Use me to make sure a class overrides all methods from parent hierarchy and delegates the call |
| Uses of ClassAdapterFactory in com.tc.object.config |
|---|
| Methods in com.tc.object.config that return types with arguments of type ClassAdapterFactory | |
|---|---|
java.util.List<ClassAdapterFactory> |
TransparencyClassSpec.getCustomClassAdapters()
Get the custom class adapter factories in the reverse order of addition. |
| Methods in com.tc.object.config with parameters of type ClassAdapterFactory | |
|---|---|
void |
StandardDSOClientConfigHelper.addCustomAdapter(java.lang.String name,
ClassAdapterFactory adapterFactory)
|
void |
TransparencyClassSpec.addCustomClassAdapter(ClassAdapterFactory customClassAdapter)
Add a custom class adapter factory. |
void |
TransparencyClassSpec.setCustomClassAdapter(ClassAdapterFactory customClassAdapter)
Deprecated. see TransparencyClassSpec.addCustomClassAdapter(ClassAdapterFactory) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||