com.dslplatform.json.processor
Class BuilderInfo
java.lang.Object
com.dslplatform.json.processor.BuilderInfo
public class BuilderInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factory
public final ExecutableElement factory
ctor
public final ExecutableElement ctor
type
public final TypeElement type
build
public final ExecutableElement build
annotation
public final AnnotationMirror annotation
BuilderInfo
public BuilderInfo(@Nullable
ExecutableElement factory,
@Nullable
ExecutableElement ctor,
TypeElement type,
ExecutableElement build,
@Nullable
AnnotationMirror annotation)
Copyright © 2019. All rights reserved.