Index

A C G M N P 
All Classes and Interfaces|All Packages

A

ApplicationProperties - Annotation Interface in net.optionfactory.spring.context.propertysources
Read application properties from the following locations: project.properties from classpath, where properties filtered by maven should be placed; ${project.name}.properties from classpath, containing unfiltered properties; git.properties from classpath, containing git information generated by pl.project13.maven:git-commit-id-plugin; ~/.${project.name}.properties, for local development environment overrides (use this feature responsibly); /opt/${project.name}/conf/project.properties, for testing/production environment overrides, such as jdbc properties.
ApplicationPropertiesConfig - Class in net.optionfactory.spring.context.propertysources
Read application properties from the following locations: project.properties from classpath, where properties filtered by maven should be placed; ${project.name}.properties from classpath, containing unfiltered properties; git.properties from classpath, containing git information generated by pl.project13.maven:git-commit-id-plugin; ~/.${project.name}.properties, for local development environment overrides (use this feature responsibly); /opt/${project.name}/conf/project.properties, for testing/production environment overrides, such as jdbc properties. Moreover, enables property placeholders (e.g.
ApplicationPropertiesConfig() - Constructor for class net.optionfactory.spring.context.propertysources.ApplicationPropertiesConfig
 

C

ConditionalProperty - Annotation Interface in net.optionfactory.spring.context.conditionals
Registers the annotated @Bean or @Component only if the property matches one value in the given set.
ConditionalProperty.PropertyCondition - Class in net.optionfactory.spring.context.conditionals
 

G

getConfigurationPhase() - Method in class net.optionfactory.spring.context.conditionals.ConditionalProperty.PropertyCondition
 

M

matches() - Element in annotation interface net.optionfactory.spring.context.conditionals.ConditionalProperty
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class net.optionfactory.spring.context.conditionals.ConditionalProperty.PropertyCondition
 
matchesWhenMissing() - Element in annotation interface net.optionfactory.spring.context.conditionals.ConditionalProperty
 

N

name() - Element in annotation interface net.optionfactory.spring.context.conditionals.ConditionalProperty
 
net.optionfactory.spring.context.conditionals - package net.optionfactory.spring.context.conditionals
 
net.optionfactory.spring.context.propertysources - package net.optionfactory.spring.context.propertysources
 

P

PropertyCondition() - Constructor for class net.optionfactory.spring.context.conditionals.ConditionalProperty.PropertyCondition
 
propertySourcesPlaceholderConfigurer() - Static method in class net.optionfactory.spring.context.propertysources.ApplicationPropertiesConfig
 
A C G M N P 
All Classes and Interfaces|All Packages