- fromCooked(String) - Static method in class com.github.fge.jackson.jsonpointer.ReferenceToken
-
Generate a reference token from an encoded (cooked) representation
- fromFile(File) - Static method in class com.github.fge.jackson.JsonLoader
-
- fromInputStream(InputStream) - Method in class com.github.fge.jackson.JsonNodeReader
-
Read a JSON value from an InputStream
- fromInt(int) - Static method in class com.github.fge.jackson.jsonpointer.ReferenceToken
-
Generate a reference token from an integer
- fromName(String) - Static method in enum com.github.fge.jackson.NodeType
-
Given a type name, return the corresponding node type
- fromPath(String) - Static method in class com.github.fge.jackson.JsonLoader
-
Read a JsonNode
from a file on the local filesystem.
- fromRaw(String) - Static method in class com.github.fge.jackson.jsonpointer.ReferenceToken
-
Generate a reference token from a decoded (raw) representation
- fromReader(Reader) - Static method in class com.github.fge.jackson.JsonLoader
-
Read a JsonNode
from a user supplied Reader
- fromReader(Reader) - Method in class com.github.fge.jackson.JsonNodeReader
-
Read a JSON value from a Reader
- fromResource(String) - Static method in class com.github.fge.jackson.JsonLoader
-
Read a JsonNode
from a resource path.
- fromString(String) - Static method in class com.github.fge.jackson.JsonLoader
-
Read a JsonNode
from a string input
- fromURL(URL) - Static method in class com.github.fge.jackson.JsonLoader
-
Read a JsonNode
from an URL.