Uses of Class
org.inferred.freebuilder.processor.source.feature.FeatureType
-
Packages that use FeatureType Package Description org.inferred.freebuilder.processor.source org.inferred.freebuilder.processor.source.feature -
-
Uses of FeatureType in org.inferred.freebuilder.processor.source
Methods in org.inferred.freebuilder.processor.source with parameters of type FeatureType Modifier and Type Method Description <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 FeatureType Modifier and Type Field Description static FeatureType<GuavaLibrary>GuavaLibrary. GUAVAConstant to pass toSourceBuilder.feature(FeatureType)to get the current status ofGuavaLibrary.static FeatureType<JavaxPackage>JavaxPackage. JAVAXConstant to pass toSourceBuilder.feature(FeatureType)to get the current status ofJavaxPackage.static FeatureType<Jsr305>Jsr305. JSR305Constant to pass toSourceBuilder.feature(FeatureType)to get the current status ofJsr305.static 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 FeatureType Modifier and Type Field Description private java.util.Map<FeatureType<?>,Feature<?>>EnvironmentFeatureSet. featuresByTypeMethods in org.inferred.freebuilder.processor.source.feature with parameters of type FeatureType Modifier and Type Method Description <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.
-