Interface UnsafeBeanWriteProperty<B,T>

Type Parameters:
B - The bean type
T - The bean property type
All Superinterfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, ArgumentCoercible<T>, BeanWriteProperty<B,T>, Named
All Known Subinterfaces:
UnsafeBeanProperty<B,T>
All Known Implementing Classes:
AbstractBeanProperty

public interface UnsafeBeanWriteProperty<B,T> extends BeanWriteProperty<B,T>
Unsafe bean property interface adds write methods which don't validate the input/output. It's the responsibility of the caller to validate the value.
Since:
4.4.0
Author:
Denis Stepanov