|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.univocity.parsers.common.beans.PropertyWrapper
public final class PropertyWrapper
Wrapper for a implementation of PropertyDescriptor from either java.beans.PropertyDescriptor
or com.googlecode.openbeans.PropertyDescriptor.
Used to eliminate compile-time dependencies with package java.beans.* which is not
available to Android developers.
| Method Summary | |
|---|---|
String |
getName()
Returns the name of a property of a Java bean. |
Method |
getReadMethod()
Returns the method that should be used to read the value of a property of a Java bean. |
Method |
getWriteMethod()
Returns the method that should be used to write a value to a property of a Java bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final Method getWriteMethod()
null.
public final Method getReadMethod()
null.
public final String getName()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||