|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaBeanFinder
Description: Interface to find BeanInfos
Method Summary | |
---|---|
MetaBean |
findForClass(Class<?> clazz)
Find the MetaBean for the specified class. |
MetaBean |
findForId(String beanInfoId)
Find a MetaBean with a certain id. |
Method Detail |
---|
MetaBean findForId(String beanInfoId)
beanInfoId
- - symbolic unique name of Meta Info
IllegalArgumentException
- - when MetaBean not foundMetaBean findForClass(Class<?> clazz)
clazz
- - bean class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |