File tree Expand file tree Collapse file tree
cwms-data-api-model/src/main/java/mil/army/usace/hec/cwms/data/api/client/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535import java .util .List ;
3636import java .util .Set ;
3737
38- /**
39- *
40- */
4138public final class RadarObjectMapper {
4239
4340 private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper ()
@@ -46,9 +43,6 @@ public final class RadarObjectMapper {
4643 .configure (SerializationFeature .WRITE_DATES_AS_TIMESTAMPS , false )
4744 .configure (SerializationFeature .WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS , false )
4845 .configure (DeserializationFeature .READ_DATE_TIMESTAMPS_AS_NANOSECONDS , false )
49- // .activateDefaultTyping(BasicPolymorphicTypeValidator.builder()
50- // .allowIfBaseType(LocationLevel.class)
51- // .build(), ObjectMapper.DefaultTyping.NON_FINAL)
5246 .setSerializationInclusion (JsonInclude .Include .NON_EMPTY )
5347 .configure (JsonReadFeature .ALLOW_MISSING_VALUES .mappedFeature (), true );
5448
You can’t perform that action at this time.
0 commit comments