Class MvcConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
-
- io.tech1.framework.domain.properties.configs.MvcConfigs
-
public class MvcConfigs extends AbstractPropertiesToggleConfigs
-
-
Constructor Summary
Constructors Constructor Description MvcConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CorsConfigsgetCorsConfigs()StringgetFrameworkBasePathPrefix()inthashCode()booleanisEnabled()static MvcConfigsof(boolean enabled, String frameworkBasePathPrefix, CorsConfigs corsConfigs)voidsetCorsConfigs(CorsConfigs corsConfigs)voidsetEnabled(boolean enabled)voidsetFrameworkBasePathPrefix(String frameworkBasePathPrefix)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static MvcConfigs of(boolean enabled, String frameworkBasePathPrefix, CorsConfigs corsConfigs)
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin classAbstractPropertiesToggleConfigs
-
getFrameworkBasePathPrefix
public String getFrameworkBasePathPrefix()
-
getCorsConfigs
public CorsConfigs getCorsConfigs()
-
setEnabled
public void setEnabled(boolean enabled)
-
setFrameworkBasePathPrefix
public void setFrameworkBasePathPrefix(String frameworkBasePathPrefix)
-
setCorsConfigs
public void setCorsConfigs(CorsConfigs corsConfigs)
-
canEqual
protected boolean canEqual(Object other)
-
-