[Java] Interface Value

public interface Value

Methods Summary

Methods
Type Params Return Type Name and description
public BigDecimal bigDecimalValue()
public BigInteger bigIntegerValue()
public boolean booleanValue()
public byte byteValue()
public char charValue()
public void chop()
public Date dateValue()
public double doubleValue()
public float floatValue()
public int intValue()
public boolean isContainer()
public long longValue()
public short shortValue()
public String stringValue()
public String stringValueEncoded()
<T extends Enum> public T toEnum(Class<T> cls)
public Object toValue()

Method Detail

public BigDecimal bigDecimalValue()

public BigInteger bigIntegerValue()

public boolean booleanValue()

public byte byteValue()

public char charValue()

public void chop()

public Date dateValue()

public double doubleValue()

public float floatValue()

public int intValue()

public boolean isContainer()

public long longValue()

public short shortValue()

public String stringValue()

public String stringValueEncoded()

<T extends Enum> public T toEnum(Class<T> cls)

public Object toValue()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/json/internal/Value.html