Uses of Interface
dev.orne.beans.IdentityBean
Packages that use IdentityBean
Package
Description
Utilities for bean manipulation.
Extra converters for Apache commons beanutils.
-
Uses of IdentityBean in dev.orne.beans
Subinterfaces of IdentityBean in dev.orne.beansModifier and TypeInterfaceDescriptioninterfaceInterface representing a bean with identity that allows assigning its identity.Classes in dev.orne.beans that implement IdentityBean -
Uses of IdentityBean in dev.orne.beans.converters
Constructors in dev.orne.beans.converters with parameters of type IdentityBeanModifierConstructorDescriptionIdentityBeanConverter(IdentityBean defaultValue) Creates a new instance that returns a default value if an error occurs and uses default instance ofIdentityConverterfor identity conversions.