We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65f296 commit 809b5caCopy full SHA for 809b5ca
src/main/java/org/springframework/hateoas/mediatype/PropertyUtils.java
@@ -135,7 +135,7 @@ public static InputPayloadMetadata getExposedProperties(@Nullable ResolvableType
135
136
return METADATA_CACHE.computeIfAbsent(type, it -> {
137
138
- ResolvableType domainType = unwrapDomainType(type);
+ ResolvableType domainType = unwrapDomainType(it);
139
Class<?> resolved = domainType.resolve(Object.class);
140
141
return Object.class.equals(resolved) //
0 commit comments