public final class BeanHelper extends Object
Introspector and
other classes in the java.beans.* package. This is required to allow Android developers to use univocity-parsers.
Android developers should add have openbeans-1.0.jar
in their classpath to be able to use univocity-parsers.
When available, the classes from package com.googlecode.openbeans.* will be used, otherwise the
bean introspection classes classes from java.beans.* package will be loaded.
If everything fails, then the parser will try to manipulate fields in annotated java beans directly, instead
of using their getters and setters.| Modifier and Type | Method and Description |
|---|---|
static PropertyWrapper[] |
getPropertyDescriptors(Class<?> beanClass)
Returns the property descriptors of all properties available from a class
|
public static PropertyWrapper[] getPropertyDescriptors(Class<?> beanClass)
beanClass - the class whose property descriptors should be returnedCopyright © 2021 Univocity Software Pty Ltd. All rights reserved.