All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.snice.networking.examples.gtp.GtpConfig Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
package io.snice.networking.examples.gtp;


import com.fasterxml.jackson.annotation.JsonProperty;
import io.hektor.config.HektorConfiguration;
import io.snice.networking.gtp.conf.GtpAppConfig;

public class GtpConfig extends GtpAppConfig {

    @JsonProperty("hektor")
    private HektorConfiguration hektorConfig;


    public HektorConfiguration getHektorConfig() {
        return hektorConfig;
    }

    public void setHektorConfig(HektorConfiguration hektorConfig) {
        this.hektorConfig = hektorConfig;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy