Uses of Class
net.sourceforge.pmd.properties.PropertySerializer
-
Packages that use PropertySerializer Package Description net.sourceforge.pmd.properties -
-
Uses of PropertySerializer in net.sourceforge.pmd.properties
Subclasses of PropertySerializer in net.sourceforge.pmd.properties Modifier and Type Class Description static classInternalApiBridge.InternalPropertySerializer<T>Methods in net.sourceforge.pmd.properties that return PropertySerializer Modifier and Type Method Description PropertySerializer<T>PropertyDescriptor. serializer()Returns the strategy used to read and write this property to XML.PropertySerializer<T>PropertySerializer. withConstraint(PropertyConstraint<? super T> t)Returns a new XML mapper that will check parsed values with the given constraint.
-