Index
All Classes and Interfaces|All Packages|Serialized Form
I
- io.github.chrimle.sbspi - package io.github.chrimle.sbspi
P
- postProcessAfterInitialization(Object, String) - Method in class io.github.chrimle.sbspi.StaticValueInjector
S
- setApplicationContext(ApplicationContext) - Method in class io.github.chrimle.sbspi.StaticValueInjector
- STATIC_VALUE_CLASS - Static variable in class io.github.chrimle.sbspi.StaticValueInjector
-
The annotation class which to process.
- StaticValue - Annotation Interface in io.github.chrimle.sbspi
-
Similar to Spring's
Value
-annotation, this annotation can be applied tostatic
fields. - StaticValueInjector - Class in io.github.chrimle.sbspi
-
Processes all classes within
basePackage
and processes static fields annotated withStaticValue
. - StaticValueInjector() - Constructor for class io.github.chrimle.sbspi.StaticValueInjector
- StaticValueInjectorException - Exception in io.github.chrimle.sbspi
-
Exception thrown by
StaticValueInjector
when processingStaticValue
-annotations. - StaticValueInjectorException(String) - Constructor for exception io.github.chrimle.sbspi.StaticValueInjectorException
-
Exception thrown by
StaticValueInjector
when processingStaticValue
-annotations. - StaticValueInjectorException(String, Throwable) - Constructor for exception io.github.chrimle.sbspi.StaticValueInjectorException
-
Exception thrown by
StaticValueInjector
when processingStaticValue
-annotations.
V
- value() - Element in annotation interface io.github.chrimle.sbspi.StaticValue
-
The value expression, such as
#{systemProperties.myProp}
, or property placeholder such as${my.app.myProp}
.
All Classes and Interfaces|All Packages|Serialized Form