Uses of Class
net.sourceforge.pmd.properties.builders.PropertyDescriptorBuilder
-
Packages that use PropertyDescriptorBuilder Package Description net.sourceforge.pmd.properties net.sourceforge.pmd.properties.builders -
-
Uses of PropertyDescriptorBuilder in net.sourceforge.pmd.properties
-
Uses of PropertyDescriptorBuilder in net.sourceforge.pmd.properties.builders
Classes in net.sourceforge.pmd.properties.builders with type parameters of type PropertyDescriptorBuilder Modifier and Type Class Description classPropertyDescriptorBuilder<E,T extends PropertyDescriptorBuilder<E,T>>Deprecated.From 7.0.0 on, the only supported way to build properties will be throughPropertyFactory.classPropertyDescriptorBuilderConversionWrapper<E,T extends PropertyDescriptorBuilder<E,T>>Deprecated.This was not public API and will be removed by 7.0.0Subclasses of PropertyDescriptorBuilder in net.sourceforge.pmd.properties.builders Modifier and Type Class Description classMultiNumericPropertyBuilder<V,T extends MultiNumericPropertyBuilder<V,T>>Deprecated.classMultiPackagedPropertyBuilder<V,T extends MultiPackagedPropertyBuilder<V,T>>Deprecated.classMultiValuePropertyBuilder<V,T extends MultiValuePropertyBuilder<V,T>>Deprecated.classSingleNumericPropertyBuilder<V,T extends SingleNumericPropertyBuilder<V,T>>Deprecated.classSinglePackagedPropertyBuilder<V,T extends SinglePackagedPropertyBuilder<V,T>>Deprecated.classSingleValuePropertyBuilder<E,T extends SingleValuePropertyBuilder<E,T>>Deprecated.
-