org.eclipse.gemini.blueprint.blueprint.config.internal.support
Class InstanceEqualityRuntimeBeanReference
java.lang.Object
org.springframework.beans.factory.config.RuntimeBeanReference
org.eclipse.gemini.blueprint.blueprint.config.internal.support.InstanceEqualityRuntimeBeanReference
- All Implemented Interfaces:
- org.springframework.beans.BeanMetadataElement, org.springframework.beans.factory.config.BeanReference
public class InstanceEqualityRuntimeBeanReference
- extends org.springframework.beans.factory.config.RuntimeBeanReference
A temporary runtime bean reference that does not implement the equality contract to prevent set merges.
- Author:
- Costin Leau
Methods inherited from class org.springframework.beans.factory.config.RuntimeBeanReference |
getBeanName, getSource, hashCode, isToParent, setSource, toString |
InstanceEqualityRuntimeBeanReference
public InstanceEqualityRuntimeBeanReference(String beanName,
boolean toParent)
InstanceEqualityRuntimeBeanReference
public InstanceEqualityRuntimeBeanReference(String beanName)
equals
public boolean equals(Object other)
- Overrides:
equals
in class org.springframework.beans.factory.config.RuntimeBeanReference
Copyright © 2006-2013. All Rights Reserved.