Package io.github.multiform_validator
Class CnpjValidator
java.lang.Object
io.github.multiform_validator.CnpjValidator
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
cnpjIsValid
(String cnpj) Check if a CNPJ is valid
-
Method Details
-
cnpjIsValid
Check if a CNPJ is valid- Parameters:
cnpj
- the CNPJ to be validated- Returns:
- true if the CNPJ is valid, false otherwise
- Throws:
NullPointerException
- if the CNPJ is null
-