Skip to content

Commit

Permalink
added getter for typeValueToResolver in SealedJsonHierarchiesTypeReso…
Browse files Browse the repository at this point in the history
…lver for typescript extension
  • Loading branch information
lpandzic committed Oct 12, 2023
1 parent c6a518d commit 56a05df
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@ public Class<?> resolve(Map<String, Object> json) {
public String getTypePropertyName() {
return typePropertyName;
}

public Map<String, ? extends SimpleJsonTypeResolver<?>> getTypeValueToResolver() {
return typeValueToResolver;
}
}

0 comments on commit 56a05df

Please sign in to comment.