Uses of Class
org.restheart.plugins.InitPoint
-
Packages that use InitPoint Package Description org.restheart.plugins org.restheart.utils Utility classes -
-
Uses of InitPoint in org.restheart.plugins
Methods in org.restheart.plugins that return InitPoint Modifier and Type Method Description InitPointinitPoint()Only used by Initializersstatic InitPointInitPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static InitPoint[]InitPoint. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InitPoint in org.restheart.utils
Methods in org.restheart.utils that return InitPoint Modifier and Type Method Description static InitPointPluginUtils. initPoint(Initializer initializer)
-