public class LenientDecoratorOfDescriptor extends java.beans.PropertyDescriptor
getWriteMethod()
方法,允许返回类型不为void的write方法Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getWriteMethod() |
java.beans.PropertyDescriptor |
origin() |
static LenientDecoratorOfDescriptor |
toDecorator(java.beans.PropertyDescriptor descriptor) |
createPropertyEditor, equals, getPropertyEditorClass, getPropertyType, getReadMethod, hashCode, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethod
public java.lang.reflect.Method getWriteMethod()
getWriteMethod
in class java.beans.PropertyDescriptor
public java.beans.PropertyDescriptor origin()
public static LenientDecoratorOfDescriptor toDecorator(java.beans.PropertyDescriptor descriptor)
Copyright © 2019. All rights reserved.