public class MapKeyOrElementsArguments extends AbstractMapArguments implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private AttributeStrategy<?> |
elementStrategy
The strategy to use to fill the Map key or value element.
|
private Type[] |
genericTypeArgs
The generic type arguments for the current generic class
instance.
|
private Class<?> |
keyOrValueType
The Map key / element type.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MapKeyOrElementsArguments() |
| Modifier and Type | Method and Description |
|---|---|
AttributeStrategy<?> |
getElementStrategy() |
Type[] |
getGenericTypeArgs() |
Class<?> |
getKeyOrValueType() |
void |
setElementStrategy(AttributeStrategy<?> elementStrategy) |
void |
setGenericTypeArgs(Type[] genericTypeArgs) |
void |
setKeyOrValueType(Class<?> keyOrValueType) |
String |
toString() |
getAnnotations, getAttributeName, getMapToBeFilled, setAnnotations, setAttributeName, setMapToBeFilledprivate static final long serialVersionUID
private Class<?> keyOrValueType
private AttributeStrategy<?> elementStrategy
private Type[] genericTypeArgs
public Class<?> getKeyOrValueType()
public void setKeyOrValueType(Class<?> keyOrValueType)
keyOrValueType - the keyOrValueType to setpublic AttributeStrategy<?> getElementStrategy()
public void setElementStrategy(AttributeStrategy<?> elementStrategy)
elementStrategy - the elementStrategy to setpublic Type[] getGenericTypeArgs()
public void setGenericTypeArgs(Type[] genericTypeArgs)
genericTypeArgs - the genericTypeArgs to setpublic String toString()
toString in class AbstractMapArgumentsCopyright © 2015. All rights reserved.