- Type Parameters:
T
- the generic type
- All Known Implementing Classes:
AbstractPropertyModel
,BaseModel
,CollectionModel
,GenericCollectionModel
,GenericModel
,ListModel
,MapModel
,PropertyModel
,SerializableModel
,SetModel
,WildcardCollectionModel
,WildcardListModel
,WildcardSetModel
public interface IObjectClassAwareModel<T>
The interface
IObjectClassAwareModel
can resolve the class of the generic type.-
Method Summary
-
Method Details
-
getObjectClass
Gets the object class.- Returns:
- the object class
-