public interface GinConstantBindingBuilder
GinBinder
.Modifier and Type | Method and Description |
---|---|
void |
to(boolean b)
Binds constant to the given value
|
void |
to(char c)
Binds constant to the given value
|
void |
to(Class<?> aClass)
Binds constant to the given value
|
void |
to(double v)
Binds constant to the given value
|
<E extends Enum<E>> |
to(E e)
Binds constant to the given value
|
void |
to(float v)
Binds constant to the given value
|
void |
to(int i)
Binds constant to the given value
|
void |
to(long l)
Binds constant to the given value
|
void |
to(short i)
Binds constant to the given value
|
void |
to(String s)
Binds constant to the given value
|
void to(String s)
void to(int i)
void to(long l)
void to(boolean b)
void to(double v)
void to(float v)
void to(short i)
void to(char c)
void to(Class<?> aClass)
<E extends Enum<E>> void to(E e)
Copyright © 2008–2018. All rights reserved.