Hierarchy For All Packages
Package Hierarchies:- tech.guilhermekaua.spigotboot.core,
- tech.guilhermekaua.spigotboot.core.context.component,
- tech.guilhermekaua.spigotboot.core.context.component.proxy,
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler,
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations,
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.context,
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor,
- tech.guilhermekaua.spigotboot.core.context.component.registry,
- tech.guilhermekaua.spigotboot.core.context.configuration.annotations,
- tech.guilhermekaua.spigotboot.core.context.configuration.processor,
- tech.guilhermekaua.spigotboot.core.di.annotations,
- tech.guilhermekaua.spigotboot.core.di.manager,
- tech.guilhermekaua.spigotboot.core.listener.annotations,
- tech.guilhermekaua.spigotboot.core.listener.manager,
- tech.guilhermekaua.spigotboot.core.module,
- tech.guilhermekaua.spigotboot.core.module.annotations,
- tech.guilhermekaua.spigotboot.core.reflection,
- tech.guilhermekaua.spigotboot.core.service,
- tech.guilhermekaua.spigotboot.core.service.configuration,
- tech.guilhermekaua.spigotboot.core.utils
Class Hierarchy
- java.lang.Object
- tech.guilhermekaua.spigotboot.core.utils.ColorUtil
- tech.guilhermekaua.spigotboot.core.context.component.ComponentManager
- tech.guilhermekaua.spigotboot.core.context.component.proxy.ComponentProxy (implements javassist.util.proxy.MethodHandler)
- tech.guilhermekaua.spigotboot.core.context.component.registry.ComponentRegistry
- tech.guilhermekaua.spigotboot.core.context.component.registry.ComponentRegistry.RegisterResult
- tech.guilhermekaua.spigotboot.core.utils.ConfigManager
- tech.guilhermekaua.spigotboot.core.context.configuration.processor.ConfigurationProcessor
- tech.guilhermekaua.spigotboot.core.utils.Cooldown
- tech.guilhermekaua.spigotboot.core.di.manager.DependencyManager
- tech.guilhermekaua.spigotboot.core.utils.ItemBuilder
- tech.guilhermekaua.spigotboot.core.utils.ItemUtils
- tech.guilhermekaua.spigotboot.core.listener.manager.ListenerManager
- tech.guilhermekaua.spigotboot.core.utils.MethodFormatUtils
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.context.MethodHandlerContext
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.processor.MethodHandlerProcessor
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.MethodHandlerRegistry
- tech.guilhermekaua.spigotboot.core.module.ModuleDiscoveryService
- tech.guilhermekaua.spigotboot.core.module.ModuleManager
- tech.guilhermekaua.spigotboot.core.utils.NumberUtils
- org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
- org.bukkit.plugin.java.JavaPlugin
- tech.guilhermekaua.spigotboot.core.ApxPlugin
- org.bukkit.plugin.java.JavaPlugin
- tech.guilhermekaua.spigotboot.core.utils.ReflectionUtils
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.RegisteredMethodHandler
- tech.guilhermekaua.spigotboot.core.service.configuration.ServiceConfiguration
- tech.guilhermekaua.spigotboot.core.service.ServiceMethodHandler
- tech.guilhermekaua.spigotboot.core.service.configuration.ServiceProperties
- tech.guilhermekaua.spigotboot.core.utils.Timestring
- tech.guilhermekaua.spigotboot.core.utils.TypeUtil
- tech.guilhermekaua.spigotboot.core.utils.Utils
Interface Hierarchy
- tech.guilhermekaua.spigotboot.core.reflection.DiscoveryService<T>
- tech.guilhermekaua.spigotboot.core.module.Module
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.RegisteredMethodHandlerRunnable
Annotation Interface Hierarchy
- tech.guilhermekaua.spigotboot.core.context.configuration.annotations.Bean (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.core.di.annotations.Component (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.core.module.annotations.ConditionalOnClass (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.core.context.configuration.annotations.Configuration (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.core.listener.annotations.ListenerRegister (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations.MethodHandler (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.core.context.component.proxy.methodHandler.annotations.RegisterMethodHandler (implements java.lang.annotation.Annotation)
- tech.guilhermekaua.spigotboot.core.di.annotations.Service (implements java.lang.annotation.Annotation)