Registry / testing / openpojo

openpojo

JSON →
library0.9.1javamavenunverified

A testing library that validates POJO behavior, including equals/hashCode and getter/setter conventions.

<dependency> <groupId>com.openpojo</groupId> <artifactId>openpojo</artifactId> <version>0.9.1</version> </dependency>
INSTALL
IMPORT
SIG · OPENPOJO
O
openpojo
testingjavav0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Validator
com.openpojo.validation.Validator

Validates all POJOs in a package for getter existence.

import com.openpojo.validation.Validator; import com.openpojo.validation.ValidatorBuilder; import com.openpojo.validation.rule.impl.GetterMustExistRule; public class Example { public static void main(String[] args) { Validator validator = ValidatorBuilder.create() .with(new GetterMustExistRule()) .build(); validator.validate("com.example.pojos"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
openpojo — mvn dependency:get openpojo · libregistry