org.apache.bval
Class MetaBeanManagerFactory
java.lang.Object
org.apache.bval.MetaBeanManagerFactory
public class MetaBeanManagerFactory
- extends Object
Description: API class to hold a singleton of a MetaBeanManager
that implements the finder and registry interfaces for MetaBeans
- See Also:
MetaBean
,
MetaBeanManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaBeanManagerFactory
public MetaBeanManagerFactory()
getFinder
public static MetaBeanFinder getFinder()
- global meta bean finder.
- Returns:
- the singleton
setManager
public static void setManager(MetaBeanManager finder)
- set global meta bean manager, that is responsible
for finding, caching, xml registry and enrichment algorithm.
- Parameters:
finder
-
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.