Package | Description |
---|---|
com.tavianator.sangria.contextual |
sangria-contextual : Context-sensitive providers. |
Modifier and Type | Method and Description |
---|---|
ContextSensitiveProvider<? extends T> |
ContextSensitiveProviderInstanceBinding.getContextSensitiveProviderInstance() |
Modifier and Type | Method and Description |
---|---|
Key<? extends ContextSensitiveProvider<? extends T>> |
ContextSensitiveProviderKeyBinding.getContextSensitiveProviderKey() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSensitiveBindingBuilder.toContextSensitiveProvider(ContextSensitiveProvider<? extends T> provider)
See the EDSL examples
here . |
Modifier and Type | Method and Description |
---|---|
void |
ContextSensitiveBindingBuilder.toContextSensitiveProvider(Class<? extends ContextSensitiveProvider<? extends T>> type)
See the EDSL examples
here . |
void |
ContextSensitiveBindingBuilder.toContextSensitiveProvider(Key<? extends ContextSensitiveProvider<? extends T>> key)
See the EDSL examples
here . |
void |
ContextSensitiveBindingBuilder.toContextSensitiveProvider(TypeLiteral<? extends ContextSensitiveProvider<? extends T>> type)
See the EDSL examples
here . |
Copyright © 2014. All rights reserved.