Package io.github.astrapi69.model.api
Interface IObjectClassAwareModel<T>
-
- Type Parameters:
T
- the generic type
- All Known Implementing Classes:
AbstractPropertyModel
,BaseModel
,CollectionModel
,GenericCollectionModel
,GenericModel
,ListModel
,MapModel
,PropertyModel
,SerializableModel
,SetModel
,TypeSafeModel
,WildcardCollectionModel
,WildcardListModel
,WildcardSetModel
public interface IObjectClassAwareModel<T>
The interfaceIObjectClassAwareModel
can resolve the class of the generic type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>
getObjectClass()
Gets the object class.
-
-
-
Method Detail
-
getObjectClass
java.lang.Class<T> getObjectClass()
Gets the object class.- Returns:
- the object class
-
-