Skip navigation links

Package com.fasterxml.uuid

Package that contains core (non-optional) Java UUID Generator API classes.

See: Description

Package com.fasterxml.uuid Description

Package that contains core (non-optional) Java UUID Generator API classes. Implementation classes can be found from under com.fasterxml.uuid.impl. These classes should be usable on JDK 1.4 and up, and have no external dependencies; except that any functionality that uses Ethernet-address discovery requires JDK 1.6.

The primary point is Generators, used to construct actual generators, based on method to use and some optional arguments.

Note: earlier JUG versions (up to 2.0) supported older JDKs (1.1); 1.4 is now needed since UUID is used as a core abstraction.

Skip navigation links

Copyright © 2020 FasterXML.com. All rights reserved.