public class CollectionTypeBuilder extends Object implements TypeBuilder
| Constructor and Description |
|---|
CollectionTypeBuilder() |
| 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.
|
public boolean accept(Type type, Class<?> clazz)
TypeBuilderaccept in interface TypeBuilderpublic TypeDefinition build(Type type, Class<?> clazz, Map<Class<?>,TypeDefinition> typeCache)
TypeBuilderbuild in interface TypeBuilderCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.