Module de.cuioss.java.tools
Package de.cuioss.tools.property
package de.cuioss.tools.property
Provides some types and utilities to simplify the interaction with Beans as
specified in the JavaBean-Specification, similar to apache BeanUtils.
- Author:
- Oliver Wolff
-
ClassDescriptionOverviewMembers of this enum define the way the corresponding property is subject to the contracts regarding the canonical
Objectmethods likeObject.equals(Object),Object.hashCode()andObject.toString()and theSerializablecontractDefines the read write permissions for a given property.Helper class providing convenient methods for reading from / writing to java beans.