public abstract class AbstractObjectLoader<T> extends Object implements ObjectLoader<T>
| Constructor and Description |
|---|
AbstractObjectLoader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object object) |
protected abstract Class<? extends T> |
getType() |
protected <E> E |
load(E object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitensureLoadedCopyright © 2018–2021 Tesler. All rights reserved.