Class SimpleConditionContext
java.lang.Object
tech.guilhermekaua.spigotboot.core.context.condition.SimpleConditionContext
- All Implemented Interfaces:
ConditionContext
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleConditionContext(@NotNull BeanDefinitionRegistry beanDefinitionRegistry, @Nullable BeanInstanceRegistry beanInstanceRegistry, @NotNull ClassLoader classLoader) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.guilhermekaua.spigotboot.core.context.condition.ConditionContext
getBeanDefinitionRegistry, getBeanInstanceRegistry, getClassLoader
-
Constructor Details
-
SimpleConditionContext
public SimpleConditionContext(@NotNull @NotNull BeanDefinitionRegistry beanDefinitionRegistry, @Nullable @Nullable BeanInstanceRegistry beanInstanceRegistry, @NotNull @NotNull ClassLoader classLoader)
-