Package net.sourceforge.pmd.properties
Interface PropertyTypeId.BuilderAndMapper<T>
-
- Type Parameters:
T- Type of values of the property.
- Enclosing class:
- PropertyTypeId
public static interface PropertyTypeId.BuilderAndMapper<T>An factory for new properties, whose default value must be deserialized using anPropertySerializer. This is provided so that the mapper and the factory may be related through the same type parameter, so that capture works well.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertySerializer<T>getXmlMapper()PropertyBuilder<?,T>newBuilder(String name)
-
-
-
Method Detail
-
getXmlMapper
PropertySerializer<T> getXmlMapper()
-
newBuilder
PropertyBuilder<?,T> newBuilder(String name)
-
-