Exemplo n.º 1
0
 private Long getLong(String nodeName, @Nullable Long defaultValue) {
   return configuration.getLongValue(sonePrefix + nodeName).getValue(defaultValue);
 }
Exemplo n.º 2
0
 private Integer getInt(String nodeName, @Nullable Integer defaultValue) {
   return configuration.getIntValue(sonePrefix + nodeName).getValue(defaultValue);
 }