Uses of Class
io.appform.dropwizard.discovery.bundle.id.Id
| Package | Description |
|---|---|
| io.appform.dropwizard.discovery.bundle.id | |
| io.appform.dropwizard.discovery.bundle.id.constraints | |
| io.appform.dropwizard.discovery.bundle.id.constraints.impl |
-
Uses of Id in io.appform.dropwizard.discovery.bundle.id
Methods in io.appform.dropwizard.discovery.bundle.id that return Id Modifier and Type Method Description static IdIdGenerator. generate(String prefix)Generate id with given prefixMethods in io.appform.dropwizard.discovery.bundle.id that return types with arguments of type Id Modifier and Type Method Description static Optional<Id>IdGenerator. generateWithConstraints(String prefix, String domain)Generate id that mathces all passed constraints.static Optional<Id>IdGenerator. generateWithConstraints(String prefix, String domain, boolean skipGlobal)Generate id that mathces all passed constraints.static Optional<Id>IdGenerator. generateWithConstraints(String prefix, List<IdValidationConstraint> inConstraints)Generate id that mathces all passed constraints.static Optional<Id>IdGenerator. generateWithConstraints(String prefix, List<IdValidationConstraint> inConstraints, boolean skipGlobal)Generate id that mathces all passed constraints.static Optional<Id>IdGenerator. parse(String idString)Generate id by parsing given string -
Uses of Id in io.appform.dropwizard.discovery.bundle.id.constraints
Methods in io.appform.dropwizard.discovery.bundle.id.constraints with parameters of type Id Modifier and Type Method Description booleanIdValidationConstraint. isValid(Id id) -
Uses of Id in io.appform.dropwizard.discovery.bundle.id.constraints.impl
Methods in io.appform.dropwizard.discovery.bundle.id.constraints.impl with parameters of type Id Modifier and Type Method Description booleanPartitionValidator. isValid(Id id)intJavaHashCodeBasedKeyPartitioner. partition(Id id)intKeyPartitioner. partition(Id id)intMurmurBasedKeyPartitioner. partition(Id id)