public interface EntityViewConfiguration
Modifier and Type | Method and Description |
---|---|
void |
addEntityView(Class<?> clazz)
Adds the given class to the set of known entity views.
|
EntityViewManager |
createEntityViewManager()
Creates a new entity view manager from this configuration.
|
Set<Class<?>> |
getEntityViews()
Returns the currently known entity views.
|
void addEntityView(Class<?> clazz)
clazz
- The class to be addedEntityViewManager createEntityViewManager()
Copyright © 2015 Blazebit. All Rights Reserved.