public class ModelBuilder extends Object
Models, that are used to write out
the value representation of exposed beans.| Constructor and Description |
|---|
ModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<T> Model<T> |
get(Class<T> type) |
<T> Model<T> |
get(Class<T> type,
Class<?> propertyOwner,
String property) |
public <T> Model<T> get(Class<T> type) throws NotExportableException
NotExportableExceptionpublic <T> Model<T> get(Class<T> type, @CheckForNull Class<?> propertyOwner, @Nullable String property) throws NotExportableException
NotExportableExceptionCopyright © 2016. All rights reserved.