Package com.illumon.iris.db.util.config
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 Summary
Modifier and Type Method Description Map<String,CustomAction>
inflate(QueryProcessorConnection queryProcessorConnection)
Convert the inflatable into a local representation of the object.
-
Method Details
-
inflate
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 interfaceInflatable<Map<String,CustomAction>>
- Parameters:
queryProcessorConnection
- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-