jar

org.jsefa : jsefa

Maven & Gradle

Nov 17, 2010
2 usages

Java Simple Exchange Format API · JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173.

Table Of Contents

Latest Version

Download org.jsefa : jsefa JAR file - Latest Versions:

All Versions

Download org.jsefa : jsefa JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jsefa-0.9.3.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jsefa.xml.namespace

├─ org.jsefa.xml.namespace.NamespaceConstants.class - [JAR]

├─ org.jsefa.xml.namespace.NamespaceManager.class - [JAR]

├─ org.jsefa.xml.namespace.NamespaceRegistrationException.class - [JAR]

├─ org.jsefa.xml.namespace.QName.class - [JAR]

├─ org.jsefa.xml.namespace.QNameParser.class - [JAR]

org.jsefa.xml.lowlevel

├─ org.jsefa.xml.lowlevel.StaxBasedXmlLowLevelDeserializer.class - [JAR]

├─ org.jsefa.xml.lowlevel.StaxBasedXmlLowLevelIOFactory.class - [JAR]

├─ org.jsefa.xml.lowlevel.StaxBasedXmlLowLevelSerializer.class - [JAR]

├─ org.jsefa.xml.lowlevel.TextMode.class - [JAR]

├─ org.jsefa.xml.lowlevel.XmlLowLevelDeserializer.class - [JAR]

├─ org.jsefa.xml.lowlevel.XmlLowLevelIOFactory.class - [JAR]

├─ org.jsefa.xml.lowlevel.XmlLowLevelSerializer.class - [JAR]

org.jsefa.csv.mapping

├─ org.jsefa.csv.mapping.CsvSimpleTypeMapping.class - [JAR]

org.jsefa.flr

├─ org.jsefa.flr.FlrDeserializer.class - [JAR]

├─ org.jsefa.flr.FlrDeserializerImpl.class - [JAR]

├─ org.jsefa.flr.FlrIOFactory.class - [JAR]

├─ org.jsefa.flr.FlrIOFactoryImpl.class - [JAR]

├─ org.jsefa.flr.FlrSerializer.class - [JAR]

├─ org.jsefa.flr.FlrSerializerImpl.class - [JAR]

org.jsefa.rbf

├─ org.jsefa.rbf.RbfDeserializer.class - [JAR]

├─ org.jsefa.rbf.RbfDeserializerImpl.class - [JAR]

├─ org.jsefa.rbf.RbfIOFactory.class - [JAR]

├─ org.jsefa.rbf.RbfSerializer.class - [JAR]

├─ org.jsefa.rbf.RbfSerializerImpl.class - [JAR]

org.jsefa.common.lowlevel.config

├─ org.jsefa.common.lowlevel.config.LowLevelConfiguration.class - [JAR]

├─ org.jsefa.common.lowlevel.config.LowLevelInitialConfigurationParameters.class - [JAR]

org.jsefa.rbf.config

├─ org.jsefa.rbf.config.RbfConfiguration.class - [JAR]

org.jsefa.xml.mapping

├─ org.jsefa.xml.mapping.AttributeDescriptor.class - [JAR]

├─ org.jsefa.xml.mapping.AttributeMapping.class - [JAR]

├─ org.jsefa.xml.mapping.ElementDescriptor.class - [JAR]

├─ org.jsefa.xml.mapping.ElementMapping.class - [JAR]

├─ org.jsefa.xml.mapping.ElementMappingsBuilder.class - [JAR]

├─ org.jsefa.xml.mapping.TextContentDescriptor.class - [JAR]

├─ org.jsefa.xml.mapping.TextContentMapping.class - [JAR]

├─ org.jsefa.xml.mapping.XmlComplexTypeMapping.class - [JAR]

├─ org.jsefa.xml.mapping.XmlEntryPoint.class - [JAR]

├─ org.jsefa.xml.mapping.XmlListTypeMapping.class - [JAR]

├─ org.jsefa.xml.mapping.XmlMapTypeMapping.class - [JAR]

├─ org.jsefa.xml.mapping.XmlNodeDescriptor.class - [JAR]

├─ org.jsefa.xml.mapping.XmlNodeMapping.class - [JAR]

├─ org.jsefa.xml.mapping.XmlNodeType.class - [JAR]

├─ org.jsefa.xml.mapping.XmlSimpleTypeMapping.class - [JAR]

