@FunctionalInterface public interface DataModelAdapter
DataModelReflections.| Modifier and Type | Method and Description |
|---|---|
<T> DataModelDefinition<T> |
get(Class<T> modelClass)
Creates the
DataModelDefinition object from a data model class. |
<T> DataModelDefinition<T> get(Class<T> modelClass)
DataModelDefinition object from a data model class.T - type of data modelmodelClass - a data model classnull if not supportedIllegalArgumentException - if some parameters were nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.