public interface org.joda.time.convert.IntervalConverter extends org.joda.time.convert.Converter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.joda.time.convert.IntervalConverter
  super_class: java.lang.Object
{
  public abstract boolean isReadableInterval(java.lang.Object, org.joda.time.Chronology);
    descriptor: (Ljava/lang/Object;Lorg/joda/time/Chronology;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      object  
      chrono  

  public abstract void setInto(org.joda.time.ReadWritableInterval, java.lang.Object, org.joda.time.Chronology);
    descriptor: (Lorg/joda/time/ReadWritableInterval;Ljava/lang/Object;Lorg/joda/time/Chronology;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      writableInterval  
      object            
      chrono            
}
SourceFile: "IntervalConverter.java"