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