Class TinyTrackOmitProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "wings.tiny.grow.track.omit") public class TinyTrackOmitProp- Since:
2024-07-27
trydofor
-
-
Constructor Summary
Constructors Constructor Description TinyTrackOmitProp()
-
Method Summary
Modifier and Type Method Description Map<String, Class<out Object>>getClazz()omit the property if it is instance of. voidsetClazz(Map<String, Class<out Object>> clazz)omit the property if it is instance of. Map<String, String>getEqual()omit the property if its name equals. voidsetEqual(Map<String, String> equal)omit the property if its name equals. Map<String, Pattern>getRegex()omit the property if its name match regex. voidsetRegex(Map<String, Pattern> regex)omit the property if its name match regex. booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getClazz
Map<String, Class<out Object>> getClazz()
omit the property if it is instance of. empty means disable
-
setClazz
void setClazz(Map<String, Class<out Object>> clazz)
omit the property if it is instance of. empty means disable
-
setEqual
void setEqual(Map<String, String> equal)
omit the property if its name equals. empty means disable
-
getRegex
Map<String, Pattern> getRegex()
omit the property if its name match regex. empty means disable
-
setRegex
void setRegex(Map<String, Pattern> regex)
omit the property if its name match regex. empty means disable
-
hashCode
int hashCode()
-
-
-
-