A B C D E F G H I J L M N O P Q R S T U V W X

B

baseConfig - Variable in class net.sf.beanlib.provider.BeanPopulator
 
baseConfig - Variable in class net.sf.beanlib.provider.BeanTransformer
Used to contain all the configuration options as a single configuration object.
BeanChecker - Class in net.sf.beanlib.provider
Bean Checker.
BeanChecker() - Constructor for class net.sf.beanlib.provider.BeanChecker
 
BeanDebugger - Class in net.sf.beanlib.provider
Bean Debugger.
BeanDebugger() - Constructor for class net.sf.beanlib.provider.BeanDebugger
 
beanEquals(Object, Object) - Method in class net.sf.beanlib.provider.BeanChecker
 
BeanGetter - Class in net.sf.beanlib
Bean Getter.
BeanGetter() - Constructor for class net.sf.beanlib.BeanGetter
 
beanGetter - Variable in class net.sf.beanlib.CollectionPropertyName
 
beanGetter - Variable in class net.sf.beanlib.provider.BeanChecker
 
BeanlibException - Exception in net.sf.beanlib
Exception thrown from Beanlib.
BeanlibException() - Constructor for exception net.sf.beanlib.BeanlibException
 
BeanlibException(String) - Constructor for exception net.sf.beanlib.BeanlibException
 
BeanlibException(String, Throwable) - Constructor for exception net.sf.beanlib.BeanlibException
 
BeanlibException(Throwable) - Constructor for exception net.sf.beanlib.BeanlibException
 
beanMethodCollector - Variable in class net.sf.beanlib.provider.collector.OrderedMethodCollector
 
BeanMethodCollector - Interface in net.sf.beanlib.spi
Used to collect methods from a JavaBean.
BeanMethodFinder - Interface in net.sf.beanlib.spi
Used to find a method from a JavaBean.
BeanPopulationExceptionHandler - Interface in net.sf.beanlib.spi
Used to handle exception thrown during the population of a bean property.
beanPopulationExceptionHandler - Variable in class net.sf.beanlib.spi.BeanPopulatorBaseConfig
 
BeanPopulationExceptionHandlerAdapter - Class in net.sf.beanlib.spi
Adapter class for BeanPopulationExceptionHandler.
BeanPopulationExceptionHandlerAdapter() - Constructor for class net.sf.beanlib.spi.BeanPopulationExceptionHandlerAdapter
 
BeanPopulator - Class in net.sf.beanlib.provider
Default implementation of BeanPopulatorSpi.
BeanPopulator(Object, Object) - Constructor for class net.sf.beanlib.provider.BeanPopulator
 
BeanPopulator.Factory - Class in net.sf.beanlib.provider
Bean Populator Factory, which implements the general factory interface of a BeanPopulatorSpi instance.
BeanPopulator.Factory() - Constructor for class net.sf.beanlib.provider.BeanPopulator.Factory
 
BeanPopulatorBaseConfig - Class in net.sf.beanlib.spi
Base configuration for a Bean Populator.
BeanPopulatorBaseConfig() - Constructor for class net.sf.beanlib.spi.BeanPopulatorBaseConfig
 
BeanPopulatorBaseSpi - Interface in net.sf.beanlib.spi
The base interface of the Bean Populator SPI.
beanPopulatorFactory - Variable in class net.sf.beanlib.provider.BeanTransformer
Bean populator factory, which is used to create a bean populator which can then be used to determine whether a specific JavaBean property should be propagated from a source bean to a target bean.
BeanPopulatorSpi - Interface in net.sf.beanlib.spi
Bean Populator SPI.
BeanPopulatorSpi.Factory - Interface in net.sf.beanlib.spi
Bean Populator Factory SPI, which is used to create a bean populator which can then be used to determine whether a specific JavaBean property should be propagated from a source bean to a target bean.
beanReaderHash(int, Method, Object) - Method in class net.sf.beanlib.BeanGetter
Returns a hash code modified from the input hash code with the value returned from a JavaBean reader method using the algorithm suggested in Item 8 of Effective Java by Joshua Bloch.
beanReplicatable - Variable in class net.sf.beanlib.provider.BeanTransformer
Replicator for JavaBeans.
BeanReplicator - Class in net.sf.beanlib.provider.replicator
Default implementation of BeanReplicatorSpi.
BeanReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.provider.replicator.BeanReplicator
Constructs with a given bean transformer.
BeanReplicator(CustomBeanTransformerSpi.Factory...) - Constructor for class net.sf.beanlib.provider.replicator.BeanReplicator
Convenient constructor that both defaults to use BeanTransformer, and allows plugging in one or more custom bean transformer factories that will be chained together.
BeanReplicator() - Constructor for class net.sf.beanlib.provider.replicator.BeanReplicator
Constructs with the default BeanTransformer.
BeanReplicatorSpi - Interface in net.sf.beanlib.spi.replicator
Java Bean Replicator SPI.
BeanReplicatorSpi.Factory - Interface in net.sf.beanlib.spi.replicator
Java Bean Replicator Factory SPI.
beanSourceHandler - Variable in class net.sf.beanlib.spi.BeanPopulatorBaseConfig
 
BeanSourceHandler - Interface in net.sf.beanlib.spi
Used to do something to the "from" JavaBean.
BeanTransformer - Class in net.sf.beanlib.provider
Default implementation of BeanTransformerSpi.
BeanTransformer() - Constructor for class net.sf.beanlib.provider.BeanTransformer
Constructs with the default BeanPopulator.factory.
BeanTransformer(CustomBeanTransformerSpi.Factory...) - Constructor for class net.sf.beanlib.provider.BeanTransformer
Convenient constructor that both defaults to use BeanPopulator.factory, and allows plugging in one or more custom bean transformer factories that will be chained together.
BeanTransformer(BeanPopulatorSpi.Factory) - Constructor for class net.sf.beanlib.provider.BeanTransformer
Constructs with the given bean populator factory, which is used to create a bean populator which can then be used to determine whether a specific JavaBean property should be propagated from a source bean to a target bean.
beanTransformer - Variable in class net.sf.beanlib.provider.replicator.ReplicatorTemplate
 
BeanTransformerSpi - Interface in net.sf.beanlib.spi
Bean Transformer SPI.
BeanTransformerSpi.Factory - Interface in net.sf.beanlib.spi
Bean Transformer Factory SPI.
BeanUtils - Enum in net.sf.beanlib.utils
JavaBean Utilities.
BeanUtils() - Constructor for enum net.sf.beanlib.utils.BeanUtils
 
blobReplicatable - Variable in class net.sf.beanlib.provider.BeanTransformer
Replicator for blobs.
BlobReplicatorSpi - Interface in net.sf.beanlib.spi.replicator
Blob Replicator SPI.
BlobReplicatorSpi.Factory - Interface in net.sf.beanlib.spi.replicator
Blob Replicator Factory SPI.
blobUtils - Variable in class net.sf.beanlib.hibernate3.Hibernate3BlobReplicator
 
BlobUtils - Class in net.sf.beanlib.utils
Blob Utilities.
BlobUtils() - Constructor for class net.sf.beanlib.utils.BlobUtils
 
ByteUtils - Class in net.sf.beanlib.utils
Byte Utilities.
ByteUtils() - Constructor for class net.sf.beanlib.utils.ByteUtils
 

A B C D E F G H I J L M N O P Q R S T U V W X