Class OptionalLongValidatedValueUnwrapper
- java.lang.Object
-
- org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper<OptionalLong>
-
- io.dropwizard.validation.valuehandling.OptionalLongValidatedValueUnwrapper
-
public class OptionalLongValidatedValueUnwrapper extends org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper<OptionalLong>
AValidatedValueUnwrapperforOptionalLong. Extracts the value contained by theOptionalLongfor validation, or producesnull.
-
-
Constructor Summary
Constructors Constructor Description OptionalLongValidatedValueUnwrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetValidatedValueType(Type type)ObjecthandleValidatedValue(OptionalLong optional)
-
-
-
Method Detail
-
handleValidatedValue
@Nullable public Object handleValidatedValue(OptionalLong optional)
- Specified by:
handleValidatedValuein classorg.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper<OptionalLong>
-
getValidatedValueType
public Type getValidatedValueType(Type type)
- Specified by:
getValidatedValueTypein classorg.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper<OptionalLong>
-
-