com.dslplatform.json.processor
Class BuilderInfo

java.lang.Object
  extended by com.dslplatform.json.processor.BuilderInfo

public class BuilderInfo
extends Object


Field Summary
 AnnotationMirror annotation
           
 ExecutableElement build
           
 ExecutableElement ctor
           
 ExecutableElement factory
           
 TypeElement type
           
 
Constructor Summary
BuilderInfo(ExecutableElement factory, ExecutableElement ctor, TypeElement type, ExecutableElement build, AnnotationMirror annotation)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BuilderInfo

public BuilderInfo(@Nullable
                   ExecutableElement factory,
                   @Nullable
                   ExecutableElement ctor,
                   TypeElement type,
                   ExecutableElement build,
                   @Nullable
                   AnnotationMirror annotation)


Copyright © 2019. All rights reserved.