public class UnconfiguredBuildTargetTypeCoercer extends LeafUnconfiguredOnlyCoercer<UnconfiguredBuildTarget>
TypeCoercer.Traversal| Constructor and Description |
|---|
UnconfiguredBuildTargetTypeCoercer(UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory) |
| Modifier and Type | Method and Description |
|---|---|
UnconfiguredBuildTarget |
coerceToUnconfigured(CellNameResolver cellRoots,
ProjectFilesystem filesystem,
ForwardRelativePath pathRelativeToProjectRoot,
Object object)
Coerce to a value for unconfigured graph.
|
com.google.common.reflect.TypeToken<UnconfiguredBuildTarget> |
getUnconfiguredType() |
coerce, getOutputType, unconfiguredToConfiguredCoercionIsIdentityhasElementClass, traverseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckOutputAssignableTo, checkUnconfiguredAssignableTo, coerceBoth, concat, supportsConcatenationpublic UnconfiguredBuildTargetTypeCoercer(UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory)
public com.google.common.reflect.TypeToken<UnconfiguredBuildTarget> getUnconfiguredType()
public UnconfiguredBuildTarget coerceToUnconfigured(CellNameResolver cellRoots, ProjectFilesystem filesystem, ForwardRelativePath pathRelativeToProjectRoot, Object object) throws CoerceFailedException
TypeCoercerCoerceFailedException