|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of value that can be transformed to a Namepublic interface Naming<T>
A strategy that derives Names from an object passed as argument.
| Method Summary | |
|---|---|
Name |
name(T value)
Note: Dependent on the usage it should be considered to use Name.namedInternal(String) to derive the names whenever there is a chance that the
name might collide with a user defined one. |
| Method Detail |
|---|
Name name(T value)
Name.namedInternal(String) to derive the names whenever there is a chance that the
name might collide with a user defined one.
value - null is allowed
Name derived from the value passed
|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||