Uses of Annotation Interface
org.kiwiproject.base.KiwiDeprecated
Packages that use KiwiDeprecated
-
Uses of KiwiDeprecated in org.kiwiproject.jaxrs.client
Methods in org.kiwiproject.jaxrs.client with annotations of type KiwiDeprecatedModifier and TypeMethodDescriptionWebTargetHelper.queryParamFilterNotBlank(String name, List<String> values) Deprecated, for removal: This API element is subject to removal in a future version.WebTargetHelper.queryParamFilterNotBlank(String name, Stream<String> stream) Deprecated, for removal: This API element is subject to removal in a future version.WebTargetHelper.queryParamFilterNotNull(String name, List<Object> values) Deprecated, for removal: This API element is subject to removal in a future version.WebTargetHelper.queryParamFilterNotNull(String name, Stream<Object> stream) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of KiwiDeprecated in org.kiwiproject.time
Methods in org.kiwiproject.time with annotations of type KiwiDeprecatedModifier and TypeMethodDescriptionstatic StringKiwiDurationFormatters.formatDurationWords(long durationMillis) Deprecated, for removal: This API element is subject to removal in a future version.for removal; replaced byKiwiDurationFormatters.formatMillisecondDurationWords(long)static StringKiwiDurationFormatters.formatDurationWords(io.dropwizard.util.Duration duration) Deprecated, for removal: This API element is subject to removal in a future version.for removal; replaced byKiwiDurationFormatters.formatDropwizardDurationWords(Duration)static StringKiwiDurationFormatters.formatDurationWords(Duration duration) Deprecated, for removal: This API element is subject to removal in a future version.for removal; replaced byKiwiDurationFormatters.formatJavaDurationWords(java.time.Duration)
WebTargetHelper.queryParamFilterListNotBlank(String, List)