|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.constretto.spring.internal.resolver.DefaultAssemblyContextResolver
public class DefaultAssemblyContextResolver
Provides the default assembly environment resolving strategy which is used if no other implementation found in the current sprint context.
It looks for a system property called CONSTRETTO_ENV, and if that is not found tries to find the variable in the system environment. If no system property or system environment variable found, it will for the xml support fall back to the default bean, and When autowiring remove all constretto tagged beans as autowire candidates.
| Field Summary | |
|---|---|
static java.lang.String |
ASSEMBLY_KEY
|
| Constructor Summary | |
|---|---|
DefaultAssemblyContextResolver()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAssemblyContext()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ASSEMBLY_KEY
| Constructor Detail |
|---|
public DefaultAssemblyContextResolver()
| Method Detail |
|---|
public java.util.List<java.lang.String> getAssemblyContext()
getAssemblyContext in interface AssemblyContextResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||