public class SimpleValue extends Object
Constructor and Description |
---|
SimpleValue(boolean value) |
SimpleValue(double value) |
SimpleValue(int value) |
SimpleValue(long value) |
SimpleValue(Object value) |
SimpleValue(String value)
Called by JAX-RS container to create a SimpleValue from a @PathParam or @QueryParam
|
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue() |
double |
doubleValue() |
boolean |
equals(Object o) |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
String |
toString() |
SimpleValue |
trim()
Trims this value in-place, provided it is of type String.
|
Object |
value() |
public SimpleValue(String value)
public SimpleValue(int value)
public SimpleValue(long value)
public SimpleValue(double value)
public SimpleValue(boolean value)
public SimpleValue(Object value)
public int intValue()
public long longValue()
public double doubleValue()
public boolean booleanValue()
public Object value()
public SimpleValue trim()
Copyright © 2023. All Rights Reserved.