Package | Description |
---|---|
ninja.leaping.configurate.objectmapping |
Modifier and Type | Method and Description |
---|---|
static <T> ObjectMapper<T> |
ObjectMapper.forClass(Class<T> clazz)
Create a new object mapper that can work with objects of the given class
|
<T> ObjectMapper<T> |
GuiceObjectMapperFactory.getMapper(Class<T> type) |
<T> ObjectMapper<T> |
ObjectMapperFactory.getMapper(Class<T> type) |
<T> ObjectMapper<T> |
DefaultObjectMapperFactory.getMapper(Class<T> type) |
Copyright © 2014–2017. All rights reserved.