public class NativeEntities extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NativeEntities.Builder
Helper class to build a NativeEntities instance easily.
|
Constructor and Description |
---|
NativeEntities() |
Modifier and Type | Method and Description |
---|---|
void |
addDefinitions(Class<?> type,
NativeEntities.Builder builder) |
void |
finalize() |
void |
release()
Free everything (native callbacks, bindings, etc...).
|
public NativeEntities()
public void release()
finalize()
upon garbage
collection.public void addDefinitions(Class<?> type, NativeEntities.Builder builder)
Copyright © 2009-2020. All Rights Reserved.