Module model.data

Interface IObjectClassAwareModel<T>

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

    Modifier and Type
    Method
    Description
    Gets the object class.
  • Method Details

    • getObjectClass

      Class<T> getObjectClass()
      Gets the object class.
      Returns:
      the object class