T - The registered type.@Incubating public interface TypeBuilder<T>
| Modifier and Type | Method | 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. | 
TypeBuilder<T> defaultImplementation(Class<?> implementation)
implementation - the implementation class.TypeBuilder<T> internalView(Class<?> internalView)
internalView - the internal view class