Class PluginModule

  • All Implemented Interfaces:
    Module

    public class PluginModule
    extends java.lang.Object
    implements Module
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.reflect.Type> getTypes()
      Returns a list of Types that should be loaded as part of this module.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginModule

        public PluginModule()
    • Method Detail

      • getTypes

        public java.util.List<java.lang.reflect.Type> getTypes()
        Description copied from interface: Module
        Returns a list of Types that should be loaded as part of this module.
        Specified by:
        getTypes in interface Module
        Returns:
        a list of Types that should be loaded as part of this module, never null and never contains nulls