AssemblerType - Parameterized type of Assemblerpublic static interface Assemblers.Identifiable<AssemblerType> extends Assembler
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasIdentity() |
AssemblerType |
identifiedBy(String identity)
Set Identity.
|
String |
identity()
Get Identity.
|
AssemblerType identifiedBy(String identity)
identity - Identityboolean hasIdentity()
identity() do not return null, false otherwiseString identity()
Default to null.