Class BeanNameComparator

java.lang.Object
org.dellroad.stuff.spring.BeanNameComparator
All Implemented Interfaces:
Serializable, Comparator<String>

public class BeanNameComparator extends Object implements Comparator<String>, Serializable
A Comparator that orders Spring bean names in the same order as the corresponding beans appear in a ListableBeanFactory.

Names that are not present in the configured ListableBeanFactory cause an exception.

See Also: