public class ResourceModelMetaData extends Object
ResourceModel. Used
to retain the result of costly reflection on resource models. Instances are model-scoped, i.e. there is exactly one
ResourceModelMetaData instance per detected ResourceModel.ResourceModelMetaDataRegistrar| Constructor and Description |
|---|
ResourceModelMetaData(Class<?> modelType) |
| Modifier and Type | Method and Description |
|---|---|
MappedFieldMetaData[] |
getMappableFields() |
MethodMetaData[] |
getPostMappingMethods() |
MethodMetaData[] |
getPreMappingMethods() |
ResourceModelStatistics |
getStatistics() |
String |
getTypeName() |
public ResourceModelMetaData(Class<?> modelType)
public MappedFieldMetaData[] getMappableFields()
public MethodMetaData[] getPostMappingMethods()
public MethodMetaData[] getPreMappingMethods()
public String getTypeName()
public ResourceModelStatistics getStatistics()
Copyright © 2014–2015. All rights reserved.