public class Bomb<T> extends Object
BombException.| Constructor and Description |
|---|
Bomb(T theInstance)
Creates a new instance of the
Bomb. |
| Modifier and Type | Method and Description |
|---|---|
Bomb<T> |
detonator(String expression)
Adds a new expression that will mark the Proxy as a bomb detonator!.
|
T |
get()
Retrieves the Proxy.
|
Bomb<T> |
gettersDetonator()
Marks all the getters to be bombed!.
|
Bomb<T> |
settersDetonator()
Marks all the setters to be bombed!.
|
public Bomb<T> settersDetonator()
public Bomb<T> gettersDetonator()
public Bomb<T> detonator(String expression)
expression - the expression, cannot be null.public T get()
Copyright © 2016 waabox.org. All rights reserved.