Uses of Class
net.sourceforge.hiveutils.service.impl.InjectObjectInformation

Packages that use InjectObjectInformation
net.sourceforge.hiveutils.service.impl This package contains a few useful HiveMind services and classes, some used by hivetranse.core module. 
 

Uses of InjectObjectInformation in net.sourceforge.hiveutils.service.impl
 

Methods in net.sourceforge.hiveutils.service.impl that return InjectObjectInformation
 InjectObjectInformation ListenerContribution.getObject()
           
 InjectObjectInformation InjectContribution.getObject()
           
 

Methods in net.sourceforge.hiveutils.service.impl that return types with arguments of type InjectObjectInformation
 java.util.List<InjectObjectInformation> ObjectContribution.getConstructorInjections()
           
 java.util.Map<java.lang.String,InjectObjectInformation> ObjectContribution.getSetterInjections()
           
 

Methods in net.sourceforge.hiveutils.service.impl with parameters of type InjectObjectInformation
 void ListenerContribution.setObject(InjectObjectInformation object)
           
 void InjectContribution.setObject(InjectObjectInformation object)