Class ObjectMapperExample
- java.lang.Object
-
- ninja.leaping.configurate.examples.ObjectMapperExample
-
public class ObjectMapperExample extends Object
An example of how to use the ObjectMapper for a simple read-only configuration. Error handling is not considered in this example, but for a fully fledged application it will be essential.
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperExample()
-
-
-
Constructor Detail
-
ObjectMapperExample
public ObjectMapperExample()
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, ObjectMappingException
- Throws:
IOException
ObjectMappingException
-
-