Package org.smooks.api
Interface TypedKey<T>
-
- Type Parameters:
T
- type of key
- All Known Implementing Classes:
TypedKey.DefaultTypedKey
public interface TypedKey<T>
Represents a type-safe key for mapping to an object.- See Also:
TypedMap
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TypedKey.DefaultTypedKey<T>
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
static <T> TypedKey<T>
of()
Constructs aTypedKey
with a random UUID for its name.static <T> TypedKey<T>
of(String name)
Constructs aTypedKey
with a custom name.
-