Uses of Class
org.inferred.freebuilder.processor.source.TypeClass
Packages that use TypeClass
Package
Description
-
Uses of TypeClass in org.inferred.freebuilder.processor
Fields in org.inferred.freebuilder.processor declared as TypeClassModifier and TypeFieldDescriptionprivate TypeClassDatatype_Builder.generatedBuilderprivate final TypeClassDatatype_Builder.Partial.generatedBuilderprivate final TypeClassDatatype_Builder.Value.generatedBuilderprivate final TypeClassDatatype_Builder.Partial.partialTypeprivate TypeClassDatatype_Builder.partialTypeprivate final TypeClassDatatype_Builder.Value.partialTypeprivate final TypeClassDatatype_Builder.Partial.propertyEnumprivate TypeClassDatatype_Builder.propertyEnumprivate final TypeClassDatatype_Builder.Value.propertyEnumprivate final TypeClassDatatype_Builder.Partial.rebuildableTypeprivate TypeClassDatatype_Builder.rebuildableTypeprivate final TypeClassDatatype_Builder.Value.rebuildableTypeprivate final TypeClassGeneratedStub.stubprivate final TypeClassDatatype_Builder.Partial.typeprivate TypeClassDatatype_Builder.typeprivate final TypeClassDatatype_Builder.Value.typeprivate final TypeClassDatatype_Builder.Partial.valueTypeprivate final TypeClassDatatype_Builder.Value.valueTypeprivate TypeClassDatatype_Builder.valueTypeMethods in org.inferred.freebuilder.processor that return TypeClassModifier and TypeMethodDescriptionDatatype_Builder.getGeneratedBuilder()Returns the value that will be returned byDatatype.getGeneratedBuilder().Datatype_Builder.Partial.getGeneratedBuilder()Datatype_Builder.Value.getGeneratedBuilder()abstract TypeClassDatatype.getGeneratedBuilder()Returns the builder class that should be generated.Datatype_Builder.getPartialType()Returns the value that will be returned byDatatype.getPartialType().Datatype_Builder.Partial.getPartialType()Datatype_Builder.Value.getPartialType()abstract TypeClassDatatype.getPartialType()Returns the partial value class that should be generated.Datatype_Builder.getPropertyEnum()Returns the value that will be returned byDatatype.getPropertyEnum().Datatype_Builder.Partial.getPropertyEnum()Datatype_Builder.Value.getPropertyEnum()abstract TypeClassDatatype.getPropertyEnum()Returns the Property enum that may be generated.Datatype_Builder.getType()Returns the value that will be returned byDatatype.getType().Datatype_Builder.Partial.getType()Datatype_Builder.Value.getType()abstract TypeClassDatatype.getType()Returns the type itself.Datatype_Builder.getValueType()Returns the value that will be returned byDatatype.getValueType().Datatype_Builder.Partial.getValueType()Datatype_Builder.Value.getValueType()abstract TypeClassDatatype.getValueType()Returns the value class that should be generated.Methods in org.inferred.freebuilder.processor that return types with arguments of type TypeClassModifier and TypeMethodDescriptionDatatype_Builder.getRebuildableType()Returns the value that will be returned byDatatype.getRebuildableType().Datatype_Builder.Partial.getRebuildableType()Datatype_Builder.Value.getRebuildableType()Datatype.getRebuildableType()Returns the Rebuildable interface that should be generated, if any.Methods in org.inferred.freebuilder.processor with parameters of type TypeClassModifier and TypeMethodDescriptionDatatype_Builder.setGeneratedBuilder(TypeClass generatedBuilder) Sets the value to be returned byDatatype.getGeneratedBuilder().Datatype_Builder.setNullableRebuildableType(TypeClass rebuildableType) Sets the value to be returned byDatatype.getRebuildableType().Datatype_Builder.setPartialType(TypeClass partialType) Sets the value to be returned byDatatype.getPartialType().Datatype_Builder.setPropertyEnum(TypeClass propertyEnum) Sets the value to be returned byDatatype.getPropertyEnum().Datatype_Builder.setRebuildableType(TypeClass rebuildableType) Sets the value to be returned byDatatype.getRebuildableType().Sets the value to be returned byDatatype.getType().Datatype_Builder.setValueType(TypeClass valueType) Sets the value to be returned byDatatype.getValueType().Method parameters in org.inferred.freebuilder.processor with type arguments of type TypeClassModifier and TypeMethodDescriptionDatatype_Builder.mapGeneratedBuilder(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getGeneratedBuilder()by applyingmapperto it and using the result.Datatype_Builder.mapPartialType(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getPartialType()by applyingmapperto it and using the result.Datatype_Builder.mapPropertyEnum(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getPropertyEnum()by applyingmapperto it and using the result.Datatype_Builder.mapRebuildableType(UnaryOperator<TypeClass> mapper) If the value to be returned byDatatype.getRebuildableType()is present, replaces it by applyingmapperto it and using the result.Datatype_Builder.mapType(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getType()by applyingmapperto it and using the result.Datatype_Builder.mapValueType(UnaryOperator<TypeClass> mapper) Replaces the value to be returned byDatatype.getValueType()by applyingmapperto it and using the result.Datatype_Builder.setRebuildableType(Optional<? extends TypeClass> rebuildableType) Sets the value to be returned byDatatype.getRebuildableType().Constructors in org.inferred.freebuilder.processor with parameters of type TypeClassModifierConstructorDescription(package private)GeneratedStub(QualifiedName datatype, TypeClass stub) -
Uses of TypeClass in org.inferred.freebuilder.processor.property
Fields in org.inferred.freebuilder.processor.property declared as TypeClass -
Uses of TypeClass in org.inferred.freebuilder.processor.source
Methods in org.inferred.freebuilder.processor.source that return TypeClassModifier and TypeMethodDescriptionstatic TypeClassTypeClass.from(TypeElement typeElement) static TypeClassTypeClass.fromNonGeneric(Class<?> cls) QualifiedName.withParameters(Iterable<? extends TypeParameterElement> typeParameters) QualifiedName.withParameters(TypeParameterElement... parameters)