public class LocalDateWrapper extends AbstractWrapper<java.time.LocalDate>
LocalDate class.basicClass, value| Constructor and Description |
|---|
LocalDateWrapper() |
LocalDateWrapper(java.time.LocalDate value) |
| Modifier and Type | Method and Description |
|---|---|
<R,P,Q,TH extends java.lang.Throwable> |
accept(WrapperVisitor<R,P,Q,TH> visitor,
P p,
Q q)
Accept a visitor.
|
doGet, doGetCopy, doHasEqualValue, doSet, get, getBasicClass, getCopy, getDefault, hasEqualValue, set, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisPrimitiveWrapperpublic LocalDateWrapper()
public LocalDateWrapper(java.time.LocalDate value)
public <R,P,Q,TH extends java.lang.Throwable> R accept(WrapperVisitor<R,P,Q,TH> visitor, P p, Q q) throws TH extends java.lang.Throwable
WrapperR - The resultP - The first parameter typeQ - The second parameter typeTH - The error or exception typevisitor - the visitorp - the first parameterq - the second parameterTH - the error or exception typeTH extends java.lang.Throwable