Java org.apache.commons.beanutils LazyDynaMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils LazyDynaMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils LazyDynaMap.

The text is from its open source code.

Constructor

LazyDynaMap(String name)
Construct a new LazyDynaMap with the specified name.
LazyDynaMap(Map values)
Construct a new LazyDynaMap with the specified Map.
LazyDynaMap(DynaProperty[] properties)
Construct a new LazyDynaMap with the specified properties.
LazyDynaMap(DynaClass dynaClass)
Construct a new LazyDynaMap based on an exisiting DynaClass