|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fasterxml.jackson.databind.JsonSerializer<java.lang.Integer>
net.floodlightcontroller.core.web.serializers.IPv4Serializer
public class IPv4Serializer
Serialize an integer as an IPv4 Address in dotted decimal format
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer |
---|
com.fasterxml.jackson.databind.JsonSerializer.None |
Constructor Summary | |
---|---|
IPv4Serializer()
|
Method Summary | |
---|---|
void |
serialize(java.lang.Integer i,
com.fasterxml.jackson.core.JsonGenerator jGen,
com.fasterxml.jackson.databind.SerializerProvider serializer)
|
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer |
---|
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPv4Serializer()
Method Detail |
---|
public void serialize(java.lang.Integer i, com.fasterxml.jackson.core.JsonGenerator jGen, com.fasterxml.jackson.databind.SerializerProvider serializer) throws java.io.IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<java.lang.Integer>
java.io.IOException
com.fasterxml.jackson.core.JsonProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |