public abstract class AbstractMapArguments extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Annotation> |
annotations
The annotations for the attribute.
|
private Class<?> |
pojoClass
The POJO where the Map attribute has been declared.
|
private Map<Class<?>,Integer> |
pojos
Set of manufactured pojos' types.
|
| Constructor and Description |
|---|
AbstractMapArguments() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getAnnotations() |
Class<?> |
getPojoClass() |
Map<Class<?>,Integer> |
getPojos() |
void |
setAnnotations(List<Annotation> annotations) |
void |
setPojoClass(Class<?> pojoClass) |
void |
setPojos(Map<Class<?>,Integer> pojos) |
String |
toString() |
private Class<?> pojoClass
private List<Annotation> annotations
public Class<?> getPojoClass()
public void setPojoClass(Class<?> pojoClass)
pojoClass - the pojoClass to setpublic List<Annotation> getAnnotations()
public void setAnnotations(List<Annotation> annotations)
annotations - the annotations to setCopyright © 2015. All rights reserved.