Interface PluginConfigKeyDetails<T>
-
- All Superinterfaces:
PluginDetailsBase
- All Known Implementing Classes:
PluginConfigKey
,PluginConfigKeyBase
,PluginConfigKeyEncrypted
public interface PluginConfigKeyDetails<T> extends PluginDetailsBase
-
-
Field Summary
-
Fields inherited from interface com.funnelback.plugin.details.model.PluginDetailsBase
PLUGIN_CONFIG_QUALIFIER, PLUGIN_ENCRYPTED_QUALIFIER, PLUGIN_PREFIX
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default PluginConfigKeyAllowedValue<?>
getAllowedValue()
default T
getDefaultValue()
default PluginConfigKeyConditional<?>
getShowIfKeyHasValue()
-
Methods inherited from interface com.funnelback.plugin.details.model.PluginDetailsBase
getKeyPrefix, getPluginId
-
-
-
-
Method Detail
-
getDefaultValue
default T getDefaultValue()
-
getAllowedValue
default PluginConfigKeyAllowedValue<?> getAllowedValue()
-
getShowIfKeyHasValue
default PluginConfigKeyConditional<?> getShowIfKeyHasValue()
-
-