Uses of Class
org.inferred.freebuilder.processor.source.feature.FeatureType
Packages that use FeatureType
Package
Description
-
Uses of FeatureType in org.inferred.freebuilder.processor.source
Methods in org.inferred.freebuilder.processor.source with parameters of type FeatureTypeModifier and TypeMethodDescription<T extends Feature<T>>
TCompilationUnitBuilder.feature(FeatureType<T> feature) <T extends Feature<T>>
TSourceBuilder.feature(FeatureType<T> featureType) Returns the instance offeatureTypeappropriate for the source being written. -
Uses of FeatureType in org.inferred.freebuilder.processor.source.feature
Fields in org.inferred.freebuilder.processor.source.feature declared as FeatureTypeModifier and TypeFieldDescriptionstatic final FeatureType<GuavaLibrary> GuavaLibrary.GUAVAConstant to pass toSourceBuilder.feature(FeatureType)to get the current status ofGuavaLibrary.static final FeatureType<JavaxPackage> JavaxPackage.JAVAXConstant to pass toSourceBuilder.feature(FeatureType)to get the current status ofJavaxPackage.static final FeatureType<Jsr305> Jsr305.JSR305Constant to pass toSourceBuilder.feature(FeatureType)to get the current status ofJsr305.static final FeatureType<SourceLevel> SourceLevel.SOURCE_LEVELConstant to pass toSourceBuilder.feature(FeatureType)to get the currentSourceLevel.Fields in org.inferred.freebuilder.processor.source.feature with type parameters of type FeatureTypeModifier and TypeFieldDescriptionprivate final Map<FeatureType<?>, Feature<?>> EnvironmentFeatureSet.featuresByTypeMethods in org.inferred.freebuilder.processor.source.feature with parameters of type FeatureTypeModifier and TypeMethodDescription<T extends Feature<T>>
TEnvironmentFeatureSet.get(FeatureType<T> featureType) <T extends Feature<T>>
TFeatureSet.get(FeatureType<T> featureType) Returns an instance offeatureType.<T extends Feature<T>>
TStaticFeatureSet.get(FeatureType<T> featureType) Returns the registered instance offeatureType, or the value oftestDefault(org.inferred.freebuilder.processor.source.feature.FeatureSet)if no explicit instance was registered with this set.