T - the template model type used by this descriptorpublic class ModelDescriptor<T extends TemplateModel> extends BeanModelType<T>
For internal use only. May be renamed or removed in a future release.
| 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, toJsonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedTypesStringpublic static <T extends TemplateModel> ModelDescriptor<T> get(Class<T> modelType)
T - the model typemodelType - the model type to find a descriptor, not nullnullCopyright © 2025. All rights reserved.