Hello everyone, I'm trying to find a solution for the current case: I have generated classes, which can't be changed.
public static class CacheName {
private Long id;
private NestedClass nestedClass;
}
public static class NestedClass {
private List<String> types;
private Map<String, Object> dynamicFields;
}
