Uses of Interface
org.kordamp.json.processors.PropertyNameProcessor
-
Packages that use PropertyNameProcessor Package Description org.kordamp.json -
-
Uses of PropertyNameProcessor in org.kordamp.json
Methods in org.kordamp.json that return PropertyNameProcessor Modifier and Type Method Description PropertyNameProcessorJsonConfig. findJavaPropertyNameProcessor(Class beanClass)Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[JSON -> Java]PropertyNameProcessorJsonConfig. findJsonPropertyNameProcessor(Class beanClass)Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[Java -> JSON]PropertyNameProcessorJsonConfig. findPropertyNameProcessor(Class beanClass)Deprecated.use findJavaPropertyNameProcessor() insteadMethods in org.kordamp.json with parameters of type PropertyNameProcessor Modifier and Type Method Description voidJsonConfig. 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
-