Interface MetaBeanProvider


  • public interface MetaBeanProvider
    A provider of MetaBean instances for bean classes.
    • Method Detail

      • findMetaBean

        MetaBean findMetaBean​(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