├─ org.jsefa.xml.mapping.XmlTypeMappingRegistry.class - [JAR]

├─ org.jsefa.xml.mapping.XmlTypeMappingUtil.class - [JAR]

org.jsefa.common.lowlevel.filter

├─ org.jsefa.common.lowlevel.filter.FilterResult.class - [JAR]

├─ org.jsefa.common.lowlevel.filter.HeaderAndFooterFilter.class - [JAR]

├─ org.jsefa.common.lowlevel.filter.Line.class - [JAR]

├─ org.jsefa.common.lowlevel.filter.LineFilter.class - [JAR]

org.jsefa.csv.lowlevel

├─ org.jsefa.csv.lowlevel.CsvLowLevelDeserializer.class - [JAR]

├─ org.jsefa.csv.lowlevel.CsvLowLevelDeserializerImpl.class - [JAR]

├─ org.jsefa.csv.lowlevel.CsvLowLevelIOFactory.class - [JAR]

├─ org.jsefa.csv.lowlevel.CsvLowLevelIOFactoryImpl.class - [JAR]

├─ org.jsefa.csv.lowlevel.CsvLowLevelSerializer.class - [JAR]

├─ org.jsefa.csv.lowlevel.CsvLowLevelSerializerImpl.class - [JAR]

org.jsefa.csv.annotation

├─ org.jsefa.csv.annotation.CsvDataType.class - [JAR]

├─ org.jsefa.csv.annotation.CsvEntryPointFactory.class - [JAR]

├─ org.jsefa.csv.annotation.CsvField.class - [JAR]

├─ org.jsefa.csv.annotation.CsvSubRecord.class - [JAR]

├─ org.jsefa.csv.annotation.CsvSubRecordList.class - [JAR]

├─ org.jsefa.csv.annotation.CsvTypeMappingFactory.class - [JAR]

org.jsefa.common.validator.provider

├─ org.jsefa.common.validator.provider.ValidatorProvider.class - [JAR]

org.jsefa.rbf.lowlevel.config

├─ org.jsefa.rbf.lowlevel.config.RbfLowLevelConfiguration.class - [JAR]

├─ org.jsefa.rbf.lowlevel.config.RbfLowLevelInitialConfigurationParameters.class - [JAR]

org.jsefa.rbf.lowlevel

├─ org.jsefa.rbf.lowlevel.RbfLowLevelDeserializer.class - [JAR]

├─ org.jsefa.rbf.lowlevel.RbfLowLevelDeserializerImpl.class - [JAR]

├─ org.jsefa.rbf.lowlevel.RbfLowLevelSerializer.class - [JAR]

├─ org.jsefa.rbf.lowlevel.RbfLowLevelSerializerImpl.class - [JAR]

org.jsefa.common.lowlevel

├─ org.jsefa.common.lowlevel.InputPosition.class - [JAR]

├─ org.jsefa.common.lowlevel.LowLevelDeserializationException.class - [JAR]

├─ org.jsefa.common.lowlevel.LowLevelDeserializer.class - [JAR]

├─ org.jsefa.common.lowlevel.LowLevelIOFactory.class - [JAR]

├─ org.jsefa.common.lowlevel.LowLevelSerializationException.class - [JAR]

├─ org.jsefa.common.lowlevel.LowLevelSerializer.class - [JAR]

org.jsefa.xml.config

├─ org.jsefa.xml.config.XmlConfiguration.class - [JAR]

├─ org.jsefa.xml.config.XmlInitialConfigurationParameters.class - [JAR]

org.jsefa.common.config

├─ org.jsefa.common.config.Configuration.class - [JAR]

├─ org.jsefa.common.config.InitialConfiguration.class - [JAR]

├─ org.jsefa.common.config.InitialConfigurationException.class - [JAR]

├─ org.jsefa.common.config.InitialConfigurationParameters.class - [JAR]

├─ org.jsefa.common.config.ValidationMode.class - [JAR]

org.jsefa.common.annotation

├─ org.jsefa.common.annotation.AnnotatedFieldsProvider.class - [JAR]

├─ org.jsefa.common.annotation.AnnotationDataProvider.class - [JAR]

├─ org.jsefa.common.annotation.AnnotationException.class - [JAR]

├─ org.jsefa.common.annotation.AnnotationParameterNames.class - [JAR]

