Package io.quarkus.domino
Class ProjectDependencyConfigMapper
- java.lang.Object
-
- io.quarkus.domino.ProjectDependencyConfigMapper
-
public class ProjectDependencyConfigMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectDependencyConfigMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Tdeserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream is, Class<T> t)static <T> Tdeserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Reader reader, Class<T> t)static <T> Tdeserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Path p, Class<T> t)static <T> Tdeserialize(InputStream is, Class<T> t)static <T> Tdeserialize(Reader reader, Class<T> t)static <T> Tdeserialize(Path p, Class<T> t)static com.fasterxml.jackson.databind.ObjectMapperinitMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)static com.fasterxml.jackson.databind.ObjectMappermapper()static voidserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Object catalog, Writer writer)static voidserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Object catalog, Path p)static voidserialize(Object catalog, Writer writer)static voidserialize(Object catalog, Path p)
-
-
-
Method Detail
-
mapper
public static com.fasterxml.jackson.databind.ObjectMapper mapper()
-
initMapper
public static com.fasterxml.jackson.databind.ObjectMapper initMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
serialize
public static void serialize(Object catalog, Path p) throws IOException
- Throws:
IOException
-
serialize
public static void serialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Object catalog, Path p) throws IOException- Throws:
IOException
-
serialize
public static void serialize(Object catalog, Writer writer) throws IOException
- Throws:
IOException
-
serialize
public static void serialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Object catalog, Writer writer) throws IOException- Throws:
IOException
-
deserialize
public static <T> T deserialize(Path p, Class<T> t) throws IOException
- Throws:
IOException
-
deserialize
public static <T> T deserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Path p, Class<T> t) throws IOException- Throws:
IOException
-
deserialize
public static <T> T deserialize(InputStream is, Class<T> t) throws IOException
- Throws:
IOException
-
deserialize
public static <T> T deserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream is, Class<T> t) throws IOException- Throws:
IOException
-
deserialize
public static <T> T deserialize(Reader reader, Class<T> t) throws IOException
- Throws:
IOException
-
deserialize
public static <T> T deserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Reader reader, Class<T> t) throws IOException- Throws:
IOException
-
-