public abstract class TypeResolverBasedValueUnwrapper<T> extends ValidatedValueUnwrapper<T>
ValidatedValueUnwrappers 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.
|
handleValidatedValuepublic Type getValidatedValueType(Type valueType)
ValidatedValueUnwrappergetValidatedValueType in class ValidatedValueUnwrapper<T>valueType - the declared type of the wrapper objectCopyright © 2018 JBoss by Red Hat. All rights reserved.