T
- The data type of the target classabstract class AbstractTarget<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected T |
target |
protected TargetType |
type |
Modifier | Constructor and Description |
---|---|
protected |
AbstractTarget(TargetType type,
T target) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProps() |
T |
getTarget() |
TargetType |
getType() |
protected final T target
protected final TargetType type
protected AbstractTarget(TargetType type, T target)
public T getTarget()
public TargetType getType()
public java.util.Map<java.lang.String,java.lang.Object> getProps()