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, unconfiguredToConfiguredCoercionIsIdentity
hasElementClass, traverse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOutputAssignableTo, checkUnconfiguredAssignableTo, coerceBoth, concat, supportsConcatenation
public UnconfiguredBuildTargetTypeCoercer(UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory)
public com.google.common.reflect.TypeToken<UnconfiguredBuildTarget> getUnconfiguredType()
public UnconfiguredBuildTarget coerceToUnconfigured(CellNameResolver cellRoots, ProjectFilesystem filesystem, ForwardRelativePath pathRelativeToProjectRoot, Object object) throws CoerceFailedException
TypeCoercer
CoerceFailedException