public class BuilderContext extends Object
| Constructor and Description |
|---|
BuilderContext(Elements elements,
Types types,
Boolean generateBuilderPackage,
Boolean validationEnabled,
String builderPackage,
Inline... inlineables) |
public Elements getElements()
public Types getTypes()
public Boolean getGenerateBuilderPackage()
public Boolean isValidationEnabled()
public String getBuilderPackage()
public TypeDef getFunctionClass()
public TypeDef getPredicateClass()
public TypeDef getBaseFluentClass()
public TypeDef getFluentInterface()
public TypeDef getFunctionInterface()
public TypeDef getBuilderInterface()
public TypeDef getNestedInterface()
public TypeDef getEditableInterface()
public TypeDef getVisitableInterface()
public TypeDef getVisitableBuilderInterface()
public TypeDef getVisitorInterface()
public TypeDef getTypedVisitorInterface()
public TypeDef getPathAwareVisitorClass()
public TypeDef getInlineableBase()
public Boolean getValidationEnabled()
public Inline[] getInlineables()
public TypeDef getValidationUtils()
public BuildableRepository getBuildableRepository()
public DefinitionRepository getDefinitionRepository()
Copyright © 2016. All Rights Reserved.