Java org.springframework.beans ConfigurablePropertyAccessor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans ConfigurablePropertyAccessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans ConfigurablePropertyAccessor.

The text is from its open source code.

Method

ObjectgetPropertyValue(String propertyName)
Get the current value of the specified property.
booleanisReadableProperty(String propertyName)
Determine whether the specified property is readable.
booleanisWritableProperty(String propertyName)
Determine whether the specified property is writable.
voidsetPropertyValue(String propertyName, @Nullable Object value)
Set the specified value as current property value.