├─ org.jsefa.common.annotation.NoClass.class - [JAR]

├─ org.jsefa.common.annotation.NoConverterType.class - [JAR]

├─ org.jsefa.common.annotation.NoValidatorType.class - [JAR]

├─ org.jsefa.common.annotation.SimpleListItem.class - [JAR]

├─ org.jsefa.common.annotation.TypeMappingFactory.class - [JAR]

├─ org.jsefa.common.annotation.ValidatorFactory.class - [JAR]

org.jsefa.flr.annotation

├─ org.jsefa.flr.annotation.FlrDataType.class - [JAR]

├─ org.jsefa.flr.annotation.FlrEntryPointFactory.class - [JAR]

├─ org.jsefa.flr.annotation.FlrField.class - [JAR]

├─ org.jsefa.flr.annotation.FlrSubRecord.class - [JAR]

├─ org.jsefa.flr.annotation.FlrSubRecordList.class - [JAR]

├─ org.jsefa.flr.annotation.FlrTypeMappingFactory.class - [JAR]

org.jsefa.xml.annotation

├─ org.jsefa.xml.annotation.DefaultName.class - [JAR]

├─ org.jsefa.xml.annotation.ListItem.class - [JAR]

├─ org.jsefa.xml.annotation.MapKey.class - [JAR]

├─ org.jsefa.xml.annotation.MapValue.class - [JAR]

├─ org.jsefa.xml.annotation.Namespace.class - [JAR]

├─ org.jsefa.xml.annotation.NamespaceManagerFactory.class - [JAR]

├─ org.jsefa.xml.annotation.XmlAttribute.class - [JAR]

├─ org.jsefa.xml.annotation.XmlDataType.class - [JAR]

├─ org.jsefa.xml.annotation.XmlElement.class - [JAR]

├─ org.jsefa.xml.annotation.XmlElementList.class - [JAR]

├─ org.jsefa.xml.annotation.XmlElementMap.class - [JAR]

├─ org.jsefa.xml.annotation.XmlEntryPointFactory.class - [JAR]

├─ org.jsefa.xml.annotation.XmlNamespaces.class - [JAR]

├─ org.jsefa.xml.annotation.XmlTextContent.class - [JAR]

├─ org.jsefa.xml.annotation.XmlTypeMappingFactory.class - [JAR]

org.jsefa.xml

├─ org.jsefa.xml.XmlDeserializer.class - [JAR]

├─ org.jsefa.xml.XmlDeserializerImpl.class - [JAR]

├─ org.jsefa.xml.XmlEncodingException.class - [JAR]

├─ org.jsefa.xml.XmlIOFactory.class - [JAR]

├─ org.jsefa.xml.XmlIOFactoryImpl.class - [JAR]

├─ org.jsefa.xml.XmlReaderFactory.class - [JAR]

├─ org.jsefa.xml.XmlSerializer.class - [JAR]

├─ org.jsefa.xml.XmlSerializerImpl.class - [JAR]

org.jsefa.csv

├─ org.jsefa.csv.CsvDeserializer.class - [JAR]

├─ org.jsefa.csv.CsvDeserializerImpl.class - [JAR]

├─ org.jsefa.csv.CsvIOFactory.class - [JAR]

├─ org.jsefa.csv.CsvIOFactoryImpl.class - [JAR]

├─ org.jsefa.csv.CsvSerializer.class - [JAR]

├─ org.jsefa.csv.CsvSerializerImpl.class - [JAR]

org.jsefa.rbf.annotation

├─ org.jsefa.rbf.annotation.RbfAnnotationDataNames.class - [JAR]

├─ org.jsefa.rbf.annotation.RbfAnnotations.class - [JAR]

├─ org.jsefa.rbf.annotation.RbfTypeMappingFactory.class - [JAR]

├─ org.jsefa.rbf.annotation.Record.class - [JAR]

org.jsefa.common.mapping

├─ org.jsefa.common.mapping.ComplexTypeMapping.class - [JAR]

├─ org.jsefa.common.mapping.EntryPoint.class - [JAR]

├─ org.jsefa.common.mapping.FieldDescriptor.class - [JAR]

├─ org.jsefa.common.mapping.HierarchicalTypeMappingRegistry.class - [JAR]

├─ org.jsefa.common.mapping.ListTypeMapping.class - [JAR]

