Class 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)  
    • Constructor Detail

      • PlaceholderKey

        public PlaceholderKey​(java.lang.Class<T> type,
                              java.lang.String placeholder)
    • Method Detail

      • getPlaceholder

        public java.lang.String getPlaceholder()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Key<T>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Key<T>