Class WebsocketsFeaturesConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.security.jwt.websockets.WebsocketsFeaturesConfigs
-
public class WebsocketsFeaturesConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description WebsocketsFeaturesConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)WebsocketsFeatureHardwareConfigsgetHardwareConfigs()inthashCode()static WebsocketsFeaturesConfigsof(WebsocketsFeatureHardwareConfigs hardwareConfigs)voidsetHardwareConfigs(WebsocketsFeatureHardwareConfigs hardwareConfigs)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static WebsocketsFeaturesConfigs of(WebsocketsFeatureHardwareConfigs hardwareConfigs)
-
getHardwareConfigs
public WebsocketsFeatureHardwareConfigs getHardwareConfigs()
-
setHardwareConfigs
public void setHardwareConfigs(WebsocketsFeatureHardwareConfigs hardwareConfigs)
-
canEqual
protected boolean canEqual(Object other)
-
-