public class ModelBuilder extends Object
Model
s, 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
NotExportableException
public <T> Model<T> get(Class<T> type, @CheckForNull Class<?> propertyOwner, @Nullable String property) throws NotExportableException
NotExportableException
Copyright © 2016. All rights reserved.