- Type Parameters:
 
T - the extracted type 
- All Superinterfaces:
 
- javax.validation.valueextraction.ValueExtractor<T>
 
public interface UnwrapByDefaultValueExtractor<T>
extends javax.validation.valueextraction.ValueExtractor<T>
Interface based alternative for unwrap by default semantics.
- Since:
 
- 1.2
 
- Author:
 
- graemerocher