public abstract class Target extends Object
| Constructor and Description |
|---|
Target(boolean list,
Primitive component) |
Target(Repository repository,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
before()
return true to set pass values before command object instantiation
|
Object |
defaultComponent() |
abstract void |
doSet(Object dest,
Object value)
value is an instance of the reflection type
|
String |
expected() |
boolean |
isBoolean() |
boolean |
isList() |
Object |
stringToComponent(String str) |
public Target(Repository repository, Type type)
public Target(boolean list,
Primitive component)
public abstract boolean before()
public abstract void doSet(Object dest, Object value)
public boolean isList()
public boolean isBoolean()
public Object defaultComponent()
public String expected()
Copyright © 2016–2017 1&1. All rights reserved.