public class ConverterObjectArgument extends ConverterArgumentExpression
ConverterMention. It is always considered
constant (i.e. isConstant() == true).| Modifier and Type | Field and Description |
|---|---|
private Object |
arg |
private Class<?> |
clazz |
| Constructor and Description |
|---|
ConverterObjectArgument(Class<?> clazz,
Object arg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getArgumentType()
Returns the Java type associated with the argument.
|
Object |
getGroundObject() |
int |
hashCode() |
boolean |
isConstant()
Tells whether this argument is a constant value or an expression the value of which may be affected by
the state of the execution environment (typically the values assigned to placeholders).
|
String |
toString() |
public Object getGroundObject()
getGroundObject in class ConverterArgumentExpressionpublic Class<?> getArgumentType()
ConverterArgumentExpressiongetArgumentType in class ConverterArgumentExpressionpublic boolean isConstant()
ConverterArgumentExpressionisConstant in class ConverterArgumentExpressionpublic String toString()
toString in class ConverterArgumentExpressionCopyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.