@Authors(value="Nikolche Mihajlovski") @Since(value="2.0.0") public abstract class AbstractVar<T> extends org.rapidoid.RapidoidThing implements Var<T>
| Constructor and Description |
|---|
AbstractVar(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doSet(T value) |
void |
error(Exception e) |
Set<String> |
errors() |
String |
name() |
void |
set(T value) |
String |
toString() |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.