public class ItemValidator
public ItemValidator(@Nullable
java.net.URI uri,
@NotNull
net.pwall.json.pointer.JSONPointer location,
@NotNull
JSONSchema itemSchema)
@NotNull
public net.pwall.json.pointer.JSONPointer childLocation(@NotNull
net.pwall.json.pointer.JSONPointer pointer)
@NotNull public Output validate(@NotNull net.pwall.json.pointer.JSONPointer relativeLocation, @Nullable net.pwall.json.JSONValue json, @NotNull net.pwall.json.pointer.JSONPointer instanceLocation)
public boolean equals(@Nullable
java.lang.Object other)
public int hashCode()
@NotNull public JSONSchema getItemSchema()