Hierarchy For All Packages
- com.thewinterframework.component,
- com.thewinterframework.component.tag,
- com.thewinterframework.expression,
- com.thewinterframework.expression.converter,
- com.thewinterframework.module,
- com.thewinterframework.module.annotation,
- com.thewinterframework.module.processor,
- com.thewinterframework.number,
- com.thewinterframework.plugin,
- com.thewinterframework.plugin.module,
- com.thewinterframework.plugin.platform,
- com.thewinterframework.processor,
- com.thewinterframework.processor.clazz,
- com.thewinterframework.processor.context,
- com.thewinterframework.processor.field,
- com.thewinterframework.processor.handler,
- com.thewinterframework.processor.module,
- com.thewinterframework.processor.template,
- com.thewinterframework.processor.wire,
- com.thewinterframework.provider,
- com.thewinterframework.provider.annotation,
- com.thewinterframework.provider.processor,
- com.thewinterframework.scheduler,
- com.thewinterframework.service,
- com.thewinterframework.service.annotation,
- com.thewinterframework.service.annotation.expose,
- com.thewinterframework.service.annotation.injection,
- com.thewinterframework.service.annotation.lifecycle,
- com.thewinterframework.service.annotation.scheduler,
- com.thewinterframework.service.decorator,
- com.thewinterframework.service.decorator.injection,
- com.thewinterframework.service.decorator.lifecycle,
- com.thewinterframework.service.decorator.scheduler,
- com.thewinterframework.service.meta.lifecycle,
- com.thewinterframework.service.meta.scheduler,
- com.thewinterframework.service.processor,
- com.thewinterframework.utils,
- com.thewinterframework.utils.graph,
- com.thewinterframework.utils.reflect,
- com.thewinterframework.wire.condition,
- com.thewinterframework.wire.condition.annotation,
- com.thewinterframework.wire.condition.common.expression,
- com.thewinterframework.wire.condition.common.plugin,
- com.thewinterframework.wire.condition.context,
- com.thewinterframework.wire.module
Class Hierarchy
- java.lang.Object
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
- com.thewinterframework.service.processor.ExposeAnnotationProcessorAPI
- com.thewinterframework.processor.WinterProcessor
- com.thewinterframework.wire.module.AbstractProcessorModule (implements com.thewinterframework.processor.module.ProcessorModule)
- com.thewinterframework.module.PluginComponentModule
- com.thewinterframework.provider.ProviderModule
- com.thewinterframework.service.ServiceModule
- com.thewinterframework.processor.clazz.ClassWireProcessor (implements com.thewinterframework.processor.handler.WinterAnnotationProcessor)
- com.thewinterframework.module.processor.ModuleComponentAnnotationProcessor
- com.thewinterframework.provider.processor.ProviderAnnotationProcessor
- com.thewinterframework.service.processor.ServiceAnnotationProcessor
- com.thewinterframework.component.ComponentJoiner
- com.thewinterframework.component.ComponentUtils
- com.thewinterframework.wire.condition.context.ConditionContext
- com.thewinterframework.expression.converter.ConverterRegistry
- com.thewinterframework.utils.graph.DfsGraph<T> (implements java.lang.Iterable<T>)
- com.thewinterframework.service.processor.ExposeAnnotationProcessor (implements com.thewinterframework.processor.handler.WinterAnnotationProcessor)
- com.thewinterframework.processor.field.FieldProcessor (implements com.thewinterframework.processor.handler.WinterAnnotationProcessor)
- com.thewinterframework.expression.JexlExpressionResolver (implements com.thewinterframework.expression.ExpressionResolver)
- com.thewinterframework.service.decorator.lifecycle.LifeCycleDecoratorHandler<A> (implements com.thewinterframework.service.decorator.ServiceDecoratorHandler<A>)
- com.thewinterframework.service.decorator.lifecycle.OnDisableDecoratorHandler
- com.thewinterframework.service.decorator.lifecycle.OnEnableDecoratorHandler
- com.thewinterframework.service.decorator.lifecycle.OnReloadDecoratorHandler
- com.thewinterframework.number.NumberUtils
- com.thewinterframework.plugin.module.PluginModuleManager (implements java.lang.Iterable<T>)
- com.thewinterframework.service.decorator.injection.PrimaryHandler (implements com.thewinterframework.service.decorator.ServiceDecoratorHandler<A>)
- com.thewinterframework.processor.context.ProcessorContext
- com.thewinterframework.utils.reflect.ProcessorUtils
- com.thewinterframework.utils.reflect.Reflections
- com.thewinterframework.service.ReloadServiceManager
- com.thewinterframework.wire.condition.common.expression.RequiresExpressionCondition (implements com.thewinterframework.wire.condition.ComponentCondition)
- com.thewinterframework.wire.condition.common.plugin.RequiresPluginCondition (implements com.thewinterframework.wire.condition.ComponentCondition)
- com.thewinterframework.service.decorator.scheduler.SchedulerDecoratorHandler<A> (implements com.thewinterframework.service.decorator.ServiceDecoratorHandler<A>)
- com.thewinterframework.service.decorator.scheduler.RepeatingTaskDecoratorHandler
- com.thewinterframework.service.decorator.scheduler.ScheduledAtDecoratorHandler
- com.thewinterframework.service.ServiceManager
- com.thewinterframework.component.Tags
- com.thewinterframework.processor.template.TemplateBuilder
- com.thewinterframework.processor.template.TemplateBuilder.EachBuilder
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
Interface Hierarchy
- com.thewinterframework.processor.wire.ClassListWire
- com.thewinterframework.wire.condition.ComponentCondition
- com.thewinterframework.component.ComponentResolver<T>
- com.thewinterframework.expression.converter.Converter<S,
T> - com.thewinterframework.expression.ExpressionResolver
- com.thewinterframework.service.meta.lifecycle.LifeCycleMethod
- com.google.inject.Module
- com.thewinterframework.plugin.module.PluginModule
- com.thewinterframework.processor.module.ProcessorModule
- com.thewinterframework.plugin.WinterPlugin (also extends net.kyori.adventure.key.Namespaced)
- com.thewinterframework.plugin.module.PluginModule
- net.kyori.adventure.key.Namespaced
- com.thewinterframework.plugin.WinterPlugin (also extends com.google.inject.Module)
- com.thewinterframework.plugin.platform.PlatformPluginManager
- com.thewinterframework.scheduler.PluginScheduler
- com.thewinterframework.service.meta.scheduler.SchedulerMethod
- com.thewinterframework.service.decorator.ServiceDecoratorHandler<A>
- com.thewinterframework.component.tag.TagEntity
- com.thewinterframework.processor.handler.WinterAnnotationProcessor
Annotation Interface Hierarchy
- com.thewinterframework.plugin.DataFolder (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.expose.Expose (implements java.lang.annotation.Annotation)
- com.thewinterframework.module.annotation.ModuleComponent (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.lifecycle.OnDisable (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.lifecycle.OnEnable (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.lifecycle.OnReload (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.injection.Primary (implements java.lang.annotation.Annotation)
- com.thewinterframework.provider.annotation.ProviderComponent (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.scheduler.RepeatingTask (implements java.lang.annotation.Annotation)
- com.thewinterframework.wire.condition.annotation.Requires (implements java.lang.annotation.Annotation)
- com.thewinterframework.wire.condition.common.expression.RequiresExpr (implements java.lang.annotation.Annotation)
- com.thewinterframework.wire.condition.common.plugin.RequiresPlugin (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.scheduler.ScheduledAt (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.scheduler.ScheduledAtContainer (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.annotation.Service (implements java.lang.annotation.Annotation)
- com.thewinterframework.service.decorator.ServiceDecorator (implements java.lang.annotation.Annotation)
- com.thewinterframework.plugin.WinterBootPlugin (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.thewinterframework.utils.reflect.ProcessorUtils.ProjectType
- com.thewinterframework.plugin.module.Stage
- com.thewinterframework.utils.TimeUnit (implements java.time.temporal.TemporalUnit)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- com.thewinterframework.utils.reflect.AnnotatedMethodHandle<T>
- com.thewinterframework.service.decorator.lifecycle.LifeCycleDecoratorHandler.LifeCycleResult
- com.thewinterframework.service.meta.lifecycle.ReflectLifeCycleMethod (implements com.thewinterframework.service.meta.lifecycle.LifeCycleMethod)
- com.thewinterframework.service.meta.scheduler.RepeatingTaskMethod (implements com.thewinterframework.service.meta.scheduler.SchedulerMethod)
- com.thewinterframework.service.meta.lifecycle.RunnableLifeCycleMethod (implements com.thewinterframework.service.meta.lifecycle.LifeCycleMethod)
- com.thewinterframework.service.meta.scheduler.ScheduledAtMethod (implements com.thewinterframework.service.meta.scheduler.SchedulerMethod)
- com.thewinterframework.service.meta.scheduler.ScheduledAtMethod.ParsedScheduledAtTime
- com.thewinterframework.service.meta.scheduler.ScheduledAtMethod.ScheduledAtTime
- com.thewinterframework.utils.Tuple<F,
S>
- java.lang.Record