Interface ResolvedModelExtension
- All Known Subinterfaces:
ResolvedModel
- All Known Implementing Classes:
ModelDiscovery.ModelWrapper
public interface ResolvedModelExtension
Extension for
ResolvedModel.-
Method Summary
Modifier and TypeMethodDescriptionprivate static voidfillAdditionalProperties(@Nullable ResolvedModel model, ContextMap.Builder propertiesBuilder) static ContextMapfindTopAdditionalProperties(ResolvedModel topModel) Resolves additional properties by walking the model child-parent chain, and callingUnbakedModelExtension.fillAdditionalProperties(ContextMap.Builder).default ContextMapprivate ResolvedModelself()
-
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
-