Class SilencerFeatureProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SilencerFeatureProp.Key) public class SilencerFeatureProp
WingsEnabledCondition properties wings-feature-79.properties
- Since:
2023-12-04
trydofor
-
-
Constructor Summary
Constructors Constructor Description SilencerFeatureProp()
-
Method Summary
Modifier and Type Method Description Map<String, Boolean>getError()the mapping of qualified-key (ant-matcher) and its error handling `true`: match; `false`: not match; otherwise: throw exception voidsetError(Map<String, Boolean> error)the mapping of qualified-key (ant-matcher) and its error handling `true`: match; `false`: not match; otherwise: throw exception Map<String, String>getPrefix()the mapping of qualified-key (ant-matcher) and its prefix voidsetPrefix(Map<String, String> prefix)the mapping of qualified-key (ant-matcher) and its prefix Map<String, Boolean>getEnable()the mapping of qualified-key (ant-matcher) and its enable voidsetEnable(Map<String, Boolean> enable)the mapping of qualified-key (ant-matcher) and its enable booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getError
Map<String, Boolean> getError()
the mapping of qualified-key (ant-matcher) and its error handling `true`: match; `false`: not match; otherwise: throw exception
-
setError
void setError(Map<String, Boolean> error)
the mapping of qualified-key (ant-matcher) and its error handling `true`: match; `false`: not match; otherwise: throw exception
-
setPrefix
void setPrefix(Map<String, String> prefix)
the mapping of qualified-key (ant-matcher) and its prefix
-
getEnable
Map<String, Boolean> getEnable()
the mapping of qualified-key (ant-matcher) and its enable
-
setEnable
void setEnable(Map<String, Boolean> enable)
the mapping of qualified-key (ant-matcher) and its enable
-
hashCode
int hashCode()
-
-
-
-