Package | Description |
---|---|
ninja.leaping.configurate.objectmapping |
Modifier and Type | Method and Description |
---|---|
ObjectMapper.BoundInstance |
ObjectMapper.bind(T instance)
Return a view on this mapper that is bound to a single object instance
|
ObjectMapper.BoundInstance |
ObjectMapper.bindToNew()
Returns a view on this mapper that is bound to a newly created object instance
|
static <T> ObjectMapper.BoundInstance |
ObjectMapper.forObject(T obj) |
Copyright © 2014–2017. All rights reserved.