Uses of Interface
net.sf.json.processors.PropertyNameProcessor
-
Packages that use PropertyNameProcessor Package Description net.sf.json The core of the library -
-
Uses of PropertyNameProcessor in net.sf.json
Methods in net.sf.json that return PropertyNameProcessor Modifier and Type Method Description PropertyNameProcessorJsonConfig. findJavaPropertyNameProcessor(java.lang.Class beanClass)Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[JSON -> Java]PropertyNameProcessorJsonConfig. findJsonPropertyNameProcessor(java.lang.Class beanClass)Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[Java -> JSON]PropertyNameProcessorJsonConfig. findPropertyNameProcessor(java.lang.Class beanClass)Deprecated.use findJavaPropertyNameProcessor() insteadMethods in net.sf.json with parameters of type PropertyNameProcessor Modifier and Type Method Description voidJsonConfig. registerJavaPropertyNameProcessor(java.lang.Class target, PropertyNameProcessor propertyNameProcessor)Registers a PropertyNameProcessor.
[JSON -> Java]voidJsonConfig. registerJsonPropertyNameProcessor(java.lang.Class target, PropertyNameProcessor propertyNameProcessor)Registers a PropertyNameProcessor.
[Java -> JSON]voidJsonConfig. registerPropertyNameProcessor(java.lang.Class target, PropertyNameProcessor propertyNameProcessor)Deprecated.use registerJavaPropertyNameProcessor() instead
-