Uses of Enum Class
de.cuioss.tools.property.PropertyMemberInfo
Packages that use PropertyMemberInfo
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 PropertyMemberInfo in de.cuioss.tools.property
Methods in de.cuioss.tools.property that return PropertyMemberInfoModifier and TypeMethodDescriptionstatic PropertyMemberInfoPropertyMemberInfo.resolveForBean(Class<?> beanType, String propertyName) ResolvesPropertyMemberInfofor a given property withMoreReflection.static PropertyMemberInfoReturns the enum constant of this class with the specified name.static PropertyMemberInfo[]PropertyMemberInfo.values()Returns an array containing the constants of this enum class, in the order they are declared.