public class SimpleValue extends Object
Modifier and Type | Field and Description |
---|---|
private Logger |
logger |
private Object |
value
The (auto-boxed) wrapped value.
|
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() |
Object |
value() |
private 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()
Copyright © 2018. All Rights Reserved.