public class KebabCasePropertyBeanIntrospector extends Object implements org.apache.commons.beanutils.BeanIntrospector
An implementation of the BeanIntrospector interface that provides property descriptors
following the kebab-case convention.
DefaultBeanIntrospector object.
Best results are achieved by adding this instance as custom BeanIntrospector after the
DefaultBeanIntrospector object.| Modifier and Type | Method and Description |
|---|---|
void |
introspect(org.apache.commons.beanutils.IntrospectionContext context)
Performs introspection.
|
public void introspect(org.apache.commons.beanutils.IntrospectionContext context)
introspect in interface org.apache.commons.beanutils.BeanIntrospectorcontext - the introspection context