Package io.quarkus.domino
Class ProjectDependencyConfigMapper
java.lang.Object
io.quarkus.domino.ProjectDependencyConfigMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <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 voidstatic voidstatic voidstatic void
-
Constructor Details
-
ProjectDependencyConfigMapper
public ProjectDependencyConfigMapper()
-
-
Method Details
-
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
- Throws:
IOException
-
serialize
public static void serialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Object catalog, Path p) throws IOException - Throws:
IOException
-
serialize
- Throws:
IOException
-
serialize
public static void serialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Object catalog, Writer writer) throws IOException - Throws:
IOException
-
deserialize
- Throws:
IOException
-
deserialize
public static <T> T deserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Path p, Class<T> t) throws IOException - Throws:
IOException
-
deserialize
- Throws:
IOException
-
deserialize
public static <T> T deserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, InputStream is, Class<T> t) throws IOException - Throws:
IOException
-
deserialize
- Throws:
IOException
-
deserialize
public static <T> T deserialize(com.fasterxml.jackson.databind.ObjectMapper mapper, Reader reader, Class<T> t) throws IOException - Throws:
IOException
-