Interface UnsafeBeanProperty<B,T>

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

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