com.excilys.ebi.gatling.jenkins.chart
Class Point<X extends Number,Y extends Number>
java.lang.Object
com.excilys.ebi.gatling.jenkins.chart.Point<X,Y>
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.JsonSerializable
public class Point<X extends Number,Y extends Number>
- extends Object
- implements com.fasterxml.jackson.databind.JsonSerializable
|
Constructor Summary |
Point(X x,
Y y)
|
|
Method Summary |
X |
getX()
|
Y |
getY()
|
void |
serialize(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
|
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Point
public Point(X x,
Y y)
getX
public X getX()
getY
public Y getY()
serialize
public void serialize(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
- Specified by:
serialize in interface com.fasterxml.jackson.databind.JsonSerializable
- Throws:
IOException
serializeWithType
public void serializeWithType(com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
- Specified by:
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializable
Copyright © 2004-2013. All Rights Reserved.