Interface IDefinitionBindingConfiguration
- All Known Implementing Classes:
DefaultDefinitionBindingConfiguration
public interface IDefinitionBindingConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionGet the class name to use for the generated class associated with this binding.A collection of interfaces that the associated generated class will implement.Get the class that the associated generated class will extend.
-
Method Details
-
getClassName
Get the class name to use for the generated class associated with this binding.- Returns:
- a class name
-
getQualifiedBaseClassName
Get the class that the associated generated class will extend.- Returns:
- a full type, including the package
-
getInterfacesToImplement
A collection of interfaces that the associated generated class will implement.- Returns:
- a list of fully qualified type names for interfaces
-