{"id":66771,"library":"openpojo","title":"OpenPojo","description":"A testing library that validates POJO behavior, including equals/hashCode and getter/setter conventions.","status":"active","version":"0.9.1","language":"java","source_language":null,"source_url":"https://github.com/OpenPojo/openpojo","tags":["testing","pojo","validation","unit-test"],"install":[{"cmd":"<dependency>\n  <groupId>com.openpojo</groupId>\n  <artifactId>openpojo</artifactId>\n  <version>0.9.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.openpojo:openpojo:0.9.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Validator","correct":"com.openpojo.validation.Validator"}],"quickstart":{"code":"import com.openpojo.validation.Validator;\nimport com.openpojo.validation.ValidatorBuilder;\nimport com.openpojo.validation.rule.impl.GetterMustExistRule;\n\npublic class Example {\n    public static void main(String[] args) {\n        Validator validator = ValidatorBuilder.create()\n                .with(new GetterMustExistRule())\n                .build();\n        validator.validate(\"com.example.pojos\");\n    }\n}","lang":"java","description":"Validates all POJOs in a package for getter existence."},"warnings":[],"env_vars":null,"search_vec":"'behavior':8 'convent':13 'equals/hashcode':10 'getter/setter':12 'includ':9 'librari':4 'openpojo':1 'pojo':7,15 'test':3,14,19 'unit':18 'unit-test':17 'valid':6,16","created_at":"2026-06-17T17:28:20.540375+00:00","updated_at":"2026-06-17T17:28:20.540375+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://openpojo.com/","github":"https://github.com/OpenPojo/openpojo","docs":"https://appdoc.app/artifact/com.openpojo/openpojo/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}