Java 类org.codehaus.jackson.map.ser.ToStringSerializer 实例源码

项目:Multipath-Hedera-system-in-Floodlight-controller    文件:OFSwitchImpl.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:smartenit    文件:OFSwitchImpl.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:archived-net-virt-platform    文件:OFSwitchBase.java   
/**
 * @return The remote SocketAddress of the channel
 */
@Override
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:floodlight-qosmanager    文件:OFSwitchImpl.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:floodlight-nfv    文件:OFSwitchBase.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@Override
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:HederaInFloodlight    文件:OFSwitchImpl.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:floodlight-oss    文件:OFSwitchBase.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@Override
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:my-floodlight    文件:OFSwitchImpl.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:FL_HAND    文件:OFSwitchBase.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@Override
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}
项目:sdn-project    文件:OFSwitchImpl.java   
/**
 * Get the IP Address for the switch
 * @return the inet address
 */
@JsonSerialize(using=ToStringSerializer.class)
public SocketAddress getInetAddress() {
    return channel.getRemoteAddress();
}