public interface BeanNameResolver
Implementations of this interfaces are able to obtain the name of a bean in the EL context by its type.
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName(Class<?> clazz)
Resolve the EL name of the given
Class bean type. |
Copyright © 2021 OCPsoft. All rights reserved.