Class StrictLazyDynaBeanPointerFactory.StrictLazyDynaBeanPointer

All Implemented Interfaces:
Serializable, Cloneable, Comparable, Pointer
Enclosing class:
StrictLazyDynaBeanPointerFactory

private static final class StrictLazyDynaBeanPointerFactory.StrictLazyDynaBeanPointer extends DynaBeanPointer
Pointer implementation.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • lazyDynaBean

      private final org.apache.commons.beanutils.LazyDynaBean lazyDynaBean
  • Constructor Details

    • StrictLazyDynaBeanPointer

      public StrictLazyDynaBeanPointer(NodePointer parent, QName qName, org.apache.commons.beanutils.LazyDynaBean lazyDynaBean)
      Constructs a new StrictLazyDynaBeanPointer instance.
      Parameters:
      parent - pointer
      qName - is the name given to the first node
      lazyDynaBean - pointed
    • StrictLazyDynaBeanPointer

      public StrictLazyDynaBeanPointer(QName qName, org.apache.commons.beanutils.LazyDynaBean lazyDynaBean, Locale locale)
      Constructs a new StrictLazyDynaBeanPointer instance.
      Parameters:
      qName - is the name given to the first node
      lazyDynaBean - pointed
      locale - Locale
  • Method Details