public class TypeDefinitions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
TypeDefinitions.TypeDefinition |
| Constructor and Description |
|---|
TypeDefinitions(LocalDescriptorRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeDef(TypeDefinitions.TypeDefinition typeDef) |
static com.xebialabs.deployit.plugin.api.reflect.Type |
generatedParameterType(com.xebialabs.deployit.plugin.api.reflect.Type type,
java.lang.String name) |
java.util.Collection<TypeDefinitions.TypeDefinition> |
getDefinitions() |
public TypeDefinitions(LocalDescriptorRegistry registry)
public void addTypeDef(TypeDefinitions.TypeDefinition typeDef)
public java.util.Collection<TypeDefinitions.TypeDefinition> getDefinitions()
public static com.xebialabs.deployit.plugin.api.reflect.Type generatedParameterType(com.xebialabs.deployit.plugin.api.reflect.Type type,
java.lang.String name)