Method Summary |
|
void | to(String 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(boolean value) Binds constant to the given value. |
void | to(double value) Binds constant to the given value. |
void | to(float value) Binds constant to the given value. |
void | to(short 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(E value) Binds constant to the given value. |