Interface TypeBuilder<T>
- Type Parameters:
T- The registered type.
Deprecated.
A TypeBuilder to configure the registration of a type.
-
Method Summary
Modifier and TypeMethodDescriptiondefaultImplementation(Class<?> implementation) Deprecated.Allows the plugin to register the implementation type.internalView(Class<?> internalView) Deprecated.Allows type registration rules to add internal views to the registered type.
-
Method Details
-
defaultImplementation
Deprecated.Allows the plugin to register the implementation type.- Parameters:
implementation- the implementation class.
-
internalView
Deprecated.Allows type registration rules to add internal views to the registered type.- Parameters:
internalView- the internal view class
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.