public abstract class TypeResolverBasedValueUnwrapper<T> extends ValidatedValueUnwrapper<T>
ValidatedValueUnwrapper
s based on ClassMate's type resolver.Modifier and Type | Method and Description |
---|---|
Type |
getValidatedValueType(Type valueType)
Retrieves the declared (static) type of the unwrapped object as to be used for constraint validator resolution.
|
handleValidatedValue
public Type getValidatedValueType(Type valueType)
ValidatedValueUnwrapper
getValidatedValueType
in class ValidatedValueUnwrapper<T>
valueType
- the declared type of the wrapper objectCopyright © 2016 JBoss by Red Hat. All rights reserved.