public interface EEClassIntrospector
| Modifier and Type | Method and Description |
|---|---|
ManagedReferenceFactory |
createFactory(Class<?> clazz) |
ManagedReference |
createInstance(Object instance)
Returns the managed reference of an new instance.
|
ManagedReference |
getInstance(Object instance)
Returns the managed reference of an existing instance.
|
ManagedReferenceFactory createFactory(Class<?> clazz)
ManagedReference createInstance(Object instance)
instance - an object instanceManagedReference getInstance(Object instance)
instance - an object instanceCopyright © 2023 JBoss by Red Hat. All rights reserved.