|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.jqno.equalsverifier.util.annotations.AnnotationProperties
public class AnnotationProperties
Contains all properties of an annotation necessary to to make decisions about that annotation. Note that this object does not contain all possible properties; only the ones that are actually used by EqualsVerifier.
Constructor Summary | |
---|---|
AnnotationProperties(String descriptor)
Constructor. |
Method Summary | |
---|---|
Set<Object> |
getArrayValues(String name)
Retrieves the content of an array value property. |
String |
getDescriptor()
Getter. |
void |
putArrayValues(String name,
Set<Object> values)
Adds the content of an array value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationProperties(String descriptor)
descriptor
- The annotation's descriptor string.Method Detail |
---|
public String getDescriptor()
public void putArrayValues(String name, Set<Object> values)
name
- The name of the array value property.values
- The content of the array value property.public Set<Object> getArrayValues(String name)
name
- The name of the array value property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |