jaxb-java-time-adapters

JAXB adapters for Java 8 Date and Time API (JSR-310) types

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.migesok
ArtifactId

ArtifactId

jaxb-java-time-adapters
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

jaxb-java-time-adapters
JAXB adapters for Java 8 Date and Time API (JSR-310) types
Project URL

Project URL

https://github.com/migesok/jaxb-java-time-adapters
Source Code Management

Source Code Management

https://github.com/migesok/jaxb-java-time-adapters

Download jaxb-java-time-adapters

How to add to project

<!-- https://jarcasting.com/artifacts/com.migesok/jaxb-java-time-adapters/ -->
<dependency>
    <groupId>com.migesok</groupId>
    <artifactId>jaxb-java-time-adapters</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.migesok/jaxb-java-time-adapters/
implementation 'com.migesok:jaxb-java-time-adapters:1.1.3'
// https://jarcasting.com/artifacts/com.migesok/jaxb-java-time-adapters/
implementation ("com.migesok:jaxb-java-time-adapters:1.1.3")
'com.migesok:jaxb-java-time-adapters:jar:1.1.3'
<dependency org="com.migesok" name="jaxb-java-time-adapters" rev="1.1.3">
  <artifact name="jaxb-java-time-adapters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.migesok', module='jaxb-java-time-adapters', version='1.1.3')
)
libraryDependencies += "com.migesok" % "jaxb-java-time-adapters" % "1.1.3"
[com.migesok/jaxb-java-time-adapters "1.1.3"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

threeten-jaxb: XmlAdapters for ThreeTen

Build Status Maven Central GitHub

New Date and Time API introduced in Java 8 (aka JSR-310) is a big step forward comparing to what were available before in the JVM standard library. Sad thing that Java Architecture for XML Binding (JAXB) by default do not speak the new types. This library aims to address the issue by providing a collection of type adapters to enable use of Java 8 Date and Time API types in JAXB bindings.

In serialization/deserialization logic the library follows the ISO 8601 standard formats wherever applicable.

Documentation

The Javadoc is available here.

Support

Please use GitHub issues and Pull Requests for support.

Versions

Version
1.1.3
1.1.2
1.1.1