Uses of Interface
dev.orne.beans.WritableIdentityBean
Packages that use WritableIdentityBean
Package
Description
Utilities for bean manipulation.
Extra converters for Apache commons beanutils.
-
Uses of WritableIdentityBean in dev.orne.beans
Classes in dev.orne.beans that implement WritableIdentityBean -
Uses of WritableIdentityBean in dev.orne.beans.converters
Constructors in dev.orne.beans.converters with parameters of type WritableIdentityBeanModifierConstructorDescriptionIdentityBeanConverter(org.apache.commons.beanutils.Converter identityConverter, @Nullable WritableIdentityBean defaultValue) Creates a new instance that returns a default value if an error occurs.Constructor parameters in dev.orne.beans.converters with type arguments of type WritableIdentityBeanModifierConstructorDescriptionIdentityBeanConverter(Class<? extends WritableIdentityBean> defaultType) Creates a new instance that throws aConversionExceptionif an error occurs and uses default instance ofIdentityConverterfor identity conversions.IdentityBeanConverter(Class<? extends WritableIdentityBean> defaultType, org.apache.commons.beanutils.Converter identityConverter) Creates a new instance that throws aConversionExceptionif an error occurs.