public class FlavorTypeCoercer extends LeafUnconfiguredOnlyCoercer<Flavor>
Flavor
.TypeCoercer.Traversal
Constructor and Description |
---|
FlavorTypeCoercer() |
Modifier and Type | Method and Description |
---|---|
Flavor |
coerceToUnconfigured(CellNameResolver cellRoots,
ProjectFilesystem filesystem,
ForwardRelativePath pathRelativeToProjectRoot,
Object object)
Coerce to a value for unconfigured graph.
|
com.google.common.reflect.TypeToken<Flavor> |
getUnconfiguredType() |
coerce, getOutputType, unconfiguredToConfiguredCoercionIsIdentity
hasElementClass, traverse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOutputAssignableTo, checkUnconfiguredAssignableTo, coerceBoth, concat, supportsConcatenation
public com.google.common.reflect.TypeToken<Flavor> getUnconfiguredType()
public Flavor coerceToUnconfigured(CellNameResolver cellRoots, ProjectFilesystem filesystem, ForwardRelativePath pathRelativeToProjectRoot, Object object) throws CoerceFailedException
TypeCoercer
CoerceFailedException