T
- the template model type used by this descriptorpublic class ModelDescriptor<T extends TemplateModel> extends BeanModelType<T>
Modifier and Type | Method and Description |
---|---|
static <T extends TemplateModel> |
get(Class<T> modelType)
Gets the model descriptor for a model type.
|
accepts, applicationToModel, cast, createInitialValue, createInitialValues, getClientUpdateAllowedProperties, getClientUpdateMode, getExistingProperty, getJavaType, getPropertyNames, getPropertyType, getProxyType, hasProperty, importProperties, isBean, modelToApplication, resolveType, toJson
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedTypesString
public static <T extends TemplateModel> ModelDescriptor<T> get(Class<T> modelType)
T
- the model typemodelType
- the model type to find a descriptor, not null
null
Copyright © 2020. All rights reserved.