com.github.restup.path.IndexPathValue Maven / Gradle / Ivy
package com.github.restup.path;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Objects;
import org.apache.commons.collections4.CollectionUtils;
import com.github.restup.mapping.fields.ReadableField;
import com.github.restup.mapping.fields.WritableField;
import com.github.restup.util.ReflectionUtils;
/**
* {@link PathValue} indicating the index of a Collection or Array.
*/
public class IndexPathValue implements PathValue, ReadableField