All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jasperreports.data.bean.BeanDataAdapterImpl.xml Maven / Gradle / Ivy

There is a newer version: 6.21.3
Show newest version
<?xml version="1.0"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.org/mapping.dtd">

<mapping>
	<class name="net.sf.jasperreports.data.bean.BeanDataAdapterImpl">
		<map-to xml="beanDataAdapter"/>
		<field name="class" type="java.lang.Class" handler="net.sf.jasperreports.data.ClassNameFieldHandler">
			<bind-xml name="class" node="attribute"/>
		</field>
		<field name="name" type="string">
			<bind-xml name="name" node="element"/>
		</field>
		<field name="factoryClass" type="string">
			<bind-xml name="factoryClass" node="element"/>
		</field>
		<field name="methodName" type="string">
			<bind-xml name="methodName" node="element"/>
		</field>
		<field name="useFieldDescription" type="boolean">
			<bind-xml name="useFieldDescription" node="element"/>
		</field>
		<field name="classpath" type="string" collection="arraylist">
			<bind-xml name="classpath" node="element"/>
		</field>
	</class>
</mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy