public class StringWithMacrosTypeCoercer extends Object implements TypeCoercer<Object,StringWithMacros>
StringWithMacros
.TypeCoercer.Traversal
Modifier and Type | Method and Description |
---|---|
StringWithMacros |
coerce(CellNameResolver cellRoots,
ProjectFilesystem filesystem,
ForwardRelativePath pathRelativeToProjectRoot,
TargetConfiguration targetConfiguration,
TargetConfiguration hostConfiguration,
Object object) |
Object |
coerceToUnconfigured(CellNameResolver cellRoots,
ProjectFilesystem filesystem,
ForwardRelativePath pathRelativeToProjectRoot,
Object object)
Coerce to a value for unconfigured graph.
|
StringWithMacros |
concat(Iterable<StringWithMacros> elements)
Implementation of concatenation for this type.
|
com.google.common.reflect.TypeToken<StringWithMacros> |
getOutputType() |
com.google.common.reflect.TypeToken<Object> |
getUnconfiguredType() |
boolean |
hasElementClass(Class<?>... types)
Returns whether the leaf nodes of this type coercer outputs value that is an instance of the
given class or its subclasses.
|
void |
traverse(CellNameResolver cellRoots,
StringWithMacros stringWithMacros,
TypeCoercer.Traversal traversal)
Traverse an object guided by this TypeCoercer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOutputAssignableTo, checkUnconfiguredAssignableTo, coerceBoth, supportsConcatenation, unconfiguredToConfiguredCoercionIsIdentity
public com.google.common.reflect.TypeToken<StringWithMacros> getOutputType()
getOutputType
in interface TypeCoercer<Object,StringWithMacros>
public com.google.common.reflect.TypeToken<Object> getUnconfiguredType()
getUnconfiguredType
in interface TypeCoercer<Object,StringWithMacros>
public boolean hasElementClass(Class<?>... types)
TypeCoercer
hasElementClass
in interface TypeCoercer<Object,StringWithMacros>
public void traverse(CellNameResolver cellRoots, StringWithMacros stringWithMacros, TypeCoercer.Traversal traversal)
TypeCoercer
#{link Traversal#traverse} function will be called once for the object. If the object is a collection or map, it will also recursively traverse all elements of the map.
traverse
in interface TypeCoercer<Object,StringWithMacros>
public Object coerceToUnconfigured(CellNameResolver cellRoots, ProjectFilesystem filesystem, ForwardRelativePath pathRelativeToProjectRoot, Object object) throws CoerceFailedException
TypeCoercer
coerceToUnconfigured
in interface TypeCoercer<Object,StringWithMacros>
CoerceFailedException
public StringWithMacros coerce(CellNameResolver cellRoots, ProjectFilesystem filesystem, ForwardRelativePath pathRelativeToProjectRoot, TargetConfiguration targetConfiguration, TargetConfiguration hostConfiguration, Object object) throws CoerceFailedException
coerce
in interface TypeCoercer<Object,StringWithMacros>
CoerceFailedException
- Input object cannot be coerced into the given type.public StringWithMacros concat(Iterable<StringWithMacros> elements)
TypeCoercer
null
indicates that concatenation
isn't supported by the type.concat
in interface Concatable<StringWithMacros>
concat
in interface TypeCoercer<Object,StringWithMacros>
null
if concatenation is not
supported for the type