Package io.jmix.flowui.view
Class DetailViewTypeExtractor
java.lang.Object
io.jmix.flowui.view.DetailViewTypeExtractor
The utility class designed to extract the entity class type associated with a
DetailView.-
Method Summary
Modifier and TypeMethodDescriptionextractEntityClass(ViewInfo viewInfo) Extracts the entity class type associated with the givenViewInfo.extractEntityClass(Class<? extends View> viewClass) Extracts the entity class type associated with the given view class.
-
Method Details
-
extractEntityClass
Extracts the entity class type associated with the givenViewInfo. -
extractEntityClass
Extracts the entity class type associated with the given view class.
-