Uses of Class
io.appform.ranger.discovery.bundle.id.Id
Packages that use Id
Package
Description
-
Uses of Id in io.appform.ranger.discovery.bundle.id
Methods in io.appform.ranger.discovery.bundle.id that return IdModifier and TypeMethodDescriptionstatic IdGenerate id with given prefixstatic IdIdGenerator.generate(String prefix, IdFormatter idFormatter) Methods in io.appform.ranger.discovery.bundle.id that return types with arguments of type IdModifier and TypeMethodDescriptionIdGenerator.generate(IdGenerationRequest request) IdGenerator.generateWithConstraints(String prefix, @NonNull String domain) Generate id that mathces all passed constraints.IdGenerator.generateWithConstraints(String prefix, @NonNull String domain, boolean skipGlobal) Generate id that mathces all passed constraints.IdGenerator.generateWithConstraints(String prefix, List<IdValidationConstraint> inConstraints) Generate id that mathces all passed constraints.IdGenerator.generateWithConstraints(String prefix, List<IdValidationConstraint> inConstraints, boolean skipGlobal) Generate id that mathces all passed constraints.Generate id by parsing given string -
Uses of Id in io.appform.ranger.discovery.bundle.id.constraints
Methods in io.appform.ranger.discovery.bundle.id.constraints with parameters of type Id -
Uses of Id in io.appform.ranger.discovery.bundle.id.constraints.impl
Methods in io.appform.ranger.discovery.bundle.id.constraints.impl with parameters of type Id