Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Groovy.transform.builder Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
BuilderThe @Builder AST transformation is used to help write classes that can be created using fluent api calls.Classgroovy.transform.builderGroovy
BuilderASTTransformationHandles generation of code for the Builder annotation.Classorg.codehaus.groovy.transformGroovy
BuilderASTTransformation .AbstractBuilderStrategyClassorg.codehaus.groovy.transform.BuilderASTTransformationGroovy
BuilderASTTransformation .AbstractBuilderStrategy .PropertyInfoClassorg.codehaus.groovy.transform.BuilderASTTransformation.AbstractBuilderStrategyGroovy
BuilderASTTransformation .BuilderStrategyInterfaceorg.codehaus.groovy.transform.BuilderASTTransformationGroovy
DefaultStrategyThis strategy is used with the Builder AST transform to create a builder helper class for the fluent creation of instances of a specified class.Classgroovy.transform.builderGroovy
ExternalStrategyThis strategy is used with the Builder AST transform to populate a builder helper class so that it can be used for the fluent creation of instances of a specified class.Classgroovy.transform.builderGroovy
InitializerStrategyThis strategy is used with the Builder AST transform to create a builder helper class for the fluent and type-safe creation of instances of a specified class.Classgroovy.transform.builderGroovy
InitializerStrategy .SETInternal phantom type used by the InitializerStrategy to indicate that a property has been set.Classgroovy.transform.builder.InitializerStrategyGroovy
InitializerStrategy .UNSETInternal phantom type used by the InitializerStrategy to indicate that a property remains unset.Classgroovy.transform.builder.InitializerStrategyGroovy
SimpleStrategyThis strategy is used with the Builder AST transform to modify your Groovy objects so that the setter methods for properties return the original object, thus allowing chained usage of the setters.Classgroovy.transform.builderGroovy