Package io.datarouter.model.field
Class FieldKeyAttributeKey<T>
java.lang.Object
io.datarouter.model.field.FieldKeyAttributeKey<T>
- Type Parameters:
T- is used for compile time type check, seeBaseFieldKeyandFieldKeyAttribute
public class FieldKeyAttributeKey<T>
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringname -
Constructor Summary
Constructors Constructor Description FieldKeyAttributeKey(java.lang.String name) -
Method Summary
-
Field Details
-
name
public final java.lang.String name
-
-
Constructor Details
-
FieldKeyAttributeKey
public FieldKeyAttributeKey(java.lang.String name)
-