Uses of Interface
io.appform.ranger.discovery.bundle.id.formatter.IdFormatter
Packages that use IdFormatter
Package
Description
-
Uses of IdFormatter in io.appform.ranger.discovery.bundle.id
Methods in io.appform.ranger.discovery.bundle.id with parameters of type IdFormatterModifier and TypeMethodDescriptionstatic IdIdGenerator.generate(String prefix, IdFormatter idFormatter) Constructors in io.appform.ranger.discovery.bundle.id with parameters of type IdFormatterModifierConstructorDescriptionDomain(@NonNull String domain, @NonNull List<IdValidationConstraint> constraints, IdFormatter idFormatter, TimeUnit resolution) -
Uses of IdFormatter in io.appform.ranger.discovery.bundle.id.formatter
Classes in io.appform.ranger.discovery.bundle.id.formatter that implement IdFormatterMethods in io.appform.ranger.discovery.bundle.id.formatter that return IdFormatterModifier and TypeMethodDescriptionstatic IdFormatterIdFormatters.base36()static IdFormatterIdFormatters.original()Constructors in io.appform.ranger.discovery.bundle.id.formatter with parameters of type IdFormatter