-
public interface MetaBeanProviderA provider ofMetaBeaninstances for bean classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetaBeanfindMetaBean(java.lang.Class<?> cls)Returns the meta bean for the class or null if no meta bean can be found.
-
-
-
Method Detail
-
findMetaBean
MetaBean findMetaBean(java.lang.Class<?> cls)
Returns the meta bean for the class or null if no meta bean can be found.- Parameters:
cls- the class for which the meta bean is required- Returns:
- the meta bean for the class or null if no meta bean can be found
-
-