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 classTypedKey.DefaultTypedKey<T>
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()static <T> TypedKey<T>of()Constructs aTypedKeywith a random UUID for its name.static <T> TypedKey<T>of(String name)Constructs aTypedKeywith a custom name.
-