T
- Parameterized type to capture.public abstract class TypeOf<T> extends Object
For example:
new TypeOf<Repository<AggregateRoot<Long>,Long>>() {}
Modifier | Constructor and Description |
---|---|
protected |
TypeOf() |
Modifier and Type | Method and Description |
---|---|
Class<? super T> |
getRawType()
Returns the raw type from this reference.
|
Type |
getType()
Returns the raw type with the generic types from this reference.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.