forked from phoedos/pmd
Expose the full mappings in property descriptor util
This commit is contained in:
@ -56,6 +56,16 @@ public class PropertyDescriptorUtil {
|
||||
private PropertyDescriptorUtil() {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Returns the full mappings from type ids to extractors.
|
||||
*
|
||||
* @return The full mapping.
|
||||
*/
|
||||
public static Map<String, PropertyDescriptorExternalBuilder<?>> typeIdsToExtractors() {
|
||||
return DESCRIPTOR_FACTORIES_BY_TYPE;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets the factory for the descriptor identified by the string id.
|
||||
|
Reference in New Issue
Block a user