A TypeBuilder to configure read the implementation class of a type.
- The component type.| Type | Name and description |
|---|---|
TypeBuilder<C> |
defaultImplementation(Class<? extends C> implementation)Allows the plugin to register the implementation type. |
TypeBuilder<C> |
internalView(Class<?> internalView) |
Allows the plugin to register the implementation type.
implementation - the implementation class.