public class UnconfiguredBuildTargetTypeInfo extends Object implements ValueTypeInfo<UnconfiguredBuildTarget>
| Modifier and Type | Field and Description |
|---|---|
static UnconfiguredBuildTargetTypeInfo |
INSTANCE |
| Constructor and Description |
|---|
UnconfiguredBuildTargetTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(UnconfiguredBuildTarget value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateNotNullpublic static final UnconfiguredBuildTargetTypeInfo INSTANCE
public <E extends Exception> void visit(UnconfiguredBuildTarget value, ValueVisitor<E> visitor) throws E extends Exception
visit in interface ValueTypeInfo<UnconfiguredBuildTarget>E extends Exceptionpublic <E extends Exception> UnconfiguredBuildTarget create(ValueCreator<E> creator) throws E extends Exception
create in interface ValueTypeInfo<UnconfiguredBuildTarget>E extends Exception