public interface org.springframework.beans.ConfigurablePropertyAccessor extends org.springframework.beans.PropertyAccessor, org.springframework.beans.PropertyEditorRegistry, org.springframework.beans.TypeConverter
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.beans.ConfigurablePropertyAccessor
super_class: java.lang.Object
{
public abstract void setConversionService(org.springframework.core.convert.ConversionService);
descriptor: (Lorg/springframework/core/convert/ConversionService;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
conversionService
public abstract org.springframework.core.convert.ConversionService getConversionService();
descriptor: ()Lorg/springframework/core/convert/ConversionService;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public abstract void (boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
extractOldValueForEditor
public abstract boolean ();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setAutoGrowNestedPaths(boolean);
descriptor: (Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
autoGrowNestedPaths
public abstract boolean isAutoGrowNestedPaths();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ConfigurablePropertyAccessor.java"