Interface ResolvedModelExtension
- All Known Subinterfaces:
ResolvedModel
- All Known Implementing Classes:
ModelDiscovery.ModelWrapper
public interface ResolvedModelExtension
Extension for
ResolvedModel
.-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
fillAdditionalProperties
(@Nullable ResolvedModel model, ContextMap.Builder propertiesBuilder) static ContextMap
findTopAdditionalProperties
(ResolvedModel topModel) Resolves additional properties by walking the model child-parent chain, and callingUnbakedModelExtension.fillAdditionalProperties(ContextMap.Builder)
.default ContextMap
private ResolvedModel
self()
-
Method Details
-
self
-
findTopAdditionalProperties
Resolves additional properties by walking the model child-parent chain, and callingUnbakedModelExtension.fillAdditionalProperties(ContextMap.Builder)
. -
fillAdditionalProperties
private static void fillAdditionalProperties(@Nullable @Nullable ResolvedModel model, ContextMap.Builder propertiesBuilder) -
getTopAdditionalProperties
-