Interface InitializeStringifier

All Known Implementing Classes:
EnumStringifier

public interface InitializeStringifier

If a Stringifier implements this interface, it will be called once just after construction with the actual Type of the key to stringify.

Author:
Jeff Schnitzer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init​(ObjectifyFactory fact, Type keyType)
    Informs the stringifier of the actual key type.
  • Method Details

    • init

      void init(ObjectifyFactory fact, Type keyType)
      Informs the stringifier of the actual key type.
      Parameters:
      fact - is just handy to have around
      keyType - is the declared type of the map key.