A B C D G H I M N R S T V 
All Classes All Packages

A

add(Class<T>, BeanCreator<T>) - Method in class com.coditory.quark.context.ContextBuilder
 
add(Class<T>, String, BeanCreator<T>) - Method in class com.coditory.quark.context.ContextBuilder
 
add(T) - Method in class com.coditory.quark.context.ContextBuilder
 
add(T, String) - Method in class com.coditory.quark.context.ContextBuilder
 

B

Bean - Annotation Type in com.coditory.quark.context.annotations
 
BeanCreator<T> - Interface in com.coditory.quark.context
 
BeanFinalizationException - Exception in com.coditory.quark.context
 
BeanFinalizationException(String) - Constructor for exception com.coditory.quark.context.BeanFinalizationException
 
BeanFinalizationException(String, Throwable) - Constructor for exception com.coditory.quark.context.BeanFinalizationException
 
BeanInitializationException - Exception in com.coditory.quark.context
 
BeanInitializationException(String) - Constructor for exception com.coditory.quark.context.BeanInitializationException
 
BeanInitializationException(String, Throwable) - Constructor for exception com.coditory.quark.context.BeanInitializationException
 
build() - Method in class com.coditory.quark.context.ContextBuilder
 
buildEager() - Method in class com.coditory.quark.context.ContextBuilder
 
builder() - Static method in class com.coditory.quark.context.Context
 

C

close() - Method in class com.coditory.quark.context.Context
 
Close - Annotation Type in com.coditory.quark.context.annotations
 
com.coditory.quark.context - package com.coditory.quark.context
 
com.coditory.quark.context.annotations - package com.coditory.quark.context.annotations
 
ConditionalOnBean - Annotation Type in com.coditory.quark.context.annotations
 
ConditionalOnClass - Annotation Type in com.coditory.quark.context.annotations
 
ConditionalOnDisabledProperty - Annotation Type in com.coditory.quark.context.annotations
 
ConditionalOnMissingBean - Annotation Type in com.coditory.quark.context.annotations
 
ConditionalOnMissingClass - Annotation Type in com.coditory.quark.context.annotations
 
ConditionalOnProperty - Annotation Type in com.coditory.quark.context.annotations
 
Configuration - Annotation Type in com.coditory.quark.context.annotations
 
contains(Class<?>) - Method in class com.coditory.quark.context.Context
 
contains(Class<?>) - Method in class com.coditory.quark.context.ResolutionContext
 
contains(Class<?>, String) - Method in class com.coditory.quark.context.Context
 
contains(Class<?>, String) - Method in class com.coditory.quark.context.ResolutionContext
 
contains(String) - Method in class com.coditory.quark.context.Context
 
contains(String) - Method in class com.coditory.quark.context.ResolutionContext
 
Context - Class in com.coditory.quark.context
 
ContextBuilder - Class in com.coditory.quark.context
 
ContextBuilder() - Constructor for class com.coditory.quark.context.ContextBuilder
 
ContextException - Exception in com.coditory.quark.context
 
ContextException(String) - Constructor for exception com.coditory.quark.context.ContextException
 
ContextException(String, Throwable) - Constructor for exception com.coditory.quark.context.ContextException
 
create(ResolutionContext) - Method in interface com.coditory.quark.context.BeanCreator
 
CyclicDependencyException - Exception in com.coditory.quark.context
 
CyclicDependencyException(String) - Constructor for exception com.coditory.quark.context.CyclicDependencyException
 
CyclicDependencyException(String, Throwable) - Constructor for exception com.coditory.quark.context.CyclicDependencyException
 

D

Dependency - Annotation Type in com.coditory.quark.context.annotations
 

G

get(Class<T>) - Method in class com.coditory.quark.context.Context
 
get(Class<T>) - Method in class com.coditory.quark.context.ResolutionContext
 
get(Class<T>, String) - Method in class com.coditory.quark.context.Context
 
get(Class<T>, String) - Method in class com.coditory.quark.context.ResolutionContext
 
getAll(Class<T>) - Method in class com.coditory.quark.context.Context
 
getAll(Class<T>) - Method in class com.coditory.quark.context.ResolutionContext
 
getAllOrEmpty(Class<T>) - Method in class com.coditory.quark.context.Context
 
getAllOrEmpty(Class<T>) - Method in class com.coditory.quark.context.ResolutionContext
 
getOrNull(Class<T>) - Method in class com.coditory.quark.context.Context
 
getOrNull(Class<T>) - Method in class com.coditory.quark.context.ResolutionContext
 
getOrNull(Class<T>, String) - Method in class com.coditory.quark.context.Context
 
getOrNull(Class<T>, String) - Method in class com.coditory.quark.context.ResolutionContext
 

H

havingValue() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnProperty
 

I

init() - Method in interface com.coditory.quark.context.Initializable
 
Init - Annotation Type in com.coditory.quark.context.annotations
 
Initializable - Interface in com.coditory.quark.context
 
Inject - Annotation Type in com.coditory.quark.context.annotations
 
isActive(ConditionContext) - Method in interface com.coditory.quark.context.BeanCreator
 

M

matchIfMissing() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnProperty
 

N

name() - Method in annotation type com.coditory.quark.context.annotations.Bean
 
name() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnBean
 
name() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnMissingBean
 
name() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnProperty
 
name() - Method in annotation type com.coditory.quark.context.annotations.Dependency
 

R

required() - Method in annotation type com.coditory.quark.context.annotations.Dependency
 
ResolutionContext - Class in com.coditory.quark.context
 

S

scanClass(Class<T>) - Method in class com.coditory.quark.context.ContextBuilder
 
scanPackage(Class<?>) - Static method in class com.coditory.quark.context.Context
 
scanPackage(Class<?>) - Method in class com.coditory.quark.context.ContextBuilder
 
scanPackage(Class<?>, Predicate<String>) - Method in class com.coditory.quark.context.ContextBuilder
 
scanPackage(String) - Method in class com.coditory.quark.context.ContextBuilder
 
scanPackage(String, Predicate<String>) - Method in class com.coditory.quark.context.ContextBuilder
 
setProperties(Map<String, Object>) - Method in class com.coditory.quark.context.ContextBuilder
 
setProperty(String, Object) - Method in class com.coditory.quark.context.ContextBuilder
 

T

type() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnBean
 
type() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnMissingBean
 

V

value() - Method in annotation type com.coditory.quark.context.annotations.Bean
 
value() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnBean
 
value() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnClass
 
value() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnDisabledProperty
 
value() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnMissingBean
 
value() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnMissingClass
 
value() - Method in annotation type com.coditory.quark.context.annotations.ConditionalOnProperty
 
value() - Method in annotation type com.coditory.quark.context.annotations.Dependency
 
A B C D G H I M N R S T V 
All Classes All Packages