Skip to content

Commit

Permalink
added getter for typePropertyName in SealedJsonHierarchiesTypeResolve…
Browse files Browse the repository at this point in the history
…r for typescript extension
  • Loading branch information
lpandzic committed Oct 12, 2023
1 parent 6a98eba commit ecbc1db
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ public Class<?> resolve(Map<String, Object> json) {
SimpleJsonTypeResolver<?> simpleJsonTypeResolver = typeValueToResolver.get(value);
return simpleJsonTypeResolver.resolve(json);
}

public String getTypePropertyName() {
return typePropertyName;
}
}

0 comments on commit ecbc1db

Please sign in to comment.