public interface AddressFactory
| Modifier and Type | Method and Description |
|---|---|
<T> Address |
findableBy(T id) |
Address |
from(long reservedId,
String name) |
Address |
from(String idString) |
Address |
from(String idString,
String name) |
Address |
none() |
long |
testNextIdValue() |
Address |
unique() |
Address |
uniquePrefixedWith(String prefixedWith) |
Address |
uniqueWith(String name) |
Address |
withHighId() |
Address |
withHighId(String name) |
Copyright © 2021. All rights reserved.