Uses of Interface
net.sf.json.processors.PropertyNameProcessor
Packages that use PropertyNameProcessor
-
Uses of PropertyNameProcessor in net.sf.json
Methods in net.sf.json that return PropertyNameProcessorModifier and TypeMethodDescriptionJsonConfig.findJavaPropertyNameProcessor(Class beanClass) Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[JSON -> Java]JsonConfig.findJsonPropertyNameProcessor(Class beanClass) Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[Java -> JSON]JsonConfig.findPropertyNameProcessor(Class beanClass) Deprecated.use findJavaPropertyNameProcessor() insteadMethods in net.sf.json with parameters of type PropertyNameProcessorModifier and TypeMethodDescriptionvoidJsonConfig.registerJavaPropertyNameProcessor(Class target, PropertyNameProcessor propertyNameProcessor) Registers a PropertyNameProcessor.
[JSON -> Java]voidJsonConfig.registerJsonPropertyNameProcessor(Class target, PropertyNameProcessor propertyNameProcessor) Registers a PropertyNameProcessor.
[Java -> JSON]voidJsonConfig.registerPropertyNameProcessor(Class target, PropertyNameProcessor propertyNameProcessor) Deprecated.use registerJavaPropertyNameProcessor() instead