@FunctionalInterface public interface DataModelAdapter
DataModelReflection
s.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 null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.