Uses of Class
io.dropwizard.jersey.params.AbstractParam
-
Packages that use AbstractParam Package Description io.dropwizard.jersey.jsr310 io.dropwizard.jersey.params io.dropwizard.jersey.validation -
-
Uses of AbstractParam in io.dropwizard.jersey.jsr310
Subclasses of AbstractParam in io.dropwizard.jersey.jsr310 Modifier and Type Class Description classInstantParamA parameter encapsulating instant values in milliseconds.classInstantSecondParamA parameter encapsulating instant values in seconds.classLocalDateParamA parameter encapsulating date values.classLocalDateTimeParamA parameter encapsulating date/time values.classLocalTimeParamA parameter encapsulating time values.classOffsetDateTimeParamA parameter encapsulating date/time values containing an offset from UTC.classYearMonthParamA parameter encapsulating year and month values.classYearParamA parameter encapsulating year values.classZonedDateTimeParamA parameter encapsulating date/time values containing timezone information.classZoneIdParamA parameter encapsulating time-zone IDs, such as Europe/Paris. -
Uses of AbstractParam in io.dropwizard.jersey.params
Subclasses of AbstractParam in io.dropwizard.jersey.params Modifier and Type Class Description classIntParamDeprecated.As of release 2.0.0, will be removed in 3.0.0.classLongParamDeprecated.As of release 2.0.0, will be removed in 3.0.0.classNonEmptyStringParamA parameter encapsulating optional string values with the condition that empty string inputs are interpreted as being absent.classUUIDParamDeprecated.As of release 2.0.0, will be removed in 3.0.0. -
Uses of AbstractParam in io.dropwizard.jersey.validation
Methods in io.dropwizard.jersey.validation with parameters of type AbstractParam Modifier and Type Method Description voidParamValueExtractor. extractValues(AbstractParam<?> originalValue, javax.validation.valueextraction.ValueExtractor.ValueReceiver receiver)
-