org.apache.bval.xml
Interface MetaBeanEnricher

All Known Implementing Classes:
XMLMetaBeanManager

public interface MetaBeanEnricher

Description: Interface to merge meta beans


Method Summary
 Map<String,MetaBean> enrichCopies(XMLMetaBeanInfos... infos)
           
 

Method Detail

enrichCopies

Map<String,MetaBean> enrichCopies(XMLMetaBeanInfos... infos)
Parameters:
infos - - the patches to apply
Returns:
all MetaBeans for classes that have a xml descriptor and additional the MetaBeans loaded by the given loaders. The given loaders may also return patches for MetaBeans that have also been returned by other loaders. The beans with patches for references to patched beans will be copied.


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.