M
- The API type for this implementor.public interface MappingImplementor<M> extends AutoCloseable
Publicly exposed mapping interfaces do not have to extend this interface; only the implementations have to implement it.
Modifier and Type | Method and Description |
---|---|
void |
close() |
M |
toAPI() |
M toAPI()
void close()
close
in interface AutoCloseable
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.