org.chromattic.metamodel.bean
Interface BeanFilter


public interface BeanFilter

The bean filter accepts or rejects transitive bean declarations.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 boolean accept(org.reflext.api.ClassTypeInfo cti)
          Decide whether or not to accept the specified type as resolved by the BeanInfoBuilder.
 

Method Detail

accept

boolean accept(org.reflext.api.ClassTypeInfo cti)
Decide whether or not to accept the specified type as resolved by the BeanInfoBuilder. When the type is accepted, it will be modeled as a BeanValueInfo, otherwise it will be modelled as a SimpleValueInfo.

Parameters:
cti - the type to accept or reject
Returns:
the acceptance


Copyright © 2013 eXo Platform SAS. All Rights Reserved.