net.sf.jsefa.common.config
Interface InitialConfigurationParameters

All Known Subinterfaces:
CsvInitialConfigurationParameters, FlrInitialConfigurationParameters, XmlInitialConfigurationParameters

public interface InitialConfigurationParameters

Declares initial configuration parameters common to all format types.

Author:
Norman Lahme-Huetig
See Also:
Configuration

Field Summary
static String OBJECT_ACCESSOR_PROVIDER_CLASS
          Configuration parameter for the object accessor provider class to use.
static String SIMPLE_TYPE_CONVERTER_PROVIDER
          Configuration parameter for the simple type converter provider to use.
static String VALIDATION_MODE
          Configuration parameter for the validation mode.
static String VALIDATOR_PROVIDER
          Configuration parameter for the validator provider to use.
 

Field Detail

SIMPLE_TYPE_CONVERTER_PROVIDER

static final String SIMPLE_TYPE_CONVERTER_PROVIDER
Configuration parameter for the simple type converter provider to use.

See Also:
Constant Field Values

VALIDATOR_PROVIDER

static final String VALIDATOR_PROVIDER
Configuration parameter for the validator provider to use.

See Also:
Constant Field Values

OBJECT_ACCESSOR_PROVIDER_CLASS

static final String OBJECT_ACCESSOR_PROVIDER_CLASS
Configuration parameter for the object accessor provider class to use.

See Also:
Constant Field Values

VALIDATION_MODE

static final String VALIDATION_MODE
Configuration parameter for the validation mode.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.