public static class ConfigurationModule.ConfigBindingBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
protected Class<? extends Annotation> |
annotationType |
protected com.google.inject.Binder |
binder |
protected String |
prefix |
| Constructor and Description |
|---|
ConfigBindingBuilder(com.google.inject.Binder binder,
Class<? extends Annotation> annotationType,
Annotation annotation,
String prefix) |
protected final com.google.inject.Binder binder
protected final Class<? extends Annotation> annotationType
protected final Annotation annotation
protected final String prefix
public ConfigBindingBuilder(com.google.inject.Binder binder,
Class<? extends Annotation> annotationType,
Annotation annotation,
String prefix)
public <T> void to(Class<T> configClass)
Copyright © 2010–2023 Airlift. All rights reserved.