Class BeanViewDescriptorProvider

  • All Implemented Interfaces:
    BeanDescriptorProvider

    public class BeanViewDescriptorProvider
    extends BaseBeanDescriptorProvider
    This class constructs BeanDescriptors for the BeanView mechanism. This class is mainly intended for internal use. It can be directly used if needed to get a BeanDescriptor instance for a BeanView (for example if you want to deserialize into an existing object and apply a BeanView). Extending BeanViewDescriptorProvider should be avoided.
    Author:
    Eugen Cepoi