├─ org.jsefa.common.mapping.MapTypeMapping.class - [JAR]

├─ org.jsefa.common.mapping.NodeDescriptor.class - [JAR]

├─ org.jsefa.common.mapping.NodeMapping.class - [JAR]

├─ org.jsefa.common.mapping.NodeType.class - [JAR]

├─ org.jsefa.common.mapping.SimpleTypeMapping.class - [JAR]

├─ org.jsefa.common.mapping.TypeMapping.class - [JAR]

├─ org.jsefa.common.mapping.TypeMappingException.class - [JAR]

├─ org.jsefa.common.mapping.TypeMappingRegistry.class - [JAR]

org.jsefa.csv.config

├─ org.jsefa.csv.config.CsvConfiguration.class - [JAR]

├─ org.jsefa.csv.config.CsvInitialConfigurationParameters.class - [JAR]

org.jsefa.common.accessor

├─ org.jsefa.common.accessor.AbstractObjectAccessorProvider.class - [JAR]

├─ org.jsefa.common.accessor.ObjectAccessException.class - [JAR]

├─ org.jsefa.common.accessor.ObjectAccessor.class - [JAR]

├─ org.jsefa.common.accessor.ObjectAccessorProvider.class - [JAR]

├─ org.jsefa.common.accessor.ReflectionBasedObjectAccessorProvider.class - [JAR]

org.jsefa.common.validator.traversal

├─ org.jsefa.common.validator.traversal.TraversingCollectionValueValidator.class - [JAR]

├─ org.jsefa.common.validator.traversal.TraversingComplexValueValidator.class - [JAR]

├─ org.jsefa.common.validator.traversal.TraversingMapValueValidator.class - [JAR]

├─ org.jsefa.common.validator.traversal.TraversingValidator.class - [JAR]

├─ org.jsefa.common.validator.traversal.TraversingValidatorFactory.class - [JAR]

org.jsefa.flr.mapping

├─ org.jsefa.flr.mapping.FlrSimpleTypeMapping.class - [JAR]

org.jsefa.common.converter

├─ org.jsefa.common.converter.BigDecimalConverter.class - [JAR]

├─ org.jsefa.common.converter.BooleanConverter.class - [JAR]

├─ org.jsefa.common.converter.ConversionException.class - [JAR]

├─ org.jsefa.common.converter.DateConverter.class - [JAR]

├─ org.jsefa.common.converter.EnumConstant.class - [JAR]

├─ org.jsefa.common.converter.EnumConverter.class - [JAR]

├─ org.jsefa.common.converter.IntegerConverter.class - [JAR]

├─ org.jsefa.common.converter.LongConverter.class - [JAR]

├─ org.jsefa.common.converter.SimpleListConverter.class - [JAR]

├─ org.jsefa.common.converter.SimpleTypeConverter.class - [JAR]

├─ org.jsefa.common.converter.SimpleTypeConverterConfiguration.class - [JAR]

├─ org.jsefa.common.converter.StringConverter.class - [JAR]

├─ org.jsefa.common.converter.XMLGregorianCalendarConverter.class - [JAR]

├─ org.jsefa.common.converter.XmlDateTimeConverter.class - [JAR]

org.jsefa.common.validator

├─ org.jsefa.common.validator.BigDecimalValidator.class - [JAR]

├─ org.jsefa.common.validator.CollectionValidator.class - [JAR]

├─ org.jsefa.common.validator.ConstraintsAccessor.class - [JAR]

├─ org.jsefa.common.validator.IntegerValidator.class - [JAR]

├─ org.jsefa.common.validator.LongValidator.class - [JAR]

├─ org.jsefa.common.validator.MapValidator.class - [JAR]

├─ org.jsefa.common.validator.NumberValidator.class - [JAR]

├─ org.jsefa.common.validator.StringValidator.class - [JAR]

├─ org.jsefa.common.validator.ValidationError.class - [JAR]

├─ org.jsefa.common.validator.ValidationErrorCodes.class - [JAR]

├─ org.jsefa.common.validator.ValidationException.class - [JAR]

├─ org.jsefa.common.validator.ValidationResult.class - [JAR]

├─ org.jsefa.common.validator.Validator.class - [JAR]

├─ org.jsefa.common.validator.ValidatorConfiguration.class - [JAR]

├─ org.jsefa.common.validator.ValidatorCreationException.class - [JAR]

