Class UtilDateWrapper

java.lang.Object
org.seasar.doma.wrapper.AbstractWrapper<Date>
org.seasar.doma.wrapper.UtilDateWrapper
All Implemented Interfaces:
Wrapper<Date>

public class UtilDateWrapper extends AbstractWrapper<Date>
A wrapper for the Date class.
  • Constructor Details

    • UtilDateWrapper

      public UtilDateWrapper()
    • UtilDateWrapper

      public UtilDateWrapper(Date value)
  • Method Details

    • doGetCopy

      protected Date doGetCopy()
      Overrides:
      doGetCopy in class AbstractWrapper<Date>
    • accept

      public <R, P, Q, TH extends Throwable> R accept(WrapperVisitor<R,P,Q,TH> visitor, P p, Q q) throws TH
      Description copied from interface: Wrapper
      Accept a visitor.
      Type Parameters:
      R - The result
      P - The first parameter type
      Q - The second parameter type
      TH - The error or exception type
      Parameters:
      visitor - the visitor
      p - the first parameter
      q - the second parameter
      Returns:
      the result
      Throws:
      TH - the error or exception type