Class CustomAction.Descriptor

java.lang.Object
com.illumon.iris.db.util.config.CustomAction.Descriptor
All Implemented Interfaces:
Inflatable<Map<String,​CustomAction>>, Serializable
Enclosing class:
CustomAction

public static class CustomAction.Descriptor
extends Object
implements Inflatable<Map<String,​CustomAction>>
See Also:
Serialized Form
  • Method Details

    • inflate

      public Map<String,​CustomAction> inflate​(QueryProcessorConnection queryProcessorConnection)
      Description copied from interface: Inflatable
      Convert the inflatable into a local representation of the object. For example, Inflatable<Table> objects are converted into Table proxies.
      Specified by:
      inflate in interface Inflatable<Map<String,​CustomAction>>
      Parameters:
      queryProcessorConnection - the queryProcessorConnection over which we received the Inflatable
      Returns:
      a local representation of the object