public final class ConstantBindingBuilderImpl<T> extends AbstractBindingBuilder<T> implements AnnotatedConstantBindingBuilder, ConstantBindingBuilder
ANNOTATION_ALREADY_SPECIFIED, binder, BINDING_TO_NULL, CONSTANT_VALUE_ALREADY_SET, elements, IMPLEMENTATION_ALREADY_SET, NULL_KEY, position, SCOPE_ALREADY_SET, SINGLE_INSTANCE_AND_SCOPE
Constructor and Description |
---|
ConstantBindingBuilderImpl(Binder binder,
List<Element> elements,
Object source) |
Modifier and Type | Method and Description |
---|---|
ConstantBindingBuilder |
annotatedWith(Annotation annotation)
See the EDSL examples at
Binder . |
ConstantBindingBuilder |
annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples at
Binder . |
void |
to(boolean value)
Binds constant to the given value.
|
void |
to(byte value)
Binds constant to the given value.
|
void |
to(char value)
Binds constant to the given value.
|
void |
to(Class<?> value)
Binds constant to the given value.
|
void |
to(double value)
Binds constant to the given value.
|
<E extends Enum<E>> |
to(E value)
Binds constant to the given value.
|
void |
to(float value)
Binds constant to the given value.
|
void |
to(int value)
Binds constant to the given value.
|
void |
to(long value)
Binds constant to the given value.
|
void |
to(short value)
Binds constant to the given value.
|
void |
to(String value)
Binds constant to the given value.
|
String |
toString() |
annotatedWithInternal, annotatedWithInternal, asEagerSingleton, checkNotAnnotated, checkNotScoped, checkNotTargetted, getBinding, in, in, keyTypeIsSet, setBinding
public ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType)
AnnotatedConstantBindingBuilder
Binder
.annotatedWith
in interface AnnotatedConstantBindingBuilder
public ConstantBindingBuilder annotatedWith(Annotation annotation)
AnnotatedConstantBindingBuilder
Binder
.annotatedWith
in interface AnnotatedConstantBindingBuilder
public void to(String value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(int value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(long value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(boolean value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(double value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(float value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(short value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(char value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(byte value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public void to(Class<?> value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
public <E extends Enum<E>> void to(E value)
ConstantBindingBuilder
to
in interface ConstantBindingBuilder
Copyright © 2006–2018 Google, Inc.. All rights reserved.