T
- type this constructor producesprotected abstract static class Objs.Constructor<T extends Objs> extends Object
Objs
wrapper. It is used
from Objs.$as(java.lang.Class, java.lang.Object)
method.Modifier | Constructor and Description |
---|---|
protected |
Constructor(Class<T> clazz)
Registers the instance to the system.
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
create(Object any)
Wraps any object into instance of associated
Objs type. |
Copyright © 2018. All rights reserved.