Index

I P S V 
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 to static fields.
StaticValueInjector - Class in io.github.chrimle.sbspi
Processes all classes within basePackage and processes static fields annotated with StaticValue.
StaticValueInjector() - Constructor for class io.github.chrimle.sbspi.StaticValueInjector
 
StaticValueInjectorException - Exception in io.github.chrimle.sbspi
Exception thrown by StaticValueInjector when processing StaticValue-annotations.
StaticValueInjectorException(String) - Constructor for exception io.github.chrimle.sbspi.StaticValueInjectorException
Exception thrown by StaticValueInjector when processing StaticValue-annotations.
StaticValueInjectorException(String, Throwable) - Constructor for exception io.github.chrimle.sbspi.StaticValueInjectorException
Exception thrown by StaticValueInjector when processing StaticValue-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}.
I P S V 
All Classes and Interfaces|All Packages|Serialized Form