Package org.restheart.plugins


package org.restheart.plugins
  • Classes
    Class
    Description
    Loads a class, including searching within all plugin JAR files.
     
     
    this class is configured to be initialized at build time by native-image note: we cannot use logging in this class, otherwise native-image will fail
    NOTE: LOGGER is an argument of the class static methods because adding a LOGGER field breaks native image compilation