Package org.smooks.api
Class TypedKey.DefaultTypedKey<T>
- java.lang.Object
-
- org.smooks.api.TypedKey.DefaultTypedKey<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.smooks.api.TypedKey
TypedKey.DefaultTypedKey<T>
-
-
Constructor Summary
Constructors Constructor Description DefaultTypedKey(String name)
Constructs aTypedKey
with a custom name.
-
-
-
Constructor Detail
-
DefaultTypedKey
public DefaultTypedKey(String name)
Constructs aTypedKey
with a custom name.- Parameters:
name
- identifier to give to thisTypedKey
-
-