public class NonSerializables extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Object | get(UUID key)Deprecated.  Retrieve the object registered with the supplied key. | 
| static UUID | getKey(Object obj)Deprecated.  Retrieves the registry key for the given object. | 
| static UUID | register(Object obj)Deprecated.  Add an object to the registry and returns the registry key. | 
public static final Object get(UUID key)
key - the key.null if no matching EvaluationStrategy can be found.public static final UUID getKey(Object obj)
obj - the object for which to retrieve the registry key.null if the supplied
         object is not in the registry.public static final UUID register(Object obj)
obj - the object to registerCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.