Uses of Class
org.jfree.xml.util.ManualMappingDefinition
Packages that use ManualMappingDefinition
-
Uses of ManualMappingDefinition in org.jfree.xml.util
Methods in org.jfree.xml.util that return ManualMappingDefinitionModifier and TypeMethodDescriptionObjectFactory.getManualMappingDefinition(Class c) Returns the manual mapping definition for the given class, or null, if not manual definition exists.ObjectFactoryLoader.getManualMappingDefinition(Class c) Returns the manual mapping definition for the given class, or null, if not manual definition exists.SimpleObjectFactory.getManualMappingDefinition(Class c) Returns the manual mapping definition for the given class, or null, if not manual definition exists.Methods in org.jfree.xml.util with parameters of type ManualMappingDefinitionModifier and TypeMethodDescriptionvoidSimpleObjectFactory.addManualMapping(ManualMappingDefinition mapping) Adds a manual mapping.