public final class InputTypes extends java.lang.Object implements java.lang.Iterable<InputType>, InputTypeResolver
Modifier and Type | Class and Description |
---|---|
static class |
InputTypes.Builder |
Modifier and Type | Field and Description |
---|---|
static InputTypes |
BUILTIN |
Modifier and Type | Method and Description |
---|---|
static InputTypes.Builder |
create() |
java.util.Iterator<InputType> |
iterator() |
InputType |
resolve(InputTypeName name) |
public static final InputTypes BUILTIN
public InputType resolve(InputTypeName name)
resolve
in interface InputTypeResolver
public java.util.Iterator<InputType> iterator()
iterator
in interface java.lang.Iterable<InputType>
public static InputTypes.Builder create()