Interface BeanNameResolver

All Known Implementing Classes:
DefaultBeanNameResolver

public interface BeanNameResolver

Implementations of this interfaces are able to obtain the name of a bean in the EL context by its type.

Author:
Christian Kaltepoth
  • Method Summary

    Modifier and Type
    Method
    Description
    getBeanName(Class<?> clazz)
    Resolve the EL name of the given Class bean type.
  • Method Details

    • getBeanName

      String getBeanName(Class<?> clazz)
      Resolve the EL name of the given Class bean type.