| Enum | Description |
|---|---|
| AutoDetectPolicy |
A policy for determining which class members are automatically detected as properties.
|
| DefaultPojomaticPolicy |
A policy for defining which sets of
Pojomatic operations
(equals, hashCode and toString) should use all properties by default. |
| PojomaticPolicy |
A policy for defining which sets of
Pojomatic operations
(equals, hashCode and toString) should use a property. |
| Annotation Type | Description |
|---|---|
| AutoProperty |
Assigns the defaults for
Pojomatic at the class level and provides a way to
configure the automatic detection of properties. |
| OverridesEquals |
Declares that the annotated type overrides the behavior of
equals,
and hence is not compatible for equals with its superclasses. |
| PojoFormat |
Specifies formatting information to be used for creating
String representations of POJOs. |
| Property |
Marks a property of a class to be used by
Pojomatic |
| PropertyFormat |
Specifies formatting information to be used for creating
String representations of
properties. |
| SkipArrayCheck |
If the annotated property is of type
Object, then Pojomatic should not consider the possibility that it could
be an array. |
| SubclassCannotOverrideEquals |
Declares that a subclass of the annotated type cannot override the behavior of equals.
|
Copyright © 2008–2018. All rights reserved.