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 ConverterArgumentExpression
public Class<?> getArgumentType()
ConverterArgumentExpression
getArgumentType
in class ConverterArgumentExpression
public boolean isConstant()
ConverterArgumentExpression
isConstant
in class ConverterArgumentExpression
public String toString()
toString
in class ConverterArgumentExpression
Copyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.