Class AssociationEndWithIndexErrorContext

java.lang.Object
cool.klass.deserializer.json.context.AssociationEndWithIndexErrorContext
All Implemented Interfaces:
ErrorContext

public class AssociationEndWithIndexErrorContext extends Object implements ErrorContext
  • Constructor Details

    • AssociationEndWithIndexErrorContext

      public AssociationEndWithIndexErrorContext(AssociationEnd associationEnd, int index, org.eclipse.collections.api.list.ImmutableList<Object> keys)
  • Method Details

    • getAssociationEnd

      public AssociationEnd getAssociationEnd()
    • getIndex

      public int getIndex()
    • getKeys

      public org.eclipse.collections.api.list.ImmutableList<Object> getKeys()
    • toString

      public String toString()
      Overrides:
      toString in class Object