org.apache.bval
Interface MetaBeanFactory

All Known Implementing Classes:
IntrospectorMetaBeanFactory, Jsr303MetaBeanFactory, MethodValidatorMetaBeanFactory, XMLMetaBeanFactory

public interface MetaBeanFactory

Description: interface for abstraction how to initialize a MetaBean with information from somewhere


Method Summary
 void buildMetaBean(MetaBean metaBean)
          Initialize the specified MetaBean.
 

Method Detail

buildMetaBean

void buildMetaBean(MetaBean metaBean)
                   throws Exception
Initialize the specified MetaBean.

Parameters:
metaBean -
Throws:
Exception


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.