Class ProxyBeanGenerator

  • All Implemented Interfaces:
    ValueGenerator

    public class ProxyBeanGenerator
    extends Object
    implements ValueGenerator
    Creates a proxy of an interface that supports simple get and set behaviour.
    Since:
    Mar 26, 2015
    Author:
    Jeroen van Schagen
    • Constructor Detail

      • ProxyBeanGenerator

        public ProxyBeanGenerator()
    • Method Detail

      • generate

        public Object generate​(Class<?> beanClass)
        Generate a new value of the specified type.
        Specified by:
        generate in interface ValueGenerator
        Parameters:
        beanClass - the type of value
        Returns:
        the generation value