Uses of Interface
net.sourceforge.pmd.properties.ValueParser
-
Packages that use ValueParser Package Description net.sourceforge.pmd.properties net.sourceforge.pmd.properties.builders -
-
Uses of ValueParser in net.sourceforge.pmd.properties
Methods in net.sourceforge.pmd.properties that return ValueParser Modifier and Type Method Description ValueParser<?>
PropertyTypeId. getValueParser()
Deprecated.static <U> ValueParser<List<U>>
ValueParserConstants. multi(ValueParser<U> parser, char delimiter)
Deprecated.Returns a value parser parsing lists of values of type U.Methods in net.sourceforge.pmd.properties with parameters of type ValueParser Modifier and Type Method Description static <U> ValueParser<List<U>>
ValueParserConstants. multi(ValueParser<U> parser, char delimiter)
Deprecated.Returns a value parser parsing lists of values of type U. -
Uses of ValueParser in net.sourceforge.pmd.properties.builders
Fields in net.sourceforge.pmd.properties.builders declared as ValueParser Modifier and Type Field Description protected ValueParser<V>
PropertyDescriptorBuilderConversionWrapper.MultiValue. parser
protected ValueParser<E>
PropertyDescriptorBuilderConversionWrapper.SingleValue. parser
Constructors in net.sourceforge.pmd.properties.builders with parameters of type ValueParser Constructor Description MultiValue(Class<V> valueType, ValueParser<V> parser)
Numeric(Class<V> valueType, ValueParser<V> parser)
Numeric(Class<V> valueType, ValueParser<V> parser)
Packaged(Class<V> valueType, ValueParser<V> parser)
Packaged(Class<E> valueType, ValueParser<E> parser)
SingleValue(Class<E> valueType, ValueParser<E> parser)
-