public interface ConcreteTypeNodeFactory
| Modifier and Type | Method and Description |
|---|---|
TypeNode |
createTypeNode(String fieldName,
String parameterName,
boolean optional,
TypeMirror typeMirror,
DeclaredType containingType)
Factory-Method for creating concrete
TypeNode instances. |
ConcreteTypeNodeFactory |
newConfiguredInstance(TypeNodeFactory typeNodeFactory,
TemplateConfiguration configuration,
Types typeUtils,
Elements elementUtils) |
ConcreteTypeNodeFactory newConfiguredInstance(TypeNodeFactory typeNodeFactory, TemplateConfiguration configuration, Types typeUtils, Elements elementUtils)
typeNodeFactory - TypeNodeFactoryconfiguration - TemplateConfigurationtypeUtils - TypeselementUtils - ElementsTypeNode createTypeNode(String fieldName, String parameterName, boolean optional, TypeMirror typeMirror, DeclaredType containingType)
TypeNode instances.fieldName - TypeNode.getFieldName()parameterName - TypeNode.getParameterName()optional - TypeNode.isOptional()typeMirror - TypeMirror of which the TypeNode will be createdTypeNodeTypeNodeCopyright © 2016–2018. All rights reserved.