Uses of Enum Class
de.cuioss.tools.property.PropertyReadWrite
Packages that use PropertyReadWrite
Package
Description
Provides some types and utilities to simplify the interaction with Beans as
specified in the JavaBean-Specification, similar to apache BeanUtils.
-
Uses of PropertyReadWrite in de.cuioss.tools.property
Methods in de.cuioss.tools.property that return PropertyReadWriteModifier and TypeMethodDescriptionstatic PropertyReadWritePropertyReadWrite.fromPropertyDescriptor(PropertyDescriptor descriptor, Class<?> beanType, String propertyName) ResolvesPropertyReadWriteform the givenPropertyDescriptor.static PropertyReadWritePropertyReadWrite.resolveForBean(Class<?> beanType, String propertyName) ResolvesPropertyReadWritefor a given property withMoreReflectionstatic PropertyReadWriteReturns the enum constant of this class with the specified name.static PropertyReadWrite[]PropertyReadWrite.values()Returns an array containing the constants of this enum class, in the order they are declared.