Package | Description |
---|---|
net.sf.mmm.util.uuid.api |
Provides the API for utilities that help to create
UUID s. |
net.sf.mmm.util.uuid.base |
Contains the public implementation of the
UUID-Util API . |
net.sf.mmm.util.uuid.impl.spring |
Modifier and Type | Field and Description |
---|---|
private static UuidFactory |
UuidAccess.factory |
Modifier and Type | Method and Description |
---|---|
static UuidFactory |
UuidAccess.getFactory()
This method gets the
UuidFactory used to create UUID s. |
Modifier and Type | Method and Description |
---|---|
static void |
UuidAccess.setFactory(UuidFactory factory)
This method sets (overrides) the
UuidFactory . |
Modifier and Type | Class and Description |
---|---|
class |
RandomUuidFactory
This is an implementation of the
UuidFactory interface that simply delegates to
UUID.randomUUID() . |
Modifier and Type | Method and Description |
---|---|
UuidFactory |
UtilUuidSpringConfig.stringValueConverter() |
Copyright © 2001–2016 mmm-Team. All rights reserved.