| Modifier and Type | Method and Description |
|---|---|
Artifact |
ResourceArtifactBuilder.build() |
Artifact |
Artifact.Builder.build() |
static Artifact |
Artifact.empty() |
Artifact |
MethodInfoArtifactGenerator.generate(MethodInfo methodInfo) |
Artifact |
PackageInfoArtifactGenerator.generate(PackageInfo packageInfo) |
Artifact |
TypeInfoArtifactGenerator.generate(TypeInfo typeInfo) |
default Artifact |
TypeInfoArtifactGenerator.generateArtifact(ProcessingEnvironmentWrapper processingEnv,
Element element) |
default Artifact |
PackageInfoArtifactGenerator.generateArtifact(ProcessingEnvironmentWrapper processingEnv,
Element element) |
default Artifact |
MethodInfoArtifactGenerator.generateArtifact(ProcessingEnvironmentWrapper processingEnv,
Element element) |
static Artifact |
Artifact.of(com.squareup.javapoet.JavaFile... javaFiles) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Stream<Artifact> |
AbstractTypeElementAnnotationProcessor.generate(TypeInfo typeInfo)
Deprecated.
|
protected abstract Stream<Artifact> |
AbstractExecutableElementAnnotationProcessor.generate(TypeInfo typeInfo,
MethodInfo methodInfo)
Deprecated.
|
static List<Artifact> |
Artifact.toArtifactList(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTypeElementAnnotationProcessor.action(Artifact artifact)
Deprecated.
|
protected void |
AbstractExecutableElementAnnotationProcessor.action(Artifact artifact)
Deprecated.
|
Artifact.Builder |
Artifact.Builder.addArtifact(Artifact artifact) |
protected void |
AbstractAnnotationProcessor.execute(Artifact artifact) |
default void |
ProcessorListener.peek(Artifact artifact) |
protected void |
AbstractTypeElementAnnotationProcessor.peek(Artifact artifact)
Deprecated.
|
protected void |
AbstractExecutableElementAnnotationProcessor.peek(Artifact artifact)
Deprecated.
|
static List<Artifact> |
Artifact.toArtifactList(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
Artifact.Builder |
Artifact.Builder.addArtifacts(Iterable<Artifact> artifacts) |
Copyright © 2016 Objectos Software LTDA. All rights reserved.