Class InstanceImpl
java.lang.Object
org.glassfish.hk2.configuration.hub.internal.InstanceImpl
- All Implemented Interfaces:
Instance
- Author:
- jwells
-
Method Summary
Modifier and TypeMethodDescriptiongetBean()Gets the bean (or bean-like-map) associated with this instanceGets information about this instance.voidsetMetadata(Object metadata) Sets an object containing information about this instance.toString()
-
Method Details
-
getBean
Description copied from interface:InstanceGets the bean (or bean-like-map) associated with this instance -
getMetadata
Description copied from interface:InstanceGets information about this instance. Can be used to describe the bean in some useful way- Specified by:
getMetadatain interfaceInstance- Returns:
- The possibly null metadata associated with this instance
-
setMetadata
Description copied from interface:InstanceSets an object containing information about this instance. Can be used to describe the bean in some useful way- Specified by:
setMetadatain interfaceInstance- Parameters:
metadata- The possibly null metadata to be associated with this instance
-
toString
-