@SPI
public interface TypeBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Type type,
Class<?> clazz)
Whether the build accept the type or class passed in.
|
TypeDefinition |
build(Type type,
Class<?> clazz,
Map<Class<?>,TypeDefinition> typeCache)
Build type definition with the type or class.
|
boolean accept(Type type, Class<?> clazz)
TypeDefinition build(Type type, Class<?> clazz, Map<Class<?>,TypeDefinition> typeCache)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.