for (FieldLoader loader : fieldLoaders) {
thisSet.add(loader.getFieldName());
}
if (algCasesData == null) {
JsonType jsonAnnotation = typeClass.getAnnotation(JsonType.class);
if (jsonAnnotation.allowsOtherProperties()) {
return;
}
for (Set<String> set : namesChain) {
thisSet.addAll(set);
}