A TypeBuilder to configure the registration of a type.
- The registered type.Type | Name and description |
---|---|
TypeBuilder<T> |
defaultImplementation(Class<?> implementation) Allows the plugin to register the implementation type. |
TypeBuilder<T> |
internalView(Class<?> internalView) Allows type registration rules to add internal views to the registered type. |
Allows the plugin to register the implementation type.
implementation
- the implementation class.Allows type registration rules to add internal views to the registered type.
internalView
- the internal view class