Class DefaultKeyProvider

  • All Implemented Interfaces:
    KeyProvider

    public final class DefaultKeyProvider
    extends java.lang.Object
    implements KeyProvider
    Default key provider,returns the key itself.
    Since:
    1.3.8
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String process​(java.lang.String key)
      Processes key and returns a new key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • DefaultKeyProvider

        public DefaultKeyProvider()
    • Method Detail

      • process

        public final java.lang.String process​(java.lang.String key)
        Description copied from interface: KeyProvider
        Processes key and returns a new key.
        Specified by:
        process in interface KeyProvider
        Returns: