Class PlaceholderKey<T>
- java.lang.Object
-
- com.djrapitops.plan.delivery.domain.keys.Key<T>
-
- com.djrapitops.plan.delivery.domain.keys.PlaceholderKey<T>
-
public class PlaceholderKey<T> extends Key<T>
Special Key object that can be used for placeholders when replacing values in html files.
-
-
Constructor Summary
Constructors Constructor Description PlaceholderKey(java.lang.Class<T> type, java.lang.String placeholder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getPlaceholder()
int
hashCode()
-
Methods inherited from class com.djrapitops.plan.delivery.domain.keys.Key
getKeyName, getType, typeCast
-
-
-
-
Constructor Detail
-
PlaceholderKey
public PlaceholderKey(java.lang.Class<T> type, java.lang.String placeholder)
-
-