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