Package com.dslplatform.json.processor
Class BuilderInfo
java.lang.Object
com.dslplatform.json.processor.BuilderInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AnnotationMirrorfinal ExecutableElementfinal ExecutableElementfinal ExecutableElementfinal TypeElement -
Constructor Summary
ConstructorsConstructorDescriptionBuilderInfo(ExecutableElement factory, ExecutableElement ctor, TypeElement type, ExecutableElement build, AnnotationMirror annotation) -
Method Summary
-
Field Details
-
factory
-
ctor
-
type
-
build
-
annotation
-
-
Constructor Details
-
BuilderInfo
public BuilderInfo(@Nullable ExecutableElement factory, @Nullable ExecutableElement ctor, TypeElement type, ExecutableElement build, @Nullable AnnotationMirror annotation)
-