instancio icon indicating copy to clipboard operation
instancio copied to clipboard

Add support for Hibernate Validator `@CNPJ` annotation

Open armandino opened this issue 2 months ago • 0 comments

Feature description

Checks that the annotated character sequence represents a Brazilian corporate tax payer registry number (Cadastro de Pessoa Jurídica).

  • Supported data types: CharSequence
  • Country: Brazil

Docs: https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#_country_specific_constraints

@REGON implementation can be used for reference (RegonGeneratorSpec and RegonSpec).

armandino avatar May 01 '24 06:05 armandino