public class TypeDefinitionBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<TypeBuilder> |
BUILDERS |
| Constructor and Description |
|---|
TypeDefinitionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
build(Type type,
Class<?> clazz) |
static TypeDefinition |
build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
List<TypeDefinition> |
getTypeDefinitions() |
static void |
initBuilders(FrameworkModel model) |
public static List<TypeBuilder> BUILDERS
public static void initBuilders(FrameworkModel model)
public static TypeDefinition build(Type type, Class<?> clazz, Map<String,TypeDefinition> typeCache)
public TypeDefinition build(Type type, Class<?> clazz)
public List<TypeDefinition> getTypeDefinitions()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.