public class ArrayTypeDefinitionBuilder extends Object implements TypeBuilder<ArrayType>
TypeBuilder for Java ArrayCOMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| Constructor and Description |
|---|
ArrayTypeDefinitionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ProcessingEnvironment processingEnv,
TypeMirror type)
Test the specified
type is accepted or not |
TypeDefinition |
build(ProcessingEnvironment processingEnv,
ArrayType type,
Map<String,TypeDefinition> typeCache)
Build the instance of
TypeDefinition |
int |
getPriority() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic boolean accept(ProcessingEnvironment processingEnv, TypeMirror type)
TypeBuildertype is accepted or notaccept in interface TypeBuilder<ArrayType>processingEnv - ProcessingEnvironmenttype - typetrue if acceptedpublic TypeDefinition build(ProcessingEnvironment processingEnv, ArrayType type, Map<String,TypeDefinition> typeCache)
TypeBuilderTypeDefinitionbuild in interface TypeBuilder<ArrayType>processingEnv - ProcessingEnvironmenttype - typeTypeDefinitionpublic int getPriority()
getPriority in interface PrioritizedCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.