|
|
@ -337,7 +337,7 @@ public class EndpointMBeanExporterTests {
|
|
|
|
extends AbstractEndpoint<Map<String, Object>> {
|
|
|
|
extends AbstractEndpoint<Map<String, Object>> {
|
|
|
|
|
|
|
|
|
|
|
|
public JsonMapConversionEndpoint() {
|
|
|
|
public JsonMapConversionEndpoint() {
|
|
|
|
super("json-map-conversion");
|
|
|
|
super("json_map_conversion");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
@ -353,7 +353,7 @@ public class EndpointMBeanExporterTests {
|
|
|
|
extends AbstractEndpoint<List<Object>> {
|
|
|
|
extends AbstractEndpoint<List<Object>> {
|
|
|
|
|
|
|
|
|
|
|
|
public JsonListConversionEndpoint() {
|
|
|
|
public JsonListConversionEndpoint() {
|
|
|
|
super("json-list-conversion");
|
|
|
|
super("json_list_conversion");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|