|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GinConstantBindingBuilder
Binds to a constant value. See the EDSL examples at GinBinder
.
Method Summary | ||
---|---|---|
void |
to(boolean b)
Binds constant to the given value |
|
void |
to(char c)
Binds constant to the given value |
|
void |
to(java.lang.Class<?> aClass)
Binds constant to the given value |
|
void |
to(double v)
Binds constant to the given value |
|
|
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(java.lang.String s)
Binds constant to the given value |
Method Detail |
---|
void to(java.lang.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(java.lang.Class<?> aClass)
<E extends java.lang.Enum<E>> void to(E e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |