canBuild

abstract fun canBuild(modelName: String): Boolean(source)

Indicates whether this builder can construct the given model.

Return

true if this builder can construct the model, false if not.

Parameters

modelName

The model name, usually the same as the name of the Java interface used by the client.