org.jsefa

├─ org.jsefa.DeserializationException.class - [JAR]

├─ org.jsefa.Deserializer.class - [JAR]

├─ org.jsefa.IOFactory.class - [JAR]

├─ org.jsefa.IOFactoryException.class - [JAR]

├─ org.jsefa.ObjectPathElement.class - [JAR]

├─ org.jsefa.SerializationException.class - [JAR]

├─ org.jsefa.Serializer.class - [JAR]

org.jsefa.flr.lowlevel

├─ org.jsefa.flr.lowlevel.Align.class - [JAR]

├─ org.jsefa.flr.lowlevel.FlrLowLevelDeserializer.class - [JAR]

├─ org.jsefa.flr.lowlevel.FlrLowLevelDeserializerImpl.class - [JAR]

├─ org.jsefa.flr.lowlevel.FlrLowLevelIOFactory.class - [JAR]

├─ org.jsefa.flr.lowlevel.FlrLowLevelIOFactoryImpl.class - [JAR]

├─ org.jsefa.flr.lowlevel.FlrLowLevelSerializer.class - [JAR]

├─ org.jsefa.flr.lowlevel.FlrLowLevelSerializerImpl.class - [JAR]

org.jsefa.xml.lowlevel.config

├─ org.jsefa.xml.lowlevel.config.XmlLowLevelConfiguration.class - [JAR]

├─ org.jsefa.xml.lowlevel.config.XmlLowLevelInitialConfigurationParameters.class - [JAR]

org.jsefa.xml.mapping.support

├─ org.jsefa.xml.mapping.support.XmlDataTypeDefaultNameRegistry.class - [JAR]

├─ org.jsefa.xml.mapping.support.XmlSchemaBuiltInDataTypeNames.class - [JAR]

org.jsefa.rbf.mapping

├─ org.jsefa.rbf.mapping.FieldMapping.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfComplexTypeMapping.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfEntryPoint.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfFieldDescriptor.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfListTypeMapping.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfNodeDescriptor.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfNodeMapping.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfNodeType.class - [JAR]

├─ org.jsefa.rbf.mapping.RbfTypeMappingRegistry.class - [JAR]

├─ org.jsefa.rbf.mapping.RecordDescriptor.class - [JAR]

├─ org.jsefa.rbf.mapping.RecordMapping.class - [JAR]

org.jsefa.xml.lowlevel.model

├─ org.jsefa.xml.lowlevel.model.Attribute.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.AttributeImpl.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.ElementEnd.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.ElementEndImpl.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.ElementStart.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.ElementStartImpl.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.TextContent.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.TextContentImpl.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.XmlItem.class - [JAR]

├─ org.jsefa.xml.lowlevel.model.XmlItemType.class - [JAR]

org.jsefa.flr.lowlevel.config

├─ org.jsefa.flr.lowlevel.config.FlrLowLevelConfiguration.class - [JAR]

├─ org.jsefa.flr.lowlevel.config.FlrLowLevelInitialConfigurationParameters.class - [JAR]

org.jsefa.csv.lowlevel.config

├─ org.jsefa.csv.lowlevel.config.CsvLowLevelConfiguration.class - [JAR]

├─ org.jsefa.csv.lowlevel.config.CsvLowLevelInitialConfigurationParameters.class - [JAR]

├─ org.jsefa.csv.lowlevel.config.EscapeMode.class - [JAR]

├─ org.jsefa.csv.lowlevel.config.QuoteMode.class - [JAR]

org.jsefa.common.lowlevel.io

├─ org.jsefa.common.lowlevel.io.LineSegment.class - [JAR]

├─ org.jsefa.common.lowlevel.io.LineSegmentReader.class - [JAR]

org.jsefa.flr.config

├─ org.jsefa.flr.config.FlrConfiguration.class - [JAR]

├─ org.jsefa.flr.config.FlrInitialConfigurationParameters.class - [JAR]

org.jsefa.common.converter.provider

├─ org.jsefa.common.converter.provider.SimpleTypeConverterProvider.class - [JAR]

org.jsefa.common.util

├─ org.jsefa.common.util.GeneralConstants.class - [JAR]

├─ org.jsefa.common.util.OnDemandObjectProvider.class - [JAR]

├─ org.jsefa.common.util.ReflectionUtil.class - [JAR]