Description
public interface MetaModelService @Programmatic public Nature natureOf(Class<?> cls); /** * convenience; just calls {@link #natureOf(Class)} for the class of the provided object. */ @Programmatic public Nature natureOf(Object obj); ... }
Attachments
Issue Links
- duplicates
-
CAUSEWAY-1384 Extend MetaModelService to indicate what "sort of" object a given domain type represents.
- Closed