Package | Description |
---|---|
org.springframework.beans |
This package contains interfaces and classes for manipulating Java beans.
|
Modifier and Type | Method and Description |
---|---|
protected NotWritablePropertyException |
BeanWrapperImpl.createNotWritablePropertyException(String propertyName) |
protected abstract NotWritablePropertyException |
AbstractNestablePropertyAccessor.createNotWritablePropertyException(String propertyName)
Create a
NotWritablePropertyException for the specified property. |
protected NotWritablePropertyException |
DirectFieldAccessor.createNotWritablePropertyException(String propertyName) |