public class OptionalLongValidatedValueUnwrapper extends org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper<OptionalLong>
ValidatedValueUnwrapper for OptionalLong.
Extracts the value contained by the OptionalLong for validation, or produces null.| Constructor and Description |
|---|
OptionalLongValidatedValueUnwrapper() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getValidatedValueType(Type type) |
Object |
handleValidatedValue(OptionalLong optional) |
public Object handleValidatedValue(OptionalLong optional)
handleValidatedValue in class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper<OptionalLong>public Type getValidatedValueType(Type type)
getValidatedValueType in class org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper<OptionalLong>Copyright © 2016. All rights reserved.