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

org.beanio.config.beanio.properties Maven / Gradle / Ivy

## Copyright 2010-2011 Kevin Seim
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
## 
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.

## Default XML type for fields, set to 'element', 'attribute' or 'text'
org.beanio.xml.defaultXmlType=element
## Default namespace prefix for 'http://www.w3.org/2001/XMLSchema-instance'
org.beanio.xml.xsiNamespacePrefix=xsi

## StreamManager implementation class (must have a no-arg constructor)
org.beanio.streamFactory=org.beanio.parser.DefaultStreamFactory

## CSV format settings
org.beanio.csv.messages=org.beanio.config.delimited.defaultMessages
org.beanio.csv.streamDefinitionFactory=org.beanio.config.csv.CsvStreamDefinitionFactory

## Delimited format settings
org.beanio.delimited.messages=org.beanio.config.delimited.defaultMessages
org.beanio.delimited.streamDefinitionFactory=org.beanio.config.delimited.DelimitedStreamDefinitionFactory

## Fixed length format settings
org.beanio.fixedlength.messages=org.beanio.config.fixedlength.defaultMessages
org.beanio.fixedlength.streamDefinitionFactory=org.beanio.config.fixedlength.FixedLengthStreamDefinitionFactory

## XML format settings
org.beanio.xml.messages=org.beanio.config.xml.defaultMessages
org.beanio.xml.streamDefinitionFactory=org.beanio.config.xml.XmlStreamDefinitionFactory

## whether to optimize XmlWriter state updates (disabled until verified Spring Batch will pass the same
## execution context for successive state updates))
org.beanio.stream.xml.XmlWriter.deltaEnabled=false

## whether property values support the following escape sequences: \\ (Backslash), \n (Line Feed),
## \r (Carriage Return), \t (Tab) and \f (Form Feed)
org.beanio.propertyEscapingEnabled=true

## whether a configured field default is marshalled for null property values (since 1.2.2)
org.beanio.marshalDefaultEnabled=true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy