Uses of Class
com.fasterxml.uuid.UUIDType

Packages that use UUIDType
com.fasterxml.uuid Package that contains core (non-optional) Java UUID Generator API classes. 
com.fasterxml.uuid.impl   
 

Uses of UUIDType in com.fasterxml.uuid
 

Methods in com.fasterxml.uuid that return UUIDType
abstract  UUIDType UUIDGenerator.getType()
          Accessor for determining type of UUIDs (variant) that this generator instance will produce.
static UUIDType UUIDType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UUIDType[] UUIDType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of UUIDType in com.fasterxml.uuid.impl
 

Fields in com.fasterxml.uuid.impl declared as UUIDType
protected  UUIDType NameBasedGenerator._type
           
 

Methods in com.fasterxml.uuid.impl that return UUIDType
 UUIDType TimeBasedGenerator.getType()
           
 UUIDType RandomBasedGenerator.getType()
           
 UUIDType NameBasedGenerator.getType()
           
static UUIDType UUIDUtil.typeOf(UUID uuid)
          Method for determining which type of UUID given UUID is.
 

Methods in com.fasterxml.uuid.impl with parameters of type UUIDType
static UUID UUIDUtil.constructUUID(UUIDType type, byte[] uuidBytes)
          Helper method for constructing UUID instances with appropriate type
static UUID UUIDUtil.constructUUID(UUIDType type, long l1, long l2)
           
static long UUIDUtil.initUUIDFirstLong(long l1, UUIDType type)
           
 

Constructors in com.fasterxml.uuid.impl with parameters of type UUIDType
NameBasedGenerator(UUID namespace, MessageDigest digester, UUIDType type)
           
 



Copyright © 2011 FasterXML.com. All Rights Reserved.