public interface TypeDefinitionBuilder<T extends TypeMirror> extends Prioritized
TypeDefinitionCOMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition |
build(ProcessingEnvironment processingEnv,
Element element,
Map<String,TypeDefinition> typeCache)
Build the instance of
TypeDefinition from the specified element |
static TypeDefinition |
build(ProcessingEnvironment processingEnv,
TypeMirror type,
Map<String,TypeDefinition> typeCache)
Build the instance of
TypeDefinition from the specified type |
compareTo, getPrioritystatic TypeDefinition build(ProcessingEnvironment processingEnv, Element element, Map<String,TypeDefinition> typeCache)
TypeDefinition from the specified elementprocessingEnv - ProcessingEnvironmentelement - source elementstatic TypeDefinition build(ProcessingEnvironment processingEnv, TypeMirror type, Map<String,TypeDefinition> typeCache)
TypeDefinition from the specified typeprocessingEnv - ProcessingEnvironmenttype - typeCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.