public abstract class AbstractMapArguments extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Annotation> |
annotations
The annotations for the attribute.
|
private String |
attributeName
The name of map attribute in enclosing POJO
|
private Map<? super Object,? super Object> |
mapToBeFilled
The Map to be returned.
|
| Constructor and Description |
|---|
AbstractMapArguments() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getAnnotations() |
String |
getAttributeName() |
Map<? super Object,? super Object> |
getMapToBeFilled() |
void |
setAnnotations(List<Annotation> annotations) |
void |
setAttributeName(String attributeName) |
void |
setMapToBeFilled(Map<? super Object,? super Object> mapToBeFilled) |
String |
toString() |
private String attributeName
private List<Annotation> annotations
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - the attribute name for this mappublic Map<? super Object,? super Object> getMapToBeFilled()
public void setMapToBeFilled(Map<? super Object,? super Object> mapToBeFilled)
mapToBeFilled - the mapToBeFilled to setpublic List<Annotation> getAnnotations()
public void setAnnotations(List<Annotation> annotations)
annotations - the annotations to setCopyright © 2016. All rights reserved.