List notSupportedTypes()

in dataenum-processor/src/main/java/com/spotify/dataenum/processor/parser/MembersParser.java [171:175]


    List<? extends Element> notSupportedTypes() {
      if (elements.containsKey(NOT_SUPPORTED_TYPE)) {
        return elements.get(NOT_SUPPORTED_TYPE);
      } else return Collections.emptyList();
    }