Interface BeanWrapper<T>

Type Parameters:
T - The bean type.
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource

public interface BeanWrapper<T> extends AnnotationMetadataProvider
Wraps a bean allowing to read and write its properties via an underlying BeanIntrospection.
Since:
1.1
Author:
graemerocher