Class SimpleModuleLoaderStrategy
java.lang.Object
gov.nist.secauto.metaschema.databind.AbstractModuleLoaderStrategy
gov.nist.secauto.metaschema.databind.SimpleModuleLoaderStrategy
- All Implemented Interfaces:
IBindingContext.IModuleLoaderStrategy
,ModuleLoadingPostProcessor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends IBoundModule>
handleUnboundModule
(IModule module) Methods inherited from class gov.nist.secauto.metaschema.databind.AbstractModuleLoaderStrategy
getBindingMatchers, getBoundDefinitionForClass, loadModule, lookupInstance, registerBindingMatcher, registerModule
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gov.nist.secauto.metaschema.databind.IBindingContext.IModuleLoaderStrategy
postProcessModule
-
Constructor Details
-
SimpleModuleLoaderStrategy
public SimpleModuleLoaderStrategy() -
SimpleModuleLoaderStrategy
-
-
Method Details
-
handleUnboundModule
- Specified by:
handleUnboundModule
in classAbstractModuleLoaderStrategy
-