public class TypeValidator
public TypeValidator(@Nullable
java.net.URI uri,
@NotNull
net.pwall.json.pointer.JSONPointer location,
@NotNull
java.util.List<? extends net.pwall.json.schema.JSONSchema.Type> types)
@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 java.util.List<net.pwall.json.schema.JSONSchema.Type> getTypes()